Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

fix(deps): update dependency @changesets/cli to v2.21.1 #440

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli 2.18.1 -> 2.21.1 age adoption passing confidence

Release Notes

changesets/changesets

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
  • #​706 0812858 Thanks @​Andarist! - Fixed an issue with "none" releases causing package versions being bumped during snapshot releases. In addition to when you create "none" release types explicitly Changesets might create them implicitly in some situations, for example under some circumstances this issue caused snapshot releases to be created sometimes for ignored packages.
  • #​703 15c461d Thanks @​Andarist! - Fixed an issue with * dependency ranges not being replaced in premode. Those have to replaced with exact versions because prereleases don't satisfy wildcard ranges. A published prerelease package with such dependency range left untouched won't install correct prerelease dependency version.
  • #​749 d14cf79 Thanks @​Andarist! - Fixed an issue that caused created CHANGELOG files not being formatted in the same way as the updated ones (this could happen when calling changeset version for the very first time for a package).
  • #​751 59c7ebc Thanks @​Rugvip! - Fixed an issue where dependent packages would sometimes not get bumped properly when exiting prerelease mode.

v2.20.0

Compare Source

Minor Changes
  • #​698 9e14a9a Thanks @​zthxxx! - Reworked the CLI output when adding a changeset. This includes fixing broken formatting in certain terminal width, reducing visual noise and making other small adjustments.
  • #​704 6f9c9d6 Thanks @​Andarist! - Dependencies specified using a tag will no longer result in printing incorrect errors in the console.
Patch Changes
  • #​740 957e39c Thanks @​akphi! - Fixed an issue with failing to parse changesets containing a completely empty summary.

v2.19.0

Compare Source

Minor Changes
  • #​701 b9b6453 Thanks @​Andarist! - Added support for a --no-git-tag CLI flag that can be used with changeset publish to skip creating git tags for published packages. This is mostly useful when publishing snapshot releases.
Patch Changes

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Feb 18, 2022

⚠️ No Changeset found

Latest commit: 7da135a

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

@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 4954b09 to 17b352e Compare February 19, 2022 21:32
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to v2.20.0 fix(deps): update dependency @changesets/cli to v2.21.0 Feb 19, 2022
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 17b352e to 082c1ee Compare February 20, 2022 12:42
@renovate renovate bot force-pushed the renovate/changesets-cli-2.x branch from 082c1ee to 7da135a Compare March 6, 2022 07:04
@renovate renovate bot changed the title fix(deps): update dependency @changesets/cli to v2.21.0 fix(deps): update dependency @changesets/cli to v2.21.1 Mar 6, 2022
@acao acao merged commit 631a436 into master Mar 8, 2022
@acao acao deleted the renovate/changesets-cli-2.x branch March 8, 2022 12:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants