Skip to content

Commit ab08b7e

Browse files
build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.25.2 to 2.25.4 (#6099)
Bumps [getsentry/craft/.github/workflows/changelog-preview.yml](https://github.com/getsentry/craft) from 2.25.2 to 2.25.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/craft/releases">getsentry/craft/.github/workflows/changelog-preview.yml's releases</a>.</em></p> <blockquote> <h2>2.25.4</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(publish) Replace CRAFT_NEW_VERSION with CRAFT_RELEASED_VERSION in post-release env by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/793">#793</a></li> </ul> <h2>2.25.3</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(deps) Address security vulnerabilities in vite, picomatch, and defu by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/791">#791</a></li> <li>(publish) Distinguish auth failures from merge conflicts in post-publish merge by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/788">#788</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/craft/blob/master/CHANGELOG.md">getsentry/craft/.github/workflows/changelog-preview.yml's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>2.25.4</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(publish) Replace CRAFT_NEW_VERSION with CRAFT_RELEASED_VERSION in post-release env by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/793">#793</a></li> </ul> <h2>2.25.3</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(deps) Address security vulnerabilities in vite, picomatch, and defu by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/791">#791</a></li> <li>(publish) Distinguish auth failures from merge conflicts in post-publish merge by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/788">#788</a></li> </ul> <h2>2.25.2</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Preserve HTML blocks (e.g., <code>&lt;img&gt;</code> tags from GitHub image uploads) in custom <code>## Changelog Entry</code> PR sections instead of silently dropping them. by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/786">#786</a></li> <li>(deps) Bump brace-expansion from 5.0.4 to 5.0.5 by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/787">#787</a></li> <li>Upgrade GitHub Actions to Node.js 24 compatible versions by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/784">#784</a></li> </ul> <h3>Internal Changes 🔧</h3> <ul> <li>(deps) Bump astro from 5.16.11 to 5.18.1 in /docs by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/785">#785</a></li> </ul> <h2>2.25.1</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(deps) Address smol-toml DoS vulnerability (GHSA-v3rj-xjv7-4jmq) by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/783">#783</a></li> <li>Commit changelog even when preReleaseCommand returns false by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/781">#781</a></li> </ul> <h3>Internal Changes 🔧</h3> <ul> <li>Reformat codebase with Prettier and add CI enforcement by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/782">#782</a></li> </ul> <h2>2.25.0</h2> <h3>New Features ✨</h3> <ul> <li>(registry) Require and validate registry metadata on first publish by <a href="https://github.com/s1gr1d"><code>@​s1gr1d</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/777">#777</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>(deps) Address security advisories for fast-xml-parser, h3, and flatted by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/780">#780</a></li> <li>(publish) Make post-publish merge failure non-fatal with resolve strategy retry by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/778">#778</a></li> </ul> <h3>Internal Changes 🔧</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/craft/commit/97d0c4286f32a80d09c8b89366d762fecc3e27b6"><code>97d0c42</code></a> release: 2.25.4</li> <li><a href="https://github.com/getsentry/craft/commit/6e59f3bf6ca5008a6d23254a9b54b519f6b30a6e"><code>6e59f3b</code></a> fix(publish): replace CRAFT_NEW_VERSION with CRAFT_RELEASED_VERSION in post-r...</li> <li><a href="https://github.com/getsentry/craft/commit/885f168ceaf33b2f2a5549b2fa1504a25a2479cf"><code>885f168</code></a> meta: Bump new development version</li> <li><a href="https://github.com/getsentry/craft/commit/6903199370b867ae64c3e068158b49e614ab714b"><code>6903199</code></a> Merge branch 'release/2.25.3'</li> <li><a href="https://github.com/getsentry/craft/commit/9a8e27a89529970cc0f241c6b77fdcbc32838c03"><code>9a8e27a</code></a> release: 2.25.3</li> <li><a href="https://github.com/getsentry/craft/commit/6ba86bc9ae3839790be7357bba5514a45a97fb53"><code>6ba86bc</code></a> fix(deps): address security vulnerabilities in vite, picomatch, and defu (<a href="https://redirect.github.com/getsentry/craft/issues/791">#791</a>)</li> <li><a href="https://github.com/getsentry/craft/commit/f081abe071b1d8f9ede79ff21b12d679c6e77f4e"><code>f081abe</code></a> fix(publish): distinguish auth failures from merge conflicts in post-publish ...</li> <li><a href="https://github.com/getsentry/craft/commit/dab9468687ef82c0e0384f73cae03fcac032032f"><code>dab9468</code></a> meta: Bump new development version</li> <li><a href="https://github.com/getsentry/craft/commit/3c9e16f72aee7e1dd12d8b9ae2d6e989495b10f4"><code>3c9e16f</code></a> Merge branch 'release/2.25.2'</li> <li>See full diff in <a href="https://github.com/getsentry/craft/compare/ba01e596c4a4c07692f0de10b0d4fe05f3dd0292...97d0c4286f32a80d09c8b89366d762fecc3e27b6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/craft/.github/workflows/changelog-preview.yml&package-manager=github_actions&previous-version=2.25.2&new-version=2.25.4)](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 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 edcbca8 commit ab08b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
changelog-preview:
18-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@ba01e596c4a4c07692f0de10b0d4fe05f3dd0292 # v2
18+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@97d0c4286f32a80d09c8b89366d762fecc3e27b6 # v2
1919
secrets: inherit

0 commit comments

Comments
 (0)