fix: bump @semantic-release/commit-analyzer to v10.0.0-beta.1

This commit is contained in:
Matt Travi 2023-05-29 21:56:00 -05:00
parent 039145ab3e
commit d4ed18d184
No known key found for this signature in database
GPG Key ID: 8C173646C24FED70
2 changed files with 48 additions and 12 deletions

58
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.0-development", "version": "0.0.0-development",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/commit-analyzer": "^10.0.0-beta.1",
"@semantic-release/error": "^3.0.0", "@semantic-release/error": "^3.0.0",
"@semantic-release/github": "9.0.0-beta.2", "@semantic-release/github": "9.0.0-beta.2",
"@semantic-release/npm": "^10.0.2", "@semantic-release/npm": "^10.0.2",
@ -418,23 +418,23 @@
} }
}, },
"node_modules/@semantic-release/commit-analyzer": { "node_modules/@semantic-release/commit-analyzer": {
"version": "9.0.2", "version": "10.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-10.0.0-beta.1.tgz",
"integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", "integrity": "sha512-9RdTJqskEyTyqaw4h0vORXJiwZWacTPR/aPaQ8ILn3oW/4v+uL3RlUnjfTICYE7nKGHRDESAp+GNRys1ewUN3g==",
"dependencies": { "dependencies": {
"conventional-changelog-angular": "^5.0.0", "conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0", "conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.2.3", "conventional-commits-parser": "^3.2.3",
"debug": "^4.0.0", "debug": "^4.0.0",
"import-from": "^4.0.0", "import-from": "^4.0.0",
"lodash": "^4.17.4", "lodash-es": "^4.17.21",
"micromatch": "^4.0.2" "micromatch": "^4.0.2"
}, },
"engines": { "engines": {
"node": ">=14.17" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"semantic-release": ">=18.0.0-beta.1" "semantic-release": ">=20.1.0"
} }
}, },
"node_modules/@semantic-release/error": { "node_modules/@semantic-release/error": {
@ -7984,6 +7984,27 @@
"@octokit/core": "^4.0.0" "@octokit/core": "^4.0.0"
} }
}, },
"node_modules/semantic-release/node_modules/@semantic-release/commit-analyzer": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz",
"integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==",
"peer": true,
"dependencies": {
"conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.2.3",
"debug": "^4.0.0",
"import-from": "^4.0.0",
"lodash": "^4.17.4",
"micromatch": "^4.0.2"
},
"engines": {
"node": ">=14.17"
},
"peerDependencies": {
"semantic-release": ">=18.0.0-beta.1"
}
},
"node_modules/semantic-release/node_modules/@semantic-release/github": { "node_modules/semantic-release/node_modules/@semantic-release/github": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.1.0.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.1.0.tgz",
@ -9723,16 +9744,16 @@
} }
}, },
"@semantic-release/commit-analyzer": { "@semantic-release/commit-analyzer": {
"version": "9.0.2", "version": "10.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-10.0.0-beta.1.tgz",
"integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", "integrity": "sha512-9RdTJqskEyTyqaw4h0vORXJiwZWacTPR/aPaQ8ILn3oW/4v+uL3RlUnjfTICYE7nKGHRDESAp+GNRys1ewUN3g==",
"requires": { "requires": {
"conventional-changelog-angular": "^5.0.0", "conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0", "conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.2.3", "conventional-commits-parser": "^3.2.3",
"debug": "^4.0.0", "debug": "^4.0.0",
"import-from": "^4.0.0", "import-from": "^4.0.0",
"lodash": "^4.17.4", "lodash-es": "^4.17.21",
"micromatch": "^4.0.2" "micromatch": "^4.0.2"
} }
}, },
@ -14971,6 +14992,21 @@
"bottleneck": "^2.15.3" "bottleneck": "^2.15.3"
} }
}, },
"@semantic-release/commit-analyzer": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz",
"integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==",
"peer": true,
"requires": {
"conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0",
"conventional-commits-parser": "^3.2.3",
"debug": "^4.0.0",
"import-from": "^4.0.0",
"lodash": "^4.17.4",
"micromatch": "^4.0.2"
}
},
"@semantic-release/github": { "@semantic-release/github": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.1.0.tgz", "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.1.0.tgz",

View File

@ -26,7 +26,7 @@
"Matt Travi <npm@travi.org> (https://matt.travi.org/)" "Matt Travi <npm@travi.org> (https://matt.travi.org/)"
], ],
"dependencies": { "dependencies": {
"@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/commit-analyzer": "^10.0.0-beta.1",
"@semantic-release/error": "^3.0.0", "@semantic-release/error": "^3.0.0",
"@semantic-release/github": "9.0.0-beta.2", "@semantic-release/github": "9.0.0-beta.2",
"@semantic-release/npm": "^10.0.2", "@semantic-release/npm": "^10.0.2",