un-ts / eslint

Incredible ESLint plugins, make ESLint greater
https://eslint-plugins.vercel.app
MIT License
4 stars 1 forks source link

chore(deps): update dependency @changesets/cli to ^2.21.0 #60

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.20.0 -> ^2.21.0 age adoption passing confidence

Release Notes

changesets/changesets ### [`v2.21.0`](https://togithub.com/changesets/changesets/blob/HEAD/packages/cli/CHANGELOG.md#​2210) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.20.0...@changesets/cli@2.21.0) ##### Minor Changes - [#​690](https://togithub.com/changesets/changesets/pull/690) [`27a5a82`](https://togithub.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15) Thanks [@​Andarist](https://togithub.com/Andarist)! - Added a new `.changeset/config.json` option: `fixed`. It can be used to group packages that should always be released together. If any package from a group is going to be released then all packages from that group will be released together (with the same version). This is similar to what people often know from Lerna as this is how their fixed/locked mode works. ##### Patch Changes - [#​706](https://togithub.com/changesets/changesets/pull/706) [`0812858`](https://togithub.com/changesets/changesets/commit/0812858996045e602d22f2b7dd13e8673e3b36b0) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `"none"` releases causing package versions being bumped during snapshot releases. In addition to when you create `"none"` release types explicitly Changesets might create them implicitly in some situations, for example under some circumstances this issue caused snapshot releases to be created sometimes for ignored packages. - [#​703](https://togithub.com/changesets/changesets/pull/703) [`15c461d`](https://togithub.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `*` dependency ranges not being replaced in premode. Those have to replaced with exact versions because prereleases don't satisfy wildcard ranges. A published prerelease package with such dependency range left untouched won't install correct prerelease dependency version. - [#​749](https://togithub.com/changesets/changesets/pull/749) [`d14cf79`](https://togithub.com/changesets/changesets/commit/d14cf79fd323529c6fe6ca956d9a7fda93bb425b) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue that caused **created** CHANGELOG files not being formatted in the same way as the **updated** ones (this could happen when calling `changeset version` for the very first time for a package). - [#​751](https://togithub.com/changesets/changesets/pull/751) [`59c7ebc`](https://togithub.com/changesets/changesets/commit/59c7ebc7a5e75f69f5487e95a85cd1b7062ac39d) Thanks [@​Rugvip](https://togithub.com/Rugvip)! - Fixed an issue where dependent packages would sometimes not get bumped properly when exiting prerelease mode. - [#​703](https://togithub.com/changesets/changesets/pull/703) [`15c461d`](https://togithub.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with dependant packages being always bumped when their `*` dependency was bumped. - Updated dependencies \[[`0812858`](https://togithub.com/changesets/changesets/commit/0812858996045e602d22f2b7dd13e8673e3b36b0), [`15c461d`](https://togithub.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a), [`27a5a82`](https://togithub.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`27a5a82`](https://togithub.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`d14cf79`](https://togithub.com/changesets/changesets/commit/d14cf79fd323529c6fe6ca956d9a7fda93bb425b), [`27a5a82`](https://togithub.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15), [`0d1debd`](https://togithub.com/changesets/changesets/commit/0d1debd8f5d364073d627a017316a25554dec4d5), [`59c7ebc`](https://togithub.com/changesets/changesets/commit/59c7ebc7a5e75f69f5487e95a85cd1b7062ac39d), [`15c461d`](https://togithub.com/changesets/changesets/commit/15c461d5de94a274ccc8b33755a133a513339b0a)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​5](https://togithub.com/5).1.0 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​5](https://togithub.com/5).0.5 - [@​changesets/types](https://togithub.com/changesets/types)[@​4](https://togithub.com/4).1.0 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).7.0 - [@​changesets/changelog-git](https://togithub.com/changesets/changelog-git)[@​0](https://togithub.com/0).1.10 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​3](https://togithub.com/3).0.6 - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​1](https://togithub.com/1).3.1 - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).3.1 - [@​changesets/pre](https://togithub.com/changesets/pre)[@​1](https://togithub.com/1).0.10 - [@​changesets/read](https://togithub.com/changesets/read)[@​0](https://togithub.com/0).5.4 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).1.7

Configuration

πŸ“… Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

β™» 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: 781a9dedb8e7ad199032d460ecec35ac97d53476

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

codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codecov[bot] commented 2 years ago

Codecov Report

Merging #60 (781a9de) into main (6e8af4b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #60   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          113       113           
  Branches        12        12           
=========================================
  Hits           113       113           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 6e8af4b...781a9de. Read the comment docs.