Skip to content

Update dev-dependencies#2052

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/dev-dependencies
Open

Update dev-dependencies#2052
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/dev-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@changesets/changelog-github (source) ^0.5.0^0.6.0 age confidence
@changesets/cli (source) ^2.27.1^2.31.0 age confidence
@nomicfoundation/hardhat-verify (source) ^2.0.6^2.1.3 age confidence
@octokit/core ^5.2.0^5.2.2 age confidence
@types/adm-zip (source) ^0.5.7^0.5.8 age confidence
@types/aws-lambda (source) ^8.10.137^8.10.161 age confidence
@types/chai (source) ^4.3.14^4.3.20 age confidence
@types/express (source) ^4.17.21^4.17.25 age confidence
@types/jest (source) ^29.5.12^29.5.14 age confidence
@​types/libsodium-wrappers ^0.7.14^0.8.2 age confidence
@types/lodash (source) ^4.17.0^4.17.24 age confidence
@types/mocha (source) ^10.0.6^10.0.10 age confidence
@types/morgan (source) ^1.9.9^1.9.10 age confidence
@types/yargs (source) ^17.0.32^17.0.35 age confidence
@typescript-eslint/eslint-plugin (source) ^7.8.0^7.18.0 age confidence
@typescript-eslint/parser (source) ^7.8.0^7.18.0 age confidence
@vercel/ncc ^0.38.1^0.38.4 age confidence
aws-sdk-client-mock ^4.0.0^4.1.0 age confidence
aws-sdk-client-mock-jest (source) ^4.0.0^4.1.0 age confidence
axios (source) ^1.12.2^1.15.1 age confidence
chai (source) ^4.4.1^4.5.0 age confidence
comment-json ^4.2.3^4.6.2 age confidence
dotenv ^16.4.7^16.6.1 age confidence
esbuild-loader ^4.1.0^4.4.3 age confidence
eslint (source) ^8.57.0^8.57.1 age confidence
eslint-plugin-import ^2.29.1^2.32.0 age confidence
eslint-plugin-jest ^28.3.0^28.14.0 age confidence
fast-glob ^3.3.2^3.3.3 age confidence
hardhat (source) ^2.22.18^2.28.6 age confidence
hardhat-deploy ^0.12.4^0.14.1 age confidence
husky ^9.0.11^9.1.7 age confidence
lerna (source) ^8.1.2^8.2.4 age confidence
libsodium-wrappers ^0.7.13^0.8.4 age confidence
prettier (source) ^3.2.5^3.8.3 age confidence
prettier-plugin-solidity ^1.3.1^1.4.3 age confidence
rimraf ^6.0.1^6.1.3 age confidence
solhint (source) ^5.0.2^5.2.0 age confidence
solidity-coverage ^0.8.12^0.8.17 age confidence
ts-jest (source) ^29.1.2^29.4.9 age confidence
typescript (source) ^5.4.5^5.9.3 age confidence

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

v0.5.1

Compare Source

Patch Changes
NomicFoundation/hardhat (@​nomicfoundation/hardhat-verify)

v2.1.3

Compare Source

v2.1.2

Compare Source

This release is a small bug fix for Sourcify verification.

Changes
  • 2dccd4e: Pass all sources in the contract metadata for verification in Sourcify. Thanks @​natanasow! (#​7070)
  • 9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resources

💡 The Nomic Foundation is hiring! Check our open positions.


v2.1.1

Compare Source

Patch Changes
  • 11ee260: Don't use undici's global dispatcher, making Hardhat more stable across Node.js versions

v2.1.0

Compare Source

Minor Changes

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes
  • f571670: Replace chalk with picocolors

v2.0.11

Compare Source

Patch Changes
  • 913b5a1: Added Blockscout as a verification provider

v2.0.10

Compare Source

Patch Changes
  • efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.

v2.0.9

Compare Source

Patch Changes
  • 88e57fa: Make the --force flag override the check of any existing verification, even in the presence of errors.

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes
  • f186e1a: Improved error handling and messaging for errors from the block explorer
  • e7b12df: Added Polygon Amoy testnet (thanks @​FournyP!)
  • b9aada0: Added --force flag to allow verification of partially verified contracts (thanks @​rimrakhimov!)
octokit/core.js (@​octokit/core)

v5.2.2

Compare Source

Bug Fixes
  • add createLogger to ensure that pino does not break (#​744) (00cc1ea)

v5.2.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 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 and releases on our website.

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.0

Compare Source

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 and releases on our website.

v7.17.0

Compare Source

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 and releases on our website.

v7.16.1

Compare Source

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 and releases on our website.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.15.0

Compare Source

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 and releases on our website.

v7.14.1

Compare Source

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 and releases on our website.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

v7.13.1

Compare Source

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 and releases on our website.

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

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 and releases on our website.

v7.10.0

Compare Source

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 and releases on our website.

v7.9.0

Compare Source

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 and releases on our website.

vercel/ncc (@​vercel/ncc)

v0.38.4

Compare Source

Bug Fixes

v0.38.3

Compare Source

Bug Fixes

v0.38.2

Compare Source

Bug Fixes

Huge thanks to @​theoludwig 🎉

m-radzikowski/aws-sdk-client-mock (aws-sdk-client-mock)

v4.1.0

Compare Source

Features

v4.0.2

Compare Source

Features
Bug Fixes
  • jest: import path in types test (750605b)
4.0.2 (2024-09-23)
4.0.2-beta.0 (2024-06-20)
Bug Fixes
  • jest: allow "toHaveReceivedCommandWith" partial match without required Command fields (79929ae)
4.0.1 (2024-06-01)
4.0.1-beta.0 (2024-06-01)
Bug Fixes

v4.0.1

Compare Source

Features
Bug Fixes
  • jest: import path in types test (750605b)
4.0.2 (2024-09-23)
4.0.2-beta.0 (2024-06-20)
Bug Fixes
  • jest: allow "toHaveReceivedCommandWith" partial match without required Command fields (79929ae)
4.0.1 (2024-06-01)
4.0.1-beta.0 (2024-06-01)
Bug Fixes
axios/axios (axios)

v1.15.1

Compare Source

v1.15.0

Compare Source

Bug Fixes
Features
  • fomdata: added support for spec-compliant FormData & Blob types; (#​5316) (6ac574e)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.6 (2023-01-28)

Bug Fixes
  • headers: added missed Authorization accessor; (#​5502) (342c0ba)
  • types: fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#​5503) (5a3d0a3)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.5 (2023-01-26)

Bug Fixes
  • types: fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#​5499) (580f1e8)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.4 (2023-01-22)

Bug Fixes
  • types: renamed RawAxiosRequestConfig back to AxiosRequestConfig; (#​5486) (2a71f49)
  • types: fix AxiosRequestConfig generic; ([#​5478](http

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month (* * 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 force-pushed the renovate/dev-dependencies branch 2 times, most recently from 413db3f to 0ae4cdd Compare May 3, 2026 14:06
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch from 0ae4cdd to 3760486 Compare May 3, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants