1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

fix: bump release-please from 13.10.0 to 13.13.0 (#466)

Bumps [release-please](https://github.com/googleapis/release-please) from 13.10.0 to 13.13.0.
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please/compare/v13.10.0...v13.13.0)

---
updated-dependencies:
- dependency-name: release-please
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
dependabot[bot]
2022-04-20 15:45:49 +00:00
committed by GitHub
parent 4f376985d0
commit 43ed86bdb8
2 changed files with 25 additions and 23 deletions

46
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",
"release-please": "^13.10.0"
"release-please": "^13.13.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
@@ -561,6 +561,14 @@
"ncc": "dist/ncc/cli.js"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz",
"integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/acorn": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
@@ -4444,9 +4452,9 @@
}
},
"node_modules/release-please": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz",
"integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==",
"version": "13.13.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.13.0.tgz",
"integrity": "sha512-EMdX9+HHYKRkuD1mTbdQy0RkljVtmQeg41W2glrMvPUytTUYCj+NifT8zrWz5EsRnwidfV6wNq6RwL0IkRLCAA==",
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",
@@ -4459,12 +4467,14 @@
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.12.0",
"@types/npm-package-arg": "^6.1.0",
"@xmldom/xmldom": "^0.8.2",
"chalk": "^4.0.0",
"code-suggester": "^2.0.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-filter": "^2.0.2",
"detect-indent": "^6.1.0",
"diff": "^5.0.0",
"figures": "^3.0.0",
"js-yaml": "^4.0.0",
"jsonpath": "^1.1.1",
@@ -4475,7 +4485,6 @@
"typescript": "^3.8.3",
"unist-util-visit": "^2.0.3",
"unist-util-visit-parents": "^3.1.1",
"xmldom": "^0.6.0",
"xpath": "^0.0.32",
"yargs": "^17.0.0"
},
@@ -5622,14 +5631,6 @@
"node": ">=8"
}
},
"node_modules/xmldom": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz",
"integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/xpath": {
"version": "0.0.32",
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
@@ -6243,6 +6244,11 @@
"integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==",
"dev": true
},
"@xmldom/xmldom": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz",
"integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ=="
},
"acorn": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
@@ -9102,9 +9108,9 @@
"dev": true
},
"release-please": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz",
"integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==",
"version": "13.13.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.13.0.tgz",
"integrity": "sha512-EMdX9+HHYKRkuD1mTbdQy0RkljVtmQeg41W2glrMvPUytTUYCj+NifT8zrWz5EsRnwidfV6wNq6RwL0IkRLCAA==",
"requires": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",
@@ -9117,12 +9123,14 @@
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.12.0",
"@types/npm-package-arg": "^6.1.0",
"@xmldom/xmldom": "^0.8.2",
"chalk": "^4.0.0",
"code-suggester": "^2.0.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-filter": "^2.0.2",
"detect-indent": "^6.1.0",
"diff": "^5.0.0",
"figures": "^3.0.0",
"js-yaml": "^4.0.0",
"jsonpath": "^1.1.1",
@@ -9133,7 +9141,6 @@
"typescript": "^3.8.3",
"unist-util-visit": "^2.0.3",
"unist-util-visit-parents": "^3.1.1",
"xmldom": "^0.6.0",
"xpath": "^0.0.32",
"yargs": "^17.0.0"
},
@@ -9990,11 +9997,6 @@
"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
"dev": true
},
"xmldom": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz",
"integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg=="
},
"xpath": {
"version": "0.0.32",
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"release-please": "^13.10.0"
"release-please": "^13.13.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",