Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Bump @changesets/cli from 2.17.0 to 2.25.2#132

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/changesets/cli-2.25.2
Closed

Bump @changesets/cli from 2.17.0 to 2.25.2#132
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/changesets/cli-2.25.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps @changesets/cli from 2.17.0 to 2.25.2.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.25.2

Patch Changes

  • Updated dependencies [6cc4300]:
    • @​changesets/apply-release-plan@​6.1.2
    • @​changesets/write@​0.2.2

@​changesets/cli@​2.25.1

Patch Changes

  • #997 4d4d67b Thanks @​JakeGinnivan! - Add error message when running changesets in a repo with workspaces configured but no packages yet

  • #985 8d0115e Thanks @​mino01x! - Fixed an issue with private packages with versions being included in the CLI prompt despite the privatePackages.version: false setting.

@​changesets/cli@​2.25.0

Minor Changes

  • #662 8c08469 Thanks @​JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes

  • #953 98d63e0 Thanks @​alexamy! - Add a new line at the end of the default config file generated when invoking changeset init.

  • #949 64585ea Thanks @​Andarist, @​BPScott! - Fixed the issue that caused transitive dependents of dev dependents to be bumped when a package got bumped and when using ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.updateInternalDependents: "always". To illustrate this with an example:

    pkg-a - version: 1.0.0
    pkg-b - devDependencies['pkg-a']: 1.0.0
    pkg-c - dependencies['pkg-b']: 1.0.0
    

    With a changeset for pkg-a the pkg-c could have been sometimes incorrectly released.

  • Updated dependencies [8c08469, 8c08469, 64585ea]:

    • @​changesets/git@​1.5.0
    • @​changesets/config@​2.2.0
    • @​changesets/types@​5.2.0
    • @​changesets/assemble-release-plan@​5.2.2
    • @​changesets/apply-release-plan@​6.1.1
    • @​changesets/read@​0.5.8
    • @​changesets/get-release-plan@​3.0.15
    • @​changesets/changelog-git@​0.1.13
    • @​changesets/get-dependents-graph@​1.3.4
    • @​changesets/pre@​1.0.13
    • @​changesets/write@​0.2.1

@​changesets/cli@​2.24.4

Patch Changes

... (truncated)

Commits
  • 193bcab Version Packages (#999)
  • 663749c Check for correct repo before release (#1000)
  • 6cc4300 Improved compatibility with Prettier v3 (alpha) (#983)
  • a5479ca Version Packages (#998)
  • 4d4d67b Add error message when running changesets in a repo with workspaces configure...
  • 8d0115e Fixed an issue with private packages with versions being included in the CLI ...
  • 1d3f9f2 fix forceSignAnnotated typo (#984)
  • 76d683a Fix grammar in docs/linked-packages.md (#968)
  • 26c9c73 Version Packages (#950)
  • 8c08469 Add support for tagging private packages when their version changes (#662)
  • 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.17.0 to 2.25.2.
- [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.17.0...@changesets/cli@2.25.2)

---
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2022
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 1, 2022

⚠️ No Changeset found

Latest commit: 64134bf

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #135.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/changesets/cli-2.25.2 branch December 19, 2022 17:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants