Skip to content

Update dependency @changesets/cli to v2.31.1#14

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

Update dependency @changesets/cli to v2.31.1#14
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

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.

@github-actions github-actions Bot added the prod label May 17, 2024
@github-actions

github-actions Bot commented May 17, 2024

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ ACTION actionlint 3 1 0.02s
✅ JAVASCRIPT prettier 1 1 0 0.42s
✅ JSON jsonlint 8 0 0.18s
✅ JSON npm-package-json-lint yes no 0.46s
✅ JSON prettier 8 2 0 0.57s
✅ JSON v8r 8 0 16.98s
⚠️ MARKDOWN markdownlint 9 0 20 0.85s
⚠️ MARKDOWN markdown-link-check 9 3 3.17s
✅ MARKDOWN markdown-table-formatter 9 0 0 0.28s
✅ REPOSITORY checkov yes no 13.71s
✅ REPOSITORY gitleaks yes no 0.1s
✅ REPOSITORY git_diff yes no 0.0s
❌ REPOSITORY grype yes 1 19.94s
✅ REPOSITORY secretlint yes no 0.75s
✅ REPOSITORY trivy-sbom yes no 1.13s
✅ REPOSITORY trufflehog yes no 3.85s
⚠️ SPELL cspell 27 118 6.4s
❌ SPELL lychee 24 11 0.6s
⚠️ SPELL proselint 9 5 10.6s
✅ YAML prettier 7 3 0 0.65s
✅ YAML yamllint 7 0 1.59s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@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 force-pushed the renovate/changesets-cli-2.x-lockfile branch from f04d6cb to d456ff2 Compare May 20, 2024 16:22
@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 force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from 3144ca8 to 7a2b5ae Compare May 28, 2024 18:52
@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 force-pushed the renovate/changesets-cli-2.x-lockfile branch from 7a2b5ae to 12134e7 Compare June 24, 2024 11:00
@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 24, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 12134e7 to 329e70a Compare July 1, 2024 10:23
@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 1, 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 4, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 329e70a to aff9f45 Compare September 4, 2024 12:38
@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 3, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from aff9f45 to abfbab6 Compare October 3, 2024 16:51
@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 20, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from abfbab6 to bf5ca54 Compare November 20, 2024 11:34
@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.10 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate
renovate Bot deleted the renovate/changesets-cli-2.x-lockfile branch December 8, 2024 18:40
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.27.10 - autoclosed chore(deps): update dependency @changesets/cli to v2.27.10 Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from e64edd3 to bf5ca54 Compare December 8, 2024 21:04
@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 18, 2024
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from bf5ca54 to 72bd4ad Compare December 18, 2024 10:31
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 72bd4ad to 74c1b9e Compare January 23, 2025 17:10
@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 24, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch 2 times, most recently from eb13bc4 to 3bbd50e Compare January 30, 2025 14:57
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 4d3e6dc to 393f6ff Compare April 16, 2025 19:35
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.1 chore(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 393f6ff to d3c8f62 Compare April 24, 2025 07:07
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from d3c8f62 to f6711c1 Compare May 5, 2025 10:58
@renovate renovate Bot changed the title chore(deps): update dependency @changesets/cli to v2.29.2 chore(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 f6711c1 to 2d30e10 Compare May 12, 2025 17:24
@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 12, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 2d30e10 to 28e0b88 Compare May 19, 2025 19:47
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 28e0b88 to 2986278 Compare May 28, 2025 07:39
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 2986278 to 93065fe Compare June 4, 2025 13:36
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 93065fe to 31cacd7 Compare June 20, 2025 10:39
@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 20, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 31cacd7 to 729329a Compare June 22, 2025 14:47
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 729329a to ee5d761 Compare August 10, 2025 14:10
@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 ee5d761 to 1db60f4 Compare August 16, 2025 13:22
@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 9, 2025
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 1db60f4 to 4587ca2 Compare September 9, 2025 13:37
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 4587ca2 to b634cb7 Compare September 25, 2025 16:55
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from b634cb7 to b54cdf6 Compare October 21, 2025 16:50
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from b54cdf6 to f5dd8ea Compare November 10, 2025 18:00
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from f5dd8ea to d49736a Compare November 18, 2025 18:44
@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 ae28d4a to e62b029 Compare December 3, 2025 18:58
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from e62b029 to 398afbf Compare December 31, 2025 16:47
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 398afbf to 4565a43 Compare January 19, 2026 19:25
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from 4565a43 to f3c187c Compare February 12, 2026 11:14
@renovate
renovate Bot force-pushed the renovate/changesets-cli-2.x-lockfile branch from f3c187c to ff94ad1 Compare March 3, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants