rollup 4.23.0 → 4.24.1

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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.23.0
4
- Tue, 01 Oct 2024 07:09:35 GMT - commit ed98e0821e6ad064839f0af46ceca061adbe3f14
3
+ Rollup.js v4.24.1
4
+ Sun, 27 Oct 2024 06:42:30 GMT - commit 88a54d892dacbb0efdbcade263a32d9df1a77b37
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.23.0
4
- Tue, 01 Oct 2024 07:09:35 GMT - commit ed98e0821e6ad064839f0af46ceca061adbe3f14
3
+ Rollup.js v4.24.1
4
+ Sun, 27 Oct 2024 06:42:30 GMT - commit 88a54d892dacbb0efdbcade263a32d9df1a77b37
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -63,10 +63,11 @@ class FileWatcher {
63
63
  createWatcher(transformWatcherId) {
64
64
  const task = this.task;
65
65
  const isLinux = node_os.platform() === 'linux';
66
+ const isFreeBSD = node_os.platform() === 'freebsd';
66
67
  const isTransformDependency = transformWatcherId !== null;
67
68
  const handleChange = (id, event) => {
68
69
  const changedId = transformWatcherId || id;
69
- if (isLinux) {
70
+ if (isLinux || isFreeBSD) {
70
71
  // unwatching and watching fixes an issue with chokidar where on certain systems,
71
72
  // a file that was unlinked and immediately recreated would create a change event
72
73
  // but then no longer any further events
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "4.23.0",
3
+ "version": "4.24.1",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -19,6 +19,7 @@
19
19
  "aarch64-apple-darwin",
20
20
  "aarch64-linux-android",
21
21
  "aarch64-pc-windows-msvc",
22
+ "aarch64-unknown-freebsd",
22
23
  "aarch64-unknown-linux-gnu",
23
24
  "aarch64-unknown-linux-musl",
24
25
  "armv7-linux-androideabi",
@@ -30,6 +31,7 @@
30
31
  "s390x-unknown-linux-gnu",
31
32
  "x86_64-apple-darwin",
32
33
  "x86_64-pc-windows-msvc",
34
+ "x86_64-unknown-freebsd",
33
35
  "x86_64-unknown-linux-gnu",
34
36
  "x86_64-unknown-linux-musl"
35
37
  ]
@@ -107,22 +109,24 @@
107
109
  "homepage": "https://rollupjs.org/",
108
110
  "optionalDependencies": {
109
111
  "fsevents": "~2.3.2",
110
- "@rollup/rollup-darwin-arm64": "4.23.0",
111
- "@rollup/rollup-android-arm64": "4.23.0",
112
- "@rollup/rollup-win32-arm64-msvc": "4.23.0",
113
- "@rollup/rollup-linux-arm64-gnu": "4.23.0",
114
- "@rollup/rollup-linux-arm64-musl": "4.23.0",
115
- "@rollup/rollup-android-arm-eabi": "4.23.0",
116
- "@rollup/rollup-linux-arm-gnueabihf": "4.23.0",
117
- "@rollup/rollup-linux-arm-musleabihf": "4.23.0",
118
- "@rollup/rollup-win32-ia32-msvc": "4.23.0",
119
- "@rollup/rollup-linux-riscv64-gnu": "4.23.0",
120
- "@rollup/rollup-linux-powerpc64le-gnu": "4.23.0",
121
- "@rollup/rollup-linux-s390x-gnu": "4.23.0",
122
- "@rollup/rollup-darwin-x64": "4.23.0",
123
- "@rollup/rollup-win32-x64-msvc": "4.23.0",
124
- "@rollup/rollup-linux-x64-gnu": "4.23.0",
125
- "@rollup/rollup-linux-x64-musl": "4.23.0"
112
+ "@rollup/rollup-darwin-arm64": "4.24.1",
113
+ "@rollup/rollup-android-arm64": "4.24.1",
114
+ "@rollup/rollup-win32-arm64-msvc": "4.24.1",
115
+ "@rollup/rollup-freebsd-arm64": "4.24.1",
116
+ "@rollup/rollup-linux-arm64-gnu": "4.24.1",
117
+ "@rollup/rollup-linux-arm64-musl": "4.24.1",
118
+ "@rollup/rollup-android-arm-eabi": "4.24.1",
119
+ "@rollup/rollup-linux-arm-gnueabihf": "4.24.1",
120
+ "@rollup/rollup-linux-arm-musleabihf": "4.24.1",
121
+ "@rollup/rollup-win32-ia32-msvc": "4.24.1",
122
+ "@rollup/rollup-linux-riscv64-gnu": "4.24.1",
123
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.24.1",
124
+ "@rollup/rollup-linux-s390x-gnu": "4.24.1",
125
+ "@rollup/rollup-darwin-x64": "4.24.1",
126
+ "@rollup/rollup-win32-x64-msvc": "4.24.1",
127
+ "@rollup/rollup-freebsd-x64": "4.24.1",
128
+ "@rollup/rollup-linux-x64-gnu": "4.24.1",
129
+ "@rollup/rollup-linux-x64-musl": "4.24.1"
126
130
  },
127
131
  "dependencies": {
128
132
  "@types/estree": "1.0.6"
@@ -131,34 +135,35 @@
131
135
  "core-js": "We only update manually as every update requires a snapshot update"
132
136
  },
133
137
  "devDependencies": {
134
- "@codemirror/commands": "^6.6.2",
138
+ "@codemirror/commands": "^6.7.1",
135
139
  "@codemirror/lang-javascript": "^6.2.2",
136
140
  "@codemirror/language": "^6.10.3",
137
141
  "@codemirror/search": "^6.5.6",
138
142
  "@codemirror/state": "^6.4.1",
139
- "@codemirror/view": "^6.33.0",
140
- "@eslint/js": "^9.11.1",
141
- "@inquirer/prompts": "^6.0.1",
143
+ "@codemirror/view": "^6.34.1",
144
+ "@eslint/js": "^9.13.0",
145
+ "@inquirer/prompts": "^7.0.0",
142
146
  "@jridgewell/sourcemap-codec": "^1.5.0",
143
- "@mermaid-js/mermaid-cli": "^11.2.0",
147
+ "@mermaid-js/mermaid-cli": "^11.2.1",
144
148
  "@napi-rs/cli": "^2.18.4",
145
149
  "@rollup/plugin-alias": "^5.1.1",
146
150
  "@rollup/plugin-buble": "^1.0.3",
147
- "@rollup/plugin-commonjs": "^28.0.0",
151
+ "@rollup/plugin-commonjs": "^28.0.1",
148
152
  "@rollup/plugin-json": "^6.1.0",
149
153
  "@rollup/plugin-node-resolve": "^15.3.0",
150
154
  "@rollup/plugin-replace": "^6.0.1",
151
155
  "@rollup/plugin-terser": "^0.4.4",
152
- "@rollup/plugin-typescript": "^12.1.0",
156
+ "@rollup/plugin-typescript": "^12.1.1",
153
157
  "@rollup/pluginutils": "^5.1.2",
154
- "@shikijs/vitepress-twoslash": "^1.18.0",
155
- "@types/mocha": "^10.0.8",
156
- "@types/node": "^18.19.50",
158
+ "@shikijs/vitepress-twoslash": "^1.22.0",
159
+ "@types/mocha": "^10.0.9",
160
+ "@types/node": "^18.19.58",
157
161
  "@types/semver": "^7.5.8",
158
162
  "@types/yargs-parser": "^21.0.3",
159
163
  "@vue/language-server": "^2.1.6",
160
- "acorn": "^8.12.1",
164
+ "acorn": "^8.13.0",
161
165
  "acorn-import-assertions": "^1.9.0",
166
+ "acorn-jsx": "^5.3.2",
162
167
  "buble": "^0.20.0",
163
168
  "builtin-modules": "^4.0.0",
164
169
  "chokidar": "^3.6.0",
@@ -169,32 +174,32 @@
169
174
  "date-time": "^4.0.0",
170
175
  "es5-shim": "^4.6.7",
171
176
  "es6-shim": "^0.35.8",
172
- "eslint": "^9.11.1",
177
+ "eslint": "^9.13.0",
173
178
  "eslint-config-prettier": "^9.1.0",
174
179
  "eslint-plugin-prettier": "^5.2.1",
175
- "eslint-plugin-unicorn": "^55.0.0",
176
- "eslint-plugin-vue": "^9.28.0",
180
+ "eslint-plugin-unicorn": "^56.0.0",
181
+ "eslint-plugin-vue": "^9.29.1",
177
182
  "fixturify": "^3.0.0",
178
183
  "flru": "^1.0.2",
179
184
  "fs-extra": "^11.2.0",
180
185
  "github-api": "^3.4.0",
181
- "globals": "^15.9.0",
186
+ "globals": "^15.11.0",
182
187
  "husky": "^9.1.6",
183
188
  "is-reference": "^3.0.2",
184
189
  "lint-staged": "^15.2.10",
185
190
  "locate-character": "^3.0.0",
186
- "magic-string": "^0.30.11",
191
+ "magic-string": "^0.30.12",
187
192
  "mocha": "^10.7.3",
188
193
  "nodemon": "^3.1.7",
189
194
  "npm-audit-resolver": "^3.0.0-RC.0",
190
195
  "nyc": "^17.1.0",
191
- "pinia": "^2.2.2",
196
+ "pinia": "^2.2.4",
192
197
  "prettier": "^3.3.3",
193
198
  "prettier-plugin-organize-imports": "^4.1.0",
194
199
  "pretty-bytes": "^6.1.1",
195
200
  "pretty-ms": "^9.1.0",
196
201
  "requirejs": "^2.3.7",
197
- "rollup": "^4.22.4",
202
+ "rollup": "^4.24.0",
198
203
  "rollup-plugin-license": "^3.5.3",
199
204
  "rollup-plugin-string": "^3.0.0",
200
205
  "semver": "^7.6.3",
@@ -203,13 +208,13 @@
203
208
  "source-map": "^0.7.4",
204
209
  "source-map-support": "^0.5.21",
205
210
  "systemjs": "^6.15.1",
206
- "terser": "^5.33.0",
207
- "tslib": "^2.7.0",
208
- "typescript": "^5.6.2",
209
- "typescript-eslint": "^8.7.0",
210
- "vite": "^5.4.7",
211
- "vitepress": "^1.3.4",
212
- "vue": "^3.5.8",
211
+ "terser": "^5.36.0",
212
+ "tslib": "^2.8.0",
213
+ "typescript": "^5.6.3",
214
+ "typescript-eslint": "^8.11.0",
215
+ "vite": "^5.4.9",
216
+ "vitepress": "^1.4.1",
217
+ "vue": "^3.5.12",
213
218
  "vue-tsc": "^2.1.6",
214
219
  "wasm-pack": "^0.13.0",
215
220
  "yargs-parser": "^21.1.1"