Skip to content

Commit 15bd8dc

Browse files
chore(deps): update all non-major dependencies
1 parent 4362cc0 commit 15bd8dc

File tree

3 files changed

+570
-1625
lines changed

3 files changed

+570
-1625
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sanity-typed-queries",
33
"version": "0.9.5",
4-
"packageManager": "pnpm@10.21.0",
4+
"packageManager": "pnpm@10.24.0",
55
"description": "A collection of helper functions to improve the typing of Sanity resources.",
66
"author": {
77
"name": "Daniel Roe <daniel@roe.dev>",
@@ -43,22 +43,22 @@
4343
"test:unit": "vitest run"
4444
},
4545
"devDependencies": {
46-
"@antfu/eslint-config": "4.1.0",
46+
"@antfu/eslint-config": "4.19.0",
4747
"@typescript-eslint/eslint-plugin": "8.48.0",
4848
"@typescript-eslint/parser": "8.48.0",
4949
"@vitest/coverage-v8": "4.0.14",
50-
"bumpp": "10.0.1",
51-
"conventional-changelog-conventionalcommits": "9.0.0",
52-
"esbuild": "0.25.0",
50+
"bumpp": "10.3.2",
51+
"conventional-changelog-conventionalcommits": "9.1.0",
52+
"esbuild": "0.27.1",
5353
"eslint": "9.39.1",
54-
"expect-type": "0.15.0",
55-
"groq": "4.0.1",
56-
"lint-staged": "16.0.0",
57-
"resolve": "1.22.8",
58-
"semver": "7.5.4",
59-
"simple-git-hooks": "2.11.1",
60-
"typescript": "5.3.3",
61-
"unbuild": "3.0.0",
54+
"expect-type": "0.20.0",
55+
"groq": "4.20.0",
56+
"lint-staged": "16.2.7",
57+
"resolve": "1.22.11",
58+
"semver": "7.7.3",
59+
"simple-git-hooks": "2.13.1",
60+
"typescript": "5.9.3",
61+
"unbuild": "3.6.1",
6262
"vite": "7.2.6",
6363
"vitest": "4.0.14"
6464
},

0 commit comments

Comments
 (0)