rollup 4.34.8 → 4.35.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 CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.34.8
5
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
4
+ Rollup.js v4.35.0
5
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
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.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -15,7 +15,7 @@ import process$1, { env } from 'node:process';
15
15
  import { performance } from 'node:perf_hooks';
16
16
  import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
17
17
 
18
- var version = "4.34.8";
18
+ var version = "4.35.0";
19
19
 
20
20
  const comma = ','.charCodeAt(0);
21
21
  const semicolon = ';'.charCodeAt(0);
@@ -8297,58 +8297,114 @@ function updateExtensionForRelativeAmdId(id, forceJsExtensionForImports) {
8297
8297
  }
8298
8298
 
8299
8299
  const builtinModules = [
8300
+ "node:assert",
8300
8301
  "assert",
8302
+ "node:assert/strict",
8301
8303
  "assert/strict",
8304
+ "node:async_hooks",
8302
8305
  "async_hooks",
8306
+ "node:buffer",
8303
8307
  "buffer",
8308
+ "node:child_process",
8304
8309
  "child_process",
8310
+ "node:cluster",
8305
8311
  "cluster",
8312
+ "node:console",
8306
8313
  "console",
8314
+ "node:constants",
8307
8315
  "constants",
8316
+ "node:crypto",
8308
8317
  "crypto",
8318
+ "node:dgram",
8309
8319
  "dgram",
8320
+ "node:diagnostics_channel",
8310
8321
  "diagnostics_channel",
8322
+ "node:dns",
8311
8323
  "dns",
8324
+ "node:dns/promises",
8312
8325
  "dns/promises",
8326
+ "node:domain",
8313
8327
  "domain",
8328
+ "node:events",
8314
8329
  "events",
8330
+ "node:fs",
8315
8331
  "fs",
8332
+ "node:fs/promises",
8316
8333
  "fs/promises",
8334
+ "node:http",
8317
8335
  "http",
8336
+ "node:http2",
8318
8337
  "http2",
8338
+ "node:https",
8319
8339
  "https",
8340
+ "node:inspector",
8320
8341
  "inspector",
8342
+ "node:inspector/promises",
8321
8343
  "inspector/promises",
8344
+ "node:module",
8322
8345
  "module",
8346
+ "node:net",
8323
8347
  "net",
8348
+ "node:os",
8324
8349
  "os",
8350
+ "node:path",
8325
8351
  "path",
8352
+ "node:path/posix",
8326
8353
  "path/posix",
8354
+ "node:path/win32",
8327
8355
  "path/win32",
8356
+ "node:perf_hooks",
8328
8357
  "perf_hooks",
8358
+ "node:process",
8329
8359
  "process",
8330
- "punycode",
8360
+ "node:querystring",
8331
8361
  "querystring",
8362
+ "node:quic",
8363
+ "node:readline",
8332
8364
  "readline",
8365
+ "node:readline/promises",
8333
8366
  "readline/promises",
8367
+ "node:repl",
8334
8368
  "repl",
8369
+ "node:sea",
8370
+ "node:sqlite",
8371
+ "node:stream",
8335
8372
  "stream",
8373
+ "node:stream/consumers",
8336
8374
  "stream/consumers",
8375
+ "node:stream/promises",
8337
8376
  "stream/promises",
8377
+ "node:stream/web",
8338
8378
  "stream/web",
8379
+ "node:string_decoder",
8339
8380
  "string_decoder",
8381
+ "node:test",
8382
+ "node:test/reporters",
8383
+ "node:timers",
8340
8384
  "timers",
8385
+ "node:timers/promises",
8341
8386
  "timers/promises",
8387
+ "node:tls",
8342
8388
  "tls",
8389
+ "node:trace_events",
8343
8390
  "trace_events",
8391
+ "node:tty",
8344
8392
  "tty",
8393
+ "node:url",
8345
8394
  "url",
8395
+ "node:util",
8346
8396
  "util",
8397
+ "node:util/types",
8347
8398
  "util/types",
8399
+ "node:v8",
8348
8400
  "v8",
8401
+ "node:vm",
8349
8402
  "vm",
8403
+ "node:wasi",
8350
8404
  "wasi",
8405
+ "node:worker_threads",
8351
8406
  "worker_threads",
8407
+ "node:zlib",
8352
8408
  "zlib"
8353
8409
  ];
