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

@renovate renovate Bot 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:

Package Change Age Confidence
@changesets/changelog-github (source) ^0.5.0^0.7.0 age confidence
@changesets/cli (source) ^2.27.1^2.31.1 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.162 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.44.1 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.18.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.5.0 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.29.0 age confidence
hardhat-deploy (source) ^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.9.6 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.12 age confidence
typescript (source) ^5.4.5^5.9.3 age confidence
yargs (source) ^17.7.2^17.7.3 age confidence

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
  • #​2159 15cf592 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
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 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
  • #​1840 057cca2 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.

  • #​1845 2b4a66a 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.

  • #​1774 667fe5a 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.

  • #​1839 73b1809 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.

  • #​1806 0e8e01e 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
  • #​1357 18c966a 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/changese

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 4 times, most recently from 3760486 to efd91d4 Compare May 5, 2026 19:57
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 1b95f52 to 607c2e0 Compare May 19, 2026 13:03
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from ababc8e to 4c87cb4 Compare June 2, 2026 08:44
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch from 4c87cb4 to 75d6dd7 Compare June 4, 2026 16:37
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from ec77c43 to d499103 Compare June 17, 2026 19:06
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from 21b3786 to fcbeda3 Compare June 26, 2026 04:07
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from 2a7fb23 to 0e2199f Compare July 3, 2026 02:34
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 5 times, most recently from 57e67ef to c7de8d8 Compare July 13, 2026 19:33
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from 7b77e46 to f8d9a77 Compare July 17, 2026 11:43
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from 2702729 to 9bfa3dd Compare July 23, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch from 9bfa3dd to 670cf02 Compare July 29, 2026 13:09
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 50236dc to 4a9d5c4 Compare August 5, 2026 09:04
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch from 4a9d5c4 to baa2e16 Compare August 12, 2026 04:18
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