From 1446dc8719d119260af57200979e3200fb656005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:04:52 +0000 Subject: [PATCH 1/3] ci(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/commitlint.yml | 2 +- .github/workflows/functions-ntl.yml | 2 +- .github/workflows/functions-vc.yml | 2 +- .github/workflows/image.yml | 2 +- .github/workflows/pages-cf.yml | 2 +- .github/workflows/pages-eo.yml | 2 +- .github/workflows/sync.yml | 4 ++-- .github/workflows/workers.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ebf9cd9f..292d8cc02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -68,7 +68,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -131,7 +131,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 57e38f78c..dc785f061 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/functions-ntl.yml b/.github/workflows/functions-ntl.yml index 80a632851..88387ae15 100644 --- a/.github/workflows/functions-ntl.yml +++ b/.github/workflows/functions-ntl.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout functions branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: functions diff --git a/.github/workflows/functions-vc.yml b/.github/workflows/functions-vc.yml index f4bbacb06..ea8ff4ba8 100644 --- a/.github/workflows/functions-vc.yml +++ b/.github/workflows/functions-vc.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout functions branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: functions diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index a657f6362..c385936ee 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 diff --git a/.github/workflows/pages-cf.yml b/.github/workflows/pages-cf.yml index a59de1c69..19c97d85f 100644 --- a/.github/workflows/pages-cf.yml +++ b/.github/workflows/pages-cf.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout pages branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: pages diff --git a/.github/workflows/pages-eo.yml b/.github/workflows/pages-eo.yml index eb163fcc2..2d0d73af6 100644 --- a/.github/workflows/pages-eo.yml +++ b/.github/workflows/pages-eo.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout pages branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: pages diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 318942c5b..b3d1b5a83 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/workers.yml b/.github/workflows/workers.yml index b4f2c76fc..9942f617f 100644 --- a/.github/workflows/workers.yml +++ b/.github/workflows/workers.yml @@ -26,7 +26,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.head_repository.full_name == github.repository) }} steps: - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 From 64e905202b4aeeefb5ee13bb6425278c44dd0f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:09:13 +0000 Subject: [PATCH 2/3] deps(deps-dev): bump @cloudflare/workers-types Bumps the cloudflare-dev group with 1 update: [@cloudflare/workers-types](https://github.com/cloudflare/workerd). Updates `@cloudflare/workers-types` from 4.20260620.1 to 4.20260621.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260621.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cloudflare-dev ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index faf8ec6b2..c4e766a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "AGPL-3.0-or-later", "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.16.18", - "@cloudflare/workers-types": "^4.20260329.1", + "@cloudflare/workers-types": "^4.20260621.1", "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^21.0.2", "@eslint/js": "^10.0.1", @@ -436,9 +436,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20260620.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260620.1.tgz", - "integrity": "sha512-WB81w9u1bAS7KcekpC7/nYhLpIXAEtgybso7XgGJV8CQKNkNPYcyjvICLdghOlDBi/9Ivk+f7NRckV2Bkq1bDg==", + "version": "4.20260621.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260621.1.tgz", + "integrity": "sha512-c4xrf4shZdDOK1ihh1UKzlS/3MDYiGThT/Oqr4Y3qR9NLCSNzHB7rt+Vk/LOp0ZSNjA+7WNJEQsOhpiQtpT2GA==", "dev": true, "license": "MIT OR Apache-2.0" }, diff --git a/package.json b/package.json index 28b33abcf..643804eb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.16.18", - "@cloudflare/workers-types": "^4.20260329.1", + "@cloudflare/workers-types": "^4.20260621.1", "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "^21.0.2", "@eslint/js": "^10.0.1", From 68b71b72d2d0e4e4f2dd21bac82fdbf0ddb5cbe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:09:22 +0000 Subject: [PATCH 3/3] deps(deps-dev): bump eslint-plugin-jsdoc in the linting group Bumps the linting group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 63.0.2 to 63.0.7 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.2...v63.0.7) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index faf8ec6b2..0731be833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vitest/coverage-istanbul": "^4.1.5", "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jsdoc": "^63.0.2", + "eslint-plugin-jsdoc": "^63.0.7", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.2.0", @@ -3336,9 +3336,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "63.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.2.tgz", - "integrity": "sha512-0TchoK1uS4VxHSo3P4CyWQ31Lm+6zsT+xkHMC5KbFKwgOf8YrXPf1Bl8EP7kpgw1wfe/Ui5jz5mSX7ou8WAVuw==", + "version": "63.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.7.tgz", + "integrity": "sha512-pxrqGO733F7xmVYB5vQOiciiT9uddxqehawnbPjZmW2YaJR6fT5cP3UQd2BNoE85ATspCMtNL8w/a5WDGX3Qwg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 28b33abcf..4aeb8c469 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@vitest/coverage-istanbul": "^4.1.5", "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jsdoc": "^63.0.2", + "eslint-plugin-jsdoc": "^63.0.7", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.2.0",