keystonejs / create-keystone-app

CLI app that makes it easy to get started with Keystone
https://keystonejs.com/tutorials/getting-started-with-create-keystone-next-app
MIT License
40 stars 10 forks source link

Update dependency @changesets/cli to ^2.23.0 #303

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli ^2.21.1 -> ^2.23.0 age adoption passing confidence

Release Notes

changesets/changesets ### [`v2.23.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2230) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.22.0...@changesets/cli@2.23.0) ##### Minor Changes - [#​796](https://togithub.com/changesets/changesets/pull/796) [`745b771`](https://togithub.com/changesets/changesets/commit/745b7713f6ab18c8f5ec0500ddcf1ce5db2377cf) Thanks [@​JakeGinnivan](https://togithub.com/JakeGinnivan)! - Upgraded `tty-table` to fix deprecation warnings coming from its transitive dependency. ##### Patch Changes - [#​811](https://togithub.com/changesets/changesets/pull/811) [`c54c25d`](https://togithub.com/changesets/changesets/commit/c54c25d7bbbdc055d2df97396c3b73e66f8b3b78) Thanks [@​samrose3](https://togithub.com/samrose3)! - Improved accessibility of the CLI prompts by using selected/unselected indicators that don't rely solely on the colors. - [#​767](https://togithub.com/changesets/changesets/pull/767) [`d6bfcc5`](https://togithub.com/changesets/changesets/commit/d6bfcc5052dcba18c521a20d62e2e67a81819112) Thanks [@​Andarist](https://togithub.com/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`](https://togithub.com/changesets/changesets/commit/d6bfcc5052dcba18c521a20d62e2e67a81819112)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).1.3 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.9 ### [`v2.22.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2220) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.21.1...@changesets/cli@2.22.0) ##### Minor Changes - [#​768](https://togithub.com/changesets/changesets/pull/768) [`c87eba6`](https://togithub.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c) Thanks [@​rohit-gohri](https://togithub.com/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](https://togithub.com/changesets/changesets/pull/776) [`ad7506d`](https://togithub.com/changesets/changesets/commit/ad7506dc6973293a6f913653c2a6a15ba5b8b500) Thanks [@​janosh](https://togithub.com/janosh)! - `changeset init` will now configure `baseBranch: "main"` in the `.changeset/config.json` as the default value. - [#​770](https://togithub.com/changesets/changesets/pull/770) [`eb86652`](https://togithub.com/changesets/changesets/commit/eb86652cbd21c49f90d2a03caa9a578593c4d102) Thanks [@​alizeait](https://togithub.com/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`](https://togithub.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c), [`eb86652`](https://togithub.com/changesets/changesets/commit/eb86652cbd21c49f90d2a03caa9a578593c4d102), [`c87eba6`](https://togithub.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c), [`c87eba6`](https://togithub.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]: - [@​changesets/types](https://togithub.com/changesets/types)[@​5](https://togithub.com/5).0.0 - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).3.2 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​6](https://togithub.com/6).0.0 - [@​changesets/config](https://togithub.com/changesets/config)[@​2](https://togithub.com/2).0.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).1.2 - [@​changesets/changelog-git](https://togithub.com/changesets/changelog-git)[@​0](https://togithub.com/0).1.11 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).3.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.8 - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.11 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.5 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).1.8

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 0a6f77de5881f159b7f998b22f8b12088b414f8f

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