Skip to content

Commit aa1a979

Browse files
feat(deps): upgrade upstream dependencies
1 parent 60194e3 commit aa1a979

5 files changed

Lines changed: 1356 additions & 1089 deletions

File tree

packages/core/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"default": "./dist/rolldown/filter-index.mjs",
3737
"types": "./dist/rolldown/filter-index.d.mts"
3838
},
39+
"./rolldown/getLogFilter": {
40+
"default": "./dist/rolldown/get-log-filter.mjs",
41+
"types": "./dist/rolldown/get-log-filter.d.mts"
42+
},
3943
"./rolldown/parallelPlugin": {
4044
"default": "./dist/rolldown/parallel-plugin.mjs",
4145
"types": "./dist/rolldown/parallel-plugin.d.mts"
@@ -52,6 +56,10 @@
5256
"default": "./dist/pluginutils/index.js",
5357
"types": "./dist/pluginutils/index.d.ts"
5458
},
59+
"./rolldown/pluginutils/filter": {
60+
"default": "./dist/pluginutils/filter/index.js",
61+
"types": "./dist/pluginutils/filter/index.d.ts"
62+
},
5563
"./types/*": {
5664
"types": "./dist/vite/types/*"
5765
},
@@ -94,7 +102,7 @@
94102
},
95103
"peerDependencies": {
96104
"@arethetypeswrong/core": "^0.18.1",
97-
"@vitejs/devtools": "^0.0.0-alpha.18",
105+
"@vitejs/devtools": "*",
98106
"publint": "^0.3.0",
99107
"typescript": "^5.0.0",
100108
"unplugin-lightningcss": "^0.4.0",
@@ -167,7 +175,7 @@
167175
"devDependencies": {
168176
"@oxc-node/cli": "catalog:",
169177
"@oxc-node/core": "catalog:",
170-
"@vitejs/devtools": "^0.0.0-alpha.18",
178+
"@vitejs/devtools": "^0.0.0-alpha.22",
171179
"es-module-lexer": "^1.7.0",
172180
"hookable": "^6.0.1",
173181
"magic-string": "^0.30.21",

packages/test/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
264264
"happy-dom": "*",
265265
"jsdom": "*",
266-
"@vitest/ui": "4.0.15"
266+
"@vitest/ui": "4.0.16"
267267
},
268268
"peerDependenciesMeta": {
269269
"@edge-runtime/vm": {
@@ -304,25 +304,25 @@
304304
"devDependencies": {
305305
"@oxc-node/cli": "catalog:",
306306
"@oxc-node/core": "catalog:",
307-
"@vitest/browser": "4.0.15",
308-
"@vitest/browser-playwright": "4.0.15",
309-
"@vitest/browser-preview": "4.0.15",
310-
"@vitest/browser-webdriverio": "4.0.15",
311-
"@vitest/expect": "4.0.15",
312-
"@vitest/mocker": "4.0.15",
313-
"@vitest/pretty-format": "4.0.15",
314-
"@vitest/runner": "4.0.15",
315-
"@vitest/snapshot": "4.0.15",
316-
"@vitest/spy": "4.0.15",
317-
"@vitest/utils": "4.0.15",
307+
"@vitest/browser": "4.0.16",
308+
"@vitest/browser-playwright": "4.0.16",
309+
"@vitest/browser-preview": "4.0.16",
310+
"@vitest/browser-webdriverio": "4.0.16",
311+
"@vitest/expect": "4.0.16",
312+
"@vitest/mocker": "4.0.16",
313+
"@vitest/pretty-format": "4.0.16",
314+
"@vitest/runner": "4.0.16",
315+
"@vitest/snapshot": "4.0.16",
316+
"@vitest/spy": "4.0.16",
317+
"@vitest/utils": "4.0.16",
318318
"chai": "^6.2.1",
319319
"estree-walker": "^3.0.3",
320320
"magic-string": "^0.30.21",
321321
"oxc-parser": "catalog:",
322322
"pathe": "^2.0.3",
323323
"rolldown": "workspace:*",
324324
"tinyrainbow": "^3.0.3",
325-
"vitest-dev": "^4.0.15",
325+
"vitest-dev": "^4.0.16",
326326
"why-is-node-running": "^2.3.0"
327327
}
328328
}

packages/tools/.upstream-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"rolldown": {
33
"repo": "https://github.com/rolldown/rolldown.git",
44
"branch": "main",
5-
"hash": "c013fc844242178da7c4e9a7ec9f24697efcd726"
5+
"hash": "9258689b3e0c3f42ad0579fefe1b57cef25f195a"
66
},
77
"rolldown-vite": {
88
"repo": "https://github.com/vitejs/vite.git",
99
"branch": "main",
10-
"hash": "08c74cc54b1892e1d2f29840c18ef61f05963301"
10+
"hash": "63391ee64450cfbe13020ee2de84f8bc8cb4a490"
1111
}
1212
}

0 commit comments

Comments
 (0)