Skip to content

Commit e298f24

Browse files
committedMar 14, 2025·
Merge branch 'master' of https://github.com/rollup/rollup into sync-7710d694
2 parents 9dfaf28 + 7710d69 commit e298f24

File tree

4 files changed

+644
-601
lines changed

4 files changed

+644
-601
lines changed
 

‎package-lock.json

+612-569
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
"@codemirror/search": "^6.5.10",
125125
"@codemirror/state": "^6.5.2",
126126
"@codemirror/view": "^6.36.4",
127-
"@eslint/js": "^9.21.0",
128-
"@inquirer/prompts": "^7.3.2",
127+
"@eslint/js": "^9.22.0",
128+
"@inquirer/prompts": "^7.3.3",
129129
"@jridgewell/sourcemap-codec": "^1.5.0",
130130
"@mermaid-js/mermaid-cli": "^11.4.2",
131131
"@napi-rs/cli": "^2.18.4",
132132
"@rollup/plugin-alias": "^5.1.1",
133133
"@rollup/plugin-buble": "^1.0.3",
134-
"@rollup/plugin-commonjs": "^28.0.2",
134+
"@rollup/plugin-commonjs": "^28.0.3",
135135
"@rollup/plugin-json": "^6.1.0",
136136
"@rollup/plugin-node-resolve": "^16.0.0",
137137
"@rollup/plugin-replace": "^6.0.2",
@@ -140,11 +140,11 @@
140140
"@rollup/pluginutils": "^5.1.4",
141141
"@shikijs/vitepress-twoslash": "^3.1.0",
142142
"@types/mocha": "^10.0.10",
143-
"@types/node": "^18.19.79",
143+
"@types/node": "^18.19.80",
144144
"@types/semver": "^7.5.8",
145145
"@types/yargs-parser": "^21.0.3",
146146
"@vue/language-server": "^2.2.8",
147-
"acorn": "^8.14.0",
147+
"acorn": "^8.14.1",
148148
"acorn-import-assertions": "^1.9.0",
149149
"acorn-jsx": "^5.3.2",
150150
"buble": "^0.20.0",
@@ -156,11 +156,11 @@
156156
"date-time": "^4.0.0",
157157
"es5-shim": "^4.6.7",
158158
"es6-shim": "^0.35.8",
159-
"eslint": "^9.21.0",
160-
"eslint-config-prettier": "^10.0.2",
159+
"eslint": "^9.22.0",
160+
"eslint-config-prettier": "^10.1.1",
161161
"eslint-plugin-prettier": "^5.2.3",
162162
"eslint-plugin-unicorn": "^57.0.0",
163-
"eslint-plugin-vue": "^9.32.0",
163+
"eslint-plugin-vue": "^9.33.0",
164164
"fixturify": "^3.0.0",
165165
"flru": "^1.0.2",
166166
"fs-extra": "^11.3.0",
@@ -182,7 +182,7 @@
182182
"pretty-bytes": "^6.1.1",
183183
"pretty-ms": "^9.2.0",
184184
"requirejs": "^2.3.7",
185-
"rollup": "^4.34.9",
185+
"rollup": "^4.35.0",
186186
"rollup-plugin-license": "^3.6.0",
187187
"rollup-plugin-string": "^3.0.0",
188188
"semver": "^7.7.1",
@@ -194,8 +194,8 @@
194194
"terser": "^5.39.0",
195195
"tslib": "^2.8.1",
196196
"typescript": "^5.8.2",
197-
"typescript-eslint": "^8.26.0",
198-
"vite": "^6.2.0",
197+
"typescript-eslint": "^8.26.1",
198+
"vite": "^6.2.1",
199199
"vitepress": "^1.6.3",
200200
"vue": "^3.5.13",
201201
"vue-tsc": "^2.2.8",

‎rust/Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rust/parse_ast/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ swc_atoms = "5.0.0"
1111
swc_compiler_base = "13.0.1"
1212
swc_common = { version = "8.0.0", features = ["parking_lot"] }
1313
swc_ecma_ast = "8.0.0"
14-
swc_ecma_parser = "10.0.0"
14+
swc_ecma_parser = "10.0.1"
1515
parking_lot = "0.12.3"

0 commit comments

Comments
 (0)
Please sign in to comment.