keystonejs / keystone-5

https://v5.keystonejs.com
MIT License
64 stars 33 forks source link

Update dependency @changesets/cli to ^2.19.0 #340

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

changesets/changesets ### [`v2.19.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2190) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.18.1...@changesets/cli@2.19.0) ##### Minor Changes - [#​701](https://togithub.com/changesets/changesets/pull/701) [`b9b6453`](https://togithub.com/changesets/changesets/commit/b9b6453b16ada9751e2280b5230ded72161391e9) Thanks [@​Andarist](https://togithub.com/Andarist)! - Added support for a `--no-git-tag` CLI flag that can be used with `changeset publish` to skip creating git tags for published packages. This is mostly useful when publishing snapshot releases. ##### Patch Changes - [#​713](https://togithub.com/changesets/changesets/pull/713) [`82be80e`](https://togithub.com/changesets/changesets/commit/82be80ecfe9288535071e850ae56f2e7a7006eba) Thanks [@​zthxxx](https://togithub.com/zthxxx)! - Fixed an issue with not being able to reenter exited pre mode. - [#​708](https://togithub.com/changesets/changesets/pull/708) [`ab8f2b2`](https://togithub.com/changesets/changesets/commit/ab8f2b29d5cf921d97987a665051b67a7ec55ed3) Thanks [@​Andarist](https://togithub.com/Andarist)! - Updated [`is-ci`](https://togithub.com/watson/is-ci) dependency that helps us to check if Changesets are executed in the CI environment. - [#​710](https://togithub.com/changesets/changesets/pull/710) [`4272cb0`](https://togithub.com/changesets/changesets/commit/4272cb0eca8b24857b4832df4ae7300befe6feb2) Thanks [@​Andarist](https://togithub.com/Andarist)! - Errors received from `npm profile get --json`, that is used to check if 2FA is required, will now always be printed. - Updated dependencies \[[`82be80e`](https://togithub.com/changesets/changesets/commit/82be80ecfe9288535071e850ae56f2e7a7006eba), [`e4c4b29`](https://togithub.com/changesets/changesets/commit/e4c4b2934beee9b25a927b4ae1b7280f4323d4ff)]: - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.9 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).0.4 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.4 ### [`v2.18.1`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2181) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.18.0...@changesets/cli@2.18.1) ##### Patch Changes - [#​676](https://togithub.com/changesets/changesets/pull/676) [`d8f0e68`](https://togithub.com/changesets/changesets/commit/d8f0e6851bddf307b70b03e23b50e0b9410aafa7) Thanks [@​Andarist](https://togithub.com/Andarist)! - Improved compatibility with npm 7+ since they've started to print errors to the `stderr` (where previously they were printed to `stdout`) when using `npm publish --json`. - [#​676](https://togithub.com/changesets/changesets/pull/676) [`d8f0e68`](https://togithub.com/changesets/changesets/commit/d8f0e6851bddf307b70b03e23b50e0b9410aafa7) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an internal issue that prevented `npm publish --json`'s output to be handled properly. This makes sure that unrelated JSONs printed by lifecycle scripts don't interfere with our logic. - [#​667](https://togithub.com/changesets/changesets/pull/667) [`fe8db75`](https://togithub.com/changesets/changesets/commit/fe8db7500f81caea9064f8bec02bcb77e0fd8fce) Thanks [@​fz6m](https://togithub.com/fz6m)! - Upgraded `@manypkg/get-packages` dependency to fix getting correct packages in pnpm workspaces with exclude rules. - Updated dependencies \[[`fe8db75`](https://togithub.com/changesets/changesets/commit/fe8db7500f81caea9064f8bec02bcb77e0fd8fce), [`9a993ba`](https://togithub.com/changesets/changesets/commit/9a993ba09629c1620d749432520470cec49d3a96)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​5](https://togithub.com/5).0.3 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).0.3 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).6.3 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).2.4 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.3 - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).2.1 - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.8 - [@​changesets/types](https://togithub.com/changesets/types)[@​4](https://togithub.com/4).0.2 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.2 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).1.6 ### [`v2.18.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2180) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.17.0...@changesets/cli@2.18.0) ##### Minor Changes - [#​634](https://togithub.com/changesets/changesets/pull/634) [`2b49c39`](https://togithub.com/changesets/changesets/commit/2b49c390a7cf24ce859ac932b432eb6d8f55c98b) Thanks [@​joeldenning](https://togithub.com/joeldenning)! - The new `changeset tag` command has been added. It can be used to create git tags for all packages. This is helpful in situations where a different tool is used to publish packages instead of Changesets. For situations where `changeset publish` is executed, running `changeset tag` is not needed. Note that it is expected that `changeset version` is run before `changeset tag`, so that the `package.json` versions are updated before the git tags are created. This command also doesn't take any configuration into account - it simply create tags for all packages with whatever version that is currently in their respective `package.json`. ##### Patch Changes - [#​585](https://togithub.com/changesets/changesets/pull/585) [`74dda8c`](https://togithub.com/changesets/changesets/commit/74dda8c0d8bd1741ca7b19f0ccb37b2330dc9549) Thanks [@​javier-garcia-meteologica](https://togithub.com/javier-garcia-meteologica)! - Add support for `workspace:^` and `workspace:~` dependency ranges. - [#​660](https://togithub.com/changesets/changesets/pull/660) [`5413f3e`](https://togithub.com/changesets/changesets/commit/5413f3e772bf867234922b0691e3c58c1864412d) Thanks [@​tmkx](https://togithub.com/tmkx)! - Fixed an issue with adding `[undefined]` to the generated changelog when the commit adding a changeset file could not be found. This could have happened when running `changeset add && changeset version` in a single command and when using the default changelog generator. - Updated dependencies \[[`2b49c39`](https://togithub.com/changesets/changesets/commit/2b49c390a7cf24ce859ac932b432eb6d8f55c98b), [`74dda8c`](https://togithub.com/changesets/changesets/commit/74dda8c0d8bd1741ca7b19f0ccb37b2330dc9549)]: - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).2.0 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​5](https://togithub.com/5).0.2 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).2.3 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.1 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).0.2 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).6.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.2 ### [`v2.17.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2170) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.16.0...@changesets/cli@2.17.0) ##### Minor Changes - [#​626](https://togithub.com/changesets/changesets/pull/626) [`bc611cf`](https://togithub.com/changesets/changesets/commit/bc611cf2104ff8170e9ea8acb10952ea8cc2a784) Thanks [@​Andarist](https://togithub.com/Andarist)! - From now on, changeset files starting with a dot (e.g. `.ignored-temporarily.md`) will be be ignored and kept around after versioning. This allows you to prepare a changeset for something that isn't supposed to be released immediately. An example use case could involve code hidden behind a feature flag. ##### Patch Changes - [#​582](https://togithub.com/changesets/changesets/pull/582) [`e89e28a`](https://togithub.com/changesets/changesets/commit/e89e28a05f5fa43307db73812a6bcd269b62ddee) Thanks [@​Andarist](https://togithub.com/Andarist)! - Add support for publishConfig.registry - Updated dependencies \[[`bc611cf`](https://togithub.com/changesets/changesets/commit/bc611cf2104ff8170e9ea8acb10952ea8cc2a784), [`e89e28a`](https://togithub.com/changesets/changesets/commit/e89e28a05f5fa43307db73812a6bcd269b62ddee)]: - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.0 - [@​changesets/types](https://togithub.com/changesets/types)[@​4](https://togithub.com/4).0.1 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.1 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​5](https://togithub.com/5).0.1 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).0.1 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).6.1 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).2.2 - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).1.2 - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.7 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).1.5

Configuration

📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.

🚦 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 WhiteSource Renovate. View repository job log here.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 27e03bad41996dc7613cccc63361320bf5b14701

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

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (^2.19.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.