Skip to content

Commit fd059fa

Browse files
fix(deps): batch dependency bumps 2026-07-21 (#224)
* chore(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@11f9893...c771a70) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.1 to 4.37.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...e064762) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.37.2 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.1 to 4.37.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...e064762) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): bump wrangler in the cloudflare group Bumps the cloudflare group with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `wrangler` from 4.112.0 to 4.113.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.113.0/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.113.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cloudflare ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 Bumps [prettier](https://github.com/prettier/prettier) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.5...3.9.6) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github/codeql-action/init from 4.37.1 to 4.37.2 Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.1 to 4.37.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...e064762) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c478792 commit fd059fa

5 files changed

Lines changed: 46 additions & 46 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464

6565
- name: Setup uv
6666
# astral-sh/setup-uv v8.1.0
67-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
67+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9
6868

6969
- name: Scan with GuardDog
7070
run: uvx guarddog npm verify package-lock.json --output-format sarif > guarddog.sarif
7171

7272
- name: Upload GuardDog SARIF
7373
if: always()
7474
# github/codeql-action v3.28.13
75-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a
75+
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1
7676
with:
7777
sarif_file: guarddog.sarif
7878
category: guarddog
@@ -140,7 +140,7 @@ jobs:
140140
- name: Upload Grype SARIF
141141
if: always()
142142
# github/codeql-action v3.28.13
143-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a
143+
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1
144144
with:
145145
sarif_file: ${{ steps.grype.outputs.sarif }}
146146
category: grype

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323

2424
- name: Initialize CodeQL
2525
# github/codeql-action v3.28.13
26-
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a
26+
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1
2727
with:
2828
languages: javascript-typescript
2929
queries: security-extended
3030

3131
- name: Analyze
3232
# github/codeql-action v3.28.13
33-
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a
33+
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1
3434
with:
3535
category: /language:javascript-typescript

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
retention-days: 5
4040

4141
- name: Upload to code scanning
42-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a
42+
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1
4343
with:
4444
sarif_file: results.sarif

package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"globals": "^17.7.0",
3131
"happy-dom": "^20.11.0",
3232
"jsdom": "^29.1.1",
33-
"prettier": "^3.9.5",
33+
"prettier": "^3.9.6",
3434
"prettier-plugin-svelte": "^4.1.1",
3535
"svelte": "^5.56.7",
3636
"svelte-check": "^4.7.3",
@@ -39,7 +39,7 @@
3939
"typescript-eslint": "^8.65.0",
4040
"vite": "^8.1.5",
4141
"vitest": "^4.1.9",
42-
"wrangler": "^4.112.0"
42+
"wrangler": "^4.113.0"
4343
},
4444
"dependencies": {
4545
"pako": "^3.0.1"

0 commit comments

Comments
 (0)