fix(deps): update release-please to 16.18.0 (#1083)

This commit is contained in:
Jeff Ching
2025-02-27 09:39:30 -08:00
committed by GitHub
parent d1a8f221d7
commit aeb7f8d384
3 changed files with 25 additions and 22 deletions

42
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"release-please": "^16.14.1"
"release-please": "^16.18.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
@@ -402,9 +402,9 @@
}
},
"node_modules/@jsep-plugin/assignment": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.2.1.tgz",
"integrity": "sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz",
"integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==",
"engines": {
"node": ">= 10.16.0"
},
@@ -413,9 +413,9 @@
}
},
"node_modules/@jsep-plugin/regex": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
"integrity": "sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz",
"integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==",
"engines": {
"node": ">= 10.16.0"
},
@@ -3729,9 +3729,9 @@
}
},
"node_modules/jsep": {
"version": "1.3.9",
"resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz",
"integrity": "sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz",
"integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==",
"engines": {
"node": ">= 10.16.0"
}
@@ -3783,20 +3783,20 @@
}
},
"node_modules/jsonpath-plus": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-9.0.0.tgz",
"integrity": "sha512-bqE77VIDStrOTV/czspZhTn+o27Xx9ZJRGVkdVShEtPoqsIx5yALv3lWVU6y+PqYvWPJNWE7ORCQheQkEe0DDA==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
"integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
"dependencies": {
"@jsep-plugin/assignment": "^1.2.1",
"@jsep-plugin/regex": "^1.0.3",
"jsep": "^1.3.8"
"@jsep-plugin/assignment": "^1.3.0",
"@jsep-plugin/regex": "^1.0.4",
"jsep": "^1.4.0"
},
"bin": {
"jsonpath": "bin/jsonpath-cli.js",
"jsonpath-plus": "bin/jsonpath-cli.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
},
"node_modules/jsx-ast-utils": {
@@ -5206,9 +5206,9 @@
}
},
"node_modules/release-please": {
"version": "16.14.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.14.1.tgz",
"integrity": "sha512-M02Jf28saDUKstt/88eVBQOFRJOGJzuJsJrpYmicis657q97qHIK+LKu/Xk31SDTw3rNcHui/skHVL/IvAxhJQ==",
"version": "16.18.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-16.18.0.tgz",
"integrity": "sha512-23AmvwFSvnMqNRHrSTc+rjTZNMY7YN4JbrPMqAZRIpNNpv9GU0XO1U2IQ9QzNuTNp/sxUU/2gT+9pi7Nu7OntQ==",
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
"@google-automations/git-file-utils": "^2.0.0",
@@ -5230,7 +5230,7 @@
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"js-yaml": "^4.0.0",
"jsonpath-plus": "^9.0.0",
"jsonpath-plus": "^10.0.0",
"node-html-parser": "^6.0.0",
"parse-github-repo-url": "^1.4.1",
"semver": "^7.5.3",

View File

@@ -29,7 +29,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"release-please": "^16.14.1"
"release-please": "^16.18.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",

View File

@@ -319,6 +319,7 @@ describe('release-please-action', () => {
major: 1,
minor: 2,
patch: 3,
prNumber: 234,
},
]);
fakeManifest.createPullRequests.resolves([]);
@@ -374,6 +375,7 @@ describe('release-please-action', () => {
major: 1,
minor: 0,
patch: 0,
prNumber: 234,
},
{
id: 123,
@@ -389,6 +391,7 @@ describe('release-please-action', () => {
major: 1,
minor: 2,
patch: 0,
prNumber: 235,
},
]);
fakeManifest.createPullRequests.resolves([]);