Skip to content

Commit a672d6f

Browse files
Upgrade: [dependabot] - bump @semantic-release/release-notes-generator from 12.1.0 to 13.0.0 (#68)
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d0afe9 commit a672d6f

2 files changed

Lines changed: 6 additions & 42 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/NHSDigital/eps-FHIR-validator-lambda",
1313
"devDependencies": {
1414
"@semantic-release/changelog": "^6.0.3",
15-
"@semantic-release/release-notes-generator": "^12.1.0",
15+
"@semantic-release/release-notes-generator": "^13.0.0",
1616
"conventional-changelog-eslint": "^5.0.0",
1717
"semantic-release": "^23.0.6"
1818
}

0 commit comments

Comments
 (0)