Skip to content

Commit

Permalink
Use @release-it-plugins/lerna-changelog instead of `release-it-lern…
Browse files Browse the repository at this point in the history
…a-changelog`
  • Loading branch information
bertdeblock committed Nov 4, 2022
1 parent 1e99a7d commit e5d1706
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,6 +33,7 @@
"prettier-linter-helpers": "^1.0.0"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^5.0.0",
"ember-template-lint": "^4.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -43,8 +44,7 @@
"mocha": "^10.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
"release-it": "^14.11.6",
"release-it-lerna-changelog": "^5.0.0"
"release-it": "^14.11.6"
},
"peerDependencies": {
"ember-template-lint": ">= 4.0.0",
Expand All @@ -58,7 +58,7 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Expand Up @@ -275,6 +275,19 @@
dependencies:
"@octokit/openapi-types" "^11.2.0"

"@release-it-plugins/lerna-changelog@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@release-it-plugins/lerna-changelog/-/lerna-changelog-5.0.0.tgz#cbbbc47fd40ef212f2d7c0e24867d3fcea4cd232"
integrity sha512-nMhAUptKSfIsiY0c//HuBcd2VT7D/IoxAQNwRgPx+jf3FM7HA5KD4KSl3oLoz4uA4GjvypWQP4ODX8UbWjmUZA==
dependencies:
execa "^5.1.1"
lerna-changelog "^2.2.0"
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"

"@simple-dom/interface@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"
Expand Down Expand Up @@ -3948,19 +3961,6 @@ registry-url@^5.0.0:
dependencies:
rc "^1.2.8"

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"
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"

release-it@^14.11.6:
version "14.12.5"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-14.12.5.tgz#aaf9802545717f299e14d1dbf025afa7bf956668"
Expand Down

0 comments on commit e5d1706

Please sign in to comment.