eliasku / auph

Trivial audio mixer API for native and web targets
13 stars 0 forks source link

Bump @changesets/cli from 2.17.0 to 2.23.0 #103

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @changesets/cli from 2.17.0 to 2.23.0.

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.23.0

Minor Changes

Patch Changes

  • #811 c54c25d Thanks @​samrose3! - Improved accessibility of the CLI prompts by using selected/unselected indicators that don't rely solely on the colors.

  • #767 d6bfcc5 Thanks @​Andarist! - Improve the error message when a package referenced in a changeset can't be found. The message will now also include the changeset's ID.

  • Updated dependencies [d6bfcc5]:

    • @​changesets/assemble-release-plan@​5.1.3
    • @​changesets/get-release-plan@​3.0.9

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

... (truncated)

Commits
  • 023d05d Version Packages (#821)
  • 8056c6f Fixed a missing extension in one of the links (#831)
  • 745b771 Upgraded tty-table to fix deprecation warnings coming from its transitive d...
  • d6bfcc5 Improve the error message when a package referenced in a changeset can't be f...
  • a22eb8c Errors resulting from the GitHub API calls should now be properly raised (#820)
  • c54c25d Improved distinction between selected and unselected prompt items (#811)
  • 34933f0 Fixed links and a typo in dictionary.md (#810)
  • 980721d Fixed a broken link to intro-to-using-changesets.md (#784)
  • fcf5e46 Version Packages (#777)
  • c87eba6 Allow "commit" option to describe a module containing commit functions (#768)
  • 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)
changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: d562ce6ce6db3e6cd9c5d6e8aaf9b3b507ebdf3c

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[bot] commented 2 years ago

Superseded by #107.