rollup 4.62.2 → 4.62.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/rollup +13 -17
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/parseAst.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +682 -921
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +4 -4
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.d.ts +6 -23
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +2 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +23 -23
- package/dist/shared/rollup.js +854 -1093
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +4 -4
- package/package.json +62 -60
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.62.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.62.4
|
|
4
|
+
Sat, 01 Aug 2026 05:20:25 GMT - commit ddc4ffab628944e45dbb8d66d58aae818015440f
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -296,8 +296,8 @@ class Task {
|
|
|
296
296
|
this.watchFile(id);
|
|
297
297
|
}
|
|
298
298
|
for (const module of this.cache.modules) {
|
|
299
|
-
for (const
|
|
300
|
-
this.watchFile(
|
|
299
|
+
for (const dependencyId of module.transformDependencies) {
|
|
300
|
+
this.watchFile(dependencyId, true);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
for (const id of previouslyWatched) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "4.62.
|
|
3
|
+
"version": "4.62.4",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -113,32 +113,33 @@
|
|
|
113
113
|
},
|
|
114
114
|
"homepage": "https://rollupjs.org/",
|
|
115
115
|
"optionalDependencies": {
|
|
116
|
+
"@napi-rs/lzma-linux-x64-gnu": "1.5.1",
|
|
116
117
|
"fsevents": "~2.3.2",
|
|
117
|
-
"@rollup/rollup-darwin-arm64": "4.62.
|
|
118
|
-
"@rollup/rollup-android-arm64": "4.62.
|
|
119
|
-
"@rollup/rollup-win32-arm64-msvc": "4.62.
|
|
120
|
-
"@rollup/rollup-freebsd-arm64": "4.62.
|
|
121
|
-
"@rollup/rollup-linux-arm64-gnu": "4.62.
|
|
122
|
-
"@rollup/rollup-linux-arm64-musl": "4.62.
|
|
123
|
-
"@rollup/rollup-android-arm-eabi": "4.62.
|
|
124
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.62.
|
|
125
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.62.
|
|
126
|
-
"@rollup/rollup-win32-ia32-msvc": "4.62.
|
|
127
|
-
"@rollup/rollup-linux-loong64-gnu": "4.62.
|
|
128
|
-
"@rollup/rollup-linux-loong64-musl": "4.62.
|
|
129
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.62.
|
|
130
|
-
"@rollup/rollup-linux-riscv64-musl": "4.62.
|
|
131
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.62.
|
|
132
|
-
"@rollup/rollup-linux-ppc64-musl": "4.62.
|
|
133
|
-
"@rollup/rollup-linux-s390x-gnu": "4.62.
|
|
134
|
-
"@rollup/rollup-darwin-x64": "4.62.
|
|
135
|
-
"@rollup/rollup-win32-x64-gnu": "4.62.
|
|
136
|
-
"@rollup/rollup-win32-x64-msvc": "4.62.
|
|
137
|
-
"@rollup/rollup-freebsd-x64": "4.62.
|
|
138
|
-
"@rollup/rollup-linux-x64-gnu": "4.62.
|
|
139
|
-
"@rollup/rollup-linux-x64-musl": "4.62.
|
|
140
|
-
"@rollup/rollup-openbsd-x64": "4.62.
|
|
141
|
-
"@rollup/rollup-openharmony-arm64": "4.62.
|
|
118
|
+
"@rollup/rollup-darwin-arm64": "4.62.4",
|
|
119
|
+
"@rollup/rollup-android-arm64": "4.62.4",
|
|
120
|
+
"@rollup/rollup-win32-arm64-msvc": "4.62.4",
|
|
121
|
+
"@rollup/rollup-freebsd-arm64": "4.62.4",
|
|
122
|
+
"@rollup/rollup-linux-arm64-gnu": "4.62.4",
|
|
123
|
+
"@rollup/rollup-linux-arm64-musl": "4.62.4",
|
|
124
|
+
"@rollup/rollup-android-arm-eabi": "4.62.4",
|
|
125
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.62.4",
|
|
126
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.62.4",
|
|
127
|
+
"@rollup/rollup-win32-ia32-msvc": "4.62.4",
|
|
128
|
+
"@rollup/rollup-linux-loong64-gnu": "4.62.4",
|
|
129
|
+
"@rollup/rollup-linux-loong64-musl": "4.62.4",
|
|
130
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.62.4",
|
|
131
|
+
"@rollup/rollup-linux-riscv64-musl": "4.62.4",
|
|
132
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.62.4",
|
|
133
|
+
"@rollup/rollup-linux-ppc64-musl": "4.62.4",
|
|
134
|
+
"@rollup/rollup-linux-s390x-gnu": "4.62.4",
|
|
135
|
+
"@rollup/rollup-darwin-x64": "4.62.4",
|
|
136
|
+
"@rollup/rollup-win32-x64-gnu": "4.62.4",
|
|
137
|
+
"@rollup/rollup-win32-x64-msvc": "4.62.4",
|
|
138
|
+
"@rollup/rollup-freebsd-x64": "4.62.4",
|
|
139
|
+
"@rollup/rollup-linux-x64-gnu": "4.62.4",
|
|
140
|
+
"@rollup/rollup-linux-x64-musl": "4.62.4",
|
|
141
|
+
"@rollup/rollup-openbsd-x64": "4.62.4",
|
|
142
|
+
"@rollup/rollup-openharmony-arm64": "4.62.4"
|
|
142
143
|
},
|
|
143
144
|
"dependencies": {
|
|
144
145
|
"@types/estree": "1.0.9"
|
|
@@ -147,18 +148,18 @@
|
|
|
147
148
|
"core-js": "We only update manually as every update requires a snapshot update"
|
|
148
149
|
},
|
|
149
150
|
"devDependencies": {
|
|
150
|
-
"@codemirror/commands": "^6.10.
|
|
151
|
+
"@codemirror/commands": "^6.10.4",
|
|
151
152
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
152
|
-
"@codemirror/language": "^6.12.
|
|
153
|
-
"@codemirror/search": "^6.7.
|
|
154
|
-
"@codemirror/state": "^6.
|
|
155
|
-
"@codemirror/view": "^6.43.
|
|
156
|
-
"@emnapi/core": "^1.11.
|
|
157
|
-
"@emnapi/runtime": "^1.11.
|
|
153
|
+
"@codemirror/language": "^6.12.4",
|
|
154
|
+
"@codemirror/search": "^6.7.1",
|
|
155
|
+
"@codemirror/state": "^6.7.1",
|
|
156
|
+
"@codemirror/view": "^6.43.7",
|
|
157
|
+
"@emnapi/core": "^1.11.3",
|
|
158
|
+
"@emnapi/runtime": "^1.11.3",
|
|
158
159
|
"@eslint/js": "^10.0.1",
|
|
159
160
|
"@inquirer/prompts": "^7.10.1",
|
|
160
161
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
161
|
-
"@mermaid-js/mermaid-cli": "^11.
|
|
162
|
+
"@mermaid-js/mermaid-cli": "^11.16.0",
|
|
162
163
|
"@napi-rs/cli": "3.4.1",
|
|
163
164
|
"@rollup/plugin-alias": "^6.0.0",
|
|
164
165
|
"@rollup/plugin-buble": "^1.0.3",
|
|
@@ -169,76 +170,76 @@
|
|
|
169
170
|
"@rollup/plugin-terser": "^0.4.4",
|
|
170
171
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
171
172
|
"@rollup/pluginutils": "^5.4.0",
|
|
172
|
-
"@shikijs/vitepress-twoslash": "^4.
|
|
173
|
+
"@shikijs/vitepress-twoslash": "^4.3.1",
|
|
173
174
|
"@types/mocha": "^10.0.10",
|
|
174
175
|
"@types/node": "^20.19.43",
|
|
175
176
|
"@types/picomatch": "^4.0.3",
|
|
176
177
|
"@types/semver": "^7.7.1",
|
|
177
178
|
"@types/yargs-parser": "^21.0.3",
|
|
178
|
-
"@vue/language-server": "^3.3.
|
|
179
|
+
"@vue/language-server": "^3.3.8",
|
|
179
180
|
"acorn": "^8.17.0",
|
|
180
181
|
"acorn-import-assertions": "^1.9.0",
|
|
181
182
|
"acorn-import-phases": "^1.0.4",
|
|
182
183
|
"acorn-jsx": "^5.3.2",
|
|
183
184
|
"buble": "^0.20.0",
|
|
184
|
-
"builtin-modules": "^5.
|
|
185
|
+
"builtin-modules": "^5.3.0",
|
|
185
186
|
"chokidar": "^3.6.0",
|
|
186
|
-
"concurrently": "^9.2.
|
|
187
|
+
"concurrently": "^9.2.4",
|
|
187
188
|
"core-js": "3.38.1",
|
|
188
189
|
"date-time": "^4.0.0",
|
|
189
190
|
"es5-shim": "^4.6.7",
|
|
190
191
|
"es6-shim": "^0.35.8",
|
|
191
|
-
"eslint": "^10.
|
|
192
|
+
"eslint": "^10.8.0",
|
|
192
193
|
"eslint-config-prettier": "^10.1.8",
|
|
193
194
|
"eslint-plugin-prettier": "^5.5.6",
|
|
194
|
-
"eslint-plugin-unicorn": "^
|
|
195
|
-
"eslint-plugin-vue": "^10.
|
|
195
|
+
"eslint-plugin-unicorn": "^72.0.0",
|
|
196
|
+
"eslint-plugin-vue": "^10.10.0",
|
|
196
197
|
"fixturify": "^3.0.0",
|
|
197
198
|
"flru": "^1.0.2",
|
|
198
|
-
"fs-extra": "^11.
|
|
199
|
+
"fs-extra": "^11.4.0",
|
|
199
200
|
"github-api": "^3.4.0",
|
|
200
|
-
"globals": "^17.
|
|
201
|
+
"globals": "^17.8.0",
|
|
201
202
|
"husky": "^9.1.7",
|
|
202
203
|
"is-reference": "^3.0.3",
|
|
203
|
-
"lint-staged": "^17.0
|
|
204
|
+
"lint-staged": "^17.2.0",
|
|
204
205
|
"locate-character": "^3.0.0",
|
|
205
|
-
"magic-string": "^
|
|
206
|
-
"memfs": "^4.
|
|
206
|
+
"magic-string": "^1.1.0",
|
|
207
|
+
"memfs": "^4.64.0",
|
|
207
208
|
"mocha": "11.7.6",
|
|
208
209
|
"nodemon": "^3.1.14",
|
|
209
210
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
210
211
|
"nyc": "^18.0.0",
|
|
211
212
|
"patch-package": "^8.0.1",
|
|
212
213
|
"picocolors": "^1.1.1",
|
|
213
|
-
"picomatch": "^4.0.
|
|
214
|
-
"pinia": "^
|
|
215
|
-
"prettier": "^3.
|
|
214
|
+
"picomatch": "^4.0.5",
|
|
215
|
+
"pinia": "^4.0.2",
|
|
216
|
+
"prettier": "^3.9.6",
|
|
216
217
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
217
|
-
"pretty-bytes": "^7.1.
|
|
218
|
+
"pretty-bytes": "^7.1.1",
|
|
218
219
|
"pretty-ms": "^9.3.0",
|
|
219
220
|
"requirejs": "^2.3.8",
|
|
220
|
-
"rollup": "^4.62.
|
|
221
|
+
"rollup": "^4.62.3",
|
|
221
222
|
"rollup-plugin-license": "^3.7.1",
|
|
222
|
-
"semver": "^7.8.
|
|
223
|
+
"semver": "^7.8.5",
|
|
223
224
|
"shx": "^0.4.0",
|
|
224
225
|
"signal-exit": "^4.1.0",
|
|
225
|
-
"source-map": "^0.
|
|
226
|
+
"source-map": "^0.8.0",
|
|
226
227
|
"source-map-support": "^0.5.21",
|
|
227
228
|
"systemjs": "^6.15.1",
|
|
228
|
-
"terser": "^5.
|
|
229
|
+
"terser": "^5.49.0",
|
|
229
230
|
"tslib": "^2.8.1",
|
|
230
231
|
"typescript": "^5.9.3",
|
|
231
|
-
"typescript-eslint": "^8.
|
|
232
|
-
"vite": "^7.3.
|
|
232
|
+
"typescript-eslint": "^8.65.0",
|
|
233
|
+
"vite": "^7.3.6",
|
|
233
234
|
"vitepress": "^1.6.4",
|
|
234
|
-
"vue": "^3.5.
|
|
235
|
+
"vue": "^3.5.40",
|
|
235
236
|
"vue-eslint-parser": "^10.4.1",
|
|
236
|
-
"vue-tsc": "^3.3.
|
|
237
|
+
"vue-tsc": "^3.3.8",
|
|
237
238
|
"wasm-pack": "^0.15.0",
|
|
238
239
|
"yargs-parser": "^21.1.1"
|
|
239
240
|
},
|
|
240
241
|
"overrides": {
|
|
241
|
-
"axios": "^1.18.
|
|
242
|
+
"axios": "^1.18.1",
|
|
242
243
|
"esbuild": ">0.24.2",
|
|
243
244
|
"lodash-es": ">4.17.22",
|
|
244
245
|
"path-scurry": {
|
|
@@ -247,7 +248,7 @@
|
|
|
247
248
|
"readable-stream": "npm:@built-in/readable-stream@1",
|
|
248
249
|
"react": "^18.3.1",
|
|
249
250
|
"react-dom": "^18.3.1",
|
|
250
|
-
"semver": "^7.8.
|
|
251
|
+
"semver": "^7.8.5",
|
|
251
252
|
"tar": ">7.5.6",
|
|
252
253
|
"vite": "$vite"
|
|
253
254
|
},
|
|
@@ -255,6 +256,7 @@
|
|
|
255
256
|
"vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges",
|
|
256
257
|
"@emnapi/core": "If missing this fails npm install for Linux ARM",
|
|
257
258
|
"@emnapi/runtime": "If missing this fails npm install for Linux ARM",
|
|
259
|
+
"@napi-rs/lzma-linux-x64-gnu": "If missing, napi build --use-napi-cross silently skips the cross toolchain and links against the host glibc (#6461)",
|
|
258
260
|
"react": "If missing this fails npm install for Linux ARM",
|
|
259
261
|
"react-dom": "If missing this fails npm install for Linux ARM"
|
|
260
262
|
},
|