Skip to content

Upgrade: Bump @changesets/cli from 2.14.1 to 2.19.0#121

Merged
stormwarning merged 1 commit intomainfrom
dependabot/npm_and_yarn/changesets/cli-2.19.0
Jan 12, 2022
Merged

Upgrade: Bump @changesets/cli from 2.14.1 to 2.19.0#121
stormwarning merged 1 commit intomainfrom
dependabot/npm_and_yarn/changesets/cli-2.19.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 1, 2022

Bumps @changesets/cli from 2.14.1 to 2.19.0.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.19.0

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

  • #713 82be80e Thanks @​zthxxx! - Fixed an issue with not being able to reenter exited pre mode.

  • #708 ab8f2b2 Thanks @​Andarist! - Updated is-ci dependency that helps us to check if Changesets are executed in the CI environment.

  • #710 4272cb0 Thanks @​Andarist! - Errors received from npm profile get --json, that is used to check if 2FA is required, will now always be printed.

  • Updated dependencies [82be80e, e4c4b29]:

    • @​changesets/pre@​1.0.9
    • @​changesets/assemble-release-plan@​5.0.4
    • @​changesets/get-release-plan@​3.0.4

@​changesets/cli@​2.18.1

Patch Changes

  • #676 d8f0e68 Thanks @​Andarist! - Improved compatibility with npm 7+ since they've started to print errors to the stderr (where previously they were printed to stdout) when using npm publish --json.

  • #676 d8f0e68 Thanks @​Andarist! - Fixed an internal issue that prevented npm publish --json's output to be handled properly. This makes sure that unrelated JSONs printed by lifecycle scripts don't interfere with our logic.

  • #667 fe8db75 Thanks @​fz6m! - Upgraded @manypkg/get-packages dependency to fix getting correct packages in pnpm workspaces with exclude rules.

  • Updated dependencies [fe8db75, 9a993ba]:

    • @​changesets/apply-release-plan@​5.0.3
    • @​changesets/assemble-release-plan@​5.0.3
    • @​changesets/config@​1.6.3
    • @​changesets/get-dependents-graph@​1.2.4
    • @​changesets/get-release-plan@​3.0.3
    • @​changesets/git@​1.2.1
    • @​changesets/pre@​1.0.8
    • @​changesets/types@​4.0.2
    • @​changesets/read@​0.5.2
    • @​changesets/write@​0.1.6

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

... (truncated)

Commits
  • e7692dd Version Packages (#709)
  • 99173cf Fix linting errors in the Snapshot Releases doc
  • b0ca1b1 Tweak Intro and Snapshot Releases docs (#717)
  • e4c4b29 Fix snapshot timestamp so its date part contains the correct date (#692)
  • 82be80e Fixed an issue with not being able to reenter exited pre mode (#713)
  • 7ee263b Fixed typos (#699)
  • b9b6453 Added support for a --no-git-tag CLI flag that can be used with `changeset ...
  • 4272cb0 Errors received from npm profile get --json will now always be printed (#710)
  • 7b5530f Update URLs in docs & code after the ownership transfer (#694)
  • ab8f2b2 Upgrade is-ci (#708)
  • 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.1 to 2.19.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/cli@2.14.1...@changesets/cli@2.19.0)

---
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 dependabot Bot added the upgrade label Jan 1, 2022
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jan 1, 2022

⚠️ No Changeset found

Latest commit: dd97c70

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

@stormwarning stormwarning merged commit 34cd052 into main Jan 12, 2022
@stormwarning stormwarning deleted the dependabot/npm_and_yarn/changesets/cli-2.19.0 branch January 12, 2022 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant