Skip to content

Commit d369e5a

Browse files
fix(deps): update all non-major dependencies (#781)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be11d29 commit d369e5a

15 files changed

Lines changed: 1392 additions & 902 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555

5656
- name: Install pnpm
57-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
57+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
5858

5959
- name: Set node version to ${{ matrix.node_version }}
6060
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -106,7 +106,7 @@ jobs:
106106
persist-credentials: false
107107

108108
- name: Install pnpm
109-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
109+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
110110

111111
- name: Set node version to LTS
112112
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
26+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2727

2828
- name: Set node version to LTS
2929
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/release-continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Install pnpm
18-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
18+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
1919

2020
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121
with:

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor 🌈
30-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
30+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@
4040
"@types/babel__core": "^7.20.5",
4141
"@types/convert-source-map": "^2.0.3",
4242
"@types/fs-extra": "^11.0.4",
43-
"@types/node": "^24.12.4",
44-
"@typescript/native-preview": "7.0.0-dev.20260514.1",
43+
"@types/node": "^24.13.2",
44+
"@typescript/native-preview": "7.0.0-dev.20260622.1",
4545
"@vitejs/release-scripts": "^1.7.1",
46-
"eslint": "^10.3.0",
47-
"eslint-import-resolver-typescript": "^4.4.4",
48-
"eslint-plugin-import-x": "^4.16.2",
49-
"eslint-plugin-n": "^18.0.1",
46+
"eslint": "^10.5.0",
47+
"eslint-import-resolver-typescript": "^4.4.5",
48+
"eslint-plugin-import-x": "^4.17.0",
49+
"eslint-plugin-n": "^18.1.0",
5050
"eslint-plugin-regexp": "^3.1.0",
5151
"execa": "^9.6.1",
5252
"fs-extra": "^11.3.5",
53-
"lint-staged": "^17.0.5",
54-
"oxfmt": "^0.49.0",
53+
"lint-staged": "^17.0.8",
54+
"oxfmt": "^0.56.0",
5555
"picocolors": "^1.1.1",
56-
"playwright-chromium": "^1.60.0",
56+
"playwright-chromium": "^1.61.0",
5757
"simple-git-hooks": "^2.13.1",
58-
"tsx": "^4.22.0",
58+
"tsx": "^4.22.4",
5959
"typescript": "^6.0.3",
60-
"typescript-eslint": "^8.59.3",
60+
"typescript-eslint": "^8.62.0",
6161
"vite": "catalog:",
62-
"vitest": "^4.1.6",
62+
"vitest": "^4.1.9",
6363
"vue": "catalog:"
6464
},
6565
"simple-git-hooks": {
@@ -79,5 +79,5 @@
7979
"eslint --cache --fix"
8080
]
8181
},
82-
"packageManager": "pnpm@10.33.4"
82+
"packageManager": "pnpm@10.34.4"
8383
}

packages/plugin-vue-jsx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
3838
"@babel/core": "^7.29.0",
39-
"@babel/plugin-syntax-typescript": "^7.28.6",
40-
"@babel/plugin-transform-typescript": "^7.28.6",
39+
"@babel/plugin-syntax-typescript": "^7.29.7",
40+
"@babel/plugin-transform-typescript": "^7.29.7",
4141
"@rolldown/pluginutils": "^1.0.1",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.22.0",
46-
"unrun": "^0.3.0",
45+
"tsdown": "^0.22.3",
46+
"unrun": "^0.3.1",
4747
"vite": "catalog:"
4848
},
4949
"peerDependencies": {

packages/plugin-vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
42-
"@babel/types": "^7.29.0",
42+
"@babel/types": "^7.29.7",
4343
"@jridgewell/gen-mapping": "^0.3.13",
4444
"@jridgewell/trace-mapping": "^0.3.31",
45-
"obug": "^2.1.1",
45+
"obug": "^2.1.3",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.22.0",
49-
"unrun": "^0.3.0",
48+
"tsdown": "^0.22.3",
49+
"unrun": "^0.3.1",
5050
"vite": "catalog:",
5151
"vue": "catalog:"
5252
},

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^24.12.4",
7+
"@types/node": "^24.13.2",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

playground/tailwind-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.12.4",
18+
"@types/node": "^24.13.2",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

playground/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.3.0",
14-
"tailwindcss": "^4.3.0",
13+
"@tailwindcss/vite": "^4.3.1",
14+
"tailwindcss": "^4.3.1",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.12.4",
18+
"@types/node": "^24.13.2",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

0 commit comments

Comments
 (0)