Skip to content

Commit 63e00a5

Browse files
committed
u
1 parent ca0d7fc commit 63e00a5

5 files changed

Lines changed: 71 additions & 71 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ json-strip-comments = "3"
205205
jsonschema = { version = "0.46.0", default-features = false }
206206
junction = "1.4.1"
207207
memchr = "2.7.4"
208-
mimalloc-safe = "=0.1.58"
208+
mimalloc-safe = "0.1.52"
209209
mime = "0.3.17"
210210
napi = { version = "3.0.0", default-features = false, features = [
211211
"async",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
},
220220
"bundledVersions": {
221221
"vite": "8.0.13",
222-
"rolldown": "1.0.1",
222+
"rolldown": "1.0.0",
223223
"tsdown": "0.22.0"
224224
}
225225
}

packages/tools/.upstream-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"rolldown": {
33
"repo": "https://github.com/rolldown/rolldown.git",
44
"branch": "main",
5-
"hash": "27779450b5986931e7c798184ec3aa82e60e7090"
5+
"hash": "6fb48119b9a5deb29aa5f0681d115372b42f94b5"
66
},
77
"vite": {
88
"repo": "https://github.com/vitejs/vite.git",

pnpm-workspace.yaml

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,48 @@ packages:
55
- vite
66
- vite/packages/*
77
catalog:
8-
'@babel/core': ^7.24.7
9-
'@babel/preset-env': ^7.24.7
10-
'@babel/preset-typescript': ^7.24.7
11-
'@clack/core': ^1.0.0
12-
'@emnapi/core': ^1.9.2
13-
'@emnapi/runtime': ^1.9.2
14-
'@iconify/vue': ^5.0.0
15-
'@napi-rs/cli': ^3.6.1
16-
'@napi-rs/wasm-runtime': ^1.1.4
17-
'@nkzw/safe-word-list': ^3.1.0
18-
'@oxc-node/cli': ^0.1.0
19-
'@oxc-node/core': ^0.1.0
20-
'@oxc-project/runtime': =0.130.0
21-
'@oxc-project/types': =0.130.0
22-
'@pnpm/find-workspace-packages': ^6.0.9
23-
'@rolldown/pluginutils': ^1.0.0
24-
'@rollup/plugin-commonjs': ^29.0.0
25-
'@rollup/plugin-json': ^6.1.0
26-
'@rollup/plugin-node-resolve': ^16.0.0
27-
'@types/babel__core': 7.20.5
28-
'@types/connect': ^3.4.38
29-
'@types/cross-spawn': ^6.0.6
30-
'@types/fs-extra': ^11.0.4
31-
'@types/lodash-es': ^4.17.12
32-
'@types/mocha': 10.0.10
33-
'@types/node': 24.10.3
34-
'@types/picomatch': ^4.0.0
35-
'@types/react': ^19.1.8
36-
'@types/react-dom': ^19.1.6
37-
'@types/semver': ^7.7.1
38-
'@types/serve-static': ^2.0.0
39-
'@types/strip-comments': ^2.0.4
40-
'@types/validate-npm-package-name': ^4.0.2
41-
'@types/ws': ^8.18.0
42-
'@typescript/native-preview': 7.0.0-dev.20260122.2
43-
'@vitejs/plugin-react': ^5.1.2
44-
'@vitest/browser': ^4.0.9
45-
'@vitest/browser-playwright': ^4.0.9
46-
'@voidzero-dev/vitepress-theme': 4.8.3
47-
'@vueuse/core': ^14.0.0
48-
'@yarnpkg/fslib': ^3.1.3
49-
'@yarnpkg/shell': ^4.1.3
8+
"@babel/core": ^7.24.7
9+
"@babel/preset-env": ^7.24.7
10+
"@babel/preset-typescript": ^7.24.7
11+
"@clack/core": ^1.0.0
12+
"@emnapi/core": ^1.9.2
13+
"@emnapi/runtime": ^1.9.2
14+
"@iconify/vue": ^5.0.0
15+
"@napi-rs/cli": ^3.6.1
16+
"@napi-rs/wasm-runtime": ^1.1.4
17+
"@nkzw/safe-word-list": ^3.1.0
18+
"@oxc-node/cli": ^0.1.0
19+
"@oxc-node/core": ^0.1.0
20+
"@oxc-project/runtime": =0.130.0
21+
"@oxc-project/types": =0.130.0
22+
"@pnpm/find-workspace-packages": ^6.0.9
23+
"@rolldown/pluginutils": ^1.0.0
24+
"@rollup/plugin-commonjs": ^29.0.0
25+
"@rollup/plugin-json": ^6.1.0
26+
"@rollup/plugin-node-resolve": ^16.0.0
27+
"@types/babel__core": 7.20.5
28+
"@types/connect": ^3.4.38
29+
"@types/cross-spawn": ^6.0.6
30+
"@types/fs-extra": ^11.0.4
31+
"@types/lodash-es": ^4.17.12
32+
"@types/mocha": 10.0.10
33+
"@types/node": 24.10.3
34+
"@types/picomatch": ^4.0.0
35+
"@types/react": ^19.1.8
36+
"@types/react-dom": ^19.1.6
37+
"@types/semver": ^7.7.1
38+
"@types/serve-static": ^2.0.0
39+
"@types/strip-comments": ^2.0.4
40+
"@types/validate-npm-package-name": ^4.0.2
41+
"@types/ws": ^8.18.0
42+
"@typescript/native-preview": 7.0.0-dev.20260122.2
43+
"@vitejs/plugin-react": ^5.1.2
44+
"@vitest/browser": ^4.0.9
45+
"@vitest/browser-playwright": ^4.0.9
46+
"@voidzero-dev/vitepress-theme": 4.8.3
47+
"@vueuse/core": ^14.0.0
48+
"@yarnpkg/fslib": ^3.1.3
49+
"@yarnpkg/shell": ^4.1.3
5050
acorn: ^8.12.1
5151
acorn-import-assertions: ^1.9.0
5252
astring: ^1.9.0
@@ -128,23 +128,23 @@ catalogMode: prefer
128128
ignoreScripts: true
129129
minimumReleaseAge: 1440
130130
minimumReleaseAgeExclude:
131-
- '@napi-rs/*'
132-
- '@nkzw/*'
133-
- '@oxc-node/*'
134-
- '@oxc-minify/*'
135-
- '@oxc-parser/*'
136-
- '@oxc-project/*'
137-
- '@oxc-resolver/*'
138-
- '@oxc-transform/*'
139-
- '@oxfmt/*'
140-
- '@oxlint-tsgolint/*'
141-
- '@oxlint/*'
142-
- '@rolldown/*'
143-
- '@tsdown/*'
144-
- '@types/*'
145-
- '@vitejs/*'
146-
- '@vitest/*'
147-
- '@voidzero-dev/*'
131+
- "@napi-rs/*"
132+
- "@nkzw/*"
133+
- "@oxc-node/*"
134+
- "@oxc-minify/*"
135+
- "@oxc-parser/*"
136+
- "@oxc-project/*"
137+
- "@oxc-resolver/*"
138+
- "@oxc-transform/*"
139+
- "@oxfmt/*"
140+
- "@oxlint-tsgolint/*"
141+
- "@oxlint/*"
142+
- "@rolldown/*"
143+
- "@tsdown/*"
144+
- "@types/*"
145+
- "@vitejs/*"
146+
- "@vitest/*"
147+
- "@voidzero-dev/*"
148148
- oxc-minify
149149
- oxc-parser
150150
- oxc-transform
@@ -174,13 +174,13 @@ overrides:
174174
packageExtensions:
175175
sass-embedded:
176176
peerDependencies:
177-
source-map-js: '*'
177+
source-map-js: "*"
178178
peerDependenciesMeta:
179179
source-map-js:
180180
optional: true
181-
'@rollup/plugin-dynamic-import-vars':
181+
"@rollup/plugin-dynamic-import-vars":
182182
dependencies:
183-
'@types/estree': ^1.0.0
183+
"@types/estree": ^1.0.0
184184
patchedDependencies:
185185
sirv@3.0.2: vite/patches/sirv@3.0.2.patch
186186
chokidar@3.6.0: vite/patches/chokidar@3.6.0.patch
@@ -191,7 +191,7 @@ peerDependencyRules:
191191
- vitest
192192
- rolldown
193193
allowedVersions:
194-
oxc-minify: '*'
195-
oxlint-tsgolint: '*'
196-
rolldown: '*'
197-
vite: '*'
194+
oxc-minify: "*"
195+
oxlint-tsgolint: "*"
196+
rolldown: "*"
197+
vite: "*"

0 commit comments

Comments
 (0)