Skip to content

Commit e4eb841

Browse files
chore(deps-dev): bump @changesets/cli from 2.30.0 to 2.31.0 (#947)
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.30.0 to 2.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/changesets/changesets/releases">@​changesets/cli's releases</a>.</em></p> <blockquote> <h2><code>@​changesets/cli</code><a href="https://github.com/2"><code>@​2</code></a>.31.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/changesets/changesets/pull/1889">#1889</a> <a href="https://github.com/changesets/changesets/commit/96ca062272605c14f77a64043f50a0a3a278c57f"><code>96ca062</code></a> Thanks <a href="https://github.com/mixelburg"><code>@​mixelburg</code></a>! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.</p> </li> <li> <p><a href="https://redirect.github.com/changesets/changesets/pull/1873">#1873</a> <a href="https://github.com/changesets/changesets/commit/42943b74d7a455ed03b93dd85e1c0a15f45db37f"><code>42943b7</code></a> Thanks <a href="https://github.com/mixelburg"><code>@​mixelburg</code></a>! - Respond to <code>--help</code> on all subcommands. Previously, <code>--help</code> was only handled when it was the sole argument; passing it alongside a subcommand (e.g. <code>changeset version --help</code>) would silently execute the command instead. Now <code>--help</code> always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/changesets/changesets/commit/d2121dc3d86b55f76de6022ccfcde843ed4b884a"><code>d2121dc</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.</p> </li> <li> <p><a href="https://redirect.github.com/changesets/changesets/pull/1888">#1888</a> <a href="https://github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464"><code>036fdd4</code></a> Thanks <a href="https://github.com/mixelburg"><code>@​mixelburg</code></a>! - Fix several <code>changeset version</code> issues with workspace protocol dependencies. Valid explicit <code>workspace:</code> ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.</p> </li> <li> <p><a href="https://redirect.github.com/changesets/changesets/pull/1903">#1903</a> <a href="https://github.com/changesets/changesets/commit/5c4731fea82ce880500ac5e1c55ff372f7a4efe2"><code>5c4731f</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Gracefully handle stale <code>npm info</code> data leading to duplicate publish attempts.</p> </li> <li> <p><a href="https://redirect.github.com/changesets/changesets/pull/1867">#1867</a> <a href="https://github.com/changesets/changesets/commit/f61e7166c349d4934e4acc9b47f3d028c212ecc1"><code>f61e716</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Improved detection for <code>published</code> state of prerelease-only packages without <code>latest</code> dist-tag on GitHub Packages registry.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464"><code>036fdd4</code></a>, <a href="https://github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464"><code>036fdd4</code></a>, <a href="https://github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464"><code>036fdd4</code></a>]:</p> <ul> <li><code>@​changesets/assemble-release-plan</code><a href="https://github.com/6"><code>@​6</code></a>.0.10</li> <li><code>@​changesets/get-dependents-graph</code><a href="https://github.com/2"><code>@​2</code></a>.1.4</li> <li><code>@​changesets/apply-release-plan</code><a href="https://github.com/7"><code>@​7</code></a>.1.1</li> <li><code>@​changesets/get-release-plan</code><a href="https://github.com/4"><code>@​4</code></a>.0.16</li> <li><code>@​changesets/config</code><a href="https://github.com/3"><code>@​3</code></a>.1.4</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/changesets/changesets/commit/9cce6db18ddecbf7f9cded45254b9905b19a7516"><code>9cce6db</code></a> Version Packages (<a href="https://redirect.github.com/changesets/changesets/issues/1897">#1897</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/d2121dc3d86b55f76de6022ccfcde843ed4b884a"><code>d2121dc</code></a> Fix npm auth for path-based registries during publish by preserving configure...</li> <li><a href="https://github.com/changesets/changesets/commit/036fdd451367226d0f2cd8af1e0a7f37a65e3464"><code>036fdd4</code></a> Fix several <code>changeset version</code> issues with workspace protocol dependencies (...</li> <li><a href="https://github.com/changesets/changesets/commit/5c4731fea82ce880500ac5e1c55ff372f7a4efe2"><code>5c4731f</code></a> Gracefully handle stale <code>npm info</code> data leading to duplicate publish attempts...</li> <li><a href="https://github.com/changesets/changesets/commit/96ca062272605c14f77a64043f50a0a3a278c57f"><code>96ca062</code></a> Error on unsupported flags for individual CLI commands (<a href="https://redirect.github.com/changesets/changesets/issues/1889">#1889</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/42943b74d7a455ed03b93dd85e1c0a15f45db37f"><code>42943b7</code></a> fix(cli): respond to <code>--help</code> on all subcommands (<a href="https://redirect.github.com/changesets/changesets/issues/1873">#1873</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/f61e7166c349d4934e4acc9b47f3d028c212ecc1"><code>f61e716</code></a> Improved detection for <code>published</code> state of prerelease-only packages without ...</li> <li>See full diff in <a href="https://github.com/changesets/changesets/compare/@changesets/cli@2.30.0...@changesets/cli@2.31.0">compare view</a></li> </ul> </details> <br /> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94ea840 commit e4eb841

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "@smartcontractkit",
1111
"devDependencies": {
1212
"@changesets/changelog-github": "^0.7.0",
13-
"@changesets/cli": "^2.30.0"
13+
"@changesets/cli": "^2.31.0"
1414
},
1515
"repository": "https://github.com/smartcontractkit/chainlink-deployments-framework",
1616
"pnpm": {

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)