rollup 4.52.4-3 → 4.52.5

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.52.4-3
5
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
4
+ Rollup.js v4.52.5
5
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -27,7 +27,7 @@ function _mergeNamespaces(n, m) {
27
27
  return Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' });
28
28
  }
29
29
 
30
- var version = "4.52.4-3";
30
+ var version = "4.52.5";
31
31
 
32
32
  // src/vlq.ts
33
33
  var comma = ",".charCodeAt(0);
@@ -14254,7 +14254,8 @@ class LogicalExpression extends NodeBase {
14254
14254
  this.isBranchResolutionAnalysed = true;
14255
14255
  const leftValue = this.left.getLiteralValueAtPath(EMPTY_PATH, SHARED_RECURSION_TRACKER, this);
14256
14256
  const booleanOrUnknown = tryCastLiteralValueToBoolean(leftValue);
14257
- if (typeof booleanOrUnknown === 'symbol') {
14257
+ if (typeof booleanOrUnknown === 'symbol' ||
14258
+ (this.operator === '??' && typeof leftValue === 'symbol')) {
14258
14259
  return null;
14259
14260
  }
14260
14261
  else {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/parseAst.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -42,7 +42,7 @@ function _mergeNamespaces(n, m) {
42
42
 
43
43
  const promises__namespace = /*#__PURE__*/_interopNamespaceDefault(promises);
44
44
 
45
- var version = "4.52.4-3";
45
+ var version = "4.52.5";
46
46
 
47
47
  function ensureArray$1(items) {
48
48
  if (Array.isArray(items)) {
@@ -15864,7 +15864,8 @@ class LogicalExpression extends NodeBase {
15864
15864
  this.isBranchResolutionAnalysed = true;
15865
15865
  const leftValue = this.left.getLiteralValueAtPath(EMPTY_PATH, SHARED_RECURSION_TRACKER, this);
15866
15866
  const booleanOrUnknown = tryCastLiteralValueToBoolean(leftValue);
15867
- if (typeof booleanOrUnknown === 'symbol') {
15867
+ if (typeof booleanOrUnknown === 'symbol' ||
15868
+ (this.operator === '??' && typeof leftValue === 'symbol')) {
15868
15869
  return null;
15869
15870
  }
15870
15871
  else {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.52.4-3
4
- Sun, 28 Sep 2025 16:08:36 GMT - commit 31d43dd46a25ecf2cf3bef6843f9dcff03db07af
3
+ Rollup.js v4.52.5
4
+ Sat, 18 Oct 2025 06:53:02 GMT - commit 55a8fd5a70820f274921edf394efbbaa620f0962
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "4.52.4-3",
3
+ "version": "4.52.5",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -61,8 +61,8 @@
61
61
  "ci:test:all": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && concurrently --kill-others-on-fail -c green,blue,magenta,cyan 'npm:test:only' 'npm:test:typescript' 'npm:test:leak' 'npm:test:browser'",
62
62
  "ci:coverage": "npm run build:cjs && npm run build:copy-native && npm run build:bootstrap && npm run build:copy-native && NODE_OPTIONS=--no-experimental-require-module nyc --reporter lcovonly mocha",
63
63
  "lint": "concurrently -c red,yellow,green,blue 'npm:lint:js' 'npm:lint:native-js' 'npm:lint:markdown' 'npm:lint:rust'",
64
- "lint:js": "eslint . --fix --cache",
65
- "lint:js:nofix": "eslint . --cache",
64
+ "lint:js": "eslint . --fix --cache --concurrency auto",
65
+ "lint:js:nofix": "eslint . --cache --concurrency auto",
66
66
  "lint:native-js": "node scripts/lint-native-js.js",
67
67
  "lint:markdown": "prettier --write \"**/*.md\"",
68
68
  "lint:markdown:nofix": "prettier --check \"**/*.md\"",
@@ -109,28 +109,28 @@
109
109
  "homepage": "https://rollupjs.org/",
110
110
  "optionalDependencies": {
111
111
  "fsevents": "~2.3.2",
112
- "@rollup/rollup-darwin-arm64": "4.52.4-3",
113
- "@rollup/rollup-android-arm64": "4.52.4-3",
114
- "@rollup/rollup-win32-arm64-msvc": "4.52.4-3",
115
- "@rollup/rollup-freebsd-arm64": "4.52.4-3",
116
- "@rollup/rollup-linux-arm64-gnu": "4.52.4-3",
117
- "@rollup/rollup-linux-arm64-musl": "4.52.4-3",
118
- "@rollup/rollup-android-arm-eabi": "4.52.4-3",
119
- "@rollup/rollup-linux-arm-gnueabihf": "4.52.4-3",
120
- "@rollup/rollup-linux-arm-musleabihf": "4.52.4-3",
121
- "@rollup/rollup-win32-ia32-msvc": "4.52.4-3",
122
- "@rollup/rollup-linux-loong64-gnu": "4.52.4-3",
123
- "@rollup/rollup-linux-riscv64-gnu": "4.52.4-3",
124
- "@rollup/rollup-linux-riscv64-musl": "4.52.4-3",
125
- "@rollup/rollup-linux-ppc64-gnu": "4.52.4-3",
126
- "@rollup/rollup-linux-s390x-gnu": "4.52.4-3",
127
- "@rollup/rollup-darwin-x64": "4.52.4-3",
128
- "@rollup/rollup-win32-x64-gnu": "4.52.4-3",
129
- "@rollup/rollup-win32-x64-msvc": "4.52.4-3",
130
- "@rollup/rollup-freebsd-x64": "4.52.4-3",
131
- "@rollup/rollup-linux-x64-gnu": "4.52.4-3",
132
- "@rollup/rollup-linux-x64-musl": "4.52.4-3",
133
- "@rollup/rollup-openharmony-arm64": "4.52.4-3"
112
+ "@rollup/rollup-darwin-arm64": "4.52.5",
113
+ "@rollup/rollup-android-arm64": "4.52.5",
114
+ "@rollup/rollup-win32-arm64-msvc": "4.52.5",
115
+ "@rollup/rollup-freebsd-arm64": "4.52.5",
116
+ "@rollup/rollup-linux-arm64-gnu": "4.52.5",
117
+ "@rollup/rollup-linux-arm64-musl": "4.52.5",
118
+ "@rollup/rollup-android-arm-eabi": "4.52.5",
119
+ "@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
120
+ "@rollup/rollup-linux-arm-musleabihf": "4.52.5",
121
+ "@rollup/rollup-win32-ia32-msvc": "4.52.5",
122
+ "@rollup/rollup-linux-loong64-gnu": "4.52.5",
123
+ "@rollup/rollup-linux-riscv64-gnu": "4.52.5",
124
+ "@rollup/rollup-linux-riscv64-musl": "4.52.5",
125
+ "@rollup/rollup-linux-ppc64-gnu": "4.52.5",
126
+ "@rollup/rollup-linux-s390x-gnu": "4.52.5",
127
+ "@rollup/rollup-darwin-x64": "4.52.5",
128
+ "@rollup/rollup-win32-x64-gnu": "4.52.5",
129
+ "@rollup/rollup-win32-x64-msvc": "4.52.5",
130
+ "@rollup/rollup-freebsd-x64": "4.52.5",
131
+ "@rollup/rollup-linux-x64-gnu": "4.52.5",
132
+ "@rollup/rollup-linux-x64-musl": "4.52.5",
133
+ "@rollup/rollup-openharmony-arm64": "4.52.5"
134
134
  },
135
135
  "dependencies": {
136
136
  "@types/estree": "1.0.8"
@@ -139,33 +139,33 @@
139
139
  "core-js": "We only update manually as every update requires a snapshot update"
140
140
  },
141
141
  "devDependencies": {
142
- "@codemirror/commands": "^6.8.1",
142
+ "@codemirror/commands": "^6.9.0",
143
143
  "@codemirror/lang-javascript": "^6.2.4",
144
144
  "@codemirror/language": "^6.11.3",
145
145
  "@codemirror/search": "^6.5.11",
146
146
  "@codemirror/state": "^6.5.2",
147
- "@codemirror/view": "^6.38.3",
148
- "@eslint/js": "^9.36.0",
149
- "@inquirer/prompts": "^7.8.6",
147
+ "@codemirror/view": "^6.38.6",
148
+ "@eslint/js": "^9.37.0",
149
+ "@inquirer/prompts": "^7.9.0",
150
150
  "@jridgewell/sourcemap-codec": "^1.5.5",
151
- "@mermaid-js/mermaid-cli": "^11.10.1",
152
- "@napi-rs/cli": "^3.2.0",
151
+ "@mermaid-js/mermaid-cli": "^11.4.0",
152
+ "@napi-rs/cli": "^3.3.1",
153
153
  "@rollup/plugin-alias": "^5.1.1",
154
154
  "@rollup/plugin-buble": "^1.0.3",
155
- "@rollup/plugin-commonjs": "^28.0.6",
155
+ "@rollup/plugin-commonjs": "^28.0.7",
156
156
  "@rollup/plugin-json": "^6.1.0",
157
- "@rollup/plugin-node-resolve": "^16.0.1",
157
+ "@rollup/plugin-node-resolve": "^16.0.3",
158
158
  "@rollup/plugin-replace": "^6.0.2",
159
159
  "@rollup/plugin-terser": "^0.4.4",
160
160
  "@rollup/plugin-typescript": "^12.1.4",
161
161
  "@rollup/pluginutils": "^5.3.0",
162
162
  "@shikijs/vitepress-twoslash": "^3.13.0",
163
163
  "@types/mocha": "^10.0.10",
164
- "@types/node": "^20.19.17",
164
+ "@types/node": "^20.19.21",
165
165
  "@types/picomatch": "^4.0.2",
166
166
  "@types/semver": "^7.7.1",
167
167
  "@types/yargs-parser": "^21.0.3",
168
- "@vue/language-server": "^3.0.8",
168
+ "@vue/language-server": "^3.1.1",
169
169
  "acorn": "^8.15.0",
170
170
  "acorn-import-assertions": "^1.9.0",
171
171
  "acorn-jsx": "^5.3.2",
@@ -174,11 +174,11 @@
174
174
  "chokidar": "^3.6.0",
175
175
  "concurrently": "^9.2.1",
176
176
  "core-js": "3.38.1",
177
- "cross-env": "^10.0.0",
177
+ "cross-env": "^10.1.0",
178
178
  "date-time": "^4.0.0",
179
179
  "es5-shim": "^4.6.7",
180
180
  "es6-shim": "^0.35.8",
181
- "eslint": "^9.36.0",
181
+ "eslint": "^9.37.0",
182
182
  "eslint-config-prettier": "^10.1.8",
183
183
  "eslint-plugin-prettier": "^5.5.4",
184
184
  "eslint-plugin-unicorn": "^61.0.2",
@@ -190,11 +190,11 @@
190
190
  "globals": "^16.4.0",
191
191
  "husky": "^9.1.7",
192
192
  "is-reference": "^3.0.3",
193
- "lint-staged": "^16.2.0",
193
+ "lint-staged": "^16.2.4",
194
194
  "locate-character": "^3.0.0",
195
195
  "magic-string": "^0.30.19",
196
- "memfs": "^4.43.0",
197
- "mocha": "^11.7.2",
196
+ "memfs": "^4.49.0",
197
+ "mocha": "^11.7.4",
198
198
  "nodemon": "^3.1.10",
199
199
  "nyc": "^17.1.0",
200
200
  "picocolors": "^1.1.1",
@@ -205,10 +205,10 @@
205
205
  "pretty-bytes": "^7.1.0",
206
206
  "pretty-ms": "^9.3.0",
207
207
  "requirejs": "^2.3.7",
208
- "rollup": "^4.52.1",
208
+ "rollup": "^4.52.4",
209
209
  "rollup-plugin-license": "^3.6.0",
210
210
  "rollup-plugin-string": "^3.0.0",
211
- "semver": "^7.7.2",
211
+ "semver": "^7.7.3",
212
212
  "shx": "^0.4.0",
213
213
  "signal-exit": "^4.1.0",
214
214
  "source-map": "^0.7.6",
@@ -216,11 +216,11 @@
216
216
  "systemjs": "^6.15.1",
217
217
  "terser": "^5.44.0",
218
218
  "tslib": "^2.8.1",
219
- "typescript": "^5.9.2",
220
- "typescript-eslint": "^8.44.1",
221
- "vite": "^7.1.7",
219
+ "typescript": "^5.9.3",
220
+ "typescript-eslint": "^8.46.1",
221
+ "vite": "^7.1.10",
222
222
  "vitepress": "^1.6.4",
223
- "vue": "^3.5.21",
223
+ "vue": "^3.5.22",
224
224
  "vue-eslint-parser": "^10.2.0",
225
225
  "vue-tsc": "^2.2.12",
226
226
  "wasm-pack": "^0.13.1",
@@ -228,7 +228,7 @@
228
228
  },
229
229
  "overrides": {
230
230
  "axios": "^1.12.2",
231
- "semver": "^7.7.2",
231
+ "semver": "^7.7.3",
232
232
  "readable-stream": "npm:@built-in/readable-stream@1",
233
233
  "esbuild": ">0.24.2"
234
234
  },