Skip to content

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

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#42
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/changesets-cli-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 30, 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

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.

@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.5 fix(deps): update dependency @changesets/cli to v2.27.6 Jun 24, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.6 fix(deps): update dependency @changesets/cli to v2.27.7 Jul 1, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.7 fix(deps): update dependency @changesets/cli to v2.27.8 Sep 4, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.8 fix(deps): update dependency @changesets/cli to v2.27.9 Oct 3, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.9 fix(deps): update dependency @changesets/cli to v2.27.10 Nov 20, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.10 fix(deps): update dependency @changesets/cli to v2.27.11 Dec 18, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 0c62f1b to 1673655 Compare January 23, 2025 20:29
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.11 fix(deps): update dependency @changesets/cli to v2.27.12 Jan 26, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 1673655 to 7b808a2 Compare January 26, 2025 08:33
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 7b808a2 to 97e32ef Compare February 9, 2025 12:55
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.27.12 fix(deps): update dependency @changesets/cli to v2.28.0 Feb 17, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 97e32ef to 94de5ec Compare February 17, 2025 11:38
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.28.0 fix(deps): update dependency @changesets/cli to v2.28.1 Feb 20, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 94de5ec to 874c858 Compare February 20, 2025 16:36
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 874c858 to 29b6d15 Compare March 3, 2025 15:54
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 3 times, most recently from 19201e3 to fc508ee Compare March 17, 2025 18:11
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from a5bf52d to 93180f0 Compare April 8, 2025 13:22
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 93180f0 to f06335c Compare April 14, 2025 12:08
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.28.1 fix(deps): update dependency @changesets/cli to v2.29.0 Apr 14, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from f06335c to be8e4d1 Compare April 15, 2025 18:49
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.29.0 fix(deps): update dependency @changesets/cli to v2.29.1 Apr 15, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from be8e4d1 to 9da9ea1 Compare April 16, 2025 22:03
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.29.1 fix(deps): update dependency @changesets/cli to v2.29.2 Apr 16, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 9da9ea1 to 3c7732a Compare April 24, 2025 07:48
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 3c7732a to 53277fe Compare May 5, 2025 12:04
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.29.2 fix(deps): update dependency @changesets/cli to v2.29.3 May 5, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 53277fe to 469bef5 Compare May 12, 2025 19:41
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from e8b5fb0 to 37c6642 Compare August 19, 2025 17:07
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 37c6642 to ad424b2 Compare August 31, 2025 10:32
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from ad424b2 to a5d6bf1 Compare September 9, 2025 13:57
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.29.6 fix(deps): update dependency @changesets/cli to v2.29.7 Sep 9, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from a5d6bf1 to d579440 Compare September 25, 2025 20:12
@renovate renovate Bot changed the title fix(deps): update dependency @changesets/cli to v2.29.7 chore(deps): update dependency @changesets/cli to v2.29.7 Sep 25, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from d579440 to 4ab3a20 Compare October 21, 2025 16:59
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 4ab3a20 to d6fd24a Compare November 10, 2025 20:34
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from d6fd24a to 8676340 Compare November 18, 2025 11:15
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.7 chore(deps): update dependency @changesets/cli to v2.29.8 Nov 27, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from 62cd202 to 815556e Compare December 3, 2025 18:14
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 815556e to 2ff78e2 Compare December 31, 2025 13:44
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 2ff78e2 to c8cb024 Compare January 8, 2026 18:32
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from 189656d to fa808d1 Compare January 23, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from fa808d1 to cf6eb48 Compare February 2, 2026 20:44
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from 079cc74 to 3160394 Compare February 17, 2026 15:13
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.8 chore(deps): update dependency @changesets/cli to v2.30.0 Mar 3, 2026
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from 9a80635 to f46dc6d Compare March 5, 2026 18:53
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from f46dc6d to 23a0cc1 Compare March 13, 2026 18:37
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 23a0cc1 to 042651d Compare April 1, 2026 20:17
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 042651d to 35f7927 Compare April 8, 2026 21:12
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 35f7927 to ab9df61 Compare April 17, 2026 21:58
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.30.0 chore(deps): update dependency @changesets/cli to v2.31.0 Apr 17, 2026
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from ab9df61 to 434bbeb Compare April 29, 2026 15:17
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