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

chore: bump minimum Node version to 20.8.1 #647

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

fgreinacher
Copy link
Contributor

@fgreinacher fgreinacher commented Dec 11, 2023

This bumps the minimum supported Node version to 20.8.1. Node 20 is the new LTS version and some of our dependencies already dropped supported for Node 18. Check out our Node Support Policy for how we handle Node versions.

BREAKING CHANGE: Node 18 and 19 are not supported anymore. Users have to upgrade to Node 20.8.1 or later.

@fgreinacher
Copy link
Contributor Author

@gr2m @travi You might have a better overview than me here. Have you ever seen issues like the one below? If not I'll start investigating.

  publish › Publish a release (with an link) with variables

  Error: Promise returned by test never resolved

  Error: Promise returned by test never resolved
      at Test.finishDueToInactivity (file:///home/runner/work/gitlab/gitlab/node_modules/ava/lib/test.js:587:9)
      at Runner.beforeExitHandler (file:///home/runner/work/gitlab/gitlab/node_modules/ava/lib/runner.js:241:13)
      at process.emit (node:events:514:28)

@travi
Copy link
Member

travi commented Dec 15, 2023

Have you ever seen issues like the one below?

only when the code under test is missing an await when needed. since you arent changing any tests with this, i assume it has to be something related to the node versions now being tested against.

i've run into some situations related to changes with node:fs, like tschaub/mock-fs#380. i wonder if tempy maybe has any similar situations. with that particular change, could try before and after node v20.8 to see if there are any differences in the success or failure.

travi added a commit to semantic-release/semantic-release that referenced this pull request Dec 15, 2023
…mum for v20

reasoning for the chosen version:
semantic-release/gitlab#647 (comment)

BREAKING CHANGE: support for node v18 has been dropped and the minimum for v20 is now v20.8.1

related to #3088
@fgreinacher
Copy link
Contributor Author

fgreinacher commented Dec 20, 2023

I debugged this a bit. All failures occur because the POST request to upload the files does not resolve:

https://github.com/semantic-release/gitlab/blob/master/lib/publish.js#L127

I noticed that our FormData library (https://www.npmjs.com/package/form-data) is a quite dated and have played around a bit with other libraries (https://www.npmjs.com/package/formdata-node and https://www.npmjs.com/package/formdata-polyfill), but then ran into other issues.

Update: I could actually make it work with https://www.npmjs.com/package/formdata-node and some slight adaptation to our code.

@fgreinacher fgreinacher marked this pull request as ready for review December 20, 2023 11:17
Copy link
Member

@travi travi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would love to see the mentioned version added to the matrix, but otherwise, this looks great!

.github/workflows/test.yml Show resolved Hide resolved
@fgreinacher fgreinacher force-pushed the chore/bump-node branch 4 times, most recently from be0c54d to 1172a0d Compare December 21, 2023 07:55
This bumps the minimum supported Node version to 20.8.1. Node 20 is the new LTS version
and some of our dependencies already dropped supported for Node 18.
Check out [our Node Support Policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy)
to understand how we handle Node versions.

BREAKING CHANGE: Node 18 and 19 are not supported anymore. Users have to upgrade to Node 20.8.1 or later.
@fgreinacher
Copy link
Contributor Author

Thanks for the feedback @travi, I'll go ahead merge this now 🚀

@fgreinacher fgreinacher merged commit 6c9b26d into master Dec 21, 2023
11 checks passed
@fgreinacher fgreinacher deleted the chore/bump-node branch December 21, 2023 08:02
Copy link

🎉 This PR is included in version 13.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

kkrishguptaa pushed a commit to kkrishguptaa/trevenant that referenced this pull request Jan 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.10.7` ->
`20.11.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.7/20.11.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.10.7/20.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.10.7/20.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`6.18.0` ->
`6.18.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.18.0/6.18.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.18.0/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.18.0/6.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n)
| [`16.6.1` ->
`16.6.2`](https://renovatebot.com/diffs/npm/eslint-plugin-n/16.6.1/16.6.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-n/16.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-n/16.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-n/16.6.1/16.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-n/16.6.1/16.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://github.com/prettier/prettier)) | [`3.1.1` ->
`3.2.1`](https://renovatebot.com/diffs/npm/prettier/3.1.1/3.2.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.1.1/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.1.1/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`22.0.12` ->
`23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v6.18.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6181-2024-01-08)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.18.0...v6.18.1)

##### 🩹 Fixes

- **eslint-plugin:** \[no-non-null-assertion] provide valid fix when
member access is on next line

- **eslint-plugin:** \[no-unnecessary-condition] improve checking
optional callee

- **eslint-plugin:** \[prefer-readonly] support modifiers of unions and
intersections

- **eslint-plugin:** \[switch-exhaustiveness-check] fix new
allowDefaultCaseForExhaustiveSwitch option

##### ❤️  Thank You

-   auvred
-   James
-   Josh Goldberg ✨
-   YeonJuan

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>eslint-community/eslint-plugin-n (eslint-plugin-n)</summary>

###
[`v16.6.2`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.6.2)

[Compare
Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.1...16.6.2)

- fix: no-callback-literal ignore unknown nodes
([#&#8203;163](https://github.com/eslint-community/eslint-plugin-n/issues/163))
([`5fc2198`](https://github.com/eslint-community/eslint-plugin-n/commit/5fc2198))

</details>

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.2.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#321)

[Compare
Source](https://github.com/prettier/prettier/compare/3.2.0...3.2.1)

[diff](https://github.com/prettier/prettier/compare/3.2.0...3.2.1)

##### Fix formatting error on member chain
([#&#8203;15915](https://github.com/prettier/prettier/pull/15915) by
[@&#8203;sosukesuzuki](https://github.com/sosukesuzuki))

<!-- prettier-ignore -->

```jsx
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

```

###
[`v3.2.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#320)

[Compare
Source](https://github.com/prettier/prettier/compare/3.1.1...3.2.0)

[diff](https://github.com/prettier/prettier/compare/3.1.1...3.2.0)

🔗 [Release Notes](https://prettier.io/blog/2024/01/13/3.2.0.html)

</details>

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/xkrishguptaa/trevenant).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gr2m pushed a commit to octokit/rest.js that referenced this pull request Jan 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`^22.0.0` ->
`^23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.0/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.0/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.0/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

###
[`v22.0.12`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.12)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.11...v22.0.12)

##### Bug Fixes

- Revert "fix(deps): update dependency cosmiconfig to v9"
([#&#8203;3104](https://github.com/semantic-release/semantic-release/issues/3104))
([f6f1bf1](https://github.com/semantic-release/semantic-release/commit/f6f1bf167c883193be539127afe39b88c5aac330))

###
[`v22.0.11`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.11)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.10...v22.0.11)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([b38cd2e](https://github.com/semantic-release/semantic-release/commit/b38cd2e44e95c9fb16b29285833ee2f3460b7265))

###
[`v22.0.10`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.10)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.9...v22.0.10)

##### Bug Fixes

- revert updating cosmiconfig to v9
([88efead](https://github.com/semantic-release/semantic-release/commit/88efeadac96f93003ffa7050d8452ddb44d566bb))

###
[`v22.0.9`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.9)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.8...v22.0.9)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3072](https://github.com/semantic-release/semantic-release/issues/3072))
([8b0dbd2](https://github.com/semantic-release/semantic-release/commit/8b0dbd28054328f8ce3999b813b750c180036447))

###
[`v22.0.8`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.8)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.7...v22.0.8)

##### Bug Fixes

- support windows absolute extends
([#&#8203;3062](https://github.com/semantic-release/semantic-release/issues/3062))
([0d06f62](https://github.com/semantic-release/semantic-release/commit/0d06f62411ca2f8bc0f4367bf2e0ec22c4cb77dc))

###
[`v22.0.7`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.7)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.6...v22.0.7)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v11
([#&#8203;3047](https://github.com/semantic-release/semantic-release/issues/3047))
([f09e55f](https://github.com/semantic-release/semantic-release/commit/f09e55f39f8fcafb516bddeb0be63fb30763d3ac))

##### Features

- support extending ESM configuration files
([#&#8203;3036](https://github.com/semantic-release/semantic-release/pull/3037))([6900865](https://github.com/semantic-release/semantic-release/commit/6900865324c4eae56c06f01bde9a5ae2f3690917))

###
[`v22.0.6`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.6)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.5...v22.0.6)

##### Bug Fixes

- **deps:** update dependency figures to v6
([#&#8203;3033](https://github.com/semantic-release/semantic-release/issues/3033))
([305674d](https://github.com/semantic-release/semantic-release/commit/305674d1dbb23120f32ccab278f78961bff05750))

###
[`v22.0.5`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.5)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.4...v22.0.5)

##### Bug Fixes

- **deps:** update dependency env-ci to v10
([#&#8203;2983](https://github.com/semantic-release/semantic-release/issues/2983))
([e759493](https://github.com/semantic-release/semantic-release/commit/e759493e074650748fc3bbef9e640db413b52d56))

###
[`v22.0.4`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.4)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.3...v22.0.4)

##### Bug Fixes

- **deps:** update dependency marked to v9
([#&#8203;2947](https://github.com/semantic-release/semantic-release/issues/2947))
([84f2ee9](https://github.com/semantic-release/semantic-release/commit/84f2ee9374c4da1a8b2b2dd30ea3ccdbac030a4b))

###
[`v22.0.3`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.3)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.2...v22.0.3)

##### Bug Fixes

- **exports:** removed the `exports` definition for the time being
([561e2d6](https://github.com/semantic-release/semantic-release/commit/561e2d648d59c6a5f4d7df7a6e16aa37aeeee6fb)),
closes
[#&#8203;2968](https://github.com/semantic-release/semantic-release/issues/2968).
see
[semantic-release/semantic-release#2978
for more information.

###
[`v22.0.2`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.2)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.1...v22.0.2)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v6
([8a7befe](https://github.com/semantic-release/semantic-release/commit/8a7befe96ba619a465b42d73e1d68c7b19945647))

###
[`v22.0.1`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.0...v22.0.1)

##### Bug Fixes

- **deps:** upgraded `release-notes-generator` and `commit-analyzer`
plugins to stable versions
([041e4f7](https://github.com/semantic-release/semantic-release/commit/041e4f7e3779d5a62c36e0cecb55740df590489c)),
closes
[#&#8203;2934](https://github.com/semantic-release/semantic-release/issues/2934)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/octokit/rest.js).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kkrishguptaa pushed a commit to kkrishguptaa/reseter.css that referenced this pull request Jan 14, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`22.0.12` ->
`23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/xkrishguptaa/reseter.css).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Th3S4mur41 pushed a commit to Th3S4mur41/demo-auto-security-release that referenced this pull request Jan 19, 2024
## [1.0.11](v1.0.10...v1.0.11) (2024-01-19)

### Dependencies and Other Build Updates

* **deps-dev:** Bump @commitlint/cli from 18.4.3 to 18.4.4 ([#103](#103)) ([d83e5bb](d83e5bb))
* **deps-dev:** Bump @commitlint/config-conventional from 18.4.3 to 18.4.4 ([#102](#102)) ([9039762](9039762))
* **deps-dev:** Bump prettier from 3.1.1 to 3.2.2 ([#104](#104)) ([15733ae](15733ae))
* **deps-dev:** Bump prettier from 3.2.2 to 3.2.4 ([#106](#106)) ([4153de3](4153de3))
* **deps-dev:** Bump pretty-quick from 3.1.3 to 4.0.0 ([#107](#107)) ([a9d7f95](a9d7f95)), closes [#182](https://github.com/Th3S4mur41/demo-auto-security-release/issues/182) [#185](https://github.com/Th3S4mur41/demo-auto-security-release/issues/185) [#180](https://github.com/Th3S4mur41/demo-auto-security-release/issues/180) [#183](https://github.com/Th3S4mur41/demo-auto-security-release/issues/183) [prettier/pretty-quick#180](prettier/pretty-quick#180) [#178](https://github.com/Th3S4mur41/demo-auto-security-release/issues/178) [#175](https://github.com/Th3S4mur41/demo-auto-security-release/issues/175) [#172](https://github.com/Th3S4mur41/demo-auto-security-release/issues/172) [#182](https://github.com/Th3S4mur41/demo-auto-security-release/issues/182) [#185](https://github.com/Th3S4mur41/demo-auto-security-release/issues/185) [#180](https://github.com/Th3S4mur41/demo-auto-security-release/issues/180) [#183](https://github.com/Th3S4mur41/demo-auto-security-release/issues/183) [#178](https://github.com/Th3S4mur41/demo-auto-security-release/issues/178) [#175](https://github.com/Th3S4mur41/demo-auto-security-release/issues/175) [#172](https://github.com/Th3S4mur41/demo-auto-security-release/issues/172) [#187](https://github.com/Th3S4mur41/demo-auto-security-release/issues/187) [#182](https://github.com/Th3S4mur41/demo-auto-security-release/issues/182) [#186](https://github.com/Th3S4mur41/demo-auto-security-release/issues/186) [#185](https://github.com/Th3S4mur41/demo-auto-security-release/issues/185) [#181](https://github.com/Th3S4mur41/demo-auto-security-release/issues/181) [#73](#73) [#125](#125) [#184](https://github.com/Th3S4mur41/demo-auto-security-release/issues/184) [#183](https://github.com/Th3S4mur41/demo-auto-security-release/issues/183) [#180](https://github.com/Th3S4mur41/demo-auto-security-release/issues/180) [#179](https://github.com/Th3S4mur41/demo-auto-security-release/issues/179) [#178](https://github.com/Th3S4mur41/demo-auto-security-release/issues/178)
* **deps-dev:** Bump semantic-release from 22.0.12 to 23.0.0 ([#105](#105)) ([027262e](027262e)), closes [#3105](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3105) [#3079](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3079) [#2085](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2085) [semantic-release/gitlab#647](semantic-release/gitlab#647) [#2085](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2085) [#3079](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3079) [#3111](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3111) [#3136](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3136) [#3134](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3134) [#2085](https://github.com/Th3S4mur41/demo-auto-security-release/issues/2085) [#3079](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3079) [#3128](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3128) [#3126](https://github.com/Th3S4mur41/demo-auto-security-release/issues/3126)
* **deps:** Bump actions/dependency-review-action from 3 to 4 ([#108](#108)) ([4448648](4448648)), closes [actions/dependency-review-action#639](actions/dependency-review-action#639) [actions/dependency-review-action#639](actions/dependency-review-action#639) [actions/dependency-review-action#649](actions/dependency-review-action#649) [actions/dependency-review-action#630](actions/dependency-review-action#630) [actions/dependency-review-action#629](actions/dependency-review-action#629) [actions/dependency-review-action#637](actions/dependency-review-action#637) [actions/dependency-review-action#636](actions/dependency-review-action#636) [actions/dependency-review-action#638](actions/dependency-review-action#638) [actions/dependency-review-action#644](actions/dependency-review-action#644) [actions/dependency-review-action#640](actions/dependency-review-action#640) [actions/dependency-review-action#645](actions/dependency-review-action#645) [actions/dependency-review-action#646](actions/dependency-review-action#646) [actions/dependency-review-action#623](actions/dependency-review-action#623) [actions/dependency-review-action#619](actions/dependency-review-action#619) [actions/dependency-review-action#625](actions/dependency-review-action#625) [actions/dependency-review-action#624](actions/dependency-review-action#624) [actions/dependency-review-action#617](actions/dependency-review-action#617) [actions/dependency-review-action#611](actions/dependency-review-action#611) [#639](https://github.com/Th3S4mur41/demo-auto-security-release/issues/639) [#663](https://github.com/Th3S4mur41/demo-auto-security-release/issues/663) [#661](https://github.com/Th3S4mur41/demo-auto-security-release/issues/661) [#660](https://github.com/Th3S4mur41/demo-auto-security-release/issues/660) [#653](https://github.com/Th3S4mur41/demo-auto-security-release/issues/653)
G-Rath pushed a commit to ackama/eslint-config-ackama that referenced this pull request Jan 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`^22.0.0` ->
`^23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.5/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.5/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.5/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

###
[`v22.0.12`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.12)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.11...v22.0.12)

##### Bug Fixes

- Revert "fix(deps): update dependency cosmiconfig to v9"
([#&#8203;3104](https://github.com/semantic-release/semantic-release/issues/3104))
([f6f1bf1](https://github.com/semantic-release/semantic-release/commit/f6f1bf167c883193be539127afe39b88c5aac330))

###
[`v22.0.11`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.11)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.10...v22.0.11)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([b38cd2e](https://github.com/semantic-release/semantic-release/commit/b38cd2e44e95c9fb16b29285833ee2f3460b7265))

###
[`v22.0.10`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.10)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.9...v22.0.10)

##### Bug Fixes

- revert updating cosmiconfig to v9
([88efead](https://github.com/semantic-release/semantic-release/commit/88efeadac96f93003ffa7050d8452ddb44d566bb))

###
[`v22.0.9`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.9)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.8...v22.0.9)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3072](https://github.com/semantic-release/semantic-release/issues/3072))
([8b0dbd2](https://github.com/semantic-release/semantic-release/commit/8b0dbd28054328f8ce3999b813b750c180036447))

###
[`v22.0.8`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.8)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.7...v22.0.8)

##### Bug Fixes

- support windows absolute extends
([#&#8203;3062](https://github.com/semantic-release/semantic-release/issues/3062))
([0d06f62](https://github.com/semantic-release/semantic-release/commit/0d06f62411ca2f8bc0f4367bf2e0ec22c4cb77dc))

###
[`v22.0.7`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.7)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.6...v22.0.7)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v11
([#&#8203;3047](https://github.com/semantic-release/semantic-release/issues/3047))
([f09e55f](https://github.com/semantic-release/semantic-release/commit/f09e55f39f8fcafb516bddeb0be63fb30763d3ac))

##### Features

- support extending ESM configuration files
([#&#8203;3036](https://github.com/semantic-release/semantic-release/pull/3037))([6900865](https://github.com/semantic-release/semantic-release/commit/6900865324c4eae56c06f01bde9a5ae2f3690917))

###
[`v22.0.6`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.6)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.5...v22.0.6)

##### Bug Fixes

- **deps:** update dependency figures to v6
([#&#8203;3033](https://github.com/semantic-release/semantic-release/issues/3033))
([305674d](https://github.com/semantic-release/semantic-release/commit/305674d1dbb23120f32ccab278f78961bff05750))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ackama/eslint-config-ackama).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remcolakens pushed a commit to remcolakens/next-boilerplate that referenced this pull request Jan 20, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`^22.0.12` ->
`^23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/remcolakens/next-boilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to valora-inc/resolve-kit that referenced this pull request Jan 22, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`^22.0.12` ->
`^23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.12/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
UTC, Automerge - "after 8:00 before 23:00 every weekday except on
Friday" in timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/resolve-kit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot added a commit to Balvajs/dismiss-stale-reviews that referenced this pull request Jan 28, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| devDependencies | major | [`22.0.12` ->
`23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.0)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
mergify bot added a commit to Balvajs/delete-stale-branches that referenced this pull request Jan 28, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| devDependencies | major | [`22.0.12` ->
`23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.0)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
andipaetzold pushed a commit to andipaetzold/react-firehooks that referenced this pull request Feb 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`22.0.5` ->
`23.0.2`](https://renovatebot.com/diffs/npm/semantic-release/22.0.5/23.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.5/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.5/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.2`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.2)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.1...v23.0.2)

##### Bug Fixes

- **deps:** update dependency marked to v12
([#&#8203;3176](https://github.com/semantic-release/semantic-release/issues/3176))
([38105f5](https://github.com/semantic-release/semantic-release/commit/38105f5bc8ac280d8fb726097962bb357bfc5dac))

###
[`v23.0.1`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.1)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.0...v23.0.1)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v7
([9faded8](https://github.com/semantic-release/semantic-release/commit/9faded8d50bd056374f79d0a1385dc9f140a85de))

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

###
[`v22.0.12`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.12)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.11...v22.0.12)

##### Bug Fixes

- Revert "fix(deps): update dependency cosmiconfig to v9"
([#&#8203;3104](https://github.com/semantic-release/semantic-release/issues/3104))
([f6f1bf1](https://github.com/semantic-release/semantic-release/commit/f6f1bf167c883193be539127afe39b88c5aac330))

###
[`v22.0.11`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.11)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.10...v22.0.11)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([b38cd2e](https://github.com/semantic-release/semantic-release/commit/b38cd2e44e95c9fb16b29285833ee2f3460b7265))

###
[`v22.0.10`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.10)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.9...v22.0.10)

##### Bug Fixes

- revert updating cosmiconfig to v9
([88efead](https://github.com/semantic-release/semantic-release/commit/88efeadac96f93003ffa7050d8452ddb44d566bb))

###
[`v22.0.9`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.9)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.8...v22.0.9)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3072](https://github.com/semantic-release/semantic-release/issues/3072))
([8b0dbd2](https://github.com/semantic-release/semantic-release/commit/8b0dbd28054328f8ce3999b813b750c180036447))

###
[`v22.0.8`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.8)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.7...v22.0.8)

##### Bug Fixes

- support windows absolute extends
([#&#8203;3062](https://github.com/semantic-release/semantic-release/issues/3062))
([0d06f62](https://github.com/semantic-release/semantic-release/commit/0d06f62411ca2f8bc0f4367bf2e0ec22c4cb77dc))

###
[`v22.0.7`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.7)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.6...v22.0.7)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v11
([#&#8203;3047](https://github.com/semantic-release/semantic-release/issues/3047))
([f09e55f](https://github.com/semantic-release/semantic-release/commit/f09e55f39f8fcafb516bddeb0be63fb30763d3ac))

##### Features

- support extending ESM configuration files
([#&#8203;3036](https://github.com/semantic-release/semantic-release/pull/3037))([6900865](https://github.com/semantic-release/semantic-release/commit/6900865324c4eae56c06f01bde9a5ae2f3690917))

###
[`v22.0.6`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.6)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.5...v22.0.6)

##### Bug Fixes

- **deps:** update dependency figures to v6
([#&#8203;3033](https://github.com/semantic-release/semantic-release/issues/3033))
([305674d](https://github.com/semantic-release/semantic-release/commit/305674d1dbb23120f32ccab278f78961bff05750))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/andipaetzold/react-firehooks).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kayman-mk pushed a commit to kayman-mk/blog-tech-at-work that referenced this pull request Feb 20, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer)
| [`^9.0.2` ->
`^11.0.0`](https://renovatebot.com/diffs/npm/@semantic-release%2fcommit-analyzer/9.0.2/11.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fcommit-analyzer/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fcommit-analyzer/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fcommit-analyzer/9.0.2/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fcommit-analyzer/9.0.2/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@semantic-release/github](https://github.com/semantic-release/github)
| [`^8.0.6` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/8.1.0/9.2.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/9.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fgithub/9.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fgithub/8.1.0/9.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/8.1.0/9.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator)
| [`^10.0.3` ->
`^12.0.0`](https://renovatebot.com/diffs/npm/@semantic-release%2frelease-notes-generator/10.0.3/12.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2frelease-notes-generator/12.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2frelease-notes-generator/12.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2frelease-notes-generator/10.0.3/12.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2frelease-notes-generator/10.0.3/12.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`^21.0.7` ->
`^23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/21.1.2/23.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/21.1.2/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/21.1.2/23.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/commit-analyzer
(@&#8203;semantic-release/commit-analyzer)</summary>

###
[`v11.1.0`](https://github.com/semantic-release/commit-analyzer/releases/tag/v11.1.0)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v11.0.0...v11.1.0)

##### Features

- add support for ESM presets
([#&#8203;537](https://github.com/semantic-release/commit-analyzer/issues/537))
([9dc87e0](https://github.com/semantic-release/commit-analyzer/commit/9dc87e0f499b793850491d719c554aac218814e9))

###
[`v11.0.0`](https://github.com/semantic-release/commit-analyzer/releases/tag/v11.0.0)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v10.0.4...v11.0.0)

##### Bug Fixes

- **config-loader:** accounted for normalization of preset interfaces
([3ff9458](https://github.com/semantic-release/commit-analyzer/commit/3ff94584f399738acb2075c6175df64e2ae181e5))
- **deps:** update dependency conventional-commits-filter to v4
([99dcf7e](https://github.com/semantic-release/commit-analyzer/commit/99dcf7ef13a2d0206f621f5046aa1ccbb4a9e480))

##### Features

- **conventional-changelog-presets:** supported new preset format
([f3b88d3](https://github.com/semantic-release/commit-analyzer/commit/f3b88d3e7409b0bac38cb58bd04f19506f2f6159))
- **node-versions:** raised the minimum node version to v18.17 and
dropped v19 support
([a681fbd](https://github.com/semantic-release/commit-analyzer/commit/a681fbdab30b4ff66093506ce09b383e750cca5e))

##### BREAKING CHANGES

- **node-versions:** the minimum required node version is now v18.17,
v19 support has been dropped, and the minimum required in the v20 range
is v20.6.1
- **conventional-changelog-presets:** the new preset format is a
breaking change when compared to the previous preset format. updating to
support the new format means that the old preset format is no longer
supported. update your preset to the latest version to maintain
compatibility

###
[`v10.0.4`](https://github.com/semantic-release/commit-analyzer/releases/tag/v10.0.4)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v10.0.3...v10.0.4)

##### Bug Fixes

- **deps:** update dependency conventional-commits-parser to v5
([a7201b6](https://github.com/semantic-release/commit-analyzer/commit/a7201b6ea4b523c06e7d60bd3c850f1079464379))

###
[`v10.0.3`](https://github.com/semantic-release/commit-analyzer/releases/tag/v10.0.3)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v10.0.2...v10.0.3)

##### Reverts

- Revert "fix(deps): update dependency conventional-commits-parser to v5
([#&#8203;501](https://github.com/semantic-release/commit-analyzer/issues/501))"
([ab3ee9f](https://github.com/semantic-release/commit-analyzer/commit/ab3ee9f93b02f3d7d288323ee2fc89c59d64290d)),
closes
[#&#8203;501](https://github.com/semantic-release/commit-analyzer/issues/501)
- Revert "chore(deps): update dependency conventional-changelog-atom to
v4
([#&#8203;502](https://github.com/semantic-release/commit-analyzer/issues/502))"
([f21eb8e](https://github.com/semantic-release/commit-analyzer/commit/f21eb8ea25c4feffe22bd7bfbf088b3757756580)),
closes
[#&#8203;502](https://github.com/semantic-release/commit-analyzer/issues/502)
- Revert "chore(deps): update dependency conventional-changelog-ember to
v4
([#&#8203;504](https://github.com/semantic-release/commit-analyzer/issues/504))"
([c48b533](https://github.com/semantic-release/commit-analyzer/commit/c48b533544d438a52d942cb947e3d96734425144)),
closes
[#&#8203;504](https://github.com/semantic-release/commit-analyzer/issues/504)

###
[`v10.0.2`](https://github.com/semantic-release/commit-analyzer/releases/tag/v10.0.2)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v10.0.1...v10.0.2)

##### Bug Fixes

- **deps:** update dependency conventional-commits-parser to v5
([#&#8203;501](https://github.com/semantic-release/commit-analyzer/issues/501))
([91cf4d5](https://github.com/semantic-release/commit-analyzer/commit/91cf4d5a82052b6ea52e0f9f7d4faed7a80460e1))

###
[`v10.0.1`](https://github.com/semantic-release/commit-analyzer/releases/tag/v10.0.1)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v10.0.0...v10.0.1)

##### Bug Fixes

- **deps:** update dependency conventional-changelog-angular to v6
([#&#8203;460](https://github.com/semantic-release/commit-analyzer/issues/460))
([0607201](https://github.com/semantic-release/commit-analyzer/commit/0607201c58f4b5e54dfb0fcdf15cfa2cda24bf9b))
- **deps:** update dependency conventional-commits-filter to v3
([#&#8203;461](https://github.com/semantic-release/commit-analyzer/issues/461))
([97d683f](https://github.com/semantic-release/commit-analyzer/commit/97d683fcc07f646a902017fb70136d2cfcc1d724))
- **deps:** update dependency conventional-commits-parser to v4
([#&#8203;462](https://github.com/semantic-release/commit-analyzer/issues/462))
([5d94efa](https://github.com/semantic-release/commit-analyzer/commit/5d94efa132468c0f1042b1b6ec23f509d98ead1d))

###
[`v10.0.0`](https://github.com/semantic-release/commit-analyzer/releases/tag/v10.0.0)

[Compare
Source](https://github.com/semantic-release/commit-analyzer/compare/v9.0.2...v10.0.0)

##### Code Refactoring

- **esm:** converted the package to esm
([b4f9865](https://github.com/semantic-release/commit-analyzer/commit/b4f986520a714fdbbe29ce44488124bed2360b79)),
closes
[#&#8203;296](https://github.com/semantic-release/commit-analyzer/issues/296)

##### Features

- **deps:** raised the peer-dependency requirement on semantic-release
to v20.1.0
([e1ab8ea](https://github.com/semantic-release/commit-analyzer/commit/e1ab8ea95723a1c05d5ab008c332701ff0556ae3))
- **node-versions:** raised the minimum required node version to v18
([affeb23](https://github.com/semantic-release/commit-analyzer/commit/affeb235419a032f2599b15a927fcd4124c0290e))

##### BREAKING CHANGES

- **deps:** the minimum required version of semantic-release is now
v20.1.0 in order to support
    loading ESM plugins
-   **node-versions:** the minimum required version of node is now v18
- **esm:** `@semantic-release/commit-analyzer` is now a native ES
Module. It has named exports
    for each plugin hook (`analyzeCommits`)

</details>

<details>
<summary>semantic-release/github
(@&#8203;semantic-release/github)</summary>

###
[`v9.2.6`](https://github.com/semantic-release/github/releases/tag/v9.2.6)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.2.5...v9.2.6)

##### Bug Fixes

- **deps:** update dependency p-filter to v4
([#&#8203;764](https://github.com/semantic-release/github/issues/764))
([85367c1](https://github.com/semantic-release/github/commit/85367c14e16d0ece235bbcc9893a99e353a63b26))

###
[`v9.2.5`](https://github.com/semantic-release/github/releases/tag/v9.2.5)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.2.4...v9.2.5)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest)
to v9.1.5
([45d09b4](https://github.com/semantic-release/github/commit/45d09b4eeba271dbb1594ccf59d6600d67f3f05d))

###
[`v9.2.4`](https://github.com/semantic-release/github/releases/tag/v9.2.4)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.2.3...v9.2.4)

##### Bug Fixes

- **deps:** update dependency mime to v4
([#&#8203;745](https://github.com/semantic-release/github/issues/745))
([342a2f2](https://github.com/semantic-release/github/commit/342a2f2f70c518eb23fd3ff0aa4d6e9e1021840d))

###
[`v9.2.3`](https://github.com/semantic-release/github/releases/tag/v9.2.3)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.2.2...v9.2.3)

##### Bug Fixes

- **deps:** update dependency globby to v14
([#&#8203;737](https://github.com/semantic-release/github/issues/737))
([3cd8b6b](https://github.com/semantic-release/github/commit/3cd8b6bba695775b1c69f0551a493fd72bf94322))

###
[`v9.2.2`](https://github.com/semantic-release/github/releases/tag/v9.2.2)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.2.1...v9.2.2)

##### Bug Fixes

- **errors:** fix typo in error message
([#&#8203;736](https://github.com/semantic-release/github/issues/736))
([a9c73a3](https://github.com/semantic-release/github/commit/a9c73a3b45301676ec4b06582abe0fc10ff5087e))

###
[`v9.2.1`](https://github.com/semantic-release/github/compare/v9.2.0...v9.2.1)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.2.0...v9.2.1)

###
[`v9.2.0`](https://github.com/semantic-release/github/releases/tag/v9.2.0)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.1.0...v9.2.0)

##### Features

- add discussionCategoryName option
([#&#8203;702](https://github.com/semantic-release/github/issues/702))
([34c0afd](https://github.com/semantic-release/github/commit/34c0afded9391608ad334fa8379f4f1e83cc35fa))

###
[`v9.1.0`](https://github.com/semantic-release/github/releases/tag/v9.1.0)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.7...v9.1.0)

##### Features

- `releaseNameTemplate` and `releaseBodyTemplate` options for
customizing release body and name
([#&#8203;704](https://github.com/semantic-release/github/issues/704))
([9e2678c](https://github.com/semantic-release/github/commit/9e2678cd69e67ce0b79c5bd1731a376f269d958c))

###
[`v9.0.7`](https://github.com/semantic-release/github/releases/tag/v9.0.7)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.6...v9.0.7)

##### Bug Fixes

- **deps:** update octokit monorepo (major)
([#&#8203;708](https://github.com/semantic-release/github/issues/708))
([47f2b2e](https://github.com/semantic-release/github/commit/47f2b2e39ae75549988023e534e068fde365d836))

###
[`v9.0.6`](https://github.com/semantic-release/github/releases/tag/v9.0.6)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.5...v9.0.6)

##### Bug Fixes

- **deps:** update dependency aggregate-error to v5
([#&#8203;698](https://github.com/semantic-release/github/issues/698))
([706544c](https://github.com/semantic-release/github/commit/706544c2d961f8a5644f36812e60a07327fa2851))

###
[`v9.0.5`](https://github.com/semantic-release/github/releases/tag/v9.0.5)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.4...v9.0.5)

##### Bug Fixes

- define retry limit in retry config
([#&#8203;693](https://github.com/semantic-release/github/issues/693))
([5ad0486](https://github.com/semantic-release/github/commit/5ad0486de55c2edfb653fde4735e623fab139148))

###
[`v9.0.4`](https://github.com/semantic-release/github/releases/tag/v9.0.4)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.3...v9.0.4)

##### Bug Fixes

- **deps:** update octokit monorepo (major)
([#&#8203;670](https://github.com/semantic-release/github/issues/670))
([ebc0392](https://github.com/semantic-release/github/commit/ebc03928bb565fabdc20a5a113c4f15660f55b17))

###
[`v9.0.3`](https://github.com/semantic-release/github/releases/tag/v9.0.3)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.2...v9.0.3)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;semantic-release/error](https://github.com/semantic-release/error)
to v4
([#&#8203;649](https://github.com/semantic-release/github/issues/649))
([09e43e6](https://github.com/semantic-release/github/commit/09e43e6bbca41f5398202b0192444bd7e106db39))

###
[`v9.0.2`](https://github.com/semantic-release/github/releases/tag/v9.0.2)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.1...v9.0.2)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest)
to v7
([#&#8203;646](https://github.com/semantic-release/github/issues/646))
([86a7562](https://github.com/semantic-release/github/commit/86a75627e5804dcce452b16356649c77da098ff7))

###
[`v9.0.1`](https://github.com/semantic-release/github/releases/tag/v9.0.1)

[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.0...v9.0.1)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;octokit/plugin-retry](https://github.com/octokit/plugin-retry)
to v5
([#&#8203;647](https://github.com/semantic-release/github/issues/647))
([ecb8fa8](https://github.com/semantic-release/github/commit/ecb8fa87fb1dc20a20d687db488c5d0770380892))

###
[`v9.0.0`](https://github.com/semantic-release/github/releases/tag/v9.0.0)

[Compare
Source](https://github.com/semantic-release/github/compare/v8.1.0...v9.0.0)

##### BREAKING CHANGES

-   `@semantic-release/github` is now a native ES Module
-   Node 14 and 16 are no longer supported

</details>

<details>
<summary>semantic-release/release-notes-generator
(@&#8203;semantic-release/release-notes-generator)</summary>

###
[`v12.1.0`](https://github.com/semantic-release/release-notes-generator/releases/tag/v12.1.0)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v12.0.1...v12.1.0)

##### Features

- add support for ESM presets
([#&#8203;544](https://github.com/semantic-release/release-notes-generator/issues/544))
([53c18ce](https://github.com/semantic-release/release-notes-generator/commit/53c18ce0036bac73867af75b189a9c168565d0b8))

###
[`v12.0.1`](https://github.com/semantic-release/release-notes-generator/releases/tag/v12.0.1)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v12.0.0...v12.0.1)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v11
([#&#8203;557](https://github.com/semantic-release/release-notes-generator/issues/557))
([5756c18](https://github.com/semantic-release/release-notes-generator/commit/5756c186bf2181ef4c5df0fbec440765cecd936d))

###
[`v12.0.0`](https://github.com/semantic-release/release-notes-generator/releases/tag/v12.0.0)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.7...v12.0.0)

##### Bug Fixes

- **deps:** update dependency conventional-changlog-writer to v7
([4fe3563](https://github.com/semantic-release/release-notes-generator/commit/4fe35635f8186ab42fa604d2ef85819b07f43f53))

##### Features

- **conventional-changelog-presets:** supported new preset format
([a681671](https://github.com/semantic-release/release-notes-generator/commit/a68167199e131e1f72fd259d45848112744a3982))
- **node-versions:** raised the minimum node version to v18.17 and
dropped v19 support
([9c4e5f5](https://github.com/semantic-release/release-notes-generator/commit/9c4e5f58a167acb9520594dfed248d1542cb4f31))

##### BREAKING CHANGES

- **node-versions:** the minimum required node version is now v18.17,
v19 support has been dropped, and the minimum required in the v20 range
is v20.6.1
- **conventional-changelog-presets:** the new preset format is a
breaking change when compared to the previous preset format. updating to
support the new format means that the old preset format is no longer
supported. update your preset to the latest version to maintain
compatibility

###
[`v11.0.7`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.7)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.6...v11.0.7)

##### Bug Fixes

- **deps:** update dependency conventional-commits-filter to v4
([a347fa6](https://github.com/semantic-release/release-notes-generator/commit/a347fa6acc5af655ac0f46fc75ef42d6eac1b635))

###
[`v11.0.6`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.6)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.5...v11.0.6)

##### Reverts

- Revert "chore(deps): update dependency conventional-changelog-atom to
v4
([#&#8203;509](https://github.com/semantic-release/release-notes-generator/issues/509))"
([e6b939a](https://github.com/semantic-release/release-notes-generator/commit/e6b939a670456df9a8edd335c768dc58315f949f)),
closes
[#&#8203;509](https://github.com/semantic-release/release-notes-generator/issues/509)
- Revert "chore(deps): update dependency conventional-changelog-ember to
v4
([#&#8203;511](https://github.com/semantic-release/release-notes-generator/issues/511))"
([1f6fa69](https://github.com/semantic-release/release-notes-generator/commit/1f6fa6902c8c95c2e5f3d668f13bcfc119464ac6)),
closes
[#&#8203;511](https://github.com/semantic-release/release-notes-generator/issues/511)
- Revert "chore(deps): update dependency
conventional-changelog-conventionalcommits to v7
([#&#8203;510](https://github.com/semantic-release/release-notes-generator/issues/510))"
([9793686](https://github.com/semantic-release/release-notes-generator/commit/9793686da4281bbc0ad4fa0e784ad902a460a247)),
closes
[#&#8203;510](https://github.com/semantic-release/release-notes-generator/issues/510)
- Revert "chore(deps): update dependency conventional-changelog-eslint
to v5
([#&#8203;512](https://github.com/semantic-release/release-notes-generator/issues/512))"
([a74f93d](https://github.com/semantic-release/release-notes-generator/commit/a74f93df8586bbbc1e791552d540cdbd93fcbc15)),
closes
[#&#8203;512](https://github.com/semantic-release/release-notes-generator/issues/512)
- Revert "chore(deps): update dependency conventional-changelog-express
to v4
([#&#8203;513](https://github.com/semantic-release/release-notes-generator/issues/513))"
([a84e7ed](https://github.com/semantic-release/release-notes-generator/commit/a84e7ed9c91243995cb0c212e268e6b4e6a248d5)),
closes
[#&#8203;513](https://github.com/semantic-release/release-notes-generator/issues/513)

###
[`v11.0.5`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.5)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.4...v11.0.5)

##### Bug Fixes

- **deps:** update dependency conventional-commits-parser to v5
([#&#8203;508](https://github.com/semantic-release/release-notes-generator/issues/508))
([45f893f](https://github.com/semantic-release/release-notes-generator/commit/45f893f118749f811cea946cc61400e952f728b8))

###
[`v11.0.4`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.4)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.3...v11.0.4)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v10
([68772c4](https://github.com/semantic-release/release-notes-generator/commit/68772c44029e4e00458368a9ff6a84d90ca6586e))

###
[`v11.0.3`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.3)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.2...v11.0.3)

##### Bug Fixes

- **deps:** update dependency conventional-changelog-angular to v6
([#&#8203;466](https://github.com/semantic-release/release-notes-generator/issues/466))
([a8d8868](https://github.com/semantic-release/release-notes-generator/commit/a8d88682cff183b599d5d0324e7d3c4194a22b5c))
- **deps:** update dependency conventional-changelog-writer to v6
([#&#8203;467](https://github.com/semantic-release/release-notes-generator/issues/467))
([d80b880](https://github.com/semantic-release/release-notes-generator/commit/d80b88085b12bd10c9800f1ffca523e2eece95e8))
- **deps:** update dependency conventional-commits-filter to v3
([#&#8203;468](https://github.com/semantic-release/release-notes-generator/issues/468))
([b058ee7](https://github.com/semantic-release/release-notes-generator/commit/b058ee7c4ef5d057e8385703e51ee6740a3a0baa))
- **deps:** update dependency conventional-commits-parser to v4
([#&#8203;469](https://github.com/semantic-release/release-notes-generator/issues/469))
([7d84222](https://github.com/semantic-release/release-notes-generator/commit/7d84222cf8a0134a2cbd9d3c9f5cb0544bbbb090))

###
[`v11.0.2`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.2)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.1...v11.0.2)

##### Bug Fixes

- **deps:** update dependency get-stream to v7
([#&#8203;453](https://github.com/semantic-release/release-notes-generator/issues/453))
([96e435e](https://github.com/semantic-release/release-notes-generator/commit/96e435e2559711c0d2b5f1bdd8aa661e59dd79cb))

###
[`v11.0.1`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.1)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v11.0.0...v11.0.1)

##### Bug Fixes

- **files:** include the wrappers directory in the published package
([949607f](https://github.com/semantic-release/release-notes-generator/commit/949607f9c67d2ba7ec88206370dcfc470812c6fd))

###
[`v11.0.0`](https://github.com/semantic-release/release-notes-generator/releases/tag/v11.0.0)

[Compare
Source](https://github.com/semantic-release/release-notes-generator/compare/v10.0.3...v11.0.0)

##### Code Refactoring

- **esm:** converted the package to esm
([40f7596](https://github.com/semantic-release/release-notes-generator/commit/40f7596187897a855d54163aae9ad184b1075cfb)),
closes
[#&#8203;296](https://github.com/semantic-release/release-notes-generator/issues/296)

##### Features

- **node-versions:** raised the minimum required node version to v18
([4bfe425](https://github.com/semantic-release/release-notes-generator/commit/4bfe425b4f0e6487eda554f9ecc5d940387f5eda))
- **semantic-release-peer:** raised the minimum peer requirement to the
first version that supports loading esm plugins
([f094cb0](https://github.com/semantic-release/release-notes-generator/commit/f094cb0672a4f4dc58d302f0e186b1c4920001ca))

##### BREAKING CHANGES

- **semantic-release-peer:** the required version of semantic-release
has been raised to v20.1.0 in order to support loading of ESM plugins
-   **node-versions:** node v18 is now the minimum supported version
- **esm:** `@semantic-release/release-notes-generator` is now a native
ES Module. It has
    named exports for each plugin hook (`generateNotes`)

</details>

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

###
[`v22.0.12`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.12)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.11...v22.0.12)

##### Bug Fixes

- Revert "fix(deps): update dependency cosmiconfig to v9"
([#&#8203;3104](https://github.com/semantic-release/semantic-release/issues/3104))
([f6f1bf1](https://github.com/semantic-release/semantic-release/commit/f6f1bf167c883193be539127afe39b88c5aac330))

###
[`v22.0.11`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.11)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.10...v22.0.11)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([b38cd2e](https://github.com/semantic-release/semantic-release/commit/b38cd2e44e95c9fb16b29285833ee2f3460b7265))

###
[`v22.0.10`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.10)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.9...v22.0.10)

##### Bug Fixes

- revert updating cosmiconfig to v9
([88efead](https://github.com/semantic-release/semantic-release/commit/88efeadac96f93003ffa7050d8452ddb44d566bb))

###
[`v22.0.9`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.9)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.8...v22.0.9)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3072](https://github.com/semantic-release/semantic-release/issues/3072))
([8b0dbd2](https://github.com/semantic-release/semantic-release/commit/8b0dbd28054328f8ce3999b813b750c180036447))

###
[`v22.0.8`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.8)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.7...v22.0.8)

##### Bug Fixes

- support windows absolute extends
([#&#8203;3062](https://github.com/semantic-release/semantic-release/issues/3062))
([0d06f62](https://github.com/semantic-release/semantic-release/commit/0d06f62411ca2f8bc0f4367bf2e0ec22c4cb77dc))

###
[`v22.0.7`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.7)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.6...v22.0.7)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v11
([#&#8203;3047](https://github.com/semantic-release/semantic-release/issues/3047))
([f09e55f](https://github.com/semantic-release/semantic-release/commit/f09e55f39f8fcafb516bddeb0be63fb30763d3ac))

##### Features

- support extending ESM configuration files
([#&#8203;3036](https://github.com/semantic-release/semantic-release/pull/3037))([6900865](https://github.com/semantic-release/semantic-release/commit/6900865324c4eae56c06f01bde9a5ae2f3690917))

###
[`v22.0.6`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.6)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.5...v22.0.6)

##### Bug Fixes

- **deps:** update dependency figures to v6
([#&#8203;3033](https://github.com/semantic-release/semantic-release/issues/3033))
([305674d](https://github.com/semantic-release/semantic-release/commit/305674d1dbb23120f32ccab278f78961bff05750))

###
[`v22.0.5`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.5)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.4...v22.0.5)

##### Bug Fixes

- **deps:** update dependency env-ci to v10
([#&#8203;2983](https://github.com/semantic-release/semantic-release/issues/2983))
([e759493](https://github.com/semantic-release/semantic-release/commit/e759493e074650748fc3bbef9e640db413b52d56))

###
[`v22.0.4`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.4)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.3...v22.0.4)

##### Bug Fixes

- **deps:** update dependency marked to v9
([#&#8203;2947](https://github.com/semantic-release/semantic-release/issues/2947))
([84f2ee9](https://github.com/semantic-release/semantic-release/commit/84f2ee9374c4da1a8b2b2dd30ea3ccdbac030a4b))

###
[`v22.0.3`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.3)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.2...v22.0.3)

##### Bug Fixes

- **exports:** removed the `exports` definition for the time being
([561e2d6](https://github.com/semantic-release/semantic-release/commit/561e2d648d59c6a5f4d7df7a6e16aa37aeeee6fb)),
closes
[#&#8203;2968](https://github.com/semantic-release/semantic-release/issues/2968).
see
[semantic-release/semantic-release#2978
for more information.

###
[`v22.0.2`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.2)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.1...v22.0.2)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v6
([8a7befe](https://github.com/semantic-release/semantic-release/commit/8a7befe96ba619a465b42d73e1d68c7b19945647))

###
[`v22.0.1`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.0...v22.0.1)

##### Bug Fixes

- **deps:** upgraded `release-notes-generator` and `commit-analyzer`
plugins to stable versions
([041e4f7](https://github.com/semantic-release/semantic-release/commit/041e4f7e3779d5a62c36e0cecb55740df590489c)),
closes
[#&#8203;2934](https://github.com/semantic-release/semantic-release/issues/2934)

###
[`v22.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v21.1.2...v22.0.0)

##### Bug Fixes

- **deps:** updated to the latest beta of the commit analyzer plugin
([03a687b](https://github.com/semantic-release/semantic-release/commit/03a687b3ea862f06cc5f8a721827296718640fd1))
- **deps:** updated to the latest betas of the commit-analyzer and
release-notes-generator plugins
([de8e4e0](https://github.com/semantic-release/semantic-release/commit/de8e4e05e9f20c1ac073e08e5dd340aadc2ba70e))
- **deps:** upgraded to the latest version of the npm plugin with npm
v10
([a23b718](https://github.com/semantic-release/semantic-release/commit/a23b71890b0638d41e52c41ffbd8d37f421fda6b))

##### Features

- **conventional-changelog-presets:** supported new preset format
([07a79ea](https://github.com/semantic-release/semantic-release/commit/07a79ea7e9588f3c4175b4c7196370819cae8a56))
- defined exports for the package
([72ab317](https://github.com/semantic-release/semantic-release/commit/72ab317bb0c6333c643f457f5658c318b78e4740))
- **node-versions:** raised the minimum node v20 requirement to v20.6
([e623cc6](https://github.com/semantic-release/semantic-release/commit/e623cc642ae2a2dba0d439494ba700366bd86dd3))
- **node-versions:** raised the minimum required node version to v18.17
and dropped v19 support
([b9f294d](https://github.com/semantic-release/semantic-release/commit/b9f294d179b2792882c19206b64eb484bb0c1cef))
- **node-versions:** raised the minimum supported node version w/in the
v20 range to v20.6.1
([b93bef4](https://github.com/semantic-release/semantic-release/commit/b93bef4eea9baf3a94f41def4efb2f2af19cddf6))

##### BREAKING CHANGES

- **node-versions:** the minimum supported version for the v20 range of
node has been raised slightly to
    v20.6.1 to avoid a known node bug
- **node-versions:** the minimum supported node version in the v20 major
range is now v20.6
- **node-versions:** node v18.17 is now the minimum supported node
version and support for v19 has been dropped
- exports prevents access to internal files, but they arent intended for
public use anyway
- **conventional-changelog-presets:** the new preset format is a
breaking change when compared to the previous preset format. updating to
support the new format means that the old preset format is no longer
supported. update your preset to the latest version to maintain
compatibility. this is also important if you are using a preset outside
of the list of official conventional-changelog presets since your preset
will need to be updated to export async functions to match the expected
preset signature.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kayman-mk/blog-tech-at-work).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMTI3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to peers/js-binarypack that referenced this pull request Mar 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`^22.0.0` ->
`^23.0.0`](https://renovatebot.com/diffs/npm/semantic-release/22.0.12/23.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/22.0.12/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/22.0.12/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.2`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.2)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.1...v23.0.2)

##### Bug Fixes

- **deps:** update dependency marked to v12
([#&#8203;3176](https://github.com/semantic-release/semantic-release/issues/3176))
([38105f5](https://github.com/semantic-release/semantic-release/commit/38105f5bc8ac280d8fb726097962bb357bfc5dac))

###
[`v23.0.1`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.1)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.0...v23.0.1)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v7
([9faded8](https://github.com/semantic-release/semantic-release/commit/9faded8d50bd056374f79d0a1385dc9f140a85de))

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/peers/js-binarypack).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to reconbot/arc-plugin-file-copy that referenced this pull request Apr 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://github.com/semantic-release/semantic-release)
| [`21.1.2` ->
`23.0.7`](https://renovatebot.com/diffs/npm/semantic-release/21.1.2/23.0.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/21.1.2/23.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/21.1.2/23.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.7`](https://github.com/semantic-release/semantic-release/compare/v23.0.6...v23.0.7)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.6...v23.0.7)

###
[`v23.0.6`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.6)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.5...v23.0.6)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator)
to v13
([#&#8203;3237](https://github.com/semantic-release/semantic-release/issues/3237))
([b7e08fc](https://github.com/semantic-release/semantic-release/commit/b7e08fc6068154713487dbf6817c8fc356319d6f))

###
[`v23.0.5`](https://github.com/semantic-release/semantic-release/compare/v23.0.4...29458a0ebb14bc7691d69cf78a08a847c88789bb)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.4...v23.0.5)

###
[`v23.0.4`](https://github.com/semantic-release/semantic-release/compare/v23.0.3...7a50c8a1a9a14d25fb54b1ea087914fb836b04be)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.3...v23.0.4)

###
[`v23.0.3`](https://github.com/semantic-release/semantic-release/compare/v23.0.2...96d5aeb4b657429ff8f272aaf38e1775079e7c24)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.2...v23.0.3)

###
[`v23.0.2`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.2)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.1...v23.0.2)

##### Bug Fixes

- **deps:** update dependency marked to v12
([#&#8203;3176](https://github.com/semantic-release/semantic-release/issues/3176))
([38105f5](https://github.com/semantic-release/semantic-release/commit/38105f5bc8ac280d8fb726097962bb357bfc5dac))

###
[`v23.0.1`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.1)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v23.0.0...v23.0.1)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v7
([9faded8](https://github.com/semantic-release/semantic-release/commit/9faded8d50bd056374f79d0a1385dc9f140a85de))

###
[`v23.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3105](https://github.com/semantic-release/semantic-release/issues/3105))
([07dde04](https://github.com/semantic-release/semantic-release/commit/07dde042bbdd4a407dbf7f7a5b8ab2d11abdb8c3))
- **deps:** update dependency marked to v11
([#&#8203;3079](https://github.com/semantic-release/semantic-release/issues/3079))
([6d2a6f1](https://github.com/semantic-release/semantic-release/commit/6d2a6f1aa658cfdfa905f19a4c54f38ebdfc94ef))
- **deps:** upgraded to the latest version of env-ci
([0d0ed9d](https://github.com/semantic-release/semantic-release/commit/0d0ed9d08a26ed5e146fcba5a58d760f7a1ebd02))
- use one note reference per tag to prevent conflicts
([#&#8203;2085](https://github.com/semantic-release/semantic-release/issues/2085))
([020ea7d](https://github.com/semantic-release/semantic-release/commit/020ea7d7d5aa6c123fe4c97754b6b1b36c0a8e2c))

##### Features

- **node-versions:** dropped support for node v18 and raised the minimum
for v20
([2904832](https://github.com/semantic-release/semantic-release/commit/2904832967c9160d3e293ce4be7a12aef0318a95)),
closes
[/github.com/semantic-release/gitlab/pull/647#discussion_r1423131205](https://github.com//github.com/semantic-release/gitlab/pull/647/issues/discussion_r1423131205)

##### BREAKING CHANGES

- **deps:** woodpecker ci users need to upgrade to v1.0.0 or higher to
remain supported. see
https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more
information
- **node-versions:** support for node v18 has been dropped and the
minimum for v20 is now v20.8.1

related to
[https://github.com/semantic-release/semantic-release/discussions/3088](https://github.com/semantic-release/semantic-release/discussions/3088)

- **deps:** if using `release.config.js` as the name of your config
file, it needs to be moved to a `.config/` directory. see
https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more
detail

###
[`v22.0.12`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.12)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.11...v22.0.12)

##### Bug Fixes

- Revert "fix(deps): update dependency cosmiconfig to v9"
([#&#8203;3104](https://github.com/semantic-release/semantic-release/issues/3104))
([f6f1bf1](https://github.com/semantic-release/semantic-release/commit/f6f1bf167c883193be539127afe39b88c5aac330))

###
[`v22.0.11`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.11)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.10...v22.0.11)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([b38cd2e](https://github.com/semantic-release/semantic-release/commit/b38cd2e44e95c9fb16b29285833ee2f3460b7265))

###
[`v22.0.10`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.10)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.9...v22.0.10)

##### Bug Fixes

- revert updating cosmiconfig to v9
([88efead](https://github.com/semantic-release/semantic-release/commit/88efeadac96f93003ffa7050d8452ddb44d566bb))

###
[`v22.0.9`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.9)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.8...v22.0.9)

##### Bug Fixes

- **deps:** update dependency cosmiconfig to v9
([#&#8203;3072](https://github.com/semantic-release/semantic-release/issues/3072))
([8b0dbd2](https://github.com/semantic-release/semantic-release/commit/8b0dbd28054328f8ce3999b813b750c180036447))

###
[`v22.0.8`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.8)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.7...v22.0.8)

##### Bug Fixes

- support windows absolute extends
([#&#8203;3062](https://github.com/semantic-release/semantic-release/issues/3062))
([0d06f62](https://github.com/semantic-release/semantic-release/commit/0d06f62411ca2f8bc0f4367bf2e0ec22c4cb77dc))

###
[`v22.0.7`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.7)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.6...v22.0.7)

##### Bug Fixes

- **deps:** update dependency read-pkg-up to v11
([#&#8203;3047](https://github.com/semantic-release/semantic-release/issues/3047))
([f09e55f](https://github.com/semantic-release/semantic-release/commit/f09e55f39f8fcafb516bddeb0be63fb30763d3ac))

##### Features

- support extending ESM configuration files
([#&#8203;3036](https://github.com/semantic-release/semantic-release/pull/3037))([6900865](https://github.com/semantic-release/semantic-release/commit/6900865324c4eae56c06f01bde9a5ae2f3690917))

###
[`v22.0.6`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.6)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.5...v22.0.6)

##### Bug Fixes

- **deps:** update dependency figures to v6
([#&#8203;3033](https://github.com/semantic-release/semantic-release/issues/3033))
([305674d](https://github.com/semantic-release/semantic-release/commit/305674d1dbb23120f32ccab278f78961bff05750))

###
[`v22.0.5`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.5)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.4...v22.0.5)

##### Bug Fixes

- **deps:** update dependency env-ci to v10
([#&#8203;2983](https://github.com/semantic-release/semantic-release/issues/2983))
([e759493](https://github.com/semantic-release/semantic-release/commit/e759493e074650748fc3bbef9e640db413b52d56))

###
[`v22.0.4`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.4)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.3...v22.0.4)

##### Bug Fixes

- **deps:** update dependency marked to v9
([#&#8203;2947](https://github.com/semantic-release/semantic-release/issues/2947))
([84f2ee9](https://github.com/semantic-release/semantic-release/commit/84f2ee9374c4da1a8b2b2dd30ea3ccdbac030a4b))

###
[`v22.0.3`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.3)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.2...v22.0.3)

##### Bug Fixes

- **exports:** removed the `exports` definition for the time being
([561e2d6](https://github.com/semantic-release/semantic-release/commit/561e2d648d59c6a5f4d7df7a6e16aa37aeeee6fb)),
closes
[#&#8203;2968](https://github.com/semantic-release/semantic-release/issues/2968).
see
[semantic-release/semantic-release#2978
for more information.

###
[`v22.0.2`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.2)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.1...v22.0.2)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v6
([8a7befe](https://github.com/semantic-release/semantic-release/commit/8a7befe96ba619a465b42d73e1d68c7b19945647))

###
[`v22.0.1`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v22.0.0...v22.0.1)

##### Bug Fixes

- **deps:** upgraded `release-notes-generator` and `commit-analyzer`
plugins to stable versions
([041e4f7](https://github.com/semantic-release/semantic-release/commit/041e4f7e3779d5a62c36e0cecb55740df590489c)),
closes
[#&#8203;2934](https://github.com/semantic-release/semantic-release/issues/2934)

###
[`v22.0.0`](https://github.com/semantic-release/semantic-release/releases/tag/v22.0.0)

[Compare
Source](https://github.com/semantic-release/semantic-release/compare/v21.1.2...v22.0.0)

##### Bug Fixes

- **deps:** updated to the latest beta of the commit analyzer plugin
([03a687b](https://github.com/semantic-release/semantic-release/commit/03a687b3ea862f06cc5f8a721827296718640fd1))
- **deps:** updated to the latest betas of the commit-analyzer and
release-notes-generator plugins
([de8e4e0](https://github.com/semantic-release/semantic-release/commit/de8e4e05e9f20c1ac073e08e5dd340aadc2ba70e))
- **deps:** upgraded to the latest version of the npm plugin with npm
v10
([a23b718](https://github.com/semantic-release/semantic-release/commit/a23b71890b0638d41e52c41ffbd8d37f421fda6b))

##### Features

- **conventional-changelog-presets:** supported new preset format
([07a79ea](https://github.com/semantic-release/semantic-release/commit/07a79ea7e9588f3c4175b4c7196370819cae8a56))
- defined exports for the package
([72ab317](https://github.com/semantic-release/semantic-release/commit/72ab317bb0c6333c643f457f5658c318b78e4740))
- **node-versions:** raised the minimum node v20 requirement to v20.6
([e623cc6](https://github.com/semantic-release/semantic-release/commit/e623cc642ae2a2dba0d439494ba700366bd86dd3))
- **node-versions:** raised the minimum required node version to v18.17
and dropped v19 support
([b9f294d](https://github.com/semantic-release/semantic-release/commit/b9f294d179b2792882c19206b64eb484bb0c1cef))
- **node-versions:** raised the minimum supported node version w/in the
v20 range to v20.6.1
([b93bef4](https://github.com/semantic-release/semantic-release/commit/b93bef4eea9baf3a94f41def4efb2f2af19cddf6))

##### BREAKING CHANGES

- **node-versions:** the minimum supported version for the v20 range of
node has been raised slightly to
    v20.6.1 to avoid a known node bug
- **node-versions:** the minimum supported node version in the v20 major
range is now v20.6
- **node-versions:** node v18.17 is now the minimum supported node
version and support for v19 has been dropped
- exports prevents access to internal files, but they arent intended for
public use anyway
- **conventional-changelog-presets:** the new preset format is a
breaking change when compared to the previous preset format. updating to
support the new format means that the old preset format is no longer
supported. update your preset to the latest version to maintain
compatibility. this is also important if you are using a preset outside
of the list of official conventional-changelog presets since your preset
will need to be updated to export async functions to match the expected
preset signature.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/reconbot/arc-plugin-file-copy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjY5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants