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.24.0 #332

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

changesets/changesets ### [`v2.24.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2240) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.23.2...@changesets/cli@2.24.0) ##### Minor Changes - [#​858](https://togithub.com/changesets/changesets/pull/858) [`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@​dotansimha](https://togithub.com/dotansimha)! - Added a new config flag for `changesets version --snapshot` mode: `--snapshot-prerelease-template` - [#​858](https://togithub.com/changesets/changesets/pull/858) [`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@​dotansimha](https://togithub.com/dotansimha)! - Added a new config option: `snapshot.prereleaseTemplate` for customizing the way snapshot release numbers are being composed. ##### Patch Changes - [#​858](https://togithub.com/changesets/changesets/pull/858) [`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e) Thanks [@​dotansimha](https://togithub.com/dotansimha)! - A possibility to use the calculated version for snapshot releases is now stable 🥳 All snapshot-related config parameters are now grouped under a single config property called `snapshot`. To migrate, make sure to update your `config.json`. Old usage (still works, but comes with a deprecated warning): ```json { "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "useCalculatedVersionForSnapshots": true } } ``` New usage: ```json { "snapshot": { "useCalculatedVersion": true } } ``` - Updated dependencies \[[`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e), [`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]: - [@​changesets/config](https://togithub.com/changesets/config)[@​2](https://togithub.com/2).1.0 - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).4.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).2.0 - [@​changesets/types](https://togithub.com/changesets/types)[@​5](https://togithub.com/5).1.0 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​6](https://togithub.com/6).0.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.11 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.6 - [@​changesets/changelog-git](https://togithub.com/changesets/changelog-git)[@​0](https://togithub.com/0).1.12 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).3.3 - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.12 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).1.9

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: 3be12a72cdfc8a4326929510a4c893456fc7be52

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