Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) 2.17.0 -> 2.29.8 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

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

v2.27.1

Compare Source

Patch Changes
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.

v2.26.0

Compare Source

Minor Changes
  • #​1033 521205d Thanks @​Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

Patch Changes

v2.25.2

Compare Source

Patch Changes

v2.25.1

Compare Source

Patch Changes
  • #​997 4d4d67b Thanks @​JakeGinnivan! - Add error message when running changesets in a repo with workspaces configured but no packages yet

  • #​985 8d0115e Thanks @​mino01x! - Fixed an issue with private packages with versions being included in the CLI prompt despite the privatePackages.version: false setting.

v2.25.0

Compare Source

Minor Changes
  • #​662 8c08469 Thanks @​JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes

v2.24.4

Compare Source

Patch Changes

v2.24.3

Compare Source

Patch Changes

v2.24.2

Compare Source

Patch Changes

v2.24.1

Compare Source

Patch Changes

v2.24.0

Compare Source

Minor Changes
  • #​858 dd9b76f Thanks @​dotansimha! - Added a new config flag for changesets version --snapshot mode: --snapshot-prerelease-template

  • #​858 dd9b76f Thanks @​dotansimha! - Added a new config option: snapshot.prereleaseTemplate for customizing the way snapshot release numbers are being composed.

Patch Changes

v2.23.2

Compare Source

Patch Changes

v2.23.1

Compare Source

Patch Changes

v2.23.0

Compare Source

Minor Changes
Patch Changes

v2.22.0

Compare Source

Minor Changes
  • #​768 c87eba6 Thanks @​rohit-gohri! - Allow "commit" option to be more configurable. You can now point to a module (using a module name or a relative path) that might contain getAddMessage and/or getVersionMessage. This allows you to configure how the commit message is generated, if [skip ci] gets included, etc.
Patch Changes

v2.21.1

Compare Source

Patch Changes

v2.21.0

Compare Source

Minor Changes
  • #​690 27a5a82 Thanks @​Andarist! - Added a new .changeset/config.json option: fixed. It can be used to group packages that should always be released together. If any package from a group is going to be released then all packages from that group will be released together (with the same ve

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/changesets-cli-2.x branch from 95595c1 to f72ab07 Compare April 24, 2022 23:10
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.21.1 chore(deps): update dependency @changesets/cli to v2.22.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from f72ab07 to 4fd0c1b Compare June 18, 2022 14:16
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.22.0 chore(deps): update dependency @changesets/cli to v2.23.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 4fd0c1b to 39e3e29 Compare September 25, 2022 18:17
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.23.0 chore(deps): update dependency @changesets/cli to v2.24.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 39e3e29 to 4c6db4a Compare November 20, 2022 14:13
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.24.4 chore(deps): update dependency @changesets/cli to v2.25.2 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 4c6db4a to 8e76ea4 Compare March 18, 2023 14:04
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.25.2 chore(deps): update dependency @changesets/cli to v2.26.0 Mar 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.26.0 chore(deps): update dependency @changesets/cli to v2.26.1 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 8e76ea4 to 7f8b6b0 Compare March 23, 2023 17:30
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.26.1 chore(deps): update dependency @changesets/cli to v2.26.2 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7f8b6b0 to 6bb0737 Compare June 27, 2023 11:10
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 6bb0737 to fa32665 Compare November 28, 2023 11:58
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.26.2 chore(deps): update dependency @changesets/cli to v2.27.1 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from fa32665 to 4d67b57 Compare May 17, 2024 15:48
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.27.1 chore(deps): update dependency @changesets/cli to v2.27.2 May 17, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 4d67b57 to f6fae20 Compare May 20, 2024 14:44
@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 branch from f6fae20 to d1802b8 Compare May 28, 2024 13:21
@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 branch from d1802b8 to 36396c1 Compare May 28, 2024 17:07
@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 branch from 36396c1 to f966ffd Compare June 24, 2024 11:27
@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 branch from f966ffd to de7783b Compare July 4, 2024 23:20
@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 4, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from de7783b to 121fc81 Compare September 8, 2024 11:24
@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 8, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 121fc81 to f68fa6d Compare October 6, 2024 08:14
@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 6, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from f68fa6d to 3ed9f7a Compare November 24, 2024 12:02
@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 24, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 3ed9f7a to 58a5c6e Compare December 22, 2024 23:44
@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 22, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 58a5c6e to 8f8b201 Compare January 25, 2025 11:46
@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 branch from 8f8b201 to 9b7b5ba Compare February 23, 2025 19:42
@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.1 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9b7b5ba to 85dc5cd Compare April 20, 2025 00:15
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to v2.28.1 chore(deps): update dependency @changesets/cli to v2.29.2 Apr 20, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 85dc5cd to b44112f Compare May 18, 2025 23:59
@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.4 May 18, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from b44112f to d7a82c9 Compare August 5, 2025 19:43
@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 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from d7a82c9 to b2e5379 Compare September 6, 2025 18:41
@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 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from b2e5379 to 7c590b7 Compare September 19, 2025 19:29
@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 19, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7c590b7 to 9e9ccf8 Compare November 30, 2025 16:04
@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 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant