From 18e5fcf19741ed0c95c18b1509f148b7977ceaaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:08:52 -0700 Subject: [PATCH] fix: bump release-please from 15.10.4 to 15.11.0 (#778) Bumps [release-please](https://github.com/googleapis/release-please) from 15.10.4 to 15.11.0.
Release notes

Sourced from release-please's releases.

v15.11.0

15.11.0 (2023-05-31)

Features

Bug Fixes

v15.10.5

15.10.5 (2023-05-26)

Bug Fixes

Changelog

Sourced from release-please's changelog.

15.11.0 (2023-05-31)

Features

Bug Fixes

15.10.5 (2023-05-26)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=release-please&package-manager=npm_and_yarn&previous-version=15.10.4&new-version=15.11.0)](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 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 | 29 ++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d2627b..01b2c51 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": "^15.10.4" + "release-please": "^15.11.0" }, "devDependencies": { "@vercel/ncc": "^0.27.0", @@ -4490,9 +4490,9 @@ } }, "node_modules/release-please": { - "version": "15.10.4", - "resolved": "https://registry.npmjs.org/release-please/-/release-please-15.10.4.tgz", - "integrity": "sha512-oJRA2JL2hMwQoyA//wiJpvJtCCYVH0zMDuU0cmqMGklGc/bZn/rG3oqsfmngC5a4dVr8S1cCxLJrCeZ7GS7sjA==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/release-please/-/release-please-15.11.0.tgz", + "integrity": "sha512-gCo/iK6OJXMh+QpkY76+ulQnXJZEac1CPZb57rKaQgvAomAqxiYdVscY5csfo/2iYnefuQ9dahVUfsAq2K6riQ==", "dependencies": { "@conventional-commits/parser": "^0.4.1", "@google-automations/git-file-utils": "^1.2.5", @@ -4527,6 +4527,7 @@ "unist-util-visit": "^2.0.3", "unist-util-visit-parents": "^3.1.1", "xpath": "^0.0.32", + "yaml": "^2.2.2", "yargs": "^17.0.0" }, "bin": { @@ -5555,6 +5556,14 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, + "node_modules/yaml": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "engines": { + "node": ">= 14" + } + }, "node_modules/yargs": { "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", @@ -8967,9 +8976,9 @@ "dev": true }, "release-please": { - "version": "15.10.4", - "resolved": "https://registry.npmjs.org/release-please/-/release-please-15.10.4.tgz", - "integrity": "sha512-oJRA2JL2hMwQoyA//wiJpvJtCCYVH0zMDuU0cmqMGklGc/bZn/rG3oqsfmngC5a4dVr8S1cCxLJrCeZ7GS7sjA==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/release-please/-/release-please-15.11.0.tgz", + "integrity": "sha512-gCo/iK6OJXMh+QpkY76+ulQnXJZEac1CPZb57rKaQgvAomAqxiYdVscY5csfo/2iYnefuQ9dahVUfsAq2K6riQ==", "requires": { "@conventional-commits/parser": "^0.4.1", "@google-automations/git-file-utils": "^1.2.5", @@ -9004,6 +9013,7 @@ "unist-util-visit": "^2.0.3", "unist-util-visit-parents": "^3.1.1", "xpath": "^0.0.32", + "yaml": "^2.2.2", "yargs": "^17.0.0" }, "dependencies": { @@ -9769,6 +9779,11 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, + "yaml": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==" + }, "yargs": { "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", diff --git a/package.json b/package.json index eb7fae8..c7dde12 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/bcoe/release-please-action#readme", "dependencies": { "@actions/core": "^1.10.0", - "release-please": "^15.10.4" + "release-please": "^15.11.0" }, "devDependencies": { "@vercel/ncc": "^0.27.0",