Skip to content

Commit

Permalink
Update dependency release-it-lerna-changelog to v5 (#1889)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 8, 2023
1 parent f31b880 commit 3cd1f53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"qunit": "2.19.4",
"qunit-dom": "2.0.0",
"release-it": "15.7.0",
"release-it-lerna-changelog": "4.0.1",
"release-it-lerna-changelog": "5.0.0",
"striptags": "3.2.0",
"webpack": "5.75.0"
},
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9808,10 +9808,10 @@ md5-hex@^3.0.1:
dependencies:
blueimp-md5 "^2.10.0"

mdast-util-from-markdown@^1.0.4:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz#84df2924ccc6c995dec1e2368b2b208ad0a76268"
integrity sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==
mdast-util-from-markdown@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.0.tgz#0214124154f26154a2b3f9d401155509be45e894"
integrity sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
Expand Down Expand Up @@ -11960,14 +11960,15 @@ regjsparser@^0.8.2:
dependencies:
jsesc "~0.5.0"

release-it-lerna-changelog@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-4.0.1.tgz#6e2998d55f9ebf4f5d73eeac059c3b979a0bc42d"
integrity sha512-PBE72pVfWLyUp3JN/qyAglhKIiDOPO2zdupT8JQrJmW+wi3ZERtr0IFSGNmczFcMnMnTFnzpuJGpTPAoqQToVg==
release-it-lerna-changelog@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-5.0.0.tgz#2df62efc4c7435959201e7d4b50e72db4c111d0e"
integrity sha512-s/rHzwAwp878bivWKsJKNya9SRVKYZjgpyyGzg5ddBKZY5u5lhTWhxHtld7mHTRg4azIN7YypPH3rGaOfVmNVw==
dependencies:
execa "^5.1.1"
lerna-changelog "^2.2.0"
mdast-util-from-markdown "^1.0.4"
lodash.template "^4.5.0"
mdast-util-from-markdown "^1.2.0"
tmp "^0.2.1"
validate-peer-dependencies "^2.0.0"
which "^2.0.2"
Expand Down

0 comments on commit 3cd1f53

Please sign in to comment.