Skip to content

Commit 39dc46a

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-dd295772
2 parents e8634a5 + dd29577 commit 39dc46a

File tree

15 files changed

+657
-636
lines changed

15 files changed

+657
-636
lines changed

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
"@codemirror/language": "^6.11.0",
123123
"@codemirror/search": "^6.5.10",
124124
"@codemirror/state": "^6.5.2",
125-
"@codemirror/view": "^6.36.7",
125+
"@codemirror/view": "^6.36.8",
126126
"@eslint/js": "^9.26.0",
127-
"@inquirer/prompts": "^7.5.0",
127+
"@inquirer/prompts": "^7.5.1",
128128
"@jridgewell/sourcemap-codec": "^1.5.0",
129129
"@mermaid-js/mermaid-cli": "^11.4.2",
130130
"@napi-rs/cli": "^2.18.4",
@@ -137,9 +137,9 @@
137137
"@rollup/plugin-terser": "^0.4.4",
138138
"@rollup/plugin-typescript": "^12.1.2",
139139
"@rollup/pluginutils": "^5.1.4",
140-
"@shikijs/vitepress-twoslash": "^3.3.0",
140+
"@shikijs/vitepress-twoslash": "^3.4.0",
141141
"@types/mocha": "^10.0.10",
142-
"@types/node": "^18.19.95",
142+
"@types/node": "^18.19.100",
143143
"@types/picomatch": "^4.0.0",
144144
"@types/semver": "^7.7.0",
145145
"@types/yargs-parser": "^21.0.3",
@@ -157,18 +157,18 @@
157157
"es5-shim": "^4.6.7",
158158
"es6-shim": "^0.35.8",
159159
"eslint": "^9.26.0",
160-
"eslint-config-prettier": "^10.1.2",
160+
"eslint-config-prettier": "^10.1.5",
161161
"eslint-plugin-prettier": "^5.4.0",
162-
"eslint-plugin-unicorn": "^59.0.0",
162+
"eslint-plugin-unicorn": "^59.0.1",
163163
"eslint-plugin-vue": "^10.1.0",
164164
"fixturify": "^3.0.0",
165165
"flru": "^1.0.2",
166166
"fs-extra": "^11.3.0",
167167
"github-api": "^3.4.0",
168-
"globals": "^16.0.0",
168+
"globals": "^16.1.0",
169169
"husky": "^9.1.7",
170170
"is-reference": "^3.0.3",
171-
"lint-staged": "^15.5.1",
171+
"lint-staged": "^16.0.0",
172172
"locate-character": "^3.0.0",
173173
"magic-string": "^0.30.17",
174174
"mocha": "^11.2.2",
@@ -182,10 +182,10 @@
182182
"pretty-bytes": "^7.0.0",
183183
"pretty-ms": "^9.2.0",
184184
"requirejs": "^2.3.7",
185-
"rollup": "^4.40.1",
185+
"rollup": "^4.40.2",
186186
"rollup-plugin-license": "^3.6.0",
187187
"rollup-plugin-string": "^3.0.0",
188-
"semver": "^7.7.1",
188+
"semver": "^7.7.2",
189189
"shx": "^0.4.0",
190190
"signal-exit": "^4.1.0",
191191
"source-map": "^0.7.4",
@@ -194,7 +194,7 @@
194194
"terser": "^5.39.0",
195195
"tslib": "^2.8.1",
196196
"typescript": "^5.8.3",
197-
"typescript-eslint": "^8.32.0",
197+
"typescript-eslint": "^8.32.1",
198198
"vite": "^6.3.5",
199199
"vitepress": "^1.6.3",
200200
"vue": "^3.5.13",
@@ -204,7 +204,7 @@
204204
},
205205
"overrides": {
206206
"axios": "^1.9.0",
207-
"semver": "^7.7.1",
207+
"semver": "^7.7.2",
208208
"readable-stream": "npm:@built-in/readable-stream@1",
209209
"esbuild": ">0.24.2"
210210
},

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"node",
2626
"npm",
2727
"fsevents",
28-
"core-js",
29-
"getrandom"
28+
"core-js"
3029
],
3130
"enabled": false
3231
},

0 commit comments

Comments
 (0)