Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2021

Bumps @changesets/cli from 2.10.2 to 2.18.0.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.18.0

Minor Changes

  • #634 2b49c39 Thanks @​joeldenning! - The new changeset tag command has been added. It can be used to create git tags for all packages.

    This is helpful in situations where a different tool is used to publish packages instead of Changesets. For situations where changeset publish is executed, running changeset tag is not needed.

    Note that it is expected that changeset version is run before changeset tag, so that the package.json versions are updated before the git tags are created. This command also doesn't take any configuration into account - it simply create tags for all packages with whatever version that is currently in their respective package.json.

Patch Changes

  • #585 74dda8c Thanks @​javier-garcia-meteologica! - Add support for workspace:^ and workspace:~ dependency ranges.

  • #660 5413f3e Thanks @​tmkx! - Fixed an issue with adding [undefined] to the generated changelog when the commit adding a changeset file could not be found. This could have happened when running changeset add && changeset version in a single command and when using the default changelog generator.

  • Updated dependencies [2b49c39, 74dda8c]:

    • @​changesets/git@​1.2.0
    • @​changesets/apply-release-plan@​5.0.2
    • @​changesets/get-dependents-graph@​1.2.3
    • @​changesets/read@​0.5.1
    • @​changesets/assemble-release-plan@​5.0.2
    • @​changesets/config@​1.6.2
    • @​changesets/get-release-plan@​3.0.2

@​changesets/cli@​2.17.0

Minor Changes

  • #626 bc611cf Thanks @​Andarist! - From now on, changeset files starting with a dot (e.g. .ignored-temporarily.md) will be be ignored and kept around after versioning. This allows you to prepare a changeset for something that isn't supposed to be released immediately. An example use case could involve code hidden behind a feature flag.

Patch Changes

  • #582 e89e28a Thanks @​Andarist! - Add support for publishConfig.registry

  • Updated dependencies [bc611cf, e89e28a]:

    • @​changesets/read@​0.5.0
    • @​changesets/types@​4.0.1
    • @​changesets/get-release-plan@​3.0.1
    • @​changesets/apply-release-plan@​5.0.1
    • @​changesets/assemble-release-plan@​5.0.1
    • @​changesets/config@​1.6.1
    • @​changesets/get-dependents-graph@​1.2.2
    • @​changesets/git@​1.1.2
    • @​changesets/pre@​1.0.7
    • @​changesets/write@​0.1.5

@​changesets/cli@​2.16.0

Minor Changes

  • #542 de2b4a5 Thanks @​Andarist! - A new updateInternalDependents experimental option has been added. It can be used to add dependent packages to the release (if they are not already a part of it) with patch bumps. To use it you can add this to your config:

... (truncated)

Commits

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.18.0.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/atlassian/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 Nov 26, 2021

Superseded by #308.

@dependabot dependabot bot closed this Nov 26, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/changesets/cli-2.18.0 branch November 26, 2021 11:16
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