1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 15:01:14 +02:00

feat(release-please): upgrade to release-please v11.4.0 (#277)

This commit is contained in:
Benjamin E. Coe
2021-03-24 12:51:47 -07:00
committed by GitHub
parent ad2d9be097
commit 80ebc45261
2 changed files with 21 additions and 21 deletions

40
package-lock.json generated
View File

@@ -170,9 +170,9 @@
"integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA=="
},
"@octokit/plugin-paginate-rest": {
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.2.tgz",
"integrity": "sha512-mjfBcla00UNS4EI/NN7toEbUM45ow3kk4go+LxsXAFLQodsrXcIZbftUhXTqi6ZKd+r6bcqMI+Lv4dshLtFjww==",
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz",
"integrity": "sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==",
"requires": {
"@octokit/types": "^6.11.0"
}
@@ -628,11 +628,11 @@
}
},
"code-suggester": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/code-suggester/-/code-suggester-1.9.2.tgz",
"integrity": "sha512-eMWxq8CJiRDWcbfp56auhydGEumjqVZsCvjPj4Y1cc3QkHRqvHGNUMtXNSXl3BXdza0Q8CdO0MTQEq+hrvcHcQ==",
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/code-suggester/-/code-suggester-1.9.3.tgz",
"integrity": "sha512-WghqfZytej3BK3kDeQm+YWKIlaqfCMdskPeSsKZlFmqMc/8DtQB4q52OO7MMhDSndYZ9hVv4/B8MJTSrhmRCmg==",
"requires": {
"@octokit/rest": "^18.0.1",
"@octokit/rest": "^18.3.5",
"@types/yargs": "^16.0.0",
"async-retry": "^1.3.1",
"diff": "^5.0.0",
@@ -1585,9 +1585,9 @@
"dev": true
},
"hosted-git-info": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.1.tgz",
"integrity": "sha512-eT7NrxAsppPRQEBSwKSosReE+v8OzABwEScQYk5d4uxaEPlzxTIku7LINXtBGalthkLhJnq5lBI89PfK43zAKg==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz",
"integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==",
"requires": {
"lru-cache": "^6.0.0"
}
@@ -2909,9 +2909,9 @@
"dev": true
},
"release-please": {
"version": "11.3.0-candidate.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-11.3.0-candidate.0.tgz",
"integrity": "sha512-/PC4VSj0vBPXDn2fYPIqDWZg478ikJZzsDTXddewz+LxHZ8/LrfvuiiGclTKdNguZC57fmdMrNIVzH7+Pa5ufw==",
"version": "11.4.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-11.4.0.tgz",
"integrity": "sha512-0Y0V85s+gIz05NGPWA6WKEv6VcUoAQbpIs60CjN2bbm/i2UTzBLGauvSvdh0qu7ZZzrUX7zkB11HrYLmq33mzQ==",
"requires": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",
@@ -2927,7 +2927,7 @@
"js-yaml": "^4.0.0",
"parse-github-repo-url": "^1.4.1",
"semver": "^7.0.0",
"type-fest": "^0.21.0",
"type-fest": "^1.0.0",
"typescript": "^3.8.3",
"unist-util-visit": "^2.0.3",
"unist-util-visit-parents": "^3.1.1",
@@ -3411,9 +3411,9 @@
"dev": true
},
"type-fest": {
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.0.1.tgz",
"integrity": "sha512-+UTPE7JT3O+sUpRroRgQAbbSfIRBwOHh+o/oruB1JJE6g6uBm3Y0D82fO3xu8VHfxJLQjeRp0PEY6mRmh/lElA=="
},
"typescript": {
"version": "3.9.9",
@@ -3421,9 +3421,9 @@
"integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w=="
},
"uglify-js": {
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.1.tgz",
"integrity": "sha512-EWhx3fHy3M9JbaeTnO+rEqzCe1wtyQClv6q3YWq0voOj4E+bMZBErVS1GAHPDiRGONYq34M1/d8KuQMgvi6Gjw==",
"version": "3.13.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.2.tgz",
"integrity": "sha512-SbMu4D2Vo95LMC/MetNaso1194M1htEA+JrqE9Hk+G2DhI+itfS9TRu9ZKeCahLDNa/J3n4MqUJ/fOHMzQpRWw==",
"optional": true
},
"unist-util-is": {

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^11.3.0-candidate.0"
"release-please": "^11.4.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",