ethberry / framework-contracts

1 stars 2 forks source link

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

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nomicfoundation/hardhat-ethers (source) 3.0.7 -> 3.0.8 age adoption passing confidence
@nomicfoundation/hardhat-verify (source) 2.0.9 -> 2.0.10 age adoption passing confidence
@safe-global/safe-singleton-factory 1.0.32 -> 1.0.33 age adoption passing confidence
@types/node (source) 20.16.2 -> 20.16.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.3.0 -> 8.4.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.3.0 -> 8.4.0 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.30.0 age adoption passing confidence
hardhat (source) 2.22.9 -> 2.22.10 age adoption passing confidence
lint-staged 15.2.9 -> 15.2.10 age adoption passing confidence
nx (source) 19.6.4 -> 19.6.5 age adoption passing confidence

Release Notes

nomicfoundation/hardhat (@​nomicfoundation/hardhat-ethers) ### [`v3.0.8`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation/hardhat-ethers%403.0.8) [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-ethers@3.0.7...@nomicfoundation/hardhat-ethers@3.0.8) A small bug fix release to fix the Hardhat peer dependency entry in the published `package.json` that was corrupted by pnpm in the previous release. ##### Changes - [`efa905d`](https://redirect.github.com/nomicfoundation/hardhat/commit/efa905d): Fix for corrupted Hardhat peer dependency version from pnpm. *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** ***
safe-global/safe-singleton-factory (@​safe-global/safe-singleton-factory) ### [`v1.0.33`](https://redirect.github.com/safe-global/safe-singleton-factory/releases/tag/v1.0.33) [Compare Source](https://redirect.github.com/safe-global/safe-singleton-factory/compare/v1.0.32...v1.0.33) #### What's Changed - \[New chain]: XL Network Testnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/646](https://redirect.github.com/safe-global/safe-singleton-factory/pull/646) - \[New chain]: Chronicle Yellowstone by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/647](https://redirect.github.com/safe-global/safe-singleton-factory/pull/647) - Migrate Away From Yarn by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/642](https://redirect.github.com/safe-global/safe-singleton-factory/pull/642) - Fix GitHub Deployment Script `op` Invocation by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/649](https://redirect.github.com/safe-global/safe-singleton-factory/pull/649) - chore: add nova deployment by [@​gzeoneth](https://redirect.github.com/gzeoneth) in [https://github.com/safe-global/safe-singleton-factory/pull/651](https://redirect.github.com/safe-global/safe-singleton-factory/pull/651) - \[New chain]: Sophon Testnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/650](https://redirect.github.com/safe-global/safe-singleton-factory/pull/650) - \[New chain]: Fluence Stage by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/659](https://redirect.github.com/safe-global/safe-singleton-factory/pull/659) - \[New chain]: Fluence Testnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/660](https://redirect.github.com/safe-global/safe-singleton-factory/pull/660) - \[New chain]: Fluence by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/661](https://redirect.github.com/safe-global/safe-singleton-factory/pull/661) - \[New chain]: Flow Testnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/662](https://redirect.github.com/safe-global/safe-singleton-factory/pull/662) - \[New chain]: Entangle Mainnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/664](https://redirect.github.com/safe-global/safe-singleton-factory/pull/664) - \[New chain]: Q Testnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/672](https://redirect.github.com/safe-global/safe-singleton-factory/pull/672) - \[New chain]: Q Mainnet by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/673](https://redirect.github.com/safe-global/safe-singleton-factory/pull/673) - \[New chain]: ApeChain Testnet: Curtis by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/674](https://redirect.github.com/safe-global/safe-singleton-factory/pull/674) - \[New chain]: Tangle by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/675](https://redirect.github.com/safe-global/safe-singleton-factory/pull/675) - Bump Version 1.0.33 by [@​nlordell](https://redirect.github.com/nlordell) in [https://github.com/safe-global/safe-singleton-factory/pull/677](https://redirect.github.com/safe-global/safe-singleton-factory/pull/677) #### New Contributors - [@​gzeoneth](https://redirect.github.com/gzeoneth) made their first contribution in [https://github.com/safe-global/safe-singleton-factory/pull/651](https://redirect.github.com/safe-global/safe-singleton-factory/pull/651) **Full Changelog**: https://github.com/safe-global/safe-singleton-factory/compare/v1.0.32...v1.0.33
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#840-2024-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0) This was a version bump only for eslint-plugin 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.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#840-2024-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0) 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.
import-js/eslint-plugin-import (eslint-plugin-import) ### [`v2.30.0`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2300---2024-09-02) [Compare Source](https://redirect.github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0) ##### Added - \[`dynamic-import-chunkname`]: add `allowEmpty` option to allow empty leading comments (\[[#​2942](https://redirect.github.com/import-js/eslint-plugin-import/issues/2942)], thanks \[[@​JiangWeixian](https://redirect.github.com/JiangWeixian)]) - \[`dynamic-import-chunkname`]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (\[[#​3004](https://redirect.github.com/import-js/eslint-plugin-import/issues/3004)], thanks \[[@​amsardesai](https://redirect.github.com/amsardesai)]) - \[`no-unused-modules`]: Add `ignoreUnusedTypeExports` option (\[[#​3011](https://redirect.github.com/import-js/eslint-plugin-import/issues/3011)], thanks \[[@​silverwind](https://redirect.github.com/silverwind)]) - add support for Flat Config (\[[#​3018](https://redirect.github.com/import-js/eslint-plugin-import/issues/3018)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) ##### Fixed - \[`no-extraneous-dependencies`]: allow wrong path (\[[#​3012](https://redirect.github.com/import-js/eslint-plugin-import/issues/3012)], thanks \[[@​chabb](https://redirect.github.com/chabb)]) - \[`no-cycle`]: use scc algorithm to optimize (\[[#​2998](https://redirect.github.com/import-js/eslint-plugin-import/issues/2998)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[`no-duplicates`]: Removing duplicates breaks in TypeScript (\[[#​3033](https://redirect.github.com/import-js/eslint-plugin-import/issues/3033)], thanks \[[@​yesl-kim](https://redirect.github.com/yesl-kim)]) - \[`newline-after-import`]: fix considerComments option when require (\[[#​2952](https://redirect.github.com/import-js/eslint-plugin-import/issues/2952)], thanks \[[@​developer-bandi](https://redirect.github.com/developer-bandi)]) - \[`order`]: do not compare first path segment for relative paths (\[[#​2682](https://redirect.github.com/import-js/eslint-plugin-import/issues/2682)]) (\[[#​2885](https://redirect.github.com/import-js/eslint-plugin-import/issues/2885)], thanks \[[@​mihkeleidast](https://redirect.github.com/mihkeleidast)]) ##### Changed - \[Docs] `no-extraneous-dependencies`: Make glob pattern description more explicit (\[[#​2944](https://redirect.github.com/import-js/eslint-plugin-import/issues/2944)], thanks \[[@​mulztob](https://redirect.github.com/mulztob)]) - \[`no-unused-modules`]: add console message to help debug \[[#​2866](https://redirect.github.com/import-js/eslint-plugin-import/issues/2866)] - \[Refactor] `ExportMap`: make procedures static instead of monkeypatching exportmap (\[[#​2982](https://redirect.github.com/import-js/eslint-plugin-import/issues/2982)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[Refactor] `ExportMap`: separate ExportMap instance from its builder logic (\[[#​2985](https://redirect.github.com/import-js/eslint-plugin-import/issues/2985)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[Docs] `order`: Add a quick note on how unbound imports and --fix (\[[#​2640](https://redirect.github.com/import-js/eslint-plugin-import/issues/2640)], thanks \[[@​minervabot](https://redirect.github.com/minervabot)]) - \[Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (\[[#​2987](https://redirect.github.com/import-js/eslint-plugin-import/issues/2987)], thanks \[[@​joeyguerra](https://redirect.github.com/joeyguerra)]) - \[actions] migrate OSX tests to GHA (\[[ljharb#37](https://redirect.github.com/ljharb/eslint-plugin-import/issues/37)], thanks \[[@​aks-](https://redirect.github.com/aks-)]) - \[Refactor] `exportMapBuilder`: avoid hoisting (\[[#​2989](https://redirect.github.com/import-js/eslint-plugin-import/issues/2989)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[Refactor] `ExportMap`: extract "builder" logic to separate files (\[[#​2991](https://redirect.github.com/import-js/eslint-plugin-import/issues/2991)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[Docs] \[`order`]: update the description of the `pathGroupsExcludedImportTypes` option (\[[#​3036](https://redirect.github.com/import-js/eslint-plugin-import/issues/3036)], thanks \[[@​liby](https://redirect.github.com/liby)]) - \[readme] Clarify how to install the plugin (\[[#​2993](https://redirect.github.com/import-js/eslint-plugin-import/issues/2993)], thanks \[[@​jwbth](https://redirect.github.com/jwbth)])
nomiclabs/hardhat (hardhat) ### [`v2.22.10`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.10): Hardhat v2.22.10 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.9...hardhat@2.22.10) This is a small bug fix release to improve `debug` logs during Hardhat Network initialization. ##### Changes - [`409e99f`](https://redirect.github.com/nomiclabs/hardhat/commit/409e99f): Fixed `debug` logs in Hardhat Network initialization process. - [`46cd7a1`](https://redirect.github.com/nomiclabs/hardhat/commit/46cd7a1): Removed the experimentalAddHardhatNetworkMessageTraceHook API *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** ***
lint-staged/lint-staged (lint-staged) ### [`v15.2.10`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15210) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10) ##### Patch Changes - [#​1471](https://redirect.github.com/lint-staged/lint-staged/pull/1471) [`e3f283b`](https://redirect.github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9) Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Update minor dependencies, including `micromatch@~4.0.8`.
nrwl/nx (nx) ### [`v19.6.5`](https://redirect.github.com/nrwl/nx/releases/tag/19.6.5) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.6.4...19.6.5) ##### 19.6.5 (2024-09-03) ##### 🩹 Fixes - **core:** handle file change conflicts between sync generators ([#​27695](https://redirect.github.com/nrwl/nx/pull/27695)) - **core:** filter branch in preparation for nx import ([#​27652](https://redirect.github.com/nrwl/nx/pull/27652)) - **core:** add parallelism to target defaults schema ([#​27710](https://redirect.github.com/nrwl/nx/pull/27710)) - **core:** bump plugin pool attempts to work with slow runtimes ([#​27726](https://redirect.github.com/nrwl/nx/pull/27726)) - **detox:** fix name with camel case ([#​27602](https://redirect.github.com/nrwl/nx/pull/27602)) - **expo:** fix unable to build expo local for yarn 4 ([#​26992](https://redirect.github.com/nrwl/nx/pull/26992)) - **expo:** add cacheVersion to metro.config ([#​27646](https://redirect.github.com/nrwl/nx/pull/27646)) - **misc:** fix the URL of the [@​naxodev/nx-cloudflare](https://redirect.github.com/naxodev/nx-cloudflare) plugin ([#​27723](https://redirect.github.com/nrwl/nx/pull/27723)) - **nx-dev:** show first tab if none selected ([#​27701](https://redirect.github.com/nrwl/nx/pull/27701)) - **react-native:** change hermesCommand to build android ([#​27641](https://redirect.github.com/nrwl/nx/pull/27641)) - **release:** release plan command should take filters and touched projects into account ([#​27706](https://redirect.github.com/nrwl/nx/pull/27706)) - **release:** version plan changelogs should contain authors and refs ([#​27737](https://redirect.github.com/nrwl/nx/pull/27737)) ##### ❤️ Thank You - Austin Fahsl [@​fahslaj](https://redirect.github.com/fahslaj) - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) - Isaac Mann [@​isaacplmann](https://redirect.github.com/isaacplmann) - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry) - Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez) - MaxKless [@​MaxKless](https://redirect.github.com/MaxKless) - Nicolas Beaussart - Victor Berchet [@​vicb](https://redirect.github.com/vicb)

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.

openzeppelin-code[bot] commented 3 weeks ago

fix(deps): update all non-major dependencies

Generated at commit: c06c1f0172b63f8c15ad291d5d1acb9580da544e

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
4
1
0
12
40
57
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector