ethberry / framework-contracts

1 stars 2 forks source link

fix(deps): update all non-major dependencies #75

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lerna/legacy-package-management (source) 8.1.7 -> 8.1.8 age adoption passing confidence
@types/node (source) 20.14.14 -> 20.14.15 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.0.0 -> 8.0.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.0.0 -> 8.0.1 age adoption passing confidence
hardhat (source) 2.22.7 -> 2.22.8 age adoption passing confidence
lerna (source) 8.1.7 -> 8.1.8 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.8 age adoption passing confidence
nx (source) 19.5.6 -> 19.5.7 age adoption passing confidence
solhint (source) 5.0.2 -> 5.0.3 age adoption passing confidence

Release Notes

lerna/lerna (@​lerna/legacy-package-management) ### [`v8.1.8`](https://togithub.com/lerna/lerna/blob/HEAD/packages/legacy-package-management/CHANGELOG.md#818-2024-08-05) [Compare Source](https://togithub.com/lerna/lerna/compare/v8.1.7...v8.1.8) ##### Bug Fixes - **publish:** upgrade [@​npmcli/arborist](https://togithub.com/npmcli/arborist) to 7.5.4 ([#​4058](https://togithub.com/lerna/lerna/issues/4058)) ([89de0eb](https://togithub.com/lerna/lerna/commit/89de0eb19f9e90863571deaad2e38bb4833f4e1d))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v8.0.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#801-2024-08-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.0...v8.0.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unused-vars] ignore imports used only as types ##### ❤️ Thank You - Jake Bailey You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.0.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#801-2024-08-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.0...v8.0.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
nomiclabs/hardhat (hardhat) ### [`v2.22.8`](https://togithub.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.8): Hardhat v2.22.8 [Compare Source](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.22.7...hardhat@2.22.8) This is a small bug fix release to resolve a bug with large responses from `debug_traceTransaction`. ##### Changes - [`f5d5d15`](https://togithub.com/nomiclabs/hardhat/commit/f5d5d15): Fixed an issue with `debug_traceTransaction` when large responses were generated - [`31d9d77`](https://togithub.com/nomiclabs/hardhat/commit/31d9d77): Upgraded EDR to v0.5.2 *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** ***
lerna/lerna (lerna) ### [`v8.1.8`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#818-2024-08-05) [Compare Source](https://togithub.com/lerna/lerna/compare/v8.1.7...v8.1.8) ##### Bug Fixes - **publish:** upgrade [@​npmcli/arborist](https://togithub.com/npmcli/arborist) to 7.5.4 ([#​4058](https://togithub.com/lerna/lerna/issues/4058)) ([89de0eb](https://togithub.com/lerna/lerna/commit/89de0eb19f9e90863571deaad2e38bb4833f4e1d))
lint-staged/lint-staged (lint-staged) ### [`v15.2.8`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1528) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) ##### Patch Changes - [`f0480f0`](https://togithub.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue. The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
nrwl/nx (nx) ### [`v19.5.7`](https://togithub.com/nrwl/nx/releases/tag/19.5.7) [Compare Source](https://togithub.com/nrwl/nx/compare/19.5.6...19.5.7) ##### 19.5.7 (2024-08-07) ##### 🚀 Features - **core:** add nx-console installation source to nx connect ([#​27307](https://togithub.com/nrwl/nx/pull/27307)) ##### 🩹 Fixes - **core:** remove additional quotes around cache path while pruning ([#​27273](https://togithub.com/nrwl/nx/pull/27273)) - **core:** move token generation into new ([#​27266](https://togithub.com/nrwl/nx/pull/27266)) - **core:** script-based targets should be able to be modified in a project.json file ([#​27309](https://togithub.com/nrwl/nx/pull/27309)) - **core:** don't cache full dependency configuration when expanding target name ([#​27308](https://togithub.com/nrwl/nx/pull/27308)) - **core:** allow configuring plugin message timeout ([#​27315](https://togithub.com/nrwl/nx/pull/27315)) - **js:** locate npm nodes correctly for aliased packages ([#​27124](https://togithub.com/nrwl/nx/pull/27124)) - **misc:** fix cloud setup ([#​27281](https://togithub.com/nrwl/nx/pull/27281)) - **misc:** end ab testing for onboarding message ([#​27316](https://togithub.com/nrwl/nx/pull/27316)) - **misc:** track which CI providers being used ([#​27320](https://togithub.com/nrwl/nx/pull/27320)) - **nx-cloud:** fix connect generator ([#​27314](https://togithub.com/nrwl/nx/pull/27314)) - **nx-dev:** Turn off next.js cache for careers api ([#​27275](https://togithub.com/nrwl/nx/pull/27275)) - **nx-dev:** clean up heading text ([#​27205](https://togithub.com/nrwl/nx/pull/27205)) ##### ❤️ Thank You - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Katerina Skroumpelou [@​mandarini](https://togithub.com/mandarini) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - MaxKless [@​MaxKless](https://togithub.com/MaxKless) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) - Stefan F. [@​SFU253](https://togithub.com/SFU253)
protofire/solhint (solhint) ### [`v5.0.3`](https://togithub.com/protofire/solhint/blob/HEAD/CHANGELOG.md#503---2024-08-03) [Compare Source](https://togithub.com/protofire/solhint/compare/v5.0.2...v5.0.3) ##### Fixed - New Rule: Imports order [#​593](https://togithub.com/protofire/solhint/pull/593)


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 was generated by Mend Renovate. View the repository job log.