api3dao / airseeker

A service powering the dAPIs
MIT License
3 stars 5 forks source link

Update non-major-dev-dependencies #362

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.14.13 -> ^20.14.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
eslint-plugin-jest ^28.6.0 -> ^28.7.0 age adoption passing confidence
hardhat (source) ^2.22.6 -> ^2.22.8 age adoption passing confidence
husky ^9.1.3 -> ^9.1.4 age adoption passing confidence
ts-jest (source) ^29.2.3 -> ^29.2.4 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7180-2024-07-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib - **eslint-plugin:** \[unbound-method] report on destructuring in function parameters - **eslint-plugin:** \[no-duplicate-type-constituents] shouldn't report on error types - **eslint-plugin:** \[strict-boolean-expressions] support branded booleans ##### ❤️ Thank You - auvred - Oliver Salzburg - Vinccool96 - Yukihiro Hasegawa 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) ### [`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7180-2024-07-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.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.
jest-community/eslint-plugin-jest (eslint-plugin-jest) ### [`v28.7.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2870-2024-08-03) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0) ##### Features - allow `[@typescript-eslint](https://togithub.com/typescript-eslint)` v8 ([#​1636](https://togithub.com/jest-community/eslint-plugin-jest/issues/1636)) ([fb43171](https://togithub.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b))
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).** *** ### [`v2.22.7`](https://togithub.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.7): Hardhat v2.22.7 [Compare Source](https://togithub.com/nomiclabs/hardhat/compare/hardhat@2.22.6...hardhat@2.22.7) This releases add support for RIP-7212 (Precompile for secp256r1 Curve Support). See the [Hardhat network reference for details on how to enable the precompile](https://hardhat.org/hardhat-network/docs/reference#enablerip7212). #### Changes - [`f944cd5`](https://togithub.com/nomiclabs/hardhat/commit/f944cd5): Added an `enableRip7212` optional flag to the Hardhat Network config that enables [RIP-7212 (Precompile for secp256r1 Curve Support)](https://togithub.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md). - [`f6ddc92`](https://togithub.com/nomiclabs/hardhat/commit/f6ddc92): Add `debug` logs to Hardhat Network initialization process. - [`6c943bb`](https://togithub.com/nomiclabs/hardhat/commit/6c943bb): Fix message for error HH206, thanks [@​ItsNickBarry](https://togithub.com/ItsNickBarry)! - [`f944cd5`](https://togithub.com/nomiclabs/hardhat/commit/f944cd5): Bumped EDR to [v0.5.0](https://togithub.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.5.0). *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** ***
typicode/husky (husky) ### [`v9.1.4`](https://togithub.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.3...v9.1.4)
kulshekhar/ts-jest (ts-jest) ### [`v29.2.4`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2924-2024-08-01) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.2.3...v29.2.4)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.