Skip to content

Conversation

@dependabot
Copy link

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

Bumps @changesets/cli from 2.10.2 to 2.22.0.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.22.0

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

  • #776 ad7506d Thanks @​janosh! - changeset init will now configure baseBranch: "main" in the .changeset/config.json as the default value.

  • #770 eb86652 Thanks @​alizeait! - changeset add and changeset status should now properly handle the situation where Changesets are managed from a directory different than the root of the repository.

  • Updated dependencies [c87eba6, eb86652, c87eba6, c87eba6]:

    • @​changesets/types@​5.0.0
    • @​changesets/git@​1.3.2
    • @​changesets/apply-release-plan@​6.0.0
    • @​changesets/config@​2.0.0
    • @​changesets/assemble-release-plan@​5.1.2
    • @​changesets/changelog-git@​0.1.11
    • @​changesets/get-dependents-graph@​1.3.2
    • @​changesets/get-release-plan@​3.0.8
    • @​changesets/pre@​1.0.11
    • @​changesets/read@​0.5.5
    • @​changesets/write@​0.1.8

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

... (truncated)

Commits
  • fcf5e46 Version Packages (#777)
  • c87eba6 Allow "commit" option to describe a module containing commit functions (#768)
  • 8830415 docs: correct link to "problems publishing in monorepos" (#780)
  • eb86652 Get correct absolute path of changed files when .changeset/ is not in the r...
  • 5f0f456 Fixed the reference to the changeset version command in one of the docs (#765)
  • ad7506d Change default baseBranch in changeset init from master to main (#776)
  • 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)
  • 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.22.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 Jun 16, 2022

Superseded by #483.

@dependabot dependabot bot closed this Jun 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/changesets/cli-2.22.0 branch June 16, 2022 11:15
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