From 6813c2cbc5c226943c3c023e9728abb3bc978bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:54:53 -0800 Subject: [PATCH] chore: bump the all-dependencies group across 1 directory with 3 updates (#1128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the all-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request). Updates `actions/checkout` from 3 to 4
Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates `pnpm/action-setup` from 3 to 4
Release notes

Sourced from pnpm/action-setup's releases.

v4.0.0

An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action's settings #122

Commits

Updates `thollander/actions-comment-pull-request` from 2.4.3 to 3.0.0
Release notes

Sourced from thollander/actions-comment-pull-request's releases.

v3.0.0

What's Changed

Breaking changes

Parameters

Mode

delete now deletes a comment immediately. To delete the comment at the end of the job, use delete-on-completion mode.

Full Changelog: https://github.com/thollander/actions-comment-pull-request/compare/v2...v3.0.0

v2.5.0 : Node 20 version support

What's Changed

Full Changelog: https://github.com/thollander/actions-comment-pull-request/compare/v2.4.3...v2.5.0

Commits

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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-typescript-release.reusable.yaml | 2 +- .github/workflows/fern-check.yml | 2 +- .github/workflows/preview-docs.yml | 2 +- .github/workflows/primary.yml | 2 +- .github/workflows/release.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-typescript-release.reusable.yaml b/.github/workflows/build-typescript-release.reusable.yaml index 20830937c..213d3f88a 100644 --- a/.github/workflows/build-typescript-release.reusable.yaml +++ b/.github/workflows/build-typescript-release.reusable.yaml @@ -76,7 +76,7 @@ jobs: # Install common toolchain dependencies # NOTE: we can't use mise here because it doesn't support Windows - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 9.0.6 run_install: false diff --git a/.github/workflows/fern-check.yml b/.github/workflows/fern-check.yml index 20fb47076..01866dd47 100644 --- a/.github/workflows/fern-check.yml +++ b/.github/workflows/fern-check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install fern run: npm install -g fern-api - name: fern check diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 8e58f293f..3b2322714 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -28,6 +28,6 @@ jobs: echo "🌿 Preview your docs: $URL" > preview_url.txt - name: Comment URL in PR - uses: thollander/actions-comment-pull-request@v2.4.3 + uses: thollander/actions-comment-pull-request@v3.0.0 with: filePath: preview_url.txt diff --git a/.github/workflows/primary.yml b/.github/workflows/primary.yml index b9510506e..75298b2e8 100644 --- a/.github/workflows/primary.yml +++ b/.github/workflows/primary.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 9.0.6 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ab83d311..c4801058e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: - uses: actions/checkout@v4 - name: setup pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9.0.6 package_json_file: engine/language_client_typescript/package.json @@ -242,7 +242,7 @@ jobs: # path: typescript/vscode-ext/packages/web-panel/dist # - name: setup pnpm - # uses: pnpm/action-setup@v3 + # uses: pnpm/action-setup@v4 # with: # version: 9.0.6 # package_json_file: typescript/package.json