From 8252fb28a4e6eb8ffb268f54f79b34f1af1dfe2d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 27 Jun 2024 13:53:51 -0400
Subject: [PATCH] deps: bump release-please from 16.10.2 to 16.12.0 (#452)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [release-please](https://github.com/googleapis/release-please)
from 16.10.2 to 16.12.0.
Release notes
Sourced from release-please's
releases.
v16.12.0
Features
Bug Fixes
- node: do not update versions of packages installed
using a protocol (#2281)
(eeb1411),
closes #2173
v16.11.0
Features
- php-yoshi: support BEGIN_VERSION_OVERRIDE in
php-yoshi (#2300)
(b9d4544)
Changelog
Sourced from release-please's
changelog.
Features
Bug Fixes
- node: do not update versions of packages installed
using a protocol (#2281)
(eeb1411),
closes #2173
Features
- php-yoshi: support BEGIN_VERSION_OVERRIDE in
php-yoshi (#2300)
(b9d4544)
Commits
3895d89
chore(main): release 16.12.0 (#2303)
719fdf5
feat: issue a combined PR comment for all releases (#2286)
eeb1411
fix(node): do not update versions of packages installed using a protocol
(#2281)
39adf74
chore(main): release 16.11.0 (#2302)
b9d4544
feat(php-yoshi): support BEGIN_VERSION_OVERRIDE in php-yoshi (#2300)
4a26987
chore(deps): update dependency sinon to v18 (#2293)
3d6f6ac
chore(deps): update dependency @types/sinon
to v17 (#2292)
656b9a9
ci: use correct release-please-action domain after organization url was
chang...
cb106cd
docs: tweak typo in the spelling of release (#2273)
- See full diff 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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
Co-authored-by: Gar
---
package.json | 2 +-
tap-snapshots/test/release/release-manager-npm-cli.js.test.cjs | 2 +-
.../test/release/release-manager-prerelease.js.test.cjs | 2 +-
.../test/release/release-manager-workspace-names.js.test.cjs | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index e6f2c523..7e3d7467 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"minimatch": "^9.0.2",
"npm-package-arg": "^11.0.1",
"proc-log": "^4.0.0",
- "release-please": "16.10.2",
+ "release-please": "16.12.0",
"semver": "^7.3.5",
"undici": "^6.7.0",
"yaml": "^2.1.1"
diff --git a/tap-snapshots/test/release/release-manager-npm-cli.js.test.cjs b/tap-snapshots/test/release/release-manager-npm-cli.js.test.cjs
index 13d393ea..ef3dfcaa 100644
--- a/tap-snapshots/test/release/release-manager-npm-cli.js.test.cjs
+++ b/tap-snapshots/test/release/release-manager-npm-cli.js.test.cjs
@@ -152,7 +152,7 @@ exports[`test/release/release-manager.js TAP npm/cli > must match snapshot 1`] =
- [ ] 11. Label and fast-track \`nodejs/node\` PR
> **Note**:
- > This requires being a \`nodejs\` collaborator. Currently @lukekarrys is so ping them to do these steps!
+ > This requires being a \`nodejs\` collaborator. This could be you!
- Thumbs-up reaction on the Fast-track comment
- Add an LGTM / Approval
diff --git a/tap-snapshots/test/release/release-manager-prerelease.js.test.cjs b/tap-snapshots/test/release/release-manager-prerelease.js.test.cjs
index 05c68584..5379a7fc 100644
--- a/tap-snapshots/test/release/release-manager-prerelease.js.test.cjs
+++ b/tap-snapshots/test/release/release-manager-prerelease.js.test.cjs
@@ -143,7 +143,7 @@ exports[`test/release/release-manager.js TAP prerelease > must match snapshot 1`
- [ ] 10. Label and fast-track \`nodejs/node\` PR
> **Note**:
- > This requires being a \`nodejs\` collaborator. Currently @lukekarrys is so ping them to do these steps!
+ > This requires being a \`nodejs\` collaborator. This could be you!
- Thumbs-up reaction on the Fast-track comment
- Add an LGTM / Approval
diff --git a/tap-snapshots/test/release/release-manager-workspace-names.js.test.cjs b/tap-snapshots/test/release/release-manager-workspace-names.js.test.cjs
index 0d620a29..e1dd6941 100644
--- a/tap-snapshots/test/release/release-manager-workspace-names.js.test.cjs
+++ b/tap-snapshots/test/release/release-manager-workspace-names.js.test.cjs
@@ -152,7 +152,7 @@ exports[`test/release/release-manager.js TAP workspace names > expect resolving
- [ ] 11. Label and fast-track \`nodejs/node\` PR
> **Note**:
- > This requires being a \`nodejs\` collaborator. Currently @lukekarrys is so ping them to do these steps!
+ > This requires being a \`nodejs\` collaborator. This could be you!
- Thumbs-up reaction on the Fast-track comment
- Add an LGTM / Approval