fix(plugins): upgraded to the beta versions of the commit-analyzer and release-notes-generator plugins

This commit is contained in:
Matt Travi 2021-09-03 16:00:11 -05:00
parent 995469f7f6
commit d94537453c
No known key found for this signature in database
GPG Key ID: CB62529BDFD29894
2 changed files with 28 additions and 18 deletions

42
package-lock.json generated
View File

@ -448,9 +448,9 @@
}
},
"@semantic-release/commit-analyzer": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz",
"integrity": "sha512-5bJma/oB7B4MtwUkZC2Bf7O1MHfi4gWe4mA+MIQ3lsEV0b422Bvl1z5HRpplDnMLHH3EXMoRdEng6Ds5wUqA3A==",
"version": "9.0.0-beta.3",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.0-beta.3.tgz",
"integrity": "sha512-4vTYVJJhAA483pFSj9YJhqfdgaeufsl5nQNxI54D/RWxCMuE0p302R1IzuwlZK8hpquqZXsnNOwUIzJqcXIpAA==",
"requires": {
"conventional-changelog-angular": "^5.0.0",
"conventional-commits-filter": "^2.0.0",
@ -544,9 +544,9 @@
}
},
"@semantic-release/release-notes-generator": {
"version": "10.0.0-beta.1",
"resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.0-beta.1.tgz",
"integrity": "sha512-0E1yqiT3mSD8zBsTOqH+vP9fhFaH9LmUIGUNwuyCPovrnxFTdzX4OaWcLm1KMg6QPZux13Jw1bm1z3fXH8iNrg==",
"version": "10.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.0-beta.2.tgz",
"integrity": "sha512-jMzOmqGKt0eFUQEPaQs1M2uDnR40YP8+Wshi6riy0fxTlle29yZ6CFL0jwc6kOcB8GSSJQMBmXx4kx0xIVHptg==",
"requires": {
"conventional-changelog-angular": "^5.0.0",
"conventional-changelog-writer": "^4.0.0",
@ -677,9 +677,9 @@
"dev": true
},
"@types/minimist": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz",
"integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg=="
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ=="
},
"@types/node": {
"version": "14.14.37",
@ -6299,9 +6299,9 @@
"dev": true
},
"map-obj": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.0.tgz",
"integrity": "sha512-NAq0fCmZYGz9UFEQyndp7sisrow4GroyGeKluyKC/chuITZsPyOyC1UJZPJlVFImhXdROIP5xqouRLThT3BbpQ=="
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
"integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ=="
},
"map-visit": {
"version": "1.0.0",
@ -6859,14 +6859,24 @@
"dev": true
},
"normalize-package-data": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.2.tgz",
"integrity": "sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
"integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
"requires": {
"hosted-git-info": "^4.0.1",
"resolve": "^1.20.0",
"is-core-module": "^2.5.0",
"semver": "^7.3.4",
"validate-npm-package-license": "^3.0.1"
},
"dependencies": {
"is-core-module": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.6.0.tgz",
"integrity": "sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==",
"requires": {
"has": "^1.0.3"
}
}
}
},
"normalize-path": {

View File

@ -20,11 +20,11 @@
"Pierre Vanduynslager (https://twitter.com/@pvdlg_)"
],
"dependencies": {
"@semantic-release/commit-analyzer": "^8.0.0",
"@semantic-release/commit-analyzer": "^9.0.0-beta.3",
"@semantic-release/error": "^3.0.0-beta.1",
"@semantic-release/github": "^8.0.0-beta.1",
"@semantic-release/npm": "^8.0.0-beta.1",
"@semantic-release/release-notes-generator": "^10.0.0-beta.1",
"@semantic-release/release-notes-generator": "^10.0.0-beta.2",
"aggregate-error": "^3.0.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.0.0",