-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit 6e72f37
authored
Bump changesets/action from 1.4.10 to 1.5.3 (#13748)
Bumps [changesets/action](https://github.com/changesets/action) from
1.4.10 to 1.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/changesets/action/releases">changesets/action's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/477">#477</a>
<a
href="https://github.com/changesets/action/commit/9d933dcd11c284ac49a835db884c3c1008b2b96f"><code>9d933dc</code></a>
Thanks <a
href="https://github.com/Andarist"><code>@Andarist</code></a>! -
Updated <code>@actions/*</code> and <code>@octokit/*</code>
dependencies.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/479">#479</a>
<a
href="https://github.com/changesets/action/commit/cf373e45c90a0cc564cd2770de3e9a3a4cdd4603"><code>cf373e4</code></a>
Thanks <a
href="https://github.com/Andarist"><code>@Andarist</code></a>! -
Switched to <code>esbuild</code> for bundling the dist file. This led to
45% file size reduction.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/488">#488</a>
<a
href="https://github.com/changesets/action/commit/022692ba027b33bf46d4d41907a317fbf04461a7"><code>022692b</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! - Fix PRs
sometimes not getting reopened with <code>commitMode:
github-api</code></p>
<p>There was a race-condition that means sometimes existing PRs would
not be found,
and new PRs would be opened. This has now been fixed by fetching
existing PRs
before making any changes.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/486">#486</a>
<a
href="https://github.com/changesets/action/commit/7ed195554624ebd75c08aa477b53110f61cc78f7"><code>7ed1955</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! - Fixed
situations in which <code>cwd</code> was specified as a relative path
and used with (default) <code>commitMode: git-cli</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/461">#461</a>
<a
href="https://github.com/changesets/action/commit/e9c36b696406360bf04204ad32e3dcf3ad752b77"><code>e9c36b6</code></a>
Thanks <a
href="https://github.com/nayounsang"><code>@nayounsang</code></a>! -
Avoid hitting a deprecation warning when encountering errors from
<code>@octokit/request-error</code></p>
</li>
</ul>
<h2>v1.5.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/473">#473</a>
<a
href="https://github.com/changesets/action/commit/3c24abeab26da6335c181222faa2ea485a092cf8"><code>3c24abe</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! - Make git
add work consistently with subdirectories</p>
<p>Ensure that when running the action from a subdirectory of a
repository,
only the files from that directory are added, regardless of
<code>commitMode</code>.</p>
</li>
</ul>
<h2>v1.5.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/471">#471</a>
<a
href="https://github.com/changesets/action/commit/15ab1306067a396fa9ba7ad363e8a041d457782a"><code>15ab130</code></a>
Thanks <a href="https://github.com/h3rmanj"><code>@h3rmanj</code></a>!
- Bump <code>@changesets/ghcommit</code> to v1.4.0, which fixes an issue
running this action in monorepos with <code>commitMode:
github-api</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/467">#467</a>
<a
href="https://github.com/changesets/action/commit/6e575506e63f9e69e475d3eccfdd61b448efc8ae"><code>6e57550</code></a>
Thanks <a href="https://github.com/Vx-V"><code>@Vx-V</code></a>! -
Avoid searching for an existing pull request early.</p>
</li>
</ul>
<h2>v1.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/391">#391</a>
<a
href="https://github.com/changesets/action/commit/207dc3da2d1907cae0454ce123935401332be72b"><code>207dc3d</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! -
Introduce a new input <code>commitMode</code> that allows using the
GitHub API for pushing tags and commits instead of the Git CLI.</p>
<p>When used with <code>"github-api"</code> value all tags and
commits will be attributed to the user whose GITHUB_TOKEN is used, and
also signed using GitHub's internal GPG key.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/changesets/action/blob/main/CHANGELOG.md">changesets/action's
changelog</a>.</em></p>
<blockquote>
<h1><code>@changesets/action</code></h1>
<h2>1.5.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/477">#477</a>
<a
href="https://github.com/changesets/action/commit/9d933dcd11c284ac49a835db884c3c1008b2b96f"><code>9d933dc</code></a>
Thanks <a
href="https://github.com/Andarist"><code>@Andarist</code></a>! -
Updated <code>@actions/*</code> and <code>@octokit/*</code>
dependencies.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/479">#479</a>
<a
href="https://github.com/changesets/action/commit/cf373e45c90a0cc564cd2770de3e9a3a4cdd4603"><code>cf373e4</code></a>
Thanks <a
href="https://github.com/Andarist"><code>@Andarist</code></a>! -
Switched to <code>esbuild</code> for bundling the dist file. This led to
45% file size reduction.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/488">#488</a>
<a
href="https://github.com/changesets/action/commit/022692ba027b33bf46d4d41907a317fbf04461a7"><code>022692b</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! - Fix PRs
sometimes not getting reopened with <code>commitMode:
github-api</code></p>
<p>There was a race-condition that means sometimes existing PRs would
not be found,
and new PRs would be opened. This has now been fixed by fetching
existing PRs
before making any changes.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/486">#486</a>
<a
href="https://github.com/changesets/action/commit/7ed195554624ebd75c08aa477b53110f61cc78f7"><code>7ed1955</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! - Fixed
situations in which <code>cwd</code> was specified as a relative path
and used with (default) <code>commitMode: git-cli</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/461">#461</a>
<a
href="https://github.com/changesets/action/commit/e9c36b696406360bf04204ad32e3dcf3ad752b77"><code>e9c36b6</code></a>
Thanks <a
href="https://github.com/nayounsang"><code>@nayounsang</code></a>! -
Avoid hitting a deprecation warning when encountering errors from
<code>@octokit/request-error</code></p>
</li>
</ul>
<h2>1.5.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/473">#473</a>
<a
href="https://github.com/changesets/action/commit/3c24abeab26da6335c181222faa2ea485a092cf8"><code>3c24abe</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! - Make git
add work consistently with subdirectories</p>
<p>Ensure that when running the action from a subdirectory of a
repository,
only the files from that directory are added, regardless of
<code>commitMode</code>.</p>
</li>
</ul>
<h2>1.5.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/471">#471</a>
<a
href="https://github.com/changesets/action/commit/15ab1306067a396fa9ba7ad363e8a041d457782a"><code>15ab130</code></a>
Thanks <a href="https://github.com/h3rmanj"><code>@h3rmanj</code></a>!
- Bump <code>@changesets/ghcommit</code> to v1.4.0, which fixes an issue
running this action in monorepos with <code>commitMode:
github-api</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/467">#467</a>
<a
href="https://github.com/changesets/action/commit/6e575506e63f9e69e475d3eccfdd61b448efc8ae"><code>6e57550</code></a>
Thanks <a href="https://github.com/Vx-V"><code>@Vx-V</code></a>! -
Avoid searching for an existing pull request early.</p>
</li>
</ul>
<h2>1.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/changesets/action/pull/391">#391</a>
<a
href="https://github.com/changesets/action/commit/207dc3da2d1907cae0454ce123935401332be72b"><code>207dc3d</code></a>
Thanks <a href="https://github.com/s0"><code>@s0</code></a>! -
Introduce a new input <code>commitMode</code> that allows using the
GitHub API for pushing tags and commits instead of the Git CLI.</p>
<p>When used with <code>"github-api"</code> value all tags and
commits will be attributed to the user whose GITHUB_TOKEN is used, and
also signed using GitHub's internal GPG key.</p>
</li>
</ul>
<h2>1.4.10</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/changesets/action/pull/448">#448</a>
<a
href="https://github.com/changesets/action/commit/8b16070fe386eed3456c83eeed9460160432cf26"><code>8b16070</code></a>
Thanks <a href="https://github.com/bluwy"><code>@bluwy</code></a>! -
Use full git email
(<code>41898282+github-actions[bot]@users.noreply.github.com</code>) for
github-actions bot when making commits</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/changesets/action/commit/e0145edc7d9d8679003495b11f87bd8ef63c0cba"><code>e0145ed</code></a>
v1.5.3</li>
<li><a
href="https://github.com/changesets/action/commit/04d574e831923498156e0b2b93152878063203a3"><code>04d574e</code></a>
Version Packages (<a
href="https://redirect.github.com/changesets/action/issues/480">#480</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/08db1984284c015e83d9a2a416ace4d2b4c779aa"><code>08db198</code></a>
Fixed missed <code>__dirname</code> reference (<a
href="https://redirect.github.com/changesets/action/issues/496">#496</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/1ae3a21f70a91df47929d629792ee3e0e0695092"><code>1ae3a21</code></a>
Switch to bundling with Rollup (<a
href="https://redirect.github.com/changesets/action/issues/495">#495</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/5078b4b48bc0653522c3e3124a37a337afd45a9f"><code>5078b4b</code></a>
Migrate to ESM (<a
href="https://redirect.github.com/changesets/action/issues/484">#484</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/7ed195554624ebd75c08aa477b53110f61cc78f7"><code>7ed1955</code></a>
Fixed situations in which <code>cwd</code> was specified as a relative
path and used wit...</li>
<li><a
href="https://github.com/changesets/action/commit/9690d7b6f2b86e5fda00d66e62f15faf7573ece0"><code>9690d7b</code></a>
Add LICENSE file (<a
href="https://redirect.github.com/changesets/action/issues/491">#491</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/022692ba027b33bf46d4d41907a317fbf04461a7"><code>022692b</code></a>
Fix PRs sometimes not getting reopened with <code>commitMode:
github-api</code> (<a
href="https://redirect.github.com/changesets/action/issues/488">#488</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/0564b8428f3d52f5ab34c751c57987570edded24"><code>0564b84</code></a>
Removed <code>fs-extra</code> dependency (<a
href="https://redirect.github.com/changesets/action/issues/481">#481</a>)</li>
<li><a
href="https://github.com/changesets/action/commit/9f7e23e7ee5a7e9269663aa3bb69d3f6e4284337"><code>9f7e23e</code></a>
Setup Git user in <code>release-pr</code> workflow (<a
href="https://redirect.github.com/changesets/action/issues/493">#493</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/changesets/action/compare/06245a4e0a36c064a573d4150030f5ec548e4fcc...e0145edc7d9d8679003495b11f87bd8ef63c0cba">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 08d5f3c commit 6e72f37Copy full SHA for 6e72f37
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
.github/workflows/release.yml
Copy file name to clipboardExpand all lines: .github/workflows/release.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments