Closed renovate[bot] closed 1 year ago
Latest commit: c752532f3b89aaca4b2c427e8e3d0c1449dc5977
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.
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
This PR contains the following updates:
2.25.0
->2.26.0
Release Notes
changesets/changesets
### [`v2.26.0`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.26.0) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.25.2...@changesets/cli@2.26.0) ##### Minor Changes - [#1033](https://togithub.com/changesets/changesets/pull/1033) [`521205d`](https://togithub.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2) Thanks [@Andarist](https://togithub.com/Andarist)! - A new config-level `changedFilePatterns` option has been added. You can configure it with an array of glob patterns like here: ```json // .changeset/config.json { "changedFilePatterns": ["src/**"] } ``` Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects `changesets add` and `changeset status`. ##### Patch Changes - Updated dependencies \[[`598136a`](https://togithub.com/changesets/changesets/commit/598136a32a00b620c9521d7a7151fbbc721c17d7), [`521205d`](https://togithub.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2), [`521205d`](https://togithub.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2), [`598136a`](https://togithub.com/changesets/changesets/commit/598136a32a00b620c9521d7a7151fbbc721c17d7), [`598136a`](https://togithub.com/changesets/changesets/commit/598136a32a00b620c9521d7a7151fbbc721c17d7), [`521205d`](https://togithub.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2)]: - [@changesets/git](https://togithub.com/changesets/git)[@2](https://togithub.com/2).0.0 - [@changesets/config](https://togithub.com/changesets/config)[@2](https://togithub.com/2).3.0 - [@changesets/types](https://togithub.com/changesets/types)[@5](https://togithub.com/5).2.1 - [@changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@6](https://togithub.com/6).1.3 - [@changesets/read](https://togithub.com/changesets/read)[@0](https://togithub.com/0).5.9 - [@changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@5](https://togithub.com/5).2.3 - [@changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@3](https://togithub.com/3).0.16 - [@changesets/changelog-git](https://togithub.com/changesets/changelog-git)[@0](https://togithub.com/0).1.14 - [@changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@1](https://togithub.com/1).3.5 - [@changesets/pre](https://togithub.com/changesets/pre)[@1](https://togithub.com/1).0.14 - [@changesets/write](https://togithub.com/changesets/write)[@0](https://togithub.com/0).2.3 ### [`v2.25.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.25.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.25.1...@changesets/cli@2.25.2) ##### Patch Changes - Updated dependencies \[[`6cc4300`](https://togithub.com/changesets/changesets/commit/6cc430013a052dc2488b9e6700a1e4bd8c8e0680)]: - [@changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@6](https://togithub.com/6).1.2 - [@changesets/write](https://togithub.com/changesets/write)[@0](https://togithub.com/0).2.2 ### [`v2.25.1`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.25.1) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.25.0...@changesets/cli@2.25.1) ##### Patch Changes - [#997](https://togithub.com/changesets/changesets/pull/997) [`4d4d67b`](https://togithub.com/changesets/changesets/commit/4d4d67b74f9de9dfdc78b9d3cf904c6b69b81ce5) Thanks [@JakeGinnivan](https://togithub.com/JakeGinnivan)! - Add error message when running changesets in a repo with workspaces configured but no packages yet - [#985](https://togithub.com/changesets/changesets/pull/985) [`8d0115e`](https://togithub.com/changesets/changesets/commit/8d0115ea8b2b2e0c0072c8f69898e65a5a7aebd3) Thanks [@mino01x](https://togithub.com/mino01x)! - Fixed an issue with private packages with versions being included in the CLI prompt despite the `privatePackages.version: false` setting.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.