jbolda / gatsby-theme-recipes

MIT License
1 stars 0 forks source link

chore(deps): update dependency @changesets/cli to v2.12.0 #102

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli 2.7.1 -> 2.12.0 age adoption passing confidence

Release Notes

changesets/changesets ### [`v2.12.0`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.12.0) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.11.2...@changesets/cli@2.12.0) ##### Minor Changes - [`c6d38b5`](https://togithub.com/atlassian/changesets/commit/c6d38b579bdfddc22714c352c3459d04d1745326) [#​469](https://togithub.com/atlassian/changesets/pull/469) Thanks [@​camdub](https://togithub.com/camdub)! - Handle JSON errors for unpublished packages on the github package registry ### [`v2.11.2`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.11.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.11.1...@changesets/cli@2.11.2) ##### Patch Changes - [`b4e4b93`](https://togithub.com/atlassian/changesets/commit/b4e4b938b985b4bcdd23c573bcaba81669f2cafe) [#​448](https://togithub.com/atlassian/changesets/pull/448) Thanks [@​vlad-zhukov](https://togithub.com/vlad-zhukov)! - Packages are now published from cwd (usually the root of the repository) rather than from the package directories. This respects `.npmrc` files put in the root directory. ### [`v2.11.1`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.11.1) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.11.0...@changesets/cli@2.11.1) ##### Patch Changes - [`00e2602`](https://togithub.com/atlassian/changesets/commit/00e2602815851c8f17f1115c354d19aab6583f96) [#​473](https://togithub.com/atlassian/changesets/pull/473) Thanks [@​zzarcon](https://togithub.com/zzarcon)! - Upgraded [`meow`](https://togithub.com/sindresorhus/meow) dependency to benefit from its [`yarg-parser`](https://togithub.com/yargs/yargs-parser) dependency upgrade that contains a security fix. ### [`v2.11.0`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.11.0) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.10.3...@changesets/cli@2.11.0) ##### Minor Changes - [`e33e4ca`](https://togithub.com/atlassian/changesets/commit/e33e4ca7e71ba7747e21af5011057f11ddfab939) [#​458](https://togithub.com/atlassian/changesets/pull/458) Thanks [@​emmenko](https://togithub.com/emmenko)! - Allow glob expressions to be provided for the `linked` and `ignore` options ##### Patch Changes - [`a60c0e1`](https://togithub.com/atlassian/changesets/commit/a60c0e1557ccdc3a9e7f665dd679c223f64450fe) [#​465](https://togithub.com/atlassian/changesets/pull/465) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed the printed description of how `pre` command can be used. - Updated dependencies \[[`f4973a2`](https://togithub.com/atlassian/changesets/commit/f4973a25ec6a837f36d64c1fb4b108ace3bc1f9d), [`e33e4ca`](https://togithub.com/atlassian/changesets/commit/e33e4ca7e71ba7747e21af5011057f11ddfab939)]: - [@​changesets/types](https://togithub.com/changesets/types)[@​3](https://togithub.com/3).2.0 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).4.0 ### [`v2.10.3`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.10.3) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.10.2...@changesets/cli@2.10.3) ##### Patch Changes - [`d1d987c`](https://togithub.com/atlassian/changesets/commit/d1d987c42cddff8be5d7f04d3ebb5a262779fa9f) [#​455](https://togithub.com/atlassian/changesets/pull/455) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with linked package being bumped when its dev dependency from the linked set was bumped during the versioning. - [`9d99bd1`](https://togithub.com/atlassian/changesets/commit/9d99bd16f2b6b3ab4fe820358d4c9f313cb2ae76) [#​446](https://togithub.com/atlassian/changesets/pull/446) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with dependant packages not being updated to their highest bump type in pre mode sometimes. This could happen when dependant packages were only versioned because of their dependencies being upgraded and not because of a dedicated changeset for those dependant packages. For the very same reason linked packages were also not always bumped correctly in pre mode to the highest bump type in a linked group. - Updated dependencies \[[`ab98fe3`](https://togithub.com/atlassian/changesets/commit/ab98fe33814867ba740fc04733602be80771915c), [`d1d987c`](https://togithub.com/atlassian/changesets/commit/d1d987c42cddff8be5d7f04d3ebb5a262779fa9f), [`9d99bd1`](https://togithub.com/atlassian/changesets/commit/9d99bd16f2b6b3ab4fe820358d4c9f313cb2ae76)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​4](https://togithub.com/4).0.0 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​2](https://togithub.com/2).0.1 ### [`v2.10.2`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.10.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.10.1...@changesets/cli@2.10.2) ##### Patch Changes - [`d531dbd`](https://togithub.com/atlassian/changesets/commit/d531dbdc9ac22faccb20356e9ea1313e5095cf9d) [#​412](https://togithub.com/atlassian/changesets/pull/412) Thanks [@​Feiyang1](https://togithub.com/Feiyang1)! - Fixed an issue with the same package specified as a different dependency type with different range types not being updated correctly for all of them. - Updated dependencies \[[`d531dbd`](https://togithub.com/atlassian/changesets/commit/d531dbdc9ac22faccb20356e9ea1313e5095cf9d)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​3](https://togithub.com/3).0.1 ### [`v2.10.1`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.10.1) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.10.0...@changesets/cli@2.10.1) ##### Patch Changes - [`efd01d9`](https://togithub.com/atlassian/changesets/commit/efd01d9b7a46ba2a44df1f5fdb47436e9219f44b) [#​437](https://togithub.com/atlassian/changesets/pull/437) Thanks [@​Blasz](https://togithub.com/Blasz)! - Fix version command not committing when commit config option is set ### [`v2.10.0`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.10.0) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.9.2...@changesets/cli@2.10.0) ##### Minor Changes - [`dca4a91`](https://togithub.com/atlassian/changesets/commit/dca4a91506dfca46915f7d4e833205ad3a685aa0) [#​357](https://togithub.com/atlassian/changesets/pull/357) Thanks [@​zkochan](https://togithub.com/zkochan)! - Open an editor when no message is given when creating a changeset - [`a57d163`](https://togithub.com/atlassian/changesets/commit/a57d16355ad7d67b18b768c8f79224d80afa507c) [#​428](https://togithub.com/atlassian/changesets/pull/428) Thanks [@​dotansimha](https://togithub.com/dotansimha)! - Added support for publishing from a subdirectory of packages, using `publishConfig.directory` field ##### Patch Changes - [`868eb1e`](https://togithub.com/atlassian/changesets/commit/868eb1e68ee91aabefa04a9abf13a7fc22eef019) [#​434](https://togithub.com/atlassian/changesets/pull/434) Thanks [@​mitchellhamilton](https://togithub.com/mitchellhamilton)! - Add `--no-git-checks` to `pnpm publish` in `changeset publish` to resolve issues with publishing on CI - Updated dependencies \[[`1dd3117`](https://togithub.com/atlassian/changesets/commit/1dd311708c65321e1a1c99d36129190f940435ed), [`a57d163`](https://togithub.com/atlassian/changesets/commit/a57d16355ad7d67b18b768c8f79224d80afa507c)]: - [@​changesets/git](https://togithub.com/changesets/git)[@​1](https://togithub.com/1).0.6 - [@​changesets/types](https://togithub.com/changesets/types)[@​3](https://togithub.com/3).1.1 ### [`v2.9.2`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.9.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.9.1...@changesets/cli@2.9.2) ##### Patch Changes - [`213de26`](https://togithub.com/atlassian/changesets/commit/213de26502c702b9e25ac3f4a04ea8e9099a5185) [#​409](https://togithub.com/atlassian/changesets/pull/409) Thanks [@​Andarist](https://togithub.com/Andarist)! - Add logs for failed `JSON.parse` calls. ### [`v2.9.1`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.9.1) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.9.0...@changesets/cli@2.9.1) ##### Patch Changes - [`377f5c3`](https://togithub.com/atlassian/changesets/commit/377f5c385ad9db4ff8458f159e2d452c39828567) [#​393](https://togithub.com/atlassian/changesets/pull/393) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with experimental flags being written to disk as part of the default config when initializing Changesets. - Updated dependencies \[[`377f5c3`](https://togithub.com/atlassian/changesets/commit/377f5c385ad9db4ff8458f159e2d452c39828567), [`377f5c3`](https://togithub.com/atlassian/changesets/commit/377f5c385ad9db4ff8458f159e2d452c39828567)]: - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).3.0 ### [`v2.9.0`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.9.0) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.8.0...@changesets/cli@2.9.0) ##### Minor Changes - [`9006375`](https://togithub.com/atlassian/changesets/commit/90063752a4c4f187fcb3dc30c833405f209d9c84) [#​392](https://togithub.com/atlassian/changesets/pull/392) Thanks [@​Andarist](https://togithub.com/Andarist)! - Changed condition based on which single-package repositories are identified when creating tags after successful publish. It is now based on whether we have recognized the repository to be managed by monorepo tooling or not. - [`9dcc364`](https://togithub.com/atlassian/changesets/commit/9dcc364bf19e48f8f2824ebaf967d9ef41b6fc04) [#​371](https://togithub.com/atlassian/changesets/pull/371) Thanks [@​Feiyang1](https://togithub.com/Feiyang1)! - Added support for ignoring packages in the `version` command. The version of ignored packages will not be bumped, but their dependencies will still be bumped normally. This is useful when you have private packages, e.g. packages under development. It allows you to make releases for the public packages without changing the version of your private packages. To use the feature, you can define the `ignore` array in the config file with the name of the packages: { ... "ignore": ["pkg-a", "pkg-b"] ... } or you can pass the package names to the `--ignore` flag when using cli: yarn changeset version --ignore pkg-a --ignore --pkg-b ##### Patch Changes - Updated dependencies \[[`00e768e`](https://togithub.com/atlassian/changesets/commit/00e768e4af921a894debb900f944d4c9a4e27997), [`addd725`](https://togithub.com/atlassian/changesets/commit/addd7256d9251d999251a7c16c0a0b068d557b5d), [`9dcc364`](https://togithub.com/atlassian/changesets/commit/9dcc364bf19e48f8f2824ebaf967d9ef41b6fc04), [`9dcc364`](https://togithub.com/atlassian/changesets/commit/9dcc364bf19e48f8f2824ebaf967d9ef41b6fc04)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​3](https://togithub.com/3).0.0 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​4](https://togithub.com/4).0.0 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​2](https://togithub.com/2).0.0 - [@​changesets/config](https://togithub.com/changesets/config)[@​1](https://togithub.com/1).2.0 - [@​changesets/types](https://togithub.com/changesets/types)[@​3](https://togithub.com/3).1.0 ### [`v2.8.0`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.8.0) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.7.2...@changesets/cli@2.8.0) ##### Minor Changes - [`6d0790a`](https://togithub.com/atlassian/changesets/commit/6d0790a7aa9f00e350e9394f419e4b3c7ee7ca6a) [#​359](https://togithub.com/atlassian/changesets/pull/359) Thanks [@​ajaymathur](https://togithub.com/ajaymathur)! - Add support for snapshot flag to version command. Usage: `changeset version --snapshot [tag]`. The updated version of the packages looks like `0.0.0[-tag]-YYYYMMDDHHMMSS` where YYYY, MM, DD, HH, MM, and SS is the date and time of when the snapshot version is created. You can use this feature with the tag option in the publish command to publish packages under experimental tags from feature branches. To publish a snapshot version of a package under an experimental tag you can do: $ # Version packages to snapshot version $ changeset version --snapshot $ # Publish packages under exprimental tag, keeping next and latest tag clean $ changeset publish --tag exprimental - [`6d0790a`](https://togithub.com/atlassian/changesets/commit/6d0790a7aa9f00e350e9394f419e4b3c7ee7ca6a) [#​359](https://togithub.com/atlassian/changesets/pull/359) Thanks [@​ajaymathur](https://togithub.com/ajaymathur)! - Add support for tag flag to publish command. Usage: `changeset publish --tag `. This will publish the packages under passed npm tag. - [`5dc389f`](https://togithub.com/atlassian/changesets/commit/5dc389f9cc03a59ef44f34243efe8ad00e35d465) [#​376](https://togithub.com/atlassian/changesets/pull/376) Thanks [@​Andarist](https://togithub.com/Andarist)! - Changed what git tag is generated for single-package repositories after successful publish. The package name is being skipped and the scheme matches what `npm version` generates, so for example `v2.8.0`. ##### Patch Changes - Updated dependencies \[[`6d0790a`](https://togithub.com/atlassian/changesets/commit/6d0790a7aa9f00e350e9394f419e4b3c7ee7ca6a)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​3](https://togithub.com/3).1.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​2](https://togithub.com/2).1.0 ### [`v2.7.2`](https://togithub.com/changesets/changesets/releases/@​changesets/cli@2.7.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.7.1...@changesets/cli@2.7.2) ##### Patch Changes - [`8040173`](https://togithub.com/atlassian/changesets/commit/80401737fddfc687f15e3d71dec967a6498317ea) [#​368](https://togithub.com/atlassian/changesets/pull/368) Thanks [@​Andarist](https://togithub.com/Andarist)! - When logging successful releases and creating tags include an information about those being git tags. - [`90f3b65`](https://togithub.com/atlassian/changesets/commit/90f3b651f9c0403920b17801b84a2fbe6f190e2a) [#​373](https://togithub.com/atlassian/changesets/pull/373) Thanks [@​Blasz](https://togithub.com/Blasz)! - Fix patch bumped dependencies not being updated in dependents package.json when leaving semver range with `updateInternalDependencies` set to minor. - Updated dependencies \[[`90f3b65`](https://togithub.com/atlassian/changesets/commit/90f3b651f9c0403920b17801b84a2fbe6f190e2a)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​3](https://togithub.com/3).0.3

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

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

:no_bell: 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 4 years ago

⚠️ No Changeset found

Latest commit: c57c370fb0cd1f8d22ecec8953c373e4c2d534d9

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

github-actions[bot] commented 4 years ago

minimal

Deploy path: /home/runner/work/gatsby-theme-recipes/gatsby-theme-recipes/examples/minimal/public Deploying to draft URL...

Logs: https://app.netlify.com/sites/gatsby-theme-recipes-minimal/deploys/5ec5f55ae09ff52a1634a524 Website Draft URL: https://5ec5f55ae09ff52a1634a524--gatsby-theme-recipes-minimal.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod

github-actions[bot] commented 4 years ago

minimal

Deploy path: /home/runner/work/gatsby-theme-recipes/gatsby-theme-recipes/examples/minimal/public Deploying to draft URL...

Logs: https://app.netlify.com/sites/gatsby-theme-recipes-minimal/deploys/5eceed78b9374f0eee27804a Website Draft URL: https://5eceed78b9374f0eee27804a--gatsby-theme-recipes-minimal.netlify.app

If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod