Skip to content

Commit 9b46c5d

Browse files
chore(deps): update all non-major dependencies (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d782596 commit 9b46c5d

File tree

4 files changed

+315
-212
lines changed

4 files changed

+315
-212
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-sfc-transformer",
33
"type": "module",
44
"version": "0.1.17",
5-
"packageManager": "pnpm@10.16.1",
5+
"packageManager": "pnpm@10.17.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",
@@ -52,15 +52,15 @@
5252
"@babel/parser": "^7.27.0"
5353
},
5454
"devDependencies": {
55-
"@antfu/eslint-config": "5.3.0",
55+
"@antfu/eslint-config": "5.4.1",
5656
"@babel/types": "7.28.4",
57-
"@types/node": "22.18.3",
57+
"@types/node": "22.18.6",
5858
"@vitest/coverage-v8": "3.2.4",
5959
"@vue/compiler-core": "3.5.21",
6060
"@vue/compiler-dom": "3.5.21",
6161
"bumpp": "10.2.3",
6262
"changelogithub": "13.16.0",
63-
"esbuild": "0.25.9",
63+
"esbuild": "0.25.10",
6464
"eslint": "9.35.0",
6565
"exsolve": "1.0.7",
6666
"installed-check": "9.3.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@vue/compiler-sfc": "3.5.21",
12-
"esbuild": "0.25.9"
12+
"esbuild": "0.25.10"
1313
}
1414
}

0 commit comments

Comments
 (0)