Skip to content

Commit

Permalink
chore(deps): update dependency @semantic-release/release-notes-genera…
Browse files Browse the repository at this point in the history
…tor to v14.0.3 (#1746)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent d789f1d commit 8b79976
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/release-notes-generator": "14.0.2",
"@semantic-release/release-notes-generator": "14.0.3",
"@types/node": "22.10.4",
"@vitest/coverage-v8": "^2.0.5",
"all-contributors-cli": "6.26.1",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1184,18 +1184,18 @@
semver "^7.1.2"
tempy "^3.0.0"

"@semantic-release/release-notes-generator@14.0.2":
version "14.0.2"
resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-14.0.2.tgz#08e0bf3a0b0850764397c4cc1cc1504be4a780a0"
integrity sha512-ur2l2tVLBfX3fSEO2rCy2X6Kzg5S7BHGqdwTHvJrpWp4mOEN7W4K/2kWAjvfAlwMenEKjMnDIhBbxxjnP0S9hw==
"@semantic-release/release-notes-generator@14.0.3":
version "14.0.3"
resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-14.0.3.tgz#8f120280ba5ac4b434afe821388c697664e7eb9a"
integrity sha512-XxAZRPWGwO5JwJtS83bRdoIhCiYIx8Vhr+u231pQAsdFIAbm19rSVJLdnBN+Avvk7CKvNQE/nJ4y7uqKH6WTiw==
dependencies:
conventional-changelog-angular "^8.0.0"
conventional-changelog-writer "^8.0.0"
conventional-commits-filter "^5.0.0"
conventional-commits-parser "^6.0.0"
debug "^4.0.0"
get-stream "^7.0.0"
import-from-esm "^1.0.3"
import-from-esm "^2.0.0"
into-stream "^7.0.0"
lodash-es "^4.17.21"
read-package-up "^11.0.0"
Expand Down Expand Up @@ -3733,6 +3733,14 @@ import-from-esm@^1.3.1:
debug "^4.3.4"
import-meta-resolve "^4.0.0"

import-from-esm@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/import-from-esm/-/import-from-esm-2.0.0.tgz#184eb9aad4f557573bd6daf967ad5911b537797a"
integrity sha512-YVt14UZCgsX1vZQ3gKjkWVdBdHQ6eu3MPU1TBgL1H5orXe2+jWD006WCPPtOuwlQm10NuzOW5WawiF1Q9veW8g==
dependencies:
debug "^4.3.4"
import-meta-resolve "^4.0.0"

import-meta-resolve@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-4.0.0.tgz#0b1195915689f60ab00f830af0f15cc841e8919e"
Expand Down

0 comments on commit 8b79976

Please sign in to comment.