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

chore(deps-dev): bump @changesets/cli from 2.14.0 to 2.21.1 #37

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps @changesets/cli from 2.14.0 to 2.21.1.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.21.1

Patch Changes

  • #760 5a2a59a Thanks @​Andarist! - Fixed an issue with logging non-stringified Buffers in case of publish errors.

  • #769 3e8e672 Thanks @​Andarist! - Fixed an infinite loop involving a fixed group of packages and a package within that group that was both ignored and dependent on another package from that group.

  • Updated dependencies [3e8e672]:

    • @​changesets/assemble-release-plan@​5.1.1
    • @​changesets/get-release-plan@​3.0.7

@​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

... (truncated)

Commits
  • a3fa3ec Version Packages (#763)
  • 3e8e672 Fixed an infinite loop with fixed & ignored package depending on another rele...
  • ad778e1 Add concurrency to the Changesets workflow
  • ed63f12 Add docs for fixed packages (#764)
  • 5a2a59a Fixed an issue with logging non-stringified Buffers in case of publish errors...
  • 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)
  • 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.14.0 to 2.21.1.
- [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/cli@2.14.0...@changesets/cli@2.21.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2022

The following labels could not be found: dependencies.

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.

None yet

0 participants