Skip to content

chore(deps): update dependency @changesets/cli to v2.31.1 - #21

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/changesets-cli-2.x-lockfile
Open

chore(deps): update dependency @changesets/cli to v2.31.1#21
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/changesets-cli-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 17, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) 2.27.12.31.1 age confidence

Release Notes

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

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@vercel

vercel Bot commented May 17, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gauge Ready Ready Preview Aug 29, 2026 8:16am

@renovate
renovate Bot requested a review from suyalcinkaya as a code owner May 17, 2024 10:59
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.2 chore(deps): update dependency @changesets/cli to v2.27.3 May 20, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.3 chore(deps): update dependency @changesets/cli to v2.27.4 May 28, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.4 chore(deps): update dependency @changesets/cli to v2.27.5 May 28, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.5 chore(deps): update dependency @changesets/cli to v2.27.6 Jun 25, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.6 chore(deps): update dependency @changesets/cli to v2.27.7 Jul 2, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.7 chore(deps): update dependency @changesets/cli to v2.27.8 Sep 5, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.8 chore(deps): update dependency @changesets/cli to v2.27.9 Oct 4, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.9 chore(deps): update dependency @changesets/cli to v2.27.10 Nov 22, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.10 chore(deps): update dependency @changesets/cli to v2.27.11 Dec 20, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.11 chore(deps): update dependency @changesets/cli to v2.27.12 Jan 25, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 5686fdf to 0edd260 Compare January 25, 2025 03:21
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 0edd260 to a477765 Compare January 31, 2025 16:19
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from a477765 to 587820c Compare February 12, 2025 04:07
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 587820c to fa19c2e Compare February 18, 2025 03:52
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.12 chore(deps): update dependency @changesets/cli to v2.28.0 Feb 18, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.28.0 chore(deps): update dependency @changesets/cli to v2.28.1 Feb 22, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from fa19c2e to 725ea53 Compare February 22, 2025 07:16
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 725ea53 to aaa414c Compare March 5, 2025 03:43
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from aaa414c to 96bf027 Compare March 12, 2025 08:09
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 96bf027 to 6a543de Compare April 3, 2025 04:16
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.3 chore(deps): update dependency @changesets/cli to v2.29.4 May 17, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 37015b5 to c04b6fe Compare May 24, 2025 19:46
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from c04b6fe to f2d9074 Compare May 31, 2025 07:52
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from f2d9074 to 64f2aa3 Compare June 6, 2025 16:24
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 64f2aa3 to c57cbec Compare June 21, 2025 16:10
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.4 chore(deps): update dependency @changesets/cli to v2.29.5 Jun 21, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from c57cbec to c4ab49c Compare June 29, 2025 04:09
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from c4ab49c to 5f76c89 Compare August 11, 2025 07:10
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 5f76c89 to 00d9535 Compare August 15, 2025 03:59
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.5 chore(deps): update dependency @changesets/cli to v2.29.6 Aug 16, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 00d9535 to 3d86b42 Compare August 16, 2025 16:14
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.6 chore(deps): update dependency @changesets/cli to v2.29.7 Sep 10, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 3d86b42 to 3b2ef99 Compare September 10, 2025 07:51
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 3b2ef99 to 9e37945 Compare September 26, 2025 23:54
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 9e37945 to 620905e Compare October 25, 2025 07:15
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 620905e to adbff60 Compare November 16, 2025 04:06
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