Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @changesets/cli to v2.27.11 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.21.0 -> 2.27.11 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.11

Compare Source

Patch Changes

v2.27.10

Compare Source

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

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

Configuration

📅 Schedule: 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 force-pushed the renovate/changesets-cli-2.x branch from 4c1b960 to 7e234fe Compare April 17, 2022 04:06
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7e234fe to 1845d3e Compare June 11, 2022 13:17
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.22.0 Update dependency @changesets/cli to v2.23.0 Jun 11, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 1845d3e to 47375c6 Compare September 25, 2022 19:40
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.23.0 Update dependency @changesets/cli to v2.24.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 47375c6 to 9e9186b Compare November 20, 2022 07:26
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.24.4 Update dependency @changesets/cli to v2.25.2 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9e9186b to e63b8e1 Compare March 12, 2023 12:30
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.25.2 Update dependency @changesets/cli to v2.26.0 Mar 12, 2023
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.26.0 Update dependency @changesets/cli to v2.26.1 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from e63b8e1 to 212e593 Compare March 22, 2023 08:18
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.26.1 Update dependency @changesets/cli to v2.26.2 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 212e593 to 7045ee1 Compare June 27, 2023 11:15
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7045ee1 to 6df18c1 Compare November 28, 2023 12:06
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.26.2 Update dependency @changesets/cli to v2.27.1 Nov 28, 2023
Copy link
Contributor Author

renovate bot commented Nov 28, 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
[12:05:34.431] INFO (10): Installing tool node v20.10.0...
v20.10.0
10.2.3
0.22.0
[12:05:37.332] INFO (10): Installed tool node in 2.9s.
[12:05:37.672] INFO (53): Installing tool pnpm v6.32.8...
6.32.8
[12:05:39.530] INFO (53): Installed tool pnpm in 1.8s.
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-7.0.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/patch-package/-/patch-package-6.4.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.6.2.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 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/bob-the-bundler/-/bob-the-bundler-1.6.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-7.0.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/patch-package/-/patch-package-6.4.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 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/bob-the-bundler/-/bob-the-bundler-1.6.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 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 6df18c1 to 9694a8d Compare May 17, 2024 10:36
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.1 Update dependency @changesets/cli to v2.27.2 May 17, 2024
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  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/bob-the-bundler/-/bob-the-bundler-1.6.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-7.0.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/patch-package/-/patch-package-6.4.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.6.2.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 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/bob-the-bundler/-/bob-the-bundler-1.6.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-7.0.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/patch-package/-/patch-package-6.4.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@changesets%2Fcli error (ERR_INVALID_THIS). Will retry in 1 minute. 1 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 9694a8d to d6f8f5f Compare May 20, 2024 13:49
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.2 Update dependency @changesets/cli to v2.27.3 May 20, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from d6f8f5f to fe74ac3 Compare May 28, 2024 14:29
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.3 Update dependency @changesets/cli to v2.27.4 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from fe74ac3 to cb85c46 Compare May 28, 2024 18:07
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.4 Update dependency @changesets/cli to v2.27.5 May 28, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from cb85c46 to 8ecd553 Compare June 24, 2024 12:53
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.5 Update dependency @changesets/cli to v2.27.6 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 8ecd553 to 3440b87 Compare July 1, 2024 10:21
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.6 Update dependency @changesets/cli to v2.27.7 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 3440b87 to bc3fb32 Compare September 4, 2024 11:04
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.7 Update dependency @changesets/cli to v2.27.8 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from bc3fb32 to 7e9d941 Compare October 3, 2024 18:36
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.8 Update dependency @changesets/cli to v2.27.9 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 7e9d941 to 9de998d Compare November 20, 2024 10:00
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.9 Update dependency @changesets/cli to v2.27.10 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 9de998d to 87efa91 Compare December 18, 2024 07:17
@renovate renovate bot changed the title Update dependency @changesets/cli to v2.27.10 Update dependency @changesets/cli to v2.27.11 Dec 18, 2024
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.

0 participants