fix(deps): update all non-major dependencies #113
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.2
->8.1.2
2.0.3
->2.0.6
2.0.3
->2.0.4
5.0.1
->5.0.2
4.3.11
->4.3.12
20.11.6
->20.11.24
6.19.1
->6.21.0
6.19.1
->6.21.0
16.4.1
->16.4.5
8.56.0
->8.57.0
10.2.0
->10.3.0
6.10.0
->6.11.1
2.19.4
->2.20.1
1.0.9
->1.0.10
8.0.2
->8.1.2
15.2.0
->15.2.2
17.2.8
->17.3.2
3.2.4
->3.2.5
0.8.5
->0.8.10
1.10.3
->1.10.4
Release Notes
lerna/lerna (@lerna/legacy-package-management)
v8.1.2
Compare Source
Note: Version bump only for package @lerna/legacy-package-management
v8.1.1
Compare Source
Note: Version bump only for package @lerna/legacy-package-management
v8.1.0
Compare Source
Note: Version bump only for package @lerna/legacy-package-management
8.0.2 (2024-01-05)
Note: Version bump only for package @lerna/legacy-package-management
8.0.1 (2023-12-15)
Bug Fixes
nomicfoundation/hardhat (@nomicfoundation/hardhat-chai-matchers)
v2.0.6
Compare Source
This release improves the error messages of the
.withArgs
matcher (thanks @RenanSouza2!)v2.0.5
Compare Source
This version:
.revertedWithCustomError
handles wrong number of arguments (thanks @RenanSouza2!)v2.0.4
Compare Source
This release improves the loading performance of the plugin
OpenZeppelin/openzeppelin-contracts (@openzeppelin/contracts)
v5.0.2
Compare Source
Base64
: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4926)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
Compare Source
🚀 Features
parserOptions.project: false
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
motdotla/dotenv (dotenv)
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814v16.4.4
Compare Source
Changed
?.
with old school&&
(fixing node 12 failures) #812v16.4.3
Compare Source
Changed
options.path
#805v16.4.2
Compare Source
Changed
dotenvx.com
eslint/eslint (eslint)
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)
v10.3.0
Compare Source
Features
consistent-spacing-between-blocks
rule (#340)Documentation
ethers-io/ethers.js (ethers)
v6.11.1
Compare Source
v6.11.0
Compare Source
nomiclabs/hardhat (hardhat)
v2.20.1
: Hardhat v2.20.1Compare Source
This release fixes a bug when
hardhat_setStorageAt
was used in untouched addresses.v2.20.0
: Hardhat v2.20.0 — CancunCompare Source
This release adds support for the upcoming
cancun
hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config:Keep in mind that blob transactions are not supported yet. If you need this, please upvote or comment on this issue.
In addition, this release adds support for solc 0.8.24.
v2.19.5
: Hardhat v2.19.5Compare Source
This release includes the following changes:
cgewecke/hardhat-gas-reporter (hardhat-gas-reporter)
v1.0.10
Compare Source
lerna/lerna (lerna)
v8.1.2
Compare Source
Note: Version bump only for package lerna
v8.1.1
Compare Source
Note: Version bump only for package lerna
v8.1.0
Compare Source
Features
8.0.2 (2024-01-05)
Bug Fixes
8.0.1 (2023-12-15)
Bug Fixes
okonet/lint-staged (lint-staged)
v15.2.2
Compare Source
Patch Changes
fdcdad4
Thanks @iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.v15.2.1
Compare Source
Patch Changes
e4023f6
Thanks @iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means thestdin
of the spawned commands has accepted input, and essentially gotten stuck waiting. Now thestdin
is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.nrwl/nx (nx)
v17.3.2
Compare Source
17.3.2 (2024-02-03)
🚀 Features
🩹 Fixes
run-scripts
(#21532)❤️ Thank You
v17.3.1
Compare Source
17.3.1 (2024-01-31)
🚀 Features
🩹 Fixes
run-script
executor (#21445)❤️ Thank You
v17.3.0
Compare Source
17.3.0 (2024-01-29)
🚀 Features
Configuration
📅 Schedule: Branch creation - "before 5am on Saturday" in timezone Asia/Singapore, 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 has been generated by Mend Renovate. View repository job log here.