Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump semantic-release from 24.1.2 to 24.2.0 #184

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps semantic-release from 24.1.2 to 24.2.0.

Release notes

Sourced from semantic-release's releases.

v24.2.0

24.2.0 (2024-10-25)

Features

  • clarify branch existence requirement in error messages (#3462) (05a2ea9)

v24.1.3

24.1.3 (2024-10-18)

Bug Fixes

  • branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)
Commits
  • 05a2ea9 feat: clarify branch existence requirement in error messages (#3462)
  • 8940f32 ci(action): update actions/setup-node action to v4.1.0 (#3489)
  • 789ac43 chore(deps): update dependency publint to v0.2.12 (#3488)
  • 3ba76ae ci(action): update actions/checkout action to v4.2.2 (#3486)
  • 8612ff1 chore(deps): update dependency npm-run-all2 to v7.0.1 (#3487)
  • e29a892 ci(action): update github/codeql-action action to v3.27.0 (#3485)
  • 98d606e chore(deps): update dependency npm-run-all2 to v7 (#3483)
  • 55938c3 docs(plugins): community plugin semantic-release-kaniko (#3450)
  • 2b4c86c chore(deps): lock file maintenance (#3481)
  • 41c9502 ci(action): update github/codeql-action action to v3.26.13 (#3424)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.2 to 24.2.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.1.2...v24.2.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lars-reimann as a code owner November 1, 2024 00:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.57%. Comparing base (4444c50) to head (01ecc48).
Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files          26       26           
  Lines        2603     2603           
=======================================
  Hits         2592     2592           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann merged commit b9c1ac1 into main Nov 1, 2024
8 checks passed
@lars-reimann lars-reimann deleted the dependabot/npm_and_yarn/semantic-release-24.2.0 branch November 1, 2024 08:52
Masara pushed a commit that referenced this pull request Nov 10, 2024
Bumps
[semantic-release](https://github.com/semantic-release/semantic-release)
from 24.1.2 to 24.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/semantic-release/semantic-release/releases">semantic-release's
releases</a>.</em></p>
<blockquote>
<h2>v24.2.0</h2>
<h1><a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.3...v24.2.0">24.2.0</a>
(2024-10-25)</h1>
<h3>Features</h3>
<ul>
<li>clarify branch existence requirement in error messages (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3462">#3462</a>)
(<a
href="https://github.com/semantic-release/semantic-release/commit/05a2ea9a060e6508abf92087e8c8cc4a7a85604f">05a2ea9</a>)</li>
</ul>
<h2>v24.1.3</h2>
<h2><a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.2...v24.1.3">24.1.3</a>
(2024-10-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>branch-naming:</strong> prevent non-range versions from
being identified as maintenance branches (<a
href="https://github.com/semantic-release/semantic-release/commit/07f2672e25626b7f8c7329216496bfa962b3c6e9">07f2672</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/05a2ea9a060e6508abf92087e8c8cc4a7a85604f"><code>05a2ea9</code></a>
feat: clarify branch existence requirement in error messages (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3462">#3462</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/8940f32ccce455a01a4e32c101bb0f4a809ab00d"><code>8940f32</code></a>
ci(action): update actions/setup-node action to v4.1.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3489">#3489</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/789ac43192fa789f160d3bd96e75ede3a91ab70c"><code>789ac43</code></a>
chore(deps): update dependency publint to v0.2.12 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3488">#3488</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/3ba76aeb0d9d8712b08de346e394dffd4dfc0dba"><code>3ba76ae</code></a>
ci(action): update actions/checkout action to v4.2.2 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3486">#3486</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/8612ff146683886fc3fed8e8c257945aa2750fd6"><code>8612ff1</code></a>
chore(deps): update dependency npm-run-all2 to v7.0.1 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3487">#3487</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/e29a8925ebdfb92b9996e36c878553f42295e676"><code>e29a892</code></a>
ci(action): update github/codeql-action action to v3.27.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3485">#3485</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/98d606e8f069f2fc8d7ed39a7684ab8cfb56acac"><code>98d606e</code></a>
chore(deps): update dependency npm-run-all2 to v7 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3483">#3483</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/55938c355cc5e254e3adbc2f5a3f9fa90583a4aa"><code>55938c3</code></a>
docs(plugins): community plugin <code>semantic-release-kaniko</code> (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3450">#3450</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/2b4c86cf118d837964385b74deb39ef9e9de8906"><code>2b4c86c</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3481">#3481</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/41c95020fecb8b4dde156c65d2f503eb85b36a9f"><code>41c9502</code></a>
ci(action): update github/codeql-action action to v3.26.13 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3424">#3424</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.2...v24.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semantic-release&package-manager=npm_and_yarn&previous-version=24.1.2&new-version=24.2.0)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant