rollup 4.16.3 → 4.17.0
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 +2 -2
- 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 +1259 -1315
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- 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 +2 -2
- package/dist/shared/rollup.js +1244 -1300
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +32 -31
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.17.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build": "concurrently -c green,blue \"npm run build:wasm\" \"npm:build:ast-converters\" && concurrently -c green,blue \"npm run build:napi -- --release\" \"npm:build:js\" && npm run build:copy-native",
|
|
40
40
|
"build:quick": "concurrently -c green,blue 'npm:build:napi' 'npm:build:cjs' && npm run build:copy-native",
|
|
41
41
|
"build:napi": "napi build --platform --dts native.d.ts --js false --cargo-cwd rust -p bindings_napi --cargo-name bindings_napi",
|
|
42
|
-
"build:wasm": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm --target web --no-pack && shx rm wasm/.gitignore",
|
|
42
|
+
"build:wasm": "cross-env RUSTFLAGS=\"-C opt-level=z\" wasm-pack build rust/bindings_wasm --out-dir ../../wasm --target web --no-pack && shx rm wasm/.gitignore",
|
|
43
43
|
"build:wasm:node": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm-node --target nodejs --no-pack && shx rm wasm-node/.gitignore",
|
|
44
44
|
"update:napi": "npm run build:napi && npm run build:copy-native",
|
|
45
45
|
"build:js": "rollup --config rollup.config.ts --configPlugin typescript --forceExit",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"lint:markdown:nofix": "prettier --check \"**/*.md\"",
|
|
67
67
|
"lint:rust": "cd rust && cargo fmt && cargo clippy --fix --allow-dirty",
|
|
68
68
|
"lint:rust:nofix": "cd rust && cargo fmt --check && cargo clippy",
|
|
69
|
-
"perf": "npm run build && node --expose-gc scripts/perf.js",
|
|
69
|
+
"perf": "npm run build && node --expose-gc scripts/perf-report/index.js",
|
|
70
70
|
"prepare": "husky && node scripts/check-release.js || npm run build:prepare",
|
|
71
71
|
"prepublishOnly": "node scripts/check-release.js && node scripts/prepublish.js",
|
|
72
72
|
"postpublish": "node scripts/postpublish.js",
|
|
@@ -104,22 +104,22 @@
|
|
|
104
104
|
"homepage": "https://rollupjs.org/",
|
|
105
105
|
"optionalDependencies": {
|
|
106
106
|
"fsevents": "~2.3.2",
|
|
107
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
108
|
-
"@rollup/rollup-android-arm64": "4.
|
|
109
|
-
"@rollup/rollup-win32-arm64-msvc": "4.
|
|
110
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
111
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
112
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
113
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
114
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
115
|
-
"@rollup/rollup-win32-ia32-msvc": "4.
|
|
116
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
117
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.
|
|
118
|
-
"@rollup/rollup-linux-s390x-gnu": "4.
|
|
119
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
120
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
121
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
122
|
-
"@rollup/rollup-linux-x64-musl": "4.
|
|
107
|
+
"@rollup/rollup-darwin-arm64": "4.17.0",
|
|
108
|
+
"@rollup/rollup-android-arm64": "4.17.0",
|
|
109
|
+
"@rollup/rollup-win32-arm64-msvc": "4.17.0",
|
|
110
|
+
"@rollup/rollup-linux-arm64-gnu": "4.17.0",
|
|
111
|
+
"@rollup/rollup-linux-arm64-musl": "4.17.0",
|
|
112
|
+
"@rollup/rollup-android-arm-eabi": "4.17.0",
|
|
113
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.17.0",
|
|
114
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.17.0",
|
|
115
|
+
"@rollup/rollup-win32-ia32-msvc": "4.17.0",
|
|
116
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.17.0",
|
|
117
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.17.0",
|
|
118
|
+
"@rollup/rollup-linux-s390x-gnu": "4.17.0",
|
|
119
|
+
"@rollup/rollup-darwin-x64": "4.17.0",
|
|
120
|
+
"@rollup/rollup-win32-x64-msvc": "4.17.0",
|
|
121
|
+
"@rollup/rollup-linux-x64-gnu": "4.17.0",
|
|
122
|
+
"@rollup/rollup-linux-x64-musl": "4.17.0"
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@types/estree": "1.0.5"
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"core-js": "We only update manually as every update requires a snapshot update"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@codemirror/commands": "^6.
|
|
132
|
+
"@codemirror/commands": "^6.5.0",
|
|
133
133
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
134
134
|
"@codemirror/language": "^6.10.1",
|
|
135
135
|
"@codemirror/search": "^6.5.6",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@codemirror/view": "^6.26.3",
|
|
138
138
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
139
139
|
"@mermaid-js/mermaid-cli": "^10.8.0",
|
|
140
|
-
"@napi-rs/cli": "^2.18.
|
|
140
|
+
"@napi-rs/cli": "^2.18.2",
|
|
141
141
|
"@rollup/plugin-alias": "^5.1.0",
|
|
142
142
|
"@rollup/plugin-buble": "^1.0.3",
|
|
143
143
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -148,13 +148,13 @@
|
|
|
148
148
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
149
149
|
"@rollup/pluginutils": "^5.1.0",
|
|
150
150
|
"@shikijs/vitepress-twoslash": "^1.3.0",
|
|
151
|
-
"@types/eslint": "^8.56.
|
|
151
|
+
"@types/eslint": "^8.56.10",
|
|
152
152
|
"@types/inquirer": "^9.0.7",
|
|
153
153
|
"@types/mocha": "^10.0.6",
|
|
154
154
|
"@types/node": "~18.18.14",
|
|
155
155
|
"@types/yargs-parser": "^21.0.3",
|
|
156
|
-
"@typescript-eslint/eslint-plugin": "^7.7.
|
|
157
|
-
"@typescript-eslint/parser": "^7.7.
|
|
156
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
157
|
+
"@typescript-eslint/parser": "^7.7.1",
|
|
158
158
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
159
159
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
160
160
|
"acorn": "^8.11.3",
|
|
@@ -165,6 +165,7 @@
|
|
|
165
165
|
"colorette": "^2.0.20",
|
|
166
166
|
"concurrently": "^8.2.2",
|
|
167
167
|
"core-js": "3.36.0",
|
|
168
|
+
"cross-env": "^7.0.3",
|
|
168
169
|
"date-time": "^4.0.0",
|
|
169
170
|
"es5-shim": "^4.6.7",
|
|
170
171
|
"es6-shim": "^0.35.8",
|
|
@@ -179,11 +180,11 @@
|
|
|
179
180
|
"fs-extra": "^11.2.0",
|
|
180
181
|
"github-api": "^3.4.0",
|
|
181
182
|
"husky": "^9.0.11",
|
|
182
|
-
"inquirer": "^9.2.
|
|
183
|
+
"inquirer": "^9.2.19",
|
|
183
184
|
"is-reference": "^3.0.2",
|
|
184
185
|
"lint-staged": "^15.2.2",
|
|
185
186
|
"locate-character": "^3.0.0",
|
|
186
|
-
"magic-string": "^0.30.
|
|
187
|
+
"magic-string": "^0.30.10",
|
|
187
188
|
"mocha": "^10.4.0",
|
|
188
189
|
"nyc": "^15.1.0",
|
|
189
190
|
"pinia": "^2.1.7",
|
|
@@ -191,7 +192,7 @@
|
|
|
191
192
|
"pretty-bytes": "^6.1.1",
|
|
192
193
|
"pretty-ms": "^9.0.0",
|
|
193
194
|
"requirejs": "^2.3.6",
|
|
194
|
-
"rollup": "^4.
|
|
195
|
+
"rollup": "^4.16.3",
|
|
195
196
|
"rollup-plugin-license": "^3.3.1",
|
|
196
197
|
"rollup-plugin-string": "^3.0.0",
|
|
197
198
|
"semver": "^7.6.0",
|
|
@@ -200,12 +201,12 @@
|
|
|
200
201
|
"source-map": "^0.7.4",
|
|
201
202
|
"source-map-support": "^0.5.21",
|
|
202
203
|
"systemjs": "^6.14.3",
|
|
203
|
-
"terser": "^5.30.
|
|
204
|
+
"terser": "^5.30.4",
|
|
204
205
|
"tslib": "^2.6.2",
|
|
205
206
|
"typescript": "^5.4.5",
|
|
206
|
-
"vite": "^5.2.
|
|
207
|
-
"vitepress": "^1.1.
|
|
208
|
-
"vue": "^3.4.
|
|
207
|
+
"vite": "^5.2.10",
|
|
208
|
+
"vitepress": "^1.1.3",
|
|
209
|
+
"vue": "^3.4.24",
|
|
209
210
|
"wasm-pack": "^0.12.1",
|
|
210
211
|
"weak-napi": "^2.0.2",
|
|
211
212
|
"yargs-parser": "^21.1.1"
|