From ef9c2745dbfb629d38ebfafa3347a81ab2d51409 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Feb 2026 09:02:03 +0100
Subject: [PATCH] fix: bump release-please from 17.1.3 to 17.3.0 (#1183)
Bumps [release-please](https://github.com/googleapis/release-please)
from 17.1.3 to 17.3.0.
Release notes
Sourced from release-please's
releases.
v17.3.0
17.3.0
(2026-02-18)
Features
- add ability to configure how many commits we retrieve when iterating
through repo history (#2679)
(fee210a)
v17.2.1
17.2.1
(2026-02-13)
Bug Fixes
- "prerelease" versioning strategy (#2516)
(95a6568)
- a bug where a reference to an missing variable in PowerShell would
cause an exception (#2619)
(0279fcf)
v17.2.0
17.2.0
(2026-01-20)
Features
- add --force-tag option to explicitly create git tags for releases.
(#2627)
(e3eba37)
- add include-v-in-release-name config option (#2633)
(84a43ef)
- dependency-manifest.ts: add support for Dependabot
commit messages (#2584)
(6a9ddb7)
Changelog
Sourced from release-please's
changelog.
17.3.0
(2026-02-18)
Features
- add ability to configure how many commits we retrieve when iterating
through repo history (#2679)
(fee210a)
17.2.1
(2026-02-13)
Bug Fixes
- "prerelease" versioning strategy (#2516)
(95a6568)
- a bug where a reference to an missing variable in PowerShell would
cause an exception (#2619)
(0279fcf)
17.2.0
(2026-01-20)
Features
- add --force-tag option to explicitly create git tags for releases.
(#2627)
(e3eba37)
- add include-v-in-release-name config option (#2633)
(84a43ef)
- dependency-manifest.ts: add support for Dependabot
commit messages (#2584)
(6a9ddb7)
Commits
891bcf6
chore(main): release 17.3.0 (#2680)
fee210a
feat: add ability to configure how many commits we retrieve when
iterating th...
02586f5
chore(main): release 17.2.1 (#2659)
0279fcf
fix: a bug where a reference to an missing variable in PowerShell would
cause...
fbed6c3
chore: replace old nodejs teams with cloud-sdk-nodejs-team (#2671)
1c3cd54
build: restrict permissions in GHA workflow (#2668)
369ffd4
build(deps): bump lodash from 4.17.21 to 4.17.23 (#2660)
9b660c2
docs: fix a typo in manifest-releaser.md (#2658)
95a6568
fix: "prerelease" versioning strategy (#2516)
cb47346
build(deps): bump diff (#2657)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 17 +++++++++--------
package.json | 2 +-
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 40dd6b7..62882b8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
- "release-please": "^17.1.3"
+ "release-please": "^17.3.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
@@ -5128,9 +5128,9 @@
}
},
"node_modules/release-please": {
- "version": "17.1.3",
- "resolved": "https://registry.npmjs.org/release-please/-/release-please-17.1.3.tgz",
- "integrity": "sha512-fs4v5318Z3CLqyqw7EueXzjErtL8oXCv6Kc1mMYi72TAyReyBtOuuMB0lwoC2+LtGmvUYoG+RBXnDVU0DsKUIA==",
+ "version": "17.3.0",
+ "resolved": "https://registry.npmjs.org/release-please/-/release-please-17.3.0.tgz",
+ "integrity": "sha512-dB7HsFUpAvU1Wj9RGCINUz8Zi2qQDZiGbDEEVnJ7baNfJmk5XdYhuUFL6RcuDGjReGhp1gzY8Tc2g7vHlM4zpg==",
"license": "Apache-2.0",
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
@@ -5148,7 +5148,7 @@
"conventional-changelog-writer": "^6.0.0",
"conventional-commits-filter": "^3.0.0",
"detect-indent": "^6.1.0",
- "diff": "^7.0.0",
+ "diff": "^8.0.3",
"figures": "^3.0.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
@@ -5186,9 +5186,10 @@
}
},
"node_modules/release-please/node_modules/diff": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
- "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz",
+ "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==",
+ "license": "BSD-3-Clause",
"engines": {
"node": ">=0.3.1"
}
diff --git a/package.json b/package.json
index dec5334..9fe6a67 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"homepage": "https://github.com/googleapis/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
- "release-please": "^17.1.3"
+ "release-please": "^17.3.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",