8354
8410
 
@@ -8933,7 +8989,7 @@ function getDefaultExportFromCjs (x) {
8933
8989
  }
8934
8990
 
8935
8991
  function getAugmentedNamespace(n) {
8936
- if (n.__esModule) return n;
8992
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
8937
8993
  var f = n.default;
8938
8994
  if (typeof f == "function") {
8939
8995
  var a = function a () {
@@ -22725,11 +22781,28 @@ async function rollupInternal(rawInputOptions, watcher) {
22725
22781
  if (watchFiles.length > 0) {
22726
22782
  error_.watchFiles = watchFiles;
22727
22783
  }
22728
- await graph.pluginDriver.hookParallel('buildEnd', [error_]);
22729
- await graph.pluginDriver.hookParallel('closeBundle', []);
22784
+ try {
22785
+ await graph.pluginDriver.hookParallel('buildEnd', [error_]);
22786
+ }
22787
+ catch (buildEndError) {
22788
+ // Create a compound error object to include both errors, based on the original error
22789
+ const compoundError = getRollupError({
22790
+ ...error_,
22791
+ message: `There was an error during the build:\n ${error_.message}\nAdditionally, handling the error in the 'buildEnd' hook caused the following error:\n ${buildEndError.message}`
22792
+ });
22793
+ await graph.pluginDriver.hookParallel('closeBundle', [compoundError]);
22794
+ throw compoundError;
22795
+ }
22796
+ await graph.pluginDriver.hookParallel('closeBundle', [error_]);
22730
22797
  throw error_;
22731
22798
  }
22732
- await graph.pluginDriver.hookParallel('buildEnd', []);
22799
+ try {
22800
+ await graph.pluginDriver.hookParallel('buildEnd', []);
22801
+ }
22802
+ catch (buildEndError) {
22803
+ await graph.pluginDriver.hookParallel('closeBundle', [buildEndError]);
22804
+ throw buildEndError;
22805
+ }
22733
22806
  });
22734
22807
  timeEnd('BUILD', 1);
22735
22808
  const result = {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
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.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.d.ts CHANGED
@@ -212,7 +212,10 @@ interface ModuleInfo extends ModuleOptions {
212
212
 
213
213
  export type GetModuleInfo = (moduleId: string) => ModuleInfo | null;
214
214
 
215
- export type CustomPluginOptions = Record<string, any>;
215
+ // eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style -- this is an interface so that it can be extended by plugins
216
+ export interface CustomPluginOptions {
217
+ [plugin: string]: any;
218
+ }
216
219
 
217
220
  type LoggingFunctionWithPosition = (
218
221
  log: RollupLog | string | (() => RollupLog | string),
@@ -401,7 +404,7 @@ export interface FunctionPluginHooks {
401
404
  augmentChunkHash: (this: PluginContext, chunk: RenderedChunk) => string | void;
402
405
  buildEnd: (this: PluginContext, error?: Error) => void;
403
406
  buildStart: (this: PluginContext, options: NormalizedInputOptions) => void;
404
- closeBundle: (this: PluginContext) => void;
407
+ closeBundle: (this: PluginContext, error?: Error) => void;
405
408
  closeWatcher: (this: PluginContext) => void;
406
409
  generateBundle: (
407
410
  this: PluginContext,
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -17,7 +17,7 @@ const native_js = require('../native.js');
17
17
  const node_perf_hooks = require('node:perf_hooks');
18
18
  const promises = require('node:fs/promises');
19
19
 
20
- var version = "4.34.8";
20
+ var version = "4.35.0";
21
21
 
22
22
  function ensureArray$1(items) {
23
23
  if (Array.isArray(items)) {
@@ -1386,7 +1386,7 @@ function getDefaultExportFromCjs (x) {
1386
1386
  }
1387
1387
 
1388
1388
  function getAugmentedNamespace(n) {
1389
- if (n.__esModule) return n;
1389
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
1390
1390
  var f = n.default;
1391
1391
  if (typeof f == "function") {
1392
1392
  var a = function a () {
@@ -9794,58 +9794,114 @@ function updateExtensionForRelativeAmdId(id, forceJsExtensionForImports) {
9794
9794
  }
9795
9795
 
9796
9796
  const builtinModules = [
9797
+ "node:assert",
9797
9798
  "assert",
9799
+ "node:assert/strict",
9798
9800
  "assert/strict",
9801
+ "node:async_hooks",
9799
9802
  "async_hooks",
9803
+ "node:buffer",
9800
9804
  "buffer",
9805
+ "node:child_process",
9801
9806
  "child_process",
9807
+ "node:cluster",
9802
9808
  "cluster",
9809
+ "node:console",
9803
9810
  "console",
9811
+ "node:constants",
9804
9812
  "constants",
9813
+ "node:crypto",
9805
9814
  "crypto",
9815
+ "node:dgram",
9806
9816
  "dgram",
9817
+ "node:diagnostics_channel",
9807
9818
  "diagnostics_channel",
9819
+ "node:dns",
9808
9820
  "dns",
9821
+ "node:dns/promises",
9809
9822
  "dns/promises",
9823
+ "node:domain",
9810
9824
  "domain",
9825
+ "node:events",
9811
9826
  "events",
9827
+ "node:fs",
9812
9828
  "fs",
9829
+ "node:fs/promises",
9813
9830
  "fs/promises",
9831
+ "node:http",
9814
9832
  "http",
9833
+ "node:http2",
9815
9834
  "http2",
9835
+ "node:https",
9816
9836
  "https",
9837
+ "node:inspector",
9817
9838
  "inspector",
9839
+ "node:inspector/promises",
9818
9840
  "inspector/promises",
9841
+ "node:module",
9819
9842
  "module",
9843
+ "node:net",
9820
9844
  "net",
9845
+ "node:os",
9821
9846
  "os",
9847
+ "node:path",
9822
9848
  "path",
9849
+ "node:path/posix",
9823
9850
  "path/posix",
9851
+ "node:path/win32",
9824
9852
  "path/win32",
9853
+ "node:perf_hooks",
9825
9854
  "perf_hooks",
9855
+ "node:process",
9826
9856
  "process",
9827
- "punycode",
9857
+ "node:querystring",
9828
9858
  "querystring",
9859
+ "node:quic",
9860
+ "node:readline",
9829
9861
  "readline",
9862
+ "node:readline/promises",
9830
9863
  "readline/promises",
9864
+ "node:repl",
9831
9865
  "repl",
9866
+ "node:sea",
9867
+ "node:sqlite",
9868
+ "node:stream",
9832
9869
  "stream",
9870
+ "node:stream/consumers",
9833
9871
  "stream/consumers",
9872
+ "node:stream/promises",
9834
9873
  "stream/promises",
9874
+ "node:stream/web",
9835
9875
  "stream/web",
9876
+ "node:string_decoder",
9836
9877
  "string_decoder",
9878
+ "node:test",
9879
+ "node:test/reporters",
9880
+ "node:timers",
9837
9881
  "timers",
9882
+ "node:timers/promises",
9838
9883
  "timers/promises",
9884
+ "node:tls",
9839
9885
  "tls",
9886
+ "node:trace_events",
9840
9887
  "trace_events",
9888
+ "node:tty",
9841
9889
  "tty",
9890
+ "node:url",
9842
9891
  "url",
9892
+ "node:util",
9843
9893
  "util",
9894
+ "node:util/types",
9844
9895
  "util/types",
9896
+ "node:v8",
9845
9897
  "v8",
9898
+ "node:vm",
9846
9899
  "vm",
9900
+ "node:wasi",
9847
9901
  "wasi",
9902
+ "node:worker_threads",
9848
9903
  "worker_threads",
9904
+ "node:zlib",
9849
9905
  "zlib"
9850
9906
  ];
9851
9907
 
@@ -23047,11 +23103,28 @@ async function rollupInternal(rawInputOptions, watcher) {
23047
23103
  if (watchFiles.length > 0) {
23048
23104
  error_.watchFiles = watchFiles;
23049
23105
  }
23050
- await graph.pluginDriver.hookParallel('buildEnd', [error_]);
23051
- await graph.pluginDriver.hookParallel('closeBundle', []);
23106
+ try {
23107
+ await graph.pluginDriver.hookParallel('buildEnd', [error_]);
23108
+ }
23109
+ catch (buildEndError) {
23110
+ // Create a compound error object to include both errors, based on the original error
23111
+ const compoundError = parseAst_js.getRollupError({
23112
+ ...error_,
23113
+ message: `There was an error during the build:\n ${error_.message}\nAdditionally, handling the error in the 'buildEnd' hook caused the following error:\n ${buildEndError.message}`
23114
+ });
23115
+ await graph.pluginDriver.hookParallel('closeBundle', [compoundError]);
23116
+ throw compoundError;
23117
+ }
23118
+ await graph.pluginDriver.hookParallel('closeBundle', [error_]);
23052
23119
  throw error_;
23053
23120
  }
23054
- await graph.pluginDriver.hookParallel('buildEnd', []);
23121
+ try {
23122
+ await graph.pluginDriver.hookParallel('buildEnd', []);
23123
+ }
23124
+ catch (buildEndError) {
23125
+ await graph.pluginDriver.hookParallel('closeBundle', [buildEndError]);
23126
+ throw buildEndError;
23127
+ }
23055
23128
  });
23056
23129
  timeEnd('BUILD', 1);
23057
23130
  const result = {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.34.8
4
- Mon, 17 Feb 2025 06:25:53 GMT - commit 8f667b7c15b176728449a4917cb29fe5ee3a1c0c
3
+ Rollup.js v4.35.0
4
+ Sat, 08 Mar 2025 06:24:12 GMT - commit 70ef1cce7c740030cc2935b563d13950cc1511f5
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.34.8",
3
+ "version": "4.35.0",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -110,25 +110,25 @@
110
110
  "homepage": "https://rollupjs.org/",
111
111
  "optionalDependencies": {
112
112
  "fsevents": "~2.3.2",
113
- "@rollup/rollup-darwin-arm64": "4.34.8",
114
- "@rollup/rollup-android-arm64": "4.34.8",
115
- "@rollup/rollup-win32-arm64-msvc": "4.34.8",
116
- "@rollup/rollup-freebsd-arm64": "4.34.8",
117
- "@rollup/rollup-linux-arm64-gnu": "4.34.8",
118
- "@rollup/rollup-linux-arm64-musl": "4.34.8",
119
- "@rollup/rollup-android-arm-eabi": "4.34.8",
120
- "@rollup/rollup-linux-arm-gnueabihf": "4.34.8",
121
- "@rollup/rollup-linux-arm-musleabihf": "4.34.8",
122
- "@rollup/rollup-win32-ia32-msvc": "4.34.8",
123
- "@rollup/rollup-linux-loongarch64-gnu": "4.34.8",
124
- "@rollup/rollup-linux-riscv64-gnu": "4.34.8",
125
- "@rollup/rollup-linux-powerpc64le-gnu": "4.34.8",
126
- "@rollup/rollup-linux-s390x-gnu": "4.34.8",
127
- "@rollup/rollup-darwin-x64": "4.34.8",
128
- "@rollup/rollup-win32-x64-msvc": "4.34.8",
129
- "@rollup/rollup-freebsd-x64": "4.34.8",
130
- "@rollup/rollup-linux-x64-gnu": "4.34.8",
131
- "@rollup/rollup-linux-x64-musl": "4.34.8"
113
+ "@rollup/rollup-darwin-arm64": "4.35.0",
114
+ "@rollup/rollup-android-arm64": "4.35.0",
115
+ "@rollup/rollup-win32-arm64-msvc": "4.35.0",
116
+ "@rollup/rollup-freebsd-arm64": "4.35.0",
117
+ "@rollup/rollup-linux-arm64-gnu": "4.35.0",
118
+ "@rollup/rollup-linux-arm64-musl": "4.35.0",
119
+ "@rollup/rollup-android-arm-eabi": "4.35.0",
120
+ "@rollup/rollup-linux-arm-gnueabihf": "4.35.0",
121
+ "@rollup/rollup-linux-arm-musleabihf": "4.35.0",
122
+ "@rollup/rollup-win32-ia32-msvc": "4.35.0",
123
+ "@rollup/rollup-linux-loongarch64-gnu": "4.35.0",
124
+ "@rollup/rollup-linux-riscv64-gnu": "4.35.0",
125
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.35.0",
126
+ "@rollup/rollup-linux-s390x-gnu": "4.35.0",
127
+ "@rollup/rollup-darwin-x64": "4.35.0",
128
+ "@rollup/rollup-win32-x64-msvc": "4.35.0",
129
+ "@rollup/rollup-freebsd-x64": "4.35.0",
130
+ "@rollup/rollup-linux-x64-gnu": "4.35.0",
131
+ "@rollup/rollup-linux-x64-musl": "4.35.0"
132
132
  },
133
133
  "dependencies": {
134
134
  "@types/estree": "1.0.6"
@@ -138,13 +138,13 @@
138
138
  },
139
139
  "devDependencies": {
140
140
  "@codemirror/commands": "^6.8.0",
141
- "@codemirror/lang-javascript": "^6.2.2",
141
+ "@codemirror/lang-javascript": "^6.2.3",
142
142
  "@codemirror/language": "^6.10.8",
143
- "@codemirror/search": "^6.5.8",
143
+ "@codemirror/search": "^6.5.10",
144
144
  "@codemirror/state": "^6.5.2",
145
- "@codemirror/view": "^6.36.2",
146
- "@eslint/js": "^9.20.0",
147
- "@inquirer/prompts": "^7.3.1",
145
+ "@codemirror/view": "^6.36.4",
146
+ "@eslint/js": "^9.21.0",
147
+ "@inquirer/prompts": "^7.3.2",
148
148
  "@jridgewell/sourcemap-codec": "^1.5.0",
149
149
  "@mermaid-js/mermaid-cli": "^11.4.2",
150
150
  "@napi-rs/cli": "^2.18.4",
@@ -157,17 +157,17 @@
157
157
  "@rollup/plugin-terser": "^0.4.4",
158
158
  "@rollup/plugin-typescript": "^12.1.2",
159
159
  "@rollup/pluginutils": "^5.1.4",
160
- "@shikijs/vitepress-twoslash": "^2.3.2",
160
+ "@shikijs/vitepress-twoslash": "^3.1.0",
161
161
  "@types/mocha": "^10.0.10",
162
- "@types/node": "^18.19.75",
162
+ "@types/node": "^18.19.79",
163
163
  "@types/semver": "^7.5.8",
164
164
  "@types/yargs-parser": "^21.0.3",
165
- "@vue/language-server": "^2.2.0",
165
+ "@vue/language-server": "^2.2.8",
166
166
  "acorn": "^8.14.0",
167
167
  "acorn-import-assertions": "^1.9.0",
168
168
  "acorn-jsx": "^5.3.2",
169
169
  "buble": "^0.20.0",
170
- "builtin-modules": "^4.0.0",
170
+ "builtin-modules": "^5.0.0",
171
171
  "chokidar": "^3.6.0",
172
172
  "concurrently": "^9.1.2",
173
173
  "core-js": "3.38.1",
@@ -175,16 +175,16 @@
175
175
  "date-time": "^4.0.0",
176
176
  "es5-shim": "^4.6.7",
177
177
  "es6-shim": "^0.35.8",
178
- "eslint": "^9.20.0",
179
- "eslint-config-prettier": "^10.0.1",
178
+ "eslint": "^9.21.0",
179
+ "eslint-config-prettier": "^10.0.2",
180
180
  "eslint-plugin-prettier": "^5.2.3",
181
- "eslint-plugin-unicorn": "^56.0.1",
181
+ "eslint-plugin-unicorn": "^57.0.0",
182
182
  "eslint-plugin-vue": "^9.32.0",
183
183
  "fixturify": "^3.0.0",
184
184
  "flru": "^1.0.2",
185
185
  "fs-extra": "^11.3.0",
186
186
  "github-api": "^3.4.0",
187
- "globals": "^15.14.0",
187
+ "globals": "^16.0.0",
188
188
  "husky": "^9.1.7",
189
189
  "is-reference": "^3.0.3",
190
190
  "lint-staged": "^15.4.3",
@@ -195,14 +195,14 @@
195
195
  "npm-audit-resolver": "^3.0.0-RC.0",
196
196
  "nyc": "^17.1.0",
197
197
  "picocolors": "^1.1.1",
198
- "pinia": "^2.3.1",
199
- "prettier": "^3.5.0",
198
+ "pinia": "^3.0.1",
199
+ "prettier": "^3.5.3",
200
200
  "prettier-plugin-organize-imports": "^4.1.0",
201
201
  "pretty-bytes": "^6.1.1",
202
202
  "pretty-ms": "^9.2.0",
203
203
  "requirejs": "^2.3.7",
204
- "rollup": "^4.34.6",
205
- "rollup-plugin-license": "^3.5.3",
204
+ "rollup": "^4.34.9",
205
+ "rollup-plugin-license": "^3.6.0",
206
206
  "rollup-plugin-string": "^3.0.0",
207
207
  "semver": "^7.7.1",
208
208
  "shx": "^0.3.4",
@@ -210,21 +210,22 @@
210
210
  "source-map": "^0.7.4",
211
211
  "source-map-support": "^0.5.21",
212
212
  "systemjs": "^6.15.1",
213
- "terser": "^5.38.1",
213
+ "terser": "^5.39.0",
214
214
  "tslib": "^2.8.1",
215
- "typescript": "^5.7.3",
216
- "typescript-eslint": "^8.24.0",
217
- "vite": "^6.1.0",
215
+ "typescript": "^5.8.2",
216
+ "typescript-eslint": "^8.26.0",
217
+ "vite": "^6.2.0",
218
218
  "vitepress": "^1.6.3",
219
219
  "vue": "^3.5.13",
220
- "vue-tsc": "^2.2.0",
220
+ "vue-tsc": "^2.2.8",
221
221
  "wasm-pack": "^0.13.1",
222
222
  "yargs-parser": "^21.1.1"
223
223
  },
224
224
  "overrides": {
225
- "axios": "^1.7.9",
225
+ "axios": "^1.8.1",
226
226
  "semver": "^7.7.1",
227
- "readable-stream": "npm:@built-in/readable-stream@1"
227
+ "readable-stream": "npm:@built-in/readable-stream@1",
228
+ "esbuild": ">0.24.2"
228
229
  },
229
230
  "comments": {
230
231
  "vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges"