Skip to content

Update all dependencies - #411

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Closed

Update all dependencies#411
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nomicfoundation/hardhat-ethers (source) ^3.1.3^4.0.0 age adoption passing confidence peerDependencies major
@nomicfoundation/hardhat-ethers (source) 3.1.34.0.15 age adoption passing confidence devDependencies major
@types/chai (source) 4.3.205.2.3 age adoption passing confidence devDependencies major
@types/node (source) 26.3.026.4.0 age adoption passing confidence devDependencies minor
chai (source) 4.5.06.2.2 age adoption passing confidence devDependencies major
github/codeql-action v4.37.8v4.37.9 age adoption passing confidence action patch
hardhat (source) ^2.29.0^3.0.0 age adoption passing confidence peerDependencies major
hardhat (source) 2.29.13.15.0 age adoption passing confidence devDependencies major
mocha (source) 11.8.012.0.0 age adoption passing confidence devDependencies major
typescript (source) 6.0.37.0.2 age adoption passing confidence devDependencies major
typescript-eslint (source) 8.68.08.69.0 age adoption passing confidence devDependencies minor

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

NomicFoundation/hardhat (@​nomicfoundation/hardhat-ethers)

v4.0.15

Compare Source

Patch Changes

v4.0.14

Compare Source

Patch Changes

v4.0.13

Compare Source

Patch Changes
  • #​8339 00720e8 Thanks @​alcuadrado! - The plugin now uses definePlugin from hardhat/plugins in its index.ts, so it participates in Hardhat's new "imported but unused plugin" warning when omitted from a project's plugins array.

  • Updated dependencies:

v4.0.12

Compare Source

Patch Changes

v4.0.11

Compare Source

Patch Changes

v4.0.10

Compare Source

Patch Changes

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes

v4.0.7

Compare Source

Patch Changes

v4.0.6

Compare Source

Patch Changes
  • bc193be: Use concrete value types for contract names in hardhat-viem and hardhat-ethers

v4.0.5

Compare Source

Patch Changes
  • 6674b00: Bump hardhat-utils major

v4.0.4

Compare Source

Patch Changes
  • 5abcee6: Use Osaka as the default EVM target for solc 0.8.31+ and increase the gas limit per EIP-7935. Thanks @​Amxx! (#​7813)

v4.0.3

Compare Source

Patch Changes
  • 558ac5b: Update installation and config instructions

v4.0.2

Compare Source

Patch Changes
  • 138d673: Added network.createServer(...) to spawn a Hardhat node programmatically (#​6472)

v4.0.1

Compare Source

Patch Changes

v4.0.0

Compare Source

Major Changes
  • 29cc141: First release of Hardhat 3!
chaijs/chai (chai)

v6.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

v6.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

  • build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by @​dependabot[bot] in #​1706
  • feat: add eventEmitter (#​1693)
    Adds an event emitter for hooking into method/property creation in #​1693

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

Compare Source

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

v5.3.3

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Compare Source

Reverts the removal of the bundled version of chai in 5.3.1

What's Changed

Full Changelog: chaijs/chai@v5.3.1...v5.3.2

v5.3.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.2...v5.3.0

v5.2.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

github/codeql-action (github/codeql-action)

v4.37.9

Compare Source

NomicFoundation/hardhat (hardhat)

v3.15.0

Compare Source

Minor Changes
Patch Changes

v3.14.0

Compare Source

Minor Changes
  • #​8540 99306ea Thanks @​kanej! - EDR now uses platform specific optionalDependencies, reducing Hardhat's install size.
Patch Changes
  • #​8514 f7c6228 Thanks @​questfever! - Fixed Solidity resolver containment checks for paths whose names share a prefix with the project root, a package source-name root, or node_modules.

  • #​8540 99306ea Thanks @​kanej! - Fixed missing Solidity test stack trace when setUp() fails and stack traces are collected with CollectStackTraces::Always.

  • #​8500 54973b2 Thanks @​SnowingFox! - Fixed the format of fuzz test counterexamples: byte array values such as calldata, sender and address are now printed as hexadecimal strings (e.g. 0x3e2033b3...) instead of comma-separated byte lists.

  • #​8522 8640b4b Thanks @​JasonColapietro! - Remove Holesky testnet (chain id 17000) as a supported chain as it has been shut down.

  • #​8488 edd1069 Thanks @​ChristopherDedominici! - Stores gas snapshot cheatcode values as raw strings and calculates diffs using BigInt.

v3.13.0

Compare Source

Minor Changes
Patch Changes
  • #​8486 2ccd059 Thanks @​Kropiunig! - Fixed the EDR network config validation rejecting mining.interval: 0, a valid value which disables interval mining.

  • #​8490 22667f6 Thanks @​kanej! - Added detection and custom error for failed native binding loads (HHE27) of @nomicfoundation/edr or @nomicfoundation/solidity-analyzer.

  • #​8454 47793de Thanks @​ChristopherDedominici! - Only collect Solidity test stack traces at verbosity level 5 (-vvvvv) and above, fixing excessive memory usage when running large test suites with -vvv/-vvvv.

v3.12.0

Compare Source

Minor Changes
  • #​8442 4904c72 Thanks @​ChristopherDedominici! - Support test name filter negation (--grep-exclude) for Solidity and Mocha tests.

  • #​8472 2a66c2e Thanks @​kanej! - Added experimental EIP-7843 support to the Amsterdam hardfork: blocks now include the slotNumber header field, and the SLOTNUM (0x4b) opcode returns it. EDR has no consensus layer, so the value is simulated: it increments by one per mined block, starting at 0 on a new chain, or from the forked block's slot number when forking.

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies 🔁 Pull requests that update a dependency file label Sep 1, 2026
@renovate

renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Error: ERR_PNPM_NO_MATURE_MATCHING_VERSION

  × installing dependencies
  ╰─▶ 41 versions do not meet the minimumReleaseAge constraint:
        @nomicfoundation/edr-darwin-arm64@0.19.0 was published at 2026-08-
      25T18:15:29.953Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr-darwin-x64@0.19.0 was published at 2026-08-
      25T18:15:39.091Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr-linux-arm64-gnu@0.19.0 was published at 2026-08-
      25T18:15:51.812Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr-linux-arm64-musl@0.19.0 was published at 2026-08-
      25T18:16:01.461Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr-linux-x64-gnu@0.19.0 was published at 2026-08-
      25T18:16:12.050Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr-linux-x64-musl@0.19.0 was published at 2026-08-
      25T18:16:20.141Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr-win32-x64-msvc@0.19.0 was published at 2026-08-
      25T18:16:31.022Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @nomicfoundation/edr@0.19.0 was published at 2026-08-25T18:16:38.066Z,
      within the minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
        @types/node@26.4.0 was published at 2026-08-27T00:15:56.662Z, within
      the minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
        @types/node@26.4.0 was published at 2026-08-27T00:15:56.662Z, within
      the minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
        @types/node@26.4.0 was published at 2026-08-27T00:15:56.662Z, within
      the minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
        @typescript-eslint/eslint-plugin@8.69.0 was published at 2026-08-
      31T17:10:34.452Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/parser@8.69.0 was published at 2026-08-
      31T17:09:13.713Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/project-service@8.69.0 was published at 2026-08-
      31T17:07:39.658Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/scope-manager@8.69.0 was published at 2026-08-
      31T17:09:07.657Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/scope-manager@8.69.0 was published at 2026-08-
      31T17:09:07.657Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/scope-manager@8.69.0 was published at 2026-08-
      31T17:09:07.657Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/tsconfig-utils@8.69.0 was published at 2026-08-
      31T17:09:16.794Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/tsconfig-utils@8.69.0 was published at 2026-08-
      31T17:09:16.794Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/type-utils@8.69.0 was published at 2026-08-
      31T17:09:51.270Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/types@8.69.0 was published at 2026-08-
      31T17:08:18.413Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/typescript-estree@8.69.0 was published at 2026-08-
      31T17:07:48.571Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/typescript-estree@8.69.0 was published at 2026-08-
      31T17:07:48.571Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/typescript-estree@8.69.0 was published at 2026-08-
      31T17:07:48.571Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/typescript-estree@8.69.0 was published at 2026-08-
      31T17:07:48.571Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/utils@8.69.0 was published at 2026-08-
      31T17:08:41.534Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/utils@8.69.0 was published at 2026-08-
      31T17:08:41.534Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/utils@8.69.0 was published at 2026-08-
      31T17:08:41.534Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/visitor-keys@8.69.0 was published at 2026-08-
      31T17:11:56.546Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/visitor-keys@8.69.0 was published at 2026-08-
      31T17:11:56.546Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/visitor-keys@8.69.0 was published at 2026-08-
      31T17:11:56.546Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        @typescript-eslint/visitor-keys@8.69.0 was published at 2026-08-
      31T17:11:56.546Z, within the minimumReleaseAge cutoff (2026-08-
      25T07:07:17.680Z)
        hardhat@3.15.0 was published at 2026-08-27T09:26:15.320Z, within the
      minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
        mocha@12.0.0 was published at 2026-08-31T15:02:47.521Z, within the
      minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
        typescript-eslint@8.69.0 was published at 2026-08-31T17:08:46.355Z,
      within the minimumReleaseAge cutoff (2026-08-25T07:07:17.680Z)
  help: Run the install interactively to approve these picks, add them to
        minimumReleaseAgeExclude in pnpm-workspace.yaml, or wait for the
        packages to mature.


@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from b46d76e to 5ca55ab Compare September 1, 2026 07:05
@pcaversaccio
pcaversaccio deleted the renovate/all branch September 1, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 🔁 Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant