maiertech / gatsby-themes

Gatsby themes for @maiertech websites.
https://digital-garden.examples.maier.tech/
0 stars 1 forks source link

Bump @changesets/cli from 2.14.1 to 2.16.0 #289

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @changesets/cli from 2.14.1 to 2.16.0.

Release notes

Sourced from @​changesets/cli's releases.

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

    {
      "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
        "updateInternalDependents": "always"
      }
    }
    

    This option accepts two values - "always" and "out-of-range" (the latter matches the current default behavior).

  • #562 6353abf Thanks @​Andarist! - Stop asking for changeset confirmation when it has been provided using an external editor.

Patch Changes

  • Updated dependencies [de2b4a5, de2b4a5]:
    • @​changesets/config@​1.6.0
    • @​changesets/types@​4.0.0
    • @​changesets/apply-release-plan@​5.0.0
    • @​changesets/assemble-release-plan@​5.0.0
    • @​changesets/get-release-plan@​3.0.0
    • @​changesets/get-dependents-graph@​1.2.1
    • @​changesets/git@​1.1.1
    • @​changesets/pre@​1.0.6
    • @​changesets/read@​0.4.7
    • @​changesets/write@​0.1.4

@​changesets/cli@​2.15.0

Minor Changes

  • #559 bb7106d Thanks @​Andarist! - Added new --open flag to the add command. It opens the created changeset with an external editor.

Patch Changes

  • Updated dependencies [8b9ac07]:
    • @​changesets/assemble-release-plan@​4.1.1
Commits
  • 18d3da3 Version Packages (#563)
  • de2b4a5 Add new config option for always upgrading internal dependents (#542)
  • 707002d Add support for specifying multiple authors of a change by using multiple `au...
  • 190c751 Configure baseBranch option in changesets config (#565)
  • 6353abf Stop asking for changeset confirmation when it has been provided using an ext...
  • eae7236 Replace as many references to master with main as currently possible (#561)
  • a033686 Version Packages (#539)
  • 8b9ac07 Fixed an issue with including dependents in the release plan for dependencies...
  • bb7106d Added new --open flag to the add command (#559)
  • db39c38 Add list of docs to the main readme (#541)
  • 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)
vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/maiertech/digital-garden-example/6bgjCMNuvUqinmsRi7jniQGujGCo
✅ Preview: https://digital-garden-git-dependabot-npmandyarnchangesetscli-21-72461d.vercel.app

dependabot[bot] commented 3 years ago

Superseded by #309.