[PR #26] [MERGED] chore(deps-dev): bump @semantic-release/release-notes-generator from 12.1.0 to 13.0.0 #141

Closed
opened 2026-03-14 20:13:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/26
Author: @dependabot[bot]
Created: 3/25/2024
Status: Merged
Merged: 4/4/2024
Merged by: @mehmeteminkartal

Base: mainHead: dependabot/npm_and_yarn/semantic-release/release-notes-generator-13.0.0


📝 Commits (1)

  • ee4b52a chore(deps-dev): bump @semantic-release/release-notes-generator

📊 Changes

2 files changed (+44 additions, -6 deletions)

View changed files

📝 package-lock.json (+43 -5)
📝 package.json (+1 -1)

📄 Description

Bumps @semantic-release/release-notes-generator from 12.1.0 to 13.0.0.

Release notes

Sourced from @​semantic-release/release-notes-generator's releases.

v13.0.0

13.0.0 (2024-03-24)

Features

  • exports: defined exports to point at ./index.js (5655b18)
  • node-versions: dropped support for node v18 and v19 (e65959a)

BREAKING CHANGES

  • exports: exports has been defined, which prevents access to private apis (which arent intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported
Commits
  • 148d97c Merge pull request #615 from semantic-release/corepack
  • 5655b18 feat(exports): defined exports to point at ./index.js
  • e65959a feat(node-versions): dropped support for node v18 and v19
  • f271c54 ci(verify): updated to follow modern conventions
  • 0236339 ci(corepack): pinned the expected dev version of npm and explicitly used it f...
  • 0c12d5b chore(deps): update dependency testdouble to v3.20.2 (#614)
  • 3ee5886 chore(deps): update dependency ava to v6.1.2 (#608)
  • 983e201 chore(deps): lock file maintenance (#605)
  • 4a51f88 chore(deps): lock file maintenance
  • c3fd6ec chore(deps): update dependency semantic-release to v23.0.2 (#603)
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppacYazilim/zamanejs/pull/26 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 4/4/2024 **Merged by:** [@mehmeteminkartal](https://github.com/mehmeteminkartal) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/semantic-release/release-notes-generator-13.0.0` --- ### 📝 Commits (1) - [`ee4b52a`](https://github.com/AppacYazilim/zamanejs/commit/ee4b52ab0a65b5ccccbefa0e536fdb70a9e9777b) chore(deps-dev): bump @semantic-release/release-notes-generator ### 📊 Changes **2 files changed** (+44 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+43 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 12.1.0 to 13.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/semantic-release/release-notes-generator/releases"><code>@​semantic-release/release-notes-generator</code>'s releases</a>.</em></p> <blockquote> <h2>v13.0.0</h2> <h1><a href="https://github.com/semantic-release/release-notes-generator/compare/v12.1.0...v13.0.0">13.0.0</a> (2024-03-24)</h1> <h3>Features</h3> <ul> <li><strong>exports:</strong> defined <code>exports</code> to point at ./index.js (<a href="https://github.com/semantic-release/release-notes-generator/commit/5655b18dbac47a5caf72bf6586311ac56636868a">5655b18</a>)</li> <li><strong>node-versions:</strong> dropped support for node v18 and v19 (<a href="https://github.com/semantic-release/release-notes-generator/commit/e65959ae2cba7de18183164f6a388688908cb047">e65959a</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>exports:</strong> <code>exports</code> has been defined, which prevents access to private apis (which arent intended for consumption anyway)</li> <li><strong>node-versions:</strong> node v18 and v19 are no longer supported</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/148d97c53d42617d661905eb12166cb1438f0fba"><code>148d97c</code></a> Merge pull request <a href="https://redirect.github.com/semantic-release/release-notes-generator/issues/615">#615</a> from semantic-release/corepack</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/5655b18dbac47a5caf72bf6586311ac56636868a"><code>5655b18</code></a> feat(exports): defined <code>exports</code> to point at ./index.js</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/e65959ae2cba7de18183164f6a388688908cb047"><code>e65959a</code></a> feat(node-versions): dropped support for node v18 and v19</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/f271c548355f78cdf2d5f5c1cb72c3d91a58afa9"><code>f271c54</code></a> ci(verify): updated to follow modern conventions</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/023633990e8104336c6bf38331f536b7ca36e169"><code>0236339</code></a> ci(corepack): pinned the expected dev version of npm and explicitly used it f...</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/0c12d5b700d9e6378737ec0bad1aa9c488dee245"><code>0c12d5b</code></a> chore(deps): update dependency testdouble to v3.20.2 (<a href="https://redirect.github.com/semantic-release/release-notes-generator/issues/614">#614</a>)</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/3ee588610efe06cdb633111b2c0033966189fcb0"><code>3ee5886</code></a> chore(deps): update dependency ava to v6.1.2 (<a href="https://redirect.github.com/semantic-release/release-notes-generator/issues/608">#608</a>)</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/983e201b3af02f241273f85cbc6bbf286719f011"><code>983e201</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/semantic-release/release-notes-generator/issues/605">#605</a>)</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/4a51f888a8f19d960e6eb03ca3bf62236e977069"><code>4a51f88</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/semantic-release/release-notes-generator/commit/c3fd6ec8d475e445737f22791741c056191334d7"><code>c3fd6ec</code></a> chore(deps): update dependency semantic-release to v23.0.2 (<a href="https://redirect.github.com/semantic-release/release-notes-generator/issues/603">#603</a>)</li> <li>Additional commits viewable in <a href="https://github.com/semantic-release/release-notes-generator/compare/v12.1.0...v13.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@semantic-release/release-notes-generator&package-manager=npm_and_yarn&previous-version=12.1.0&new-version=13.0.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 20:13:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zamanejs#141
No description provided.