Skip to content

Update dev-dependencies - #2052

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

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

Conversation

@renovate

@renovaterenovateBot commented May 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v0.7.0

Compare Source

Minor Changes

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​215915cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

v2.31.0

Compare Source

Minor Changes
  • #​188996ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​187342943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​18452b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​183973b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​18060e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

v2.29.8

Compare Source

Patch Changes

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

Patch Changes

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

Patch Changes

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes

v2.27.5

Compare Source

Patch Changes

v2.27.4

Compare Source

Patch Changes

v2.27.3

Compare Source

Patch Changes
  • #​135718c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

[v2.27.2](https://redirect.github.com/changesets/

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 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.


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

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

@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 4 times, most recently from 3760486 to efd91d4CompareMay 5, 2026 19:57
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 4 times, most recently from 1b95f52 to 607c2e0CompareMay 19, 2026 13:03
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 3 times, most recently from ababc8e to 4c87cb4CompareJune 2, 2026 08:44
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch from 4c87cb4 to 75d6dd7CompareJune 4, 2026 16:37
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 2 times, most recently from ec77c43 to d499103CompareJune 17, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 2 times, most recently from 21b3786 to fcbeda3CompareJune 26, 2026 04:07
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 3 times, most recently from 2a7fb23 to 0e2199fCompareJuly 3, 2026 02:34
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 5 times, most recently from 57e67ef to c7de8d8CompareJuly 13, 2026 19:33
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 3 times, most recently from 7b77e46 to f8d9a77CompareJuly 17, 2026 11:43
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 2 times, most recently from 2702729 to 9bfa3ddCompareJuly 23, 2026 18:41
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch from 9bfa3dd to 670cf02CompareJuly 29, 2026 13:09
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch 4 times, most recently from 50236dc to 4a9d5c4CompareAugust 5, 2026 09:04
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch from 4a9d5c4 to baa2e16CompareAugust 12, 2026 04:18
@renovate
renovateBotforce-pushed the renovate/dev-dependencies branch from baa2e16 to b7f6cabCompareAugust 12, 2026 19:16
Sign up for freeto 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