fix(deps): update all non-major dependencies #1050
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:
0.7.0
->0.7.1
8.0.2
->8.1.2
2.0.4
->2.0.6
1.0.19
->1.0.20
20.11.16
->20.11.19
18.2.52
->18.2.56
18.2.18
->18.2.19
6.20.0
->6.21.0
6.20.0
->6.21.0
16.4.1
->16.4.4
27.6.3
->27.9.0
10.2.0
->10.3.0
6.10.0
->6.11.1
2.19.5
->2.20.1
1.0.9
->1.0.10
8.0.2
->8.1.2
15.2.1
->15.2.2
17.3.1
->17.3.2
8.4.33
->8.4.35
3.2.4
->3.2.5
7.50.0
->7.50.1
6.22.0
->6.22.1
6.22.0
->6.22.1
4.6.12
->4.6.13
0.8.5
->0.8.7
1.10.3
->1.10.4
1.10.3
->1.10.4
1.10.3
->1.10.4
5.90.1
->5.90.2
6.0.0
->6.0.1
Release Notes
golevelup/nestjs (@golevelup/nestjs-modules)
v0.7.1
Compare Source
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!)safe-global/safe-singleton-factory (@safe-global/safe-singleton-factory)
v1.0.20
Compare Source
What's Changed
Full Changelog: safe-global/safe-singleton-factory@v1.0.19...v1.0.20
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.
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.
motdotla/dotenv (dotenv)
v16.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
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.9.0
Compare Source
Features
v27.8.0
Compare Source
Features
failing.each
(#1499) (9e9cf83)v27.7.0
Compare Source
Features
[@typescript-eslint](https://togithub.com/typescript-eslint)
v7 (#1500) (6be2928)27.6.3 (2024-01-12)
Bug Fixes
27.6.2 (2024-01-10)
Reverts
tsconfig.json
(#1476)" (5e6199d), closes #147627.6.1 (2024-01-01)
Bug Fixes
meta
information with snapshot processor for ESLint v9 (#1484) (067e246)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.
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.nrwl/nx (nx)
v17.3.2
Compare Source
17.3.2 (2024-02-03)
🚀 Features
🩹 Fixes
run-scripts
(#21532)❤️ Thank You
postcss/postcss (postcss)
v8.4.35
Compare Source
!
innode.parent.nodes
type.undefined
to node adding method to simplify types.v8.4.34
Compare Source
AtRule#nodes
type (by Tim Weißenfels).prettier/prettier (prettier)
v3.2.5
Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"
parser fortsconfig.json
by default (#16012 by @sosukesuzuki)In v2.3.0, we introduced
"jsonc"
parser which adds trialing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languages
data.tsconfig.json
is a special file used by TypeScript, it uses.json
file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.json
file extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"
parser for yourtsconfig.json
files, add the following to your.pretterrc
filereact-hook-form/react-hook-form (react-hook-form)
v7.50.1
: Version v7.50.1Compare Source
🥲 Regression: Revert "⌨️ fix #10734 watch and useWatch without parameters return type (#11359)"
remix-run/react-router (react-router)
v6.22.1
: v6.22.1Compare Source
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6221
remix-run/react-router (react-router-dom)
v6.22.1
Compare Source
redis/node-redis (redis)
v4.6.13
Compare Source
Enhancements
@redis/client
from1.5.13
to1.5.14
sc-forks/solidity-coverage (solidity-coverage)
v0.8.7
Compare Source
==================
https://github.com/sc-forks/solidity-coverage/issues/859/859)
https://github.com/sc-forks/solidity-coverage/issues/858/858)
https://github.com/sc-forks/solidity-coverage/issues/856/856)
https://github.com/sc-forks/solidity-coverage/issues/854/854)
https://github.com/sc-forks/solidity-coverage/issues/851/851)
https://github.com/sc-forks/solidity-coverage/pull/849/849)
https://github.com/sc-forks/solidity-coverage/pull/838/838)
v0.8.6
Compare Source
==================
https://github.com/sc-forks/solidity-coverage/issues/836/836)
https://github.com/sc-forks/solidity-coverage/issues/834/834)
https://github.com/sc-forks/solidity-coverage/issues/833/833)
https://github.com/sc-forks/solidity-coverage/issues/832/832)
using for
statementshttps://github.com/sc-forks/solidity-coverage/issues/831/831)
https://github.com/sc-forks/solidity-coverage/issues/830/830)
https://github.com/sc-forks/solidity-coverage/issues/822/822)
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.