-
Notifications
You must be signed in to change notification settings - Fork 6
Update other minor updates #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
39d9fbf
to
1a3d135
Compare
91d50f5
to
2102079
Compare
2253a2c
to
37c05f3
Compare
33b1351
to
1264e7e
Compare
7402de6
to
464d85a
Compare
464d85a
to
53af165
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
So minor and major updates will be ignored. Major updates should be avoided anyway as |
This PR contains the following updates:
^2.29.4
->^2.29.6
^22.17.1
->^22.17.2
^16.5.0
->^16.6.1
^11.0.2
->^11.0.3
^2.26.2
->^2.26.3
1.0.2
->1.0.4
^3.5.3
->^3.6.2
prettier-plugin-solidity^2.0.0
->^2.1.0
^5.1.0
->^5.2.0
Release Notes
changesets/changesets (@changesets/cli)
v2.29.6
Compare Source
v2.29.5
Compare Source
Patch Changes
#1693
6352819
Thanks @Andarist! - Fixed an issue withworkspace:^
andworkspace:~
dependency ranges not being semantically treated as, respectively,^CURRENT_VERSION
and~CURRENT_VERSION
. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819
]:motdotla/dotenv (dotenv)
v16.6.1
Compare Source
Changed
quiet
to true – hiding the runtime log message (#874)config({ quiet: true })
to suppress.require('dotenv').config()
forrequire('@​dotenvx/dotenvx').config()
.v16.6.0
Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env
(#870){ quiet: true }
to suppressisaacs/node-glob (glob)
v11.0.3
Compare Source
wighawag/hardhat-deploy (hardhat-deploy)
v1.0.4
Compare Source
Patch Changes
v1.0.3
Compare Source
Patch Changes
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)
v2.1.0
Compare Source
What's Changed
API Changes
compiler
option is provided. by @Janther in https://github.com/prettier-solidity/prettier-plugin-solidity/pull/1158 and https://github.com/prettier-solidity/prettier-plugin-solidity/pull/1175Format Changes
Breaking Changes
New Contributors
Full Changelog: prettier-solidity/prettier-plugin-solidity@v2.0.0...v2.1.0
protofire/solhint (solhint)
v5.2.0
Compare Source
Fixed
imports-order
interference withno-unused-imports
- #684Added
cache
flag allowing to skip already evaluated files if no error was thrown and file did not change - #685Thanks to @smol-ninja - @PaulRBerg @lechpzn, @otc-png, @MamunC0der, @kks-code, @RidaMichofi
For making the time of proposing rules, pointing out typos, broken links, unused code, copyright, small reviews, etc. We really appreciate your contributions!
Configuration
📅 Schedule: Branch creation - "before 10am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.