Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2022

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) ^2.20.0 -> ^2.29.7 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

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 version).

    This is similar to what people often know from Lerna as this is how their fixed/locked mode works.

Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2022

⚠️ No Changeset found

Latest commit: ac1c00a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 1, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 5846589 to 04f3a8e Compare October 1, 2022 14:04
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.24.4 chore(deps): update dependency @changesets/cli to ^2.25.0 Oct 1, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 04f3a8e to b90ccb0 Compare October 29, 2022 12:18
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.25.0 chore(deps): update dependency @changesets/cli to ^2.25.1 Oct 29, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from b90ccb0 to 1ac1776 Compare October 31, 2022 20:05
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.25.1 chore(deps): update dependency @changesets/cli to ^2.25.2 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 1ac1776 to a613ad9 Compare March 16, 2023 13:29
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.25.2 chore(deps): update dependency @changesets/cli to ^2.26.0 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.0 chore(deps): update dependency @changesets/cli to ^2.26.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from a613ad9 to dc60537 Compare April 3, 2023 16:14
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.1 chore(deps): update dependency @changesets/cli to ^2.26.2 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from dc60537 to accbd0d Compare June 27, 2023 10:55
@renovate
Copy link
Contributor Author

renovate bot commented Nov 14, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[13:27:57.751] INFO (9): Installing tool node v20.10.0...
v20.10.0
10.2.3
0.22.0
[13:28:00.553] INFO (9): Installed tool node in 2.8s.
[13:28:01.006] INFO (52): Installing tool pnpm v6.35.1...
6.35.1
[13:28:02.301] INFO (52): Installed tool pnpm in 1.2s.
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/@changesets%2Fcli error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@1stg/lib-config/-/lib-config-4.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.4.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/type-coverage/-/type-coverage-2.19.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/commander/-/commander-8.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rehype-remark/-/rehype-remark-9.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/remark-directive/-/remark-directive-2.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/unified/-/unified-10.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets%2Fcli error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@1stg/lib-config/-/lib-config-4.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.4.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/type-coverage/-/type-coverage-2.19.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/commander/-/commander-8.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rehype-remark/-/rehype-remark-9.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/remark-directive/-/remark-directive-2.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/unified/-/unified-10.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/unified-stream/-/unified-stream-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from accbd0d to 8aa03da Compare November 14, 2023 06:43
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 8aa03da to 4166f2a Compare November 28, 2023 09:16
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.26.2 chore(deps): update dependency @changesets/cli to ^2.27.0 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 4166f2a to ec93724 Compare November 28, 2023 13:29
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.0 chore(deps): update dependency @changesets/cli to ^2.27.1 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from ec93724 to 626b7af Compare May 17, 2024 13:07
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.1 chore(deps): update dependency @changesets/cli to ^2.27.2 May 17, 2024
@renovate
Copy link
Contributor Author

renovate bot commented May 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  GET https://registry.npmjs.org/@changesets%2Fcli error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@1stg/lib-config/-/lib-config-4.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.4.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/type-coverage/-/type-coverage-2.19.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/commander/-/commander-8.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rehype-remark/-/rehype-remark-9.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/remark-directive/-/remark-directive-2.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/unified/-/unified-10.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets%2Fcli error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@1stg/lib-config/-/lib-config-4.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.4.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/type-coverage/-/type-coverage-2.19.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/commander/-/commander-8.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rehype-remark/-/rehype-remark-9.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/remark-directive/-/remark-directive-2.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/unified/-/unified-10.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/unified-stream/-/unified-stream-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 626b7af to 84e679c Compare May 20, 2024 15:50
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.2 chore(deps): update dependency @changesets/cli to ^2.27.3 May 20, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 84e679c to 893fa77 Compare May 28, 2024 14:04
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.3 chore(deps): update dependency @changesets/cli to ^2.27.4 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 893fa77 to 58d7686 Compare May 28, 2024 18:44
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.4 chore(deps): update dependency @changesets/cli to ^2.27.5 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 58d7686 to 1ea0139 Compare June 24, 2024 10:47
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from bc15813 to 2f5a874 Compare October 3, 2024 19:23
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.8 chore(deps): update dependency @changesets/cli to ^2.27.9 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 2f5a874 to c0edeac Compare November 20, 2024 11:43
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.9 chore(deps): update dependency @changesets/cli to ^2.27.10 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from c0edeac to 8db0f49 Compare December 18, 2024 11:49
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.10 chore(deps): update dependency @changesets/cli to ^2.27.11 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 8db0f49 to 75220be Compare January 24, 2025 12:47
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.11 chore(deps): update dependency @changesets/cli to ^2.27.12 Jan 24, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 75220be to 9ac4840 Compare February 17, 2025 10:42
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.27.12 chore(deps): update dependency @changesets/cli to ^2.28.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9ac4840 to ecacf21 Compare February 20, 2025 16:39
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.28.0 chore(deps): update dependency @changesets/cli to ^2.28.1 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from ecacf21 to da63a89 Compare April 14, 2025 10:27
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.28.1 chore(deps): update dependency @changesets/cli to ^2.29.0 Apr 14, 2025
@coderabbitai
Copy link

coderabbitai bot commented Apr 14, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from da63a89 to d8647b7 Compare April 15, 2025 19:03
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.0 chore(deps): update dependency @changesets/cli to ^2.29.1 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from d8647b7 to 319ce53 Compare April 16, 2025 22:35
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.1 chore(deps): update dependency @changesets/cli to ^2.29.2 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 319ce53 to 801eaee Compare May 5, 2025 11:14
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.2 chore(deps): update dependency @changesets/cli to ^2.29.3 May 5, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 801eaee to 1e0bdd2 Compare May 12, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.3 chore(deps): update dependency @changesets/cli to ^2.29.4 May 12, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 1e0bdd2 to f896408 Compare June 20, 2025 07:46
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.4 chore(deps): update dependency @changesets/cli to ^2.29.5 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from f896408 to 42e2a7b Compare August 16, 2025 13:57
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.5 chore(deps): update dependency @changesets/cli to ^2.29.6 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 42e2a7b to ac1c00a Compare September 9, 2025 16:54
@renovate renovate bot changed the title chore(deps): update dependency @changesets/cli to ^2.29.6 chore(deps): update dependency @changesets/cli to ^2.29.7 Sep 9, 2025
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.

1 participant