chore(deps): update devdeps#244
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
8.59.3→8.60.08.59.3→8.60.04.1.6→4.1.71.6.17→1.6.183.4.5→3.6.04.1.6→4.1.7Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.60.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.60.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.18Compare Source
🐞 Bug Fixes
requiresTypeCheckingmetadata for four rules - by @inglec-arista in #905 (e06a3)View changes on GitHub
NomicFoundation/hardhat (hardhat)
v3.6.0Compare Source
Minor Changes
#8327
dee44f6Thanks @alcuadrado! - Add acleanupArtifactsoption toSolidityBuildSystem#build. Whentrue, the build system runscleanupArtifactsagainst the build's root file paths after a successful build, deleting orphan artifacts and unreachable build-info files for the scope.#8327
dee44f6Thanks @alcuadrado! - Deprecate the followingSolidityHooks:getCompiler,onCleanUpArtifacts,preprocessProjectFileBeforeBuilding,preprocessSolcInputBeforeBuilding,readSourceFile,invokeSolc, andreadNpmPackageRemappings. They will be removed in a future release.Use
processArtifactsAfterSuccessfulBuildinstead ofonCleanUpArtifacts, andgetCompilationJobErrorsinstead ofinvokeSolc.#8327
dee44f6Thanks @alcuadrado! - AddSolidityHooks#getCompilationJobErrorshook, which lets plugins process the compiler output errors of a compilation job before they are reported to the user.#8327
dee44f6Thanks @alcuadrado! - AddSolidityHooks#processArtifactsAfterSuccessfulBuildhook to let plugins post-process the artifacts. The hook receives the resolved build options as a new exportedResolvedBuildOptionstype.Patch Changes
#8327
dee44f6Thanks @alcuadrado! -SolidityBuildSystem#cleanupArtifactsnow returns the list of artifact paths that remain after the cleanup.#8335
a4bf547Thanks @gultekinmakif! - Allow STRING_WITHOUT_DEFAULT and FILE_WITHOUT_DEFAULT as positional arguments#8326
959f2e1Thanks @kanej! - Fixedhardhat flattensilently producing a misleading output for projects with cyclic Solidity dependencies.#8262
d3ba170Thanks @fvictorio! - Add AGENTS.md and agentic skills to sample projectsUpdated dependencies:
v3.5.1Compare Source
Patch Changes
#8316
971a135Thanks @alcuadrado! - Fixhardhat --initwhen used with pnpm 11#8302
fb99caaThanks @ChristopherDedominici! - Suppress solc warnings that are direct side effects of--coverageinstrumentation.#8315
90650fdThanks @schaable! - Improved error messages for common migration errors.v3.5.0Compare Source
Minor Changes
#8301
793cc84Thanks @kanej! - Disable transaction gas cap and block gas limit when running tests under--coverage.#8270
cf2823bThanks @schaable! - Solidity test configuration now also accepts{ profiles: { default: ... } }. Only thedefaultprofile is currently supported, other profile names will be supported in a future release. The previous flat shape continues to work unchanged.The resolved
HardhatConfig.test.solidityis now profile-keyed: read per-profile fields athre.config.test.solidity.profiles.default.*instead ofhre.config.test.solidity.*. Plugins that read the resolved Solidity test config need to be updated.Patch Changes
#8298
83b1ae1Thanks @Wodann! - - Fixed a bug when using a test filter where thesetUpfunction would be run for empty test suitesvm.prankcheatcode#8264
8452f97Thanks @alcuadrado! - Export./package.jsonso consumers can import the package's manifest.#8310
9f394ecThanks @js360000! - Fix JSON-RPCerror.datashape for revert errors (code 3): return the raw revert hex string directly instead of a{ message, txHash, data }wrapper object. This matches the geth/anvil/EVM-node convention that client tooling (viem, ethers, web3.js) relies on when decoding custom errors. Closes #8075.#8269
045cb8dThanks @alcuadrado! - Always load the builtin plugins' type extensions#8243
08805dbThanks @ChristopherDedominici! - Support EIP-712 cheatcodes in Solidity Test.#8301
793cc84Thanks @kanej! - Respect user config forallowUnlimitedContractSizewhen running under--coverage.#8259
1d1204fThanks @kanej! - Fixed build overrides not being respected when runningcompile#8188
d48bbfdThanks @alcuadrado! - Add--init --template <template-name>to initialize projects in a non-interactive way. Also add--init --templatesto get the list of template names.#8290
3a15b11Thanks @gultekinmakif! - Fixedabstractcontracts being picked up as test suites by the Solidity test runner (#8203).#8266
325bae1Thanks @schaable! - Sanitized snapshot cheatcode group names to avoid issues when persisting them to disk. A warning is shown when a group is renamed suggesting the user to update their snapshot group names to match the on-disk names.#8312
76c15ffThanks @alcuadrado! - Update the Hardhat 3 TypeScript project templates for TypeScript 6.Updated dependencies:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.