Skip to content

Commit 173e6a4

Browse files
committed
feat(deps): upgrade upstream dependencies
1 parent 861cc36 commit 173e6a4

5 files changed

Lines changed: 1139 additions & 939 deletions

File tree

packages/core/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"default": "./dist/rolldown/filter-index.mjs",
3333
"types": "./dist/rolldown/filter-index.d.mts"
3434
},
35+
"./rolldown/getLogFilter": {
36+
"default": "./dist/rolldown/get-log-filter.mjs",
37+
"types": "./dist/rolldown/get-log-filter.d.mts"
38+
},
3539
"./rolldown/parallelPlugin": {
3640
"default": "./dist/rolldown/parallel-plugin.mjs",
3741
"types": "./dist/rolldown/parallel-plugin.d.mts"
@@ -48,9 +52,9 @@
4852
"default": "./dist/pluginutils/index.js",
4953
"types": "./dist/pluginutils/index.d.ts"
5054
},
51-
"./lib": {
52-
"default": "./dist/tsdown/index.js",
53-
"types": "./dist/tsdown/index-types.d.ts"
55+
"./rolldown/pluginutils/filter": {
56+
"default": "./dist/pluginutils/filter/index.js",
57+
"types": "./dist/pluginutils/filter/index.d.ts"
5458
},
5559
"./types/*": {
5660
"types": "./dist/vite/types/*"
@@ -93,7 +97,7 @@
9397
},
9498
"peerDependencies": {
9599
"@arethetypeswrong/core": "^0.18.1",
96-
"@vitejs/devtools": "^0.0.0-alpha.18",
100+
"@vitejs/devtools": "*",
97101
"publint": "^0.3.0",
98102
"typescript": "^5.0.0",
99103
"unplugin-lightningcss": "^0.4.0",
@@ -166,6 +170,7 @@
166170
"devDependencies": {
167171
"@oxc-node/cli": "catalog:",
168172
"@oxc-node/core": "catalog:",
173+
"@vitejs/devtools": "^0.0.0-alpha.22",
169174
"es-module-lexer": "^1.7.0",
170175
"hookable": "^6.0.1",
171176
"magic-string": "^0.30.21",

packages/test/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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": "01e47d6734cf58c292e85b301e8f62948a4af1f1"
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)