Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps @changesets/cli from 2.10.2 to 2.21.0.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.21.0

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.

  • #703 15c461d Thanks @​Andarist! - Fixed an issue with dependant packages being always bumped when their * dependency was bumped.

  • Updated dependencies [0812858, 15c461d, 27a5a82, 27a5a82, d14cf79, 27a5a82, 0d1debd, 59c7ebc, 15c461d]:

    • @​changesets/assemble-release-plan@​5.1.0
    • @​changesets/apply-release-plan@​5.0.5
    • @​changesets/types@​4.1.0
    • @​changesets/config@​1.7.0
    • @​changesets/changelog-git@​0.1.10
    • @​changesets/get-release-plan@​3.0.6
    • @​changesets/get-dependents-graph@​1.3.1
    • @​changesets/git@​1.3.1
    • @​changesets/pre@​1.0.10
    • @​changesets/read@​0.5.4
    • @​changesets/write@​0.1.7

@​changesets/cli@​2.20.0

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.

  • #693 1be201f Thanks @​luciaquirke! - Fixed an issue with none release type sometimes overriding other release types and thus preventing a release from happening.

... (truncated)

Commits
  • 75c30fc Version Packages (#750)
  • 59c7ebc Fixed an issue where dependent packages would sometimes not get bumped proper...
  • 0812858 Fixed an issue with none releases ending up as snapshot releases (#706)
  • 27a5a82 Add support for fixed packages (#690)
  • 0d1debd Add @changesets/changelog-git as a dependency of @changesets/cli (#666)
  • 15c461d Fixed issues with * ranges not being replaced in premode (#703)
  • db3acf2 Cleanup test output by silencing spammy console.logs (#715)
  • c2b9d44 Fixed a lint error in one of the doc files (#753)
  • 4025b61 Tweak an example in the docs (#741)
  • 1a8ae66 Improve the changelog config usage suggestion (#743)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.10.2 to 2.21.0.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 7, 2022

Superseded by #381.

@dependabot dependabot bot closed this Mar 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/changesets/cli-2.21.0 branch March 7, 2022 11:31
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