rollup 4.60.1 → 4.60.2
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 +3 -3
- 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 +27 -13
- 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 +27 -13
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +42 -43
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.60.
|
|
5
|
-
|
|
4
|
+
Rollup.js v4.60.2
|
|
5
|
+
Sat, 18 Apr 2026 13:58:01 GMT - commit a6be82b8abd747458afdc7484319f7b5deb92535
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
8
8
|
|
|
@@ -27,7 +27,7 @@ require('node:perf_hooks');
|
|
|
27
27
|
require('node:url');
|
|
28
28
|
require('../getLogFilter.js');
|
|
29
29
|
|
|
30
|
-
const help = "rollup version 4.60.
|
|
30
|
+
const help = "rollup version 4.60.2\n=====================================\n\nUsage: rollup [options] <entry file>\n\nOptions:\n\n-c, --config <filename> Use this config file (if argument is used but value\n is unspecified, Rollup will try to load configuration files in\n the following order:\n rollup.config.mjs -> rollup.config.cjs -> rollup.config.js)\n-d, --dir <dirname> Directory for chunks (if absent, prints to stdout)\n-e, --external <ids> Comma-separate list of module IDs to exclude\n-f, --format <format> Type of output (amd, cjs, es, iife, umd, system)\n-g, --globals <pairs> Comma-separate list of `moduleID:Global` pairs\n-h, --help Show this help message\n-i, --input <filename> Input (alternative to <entry file>)\n-m, --sourcemap Generate sourcemap (`-m inline` for inline map)\n-n, --name <name> Name for UMD export\n-o, --file <output> Single output file (if absent, prints to stdout)\n-p, --plugin <plugin> Use the plugin specified (may be repeated)\n-v, --version Show version number\n-w, --watch Watch files in bundle and rebuild on changes\n--amd.autoId Generate the AMD ID based off the chunk name\n--amd.basePath <prefix> Path to prepend to auto generated AMD ID\n--amd.define <name> Function to use in place of `define`\n--amd.forceJsExtensionForImports Use `.js` extension in AMD imports\n--amd.id <id> ID for AMD module (default is anonymous)\n--assetFileNames <pattern> Name pattern for emitted assets\n--banner <text> Code to insert at top of bundle (outside wrapper)\n--chunkFileNames <pattern> Name pattern for emitted secondary chunks\n--compact Minify wrapper code\n--context <variable> Specify top-level `this` value\n--no-dynamicImportInCjs Write external dynamic CommonJS imports as require\n--entryFileNames <pattern> Name pattern for emitted entry chunks\n--environment <values> Settings passed to config file (see example)\n--no-esModule Do not add __esModule property\n--exports <mode> Specify export mode (auto, default, named, none)\n--extend Extend global variable defined by --name\n--no-externalImportAttributes Omit import attributes in \"es\" output\n--no-externalLiveBindings Do not generate code to support live bindings\n--failAfterWarnings Exit with an error if the build produced warnings\n--filterLogs <filter> Filter log messages\n--footer <text> Code to insert at end of bundle (outside wrapper)\n--forceExit Force exit the process when done\n--no-freeze Do not freeze namespace objects\n--generatedCode <preset> Which code features to use (es5/es2015)\n--generatedCode.arrowFunctions Use arrow functions in generated code\n--generatedCode.constBindings Use \"const\" in generated code\n--generatedCode.objectShorthand Use shorthand properties in generated code\n--no-generatedCode.reservedNamesAsProps Always quote reserved names as props\n--generatedCode.symbols Use symbols in generated code\n--hashCharacters <name> Use the specified character set for file hashes\n--no-hoistTransitiveImports Do not hoist transitive imports into entry chunks\n--importAttributesKey <name> Use the specified keyword for import attributes\n--no-indent Don't indent result\n--inlineDynamicImports Create single bundle when using dynamic imports\n--no-interop Do not include interop block\n--intro <text> Code to insert at top of bundle (inside wrapper)\n--logLevel <level> Which kind of logs to display\n--no-makeAbsoluteExternalsRelative Prevent normalization of external imports\n--maxParallelFileOps <value> How many files to read in parallel\n--minifyInternalExports Force or disable minification of internal exports\n--noConflict Generate a noConflict method for UMD globals\n--outro <text> Code to insert at end of bundle (inside wrapper)\n--perf Display performance timings\n--no-preserveEntrySignatures Avoid facade chunks for entry points\n--preserveModules Preserve module structure\n--preserveModulesRoot Put preserved modules under this path at root level\n--preserveSymlinks Do not follow symlinks when resolving files\n--no-reexportProtoFromExternal Ignore `__proto__` in star re-exports\n--no-sanitizeFileName Do not replace invalid characters in file names\n--shimMissingExports Create shim variables for missing exports\n--silent Don't print warnings\n--sourcemapBaseUrl <url> Emit absolute sourcemap URLs with given base\n--sourcemapDebugIds Emit unique debug ids in source and sourcemaps\n--sourcemapExcludeSources Do not include source code in source maps\n--sourcemapFile <file> Specify bundle position for source maps\n--sourcemapFileNames <pattern> Name pattern for emitted sourcemaps\n--stdin=ext Specify file extension used for stdin input\n--no-stdin Do not read \"-\" from stdin\n--no-strict Don't emit `\"use strict\";` in the generated modules\n--strictDeprecations Throw errors for deprecated features\n--no-systemNullSetters Do not replace empty SystemJS setters with `null`\n--no-treeshake Disable tree-shaking optimisations\n--no-treeshake.annotations Ignore pure call annotations\n--treeshake.correctVarValueBeforeDeclaration Deoptimize variables until declared\n--treeshake.manualPureFunctions <names> Manually declare functions as pure\n--no-treeshake.moduleSideEffects Assume modules have no side effects\n--no-treeshake.propertyReadSideEffects Ignore property access side effects\n--no-treeshake.tryCatchDeoptimization Do not turn off try-catch-tree-shaking\n--no-treeshake.unknownGlobalSideEffects Assume unknown globals do not throw\n--validate Validate output\n--waitForBundleInput Wait for bundle input files\n--watch.allowInputInsideOutputPath Whether the input path is allowed to be a\n subpath of the output path\n--watch.buildDelay <number> Throttle watch rebuilds\n--no-watch.clearScreen Do not clear the screen when rebuilding\n--watch.exclude <files> Exclude files from being watched\n--watch.include <files> Limit watching to specified files\n--watch.onBundleEnd <cmd> Shell command to run on `\"BUNDLE_END\"` event\n--watch.onBundleStart <cmd> Shell command to run on `\"BUNDLE_START\"` event\n--watch.onEnd <cmd> Shell command to run on `\"END\"` event\n--watch.onError <cmd> Shell command to run on `\"ERROR\"` event\n--watch.onStart <cmd> Shell command to run on `\"START\"` event\n--watch.skipWrite Do not write files to disk when watching\n\nExamples:\n\n# use settings in config file\nrollup -c\n\n# in config file, process.env.INCLUDE_DEPS === 'true'\n# and process.env.BUILD === 'production'\nrollup -c --environment INCLUDE_DEPS,BUILD:production\n\n# create CommonJS bundle.js from src/main.js\nrollup --format=cjs --file=bundle.js -- src/main.js\n\n# create self-executing IIFE using `window.jQuery`\n# and `window._` as external globals\nrollup -f iife --globals jquery:jQuery,lodash:_ \\\n -i src/app.js -o build/app.js -m build/app.js.map\n\nNotes:\n\n* When piping to stdout, only inline sourcemaps are permitted\n\nFor more information visit https://rollupjs.org\n";
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
* @license
|
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/parseAst.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.60.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.60.2
|
|
4
|
+
Sat, 18 Apr 2026 13:58:01 GMT - commit a6be82b8abd747458afdc7484319f7b5deb92535
|
|
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.60.
|
|
30
|
+
var version = "4.60.2";
|
|
31
31
|
|
|
32
32
|
// src/vlq.ts
|
|
33
33
|
var comma = ",".charCodeAt(0);
|
|
@@ -6981,7 +6981,7 @@ class ExportDefaultDeclaration extends NodeBase {
|
|
|
6981
6981
|
: null, options);
|
|
6982
6982
|
}
|
|
6983
6983
|
else if (this.variable.getOriginalVariable() !== this.variable) {
|
|
6984
|
-
// Remove altogether to prevent
|
|
6984
|
+
// Remove altogether to prevent redeclaring the same variable
|
|
6985
6985
|
treeshakeNode(this, code, start, end);
|
|
6986
6986
|
return;
|
|
6987
6987
|
}
|
|
@@ -8532,6 +8532,8 @@ const builtinModules = [
|
|
|
8532
8532
|
"stream",
|
|
8533
8533
|
"node:stream/consumers",
|
|
8534
8534
|
"stream/consumers",
|
|
8535
|
+
"node:stream/iter",
|
|
8536
|
+
"stream/iter",
|
|
8535
8537
|
"node:stream/promises",
|
|
8536
8538
|
"stream/promises",
|
|
8537
8539
|
"node:stream/web",
|
|
@@ -8565,7 +8567,9 @@ const builtinModules = [
|
|
|
8565
8567
|
"node:worker_threads",
|
|
8566
8568
|
"worker_threads",
|
|
8567
8569
|
"node:zlib",
|
|
8568
|
-
"zlib"
|
|
8570
|
+
"zlib",
|
|
8571
|
+
"node:zlib/iter",
|
|
8572
|
+
"zlib/iter"
|
|
8569
8573
|
];
|
|
8570
8574
|
|
|
8571
8575
|
const nodeBuiltins = new Set(builtinModules);
|
|
@@ -19589,6 +19593,16 @@ class Chunk {
|
|
|
19589
19593
|
}
|
|
19590
19594
|
setIdentifierRenderResolutions() {
|
|
19591
19595
|
const { format, generatedCode: { symbols }, interop, preserveModules, externalLiveBindings } = this.outputOptions;
|
|
19596
|
+
// Reset stale render names from previous output renderings of the same
|
|
19597
|
+
// module graph. Without this, variables that were renamed during a prior
|
|
19598
|
+
// output's import deconfliction (e.g. given a chunk-prefixed
|
|
19599
|
+
// `renderBaseName` like `vendor`) would carry that name into the next
|
|
19600
|
+
// output, producing invalid identifiers such as `function vendor.foo()`.
|
|
19601
|
+
for (const module of this.orderedModules) {
|
|
19602
|
+
for (const variable of module.scope.variables.values()) {
|
|
19603
|
+
variable.setRenderNames(null, null);
|
|
19604
|
+
}
|
|
19605
|
+
}
|
|
19592
19606
|
const syntheticExports = new Set();
|
|
19593
19607
|
for (const exportName of this.getExportNames()) {
|
|
19594
19608
|
const exportVariable = this.exportsByName.get(exportName);
|
|
@@ -21818,8 +21832,8 @@ class ModuleLoader {
|
|
|
21818
21832
|
for (const module of implicitlyLoadedAfterModules) {
|
|
21819
21833
|
entryModule.implicitlyLoadedAfter.add(module);
|
|
21820
21834
|
}
|
|
21821
|
-
for (const
|
|
21822
|
-
|
|
21835
|
+
for (const dependent of entryModule.implicitlyLoadedAfter) {
|
|
21836
|
+
dependent.implicitlyLoadedBefore.add(entryModule);
|
|
21823
21837
|
}
|
|
21824
21838
|
}
|
|
21825
21839
|
}
|
|
@@ -22093,8 +22107,8 @@ class ModuleLoader {
|
|
|
22093
22107
|
// be performed atomically
|
|
22094
22108
|
module.info.isEntry = true;
|
|
22095
22109
|
this.implicitEntryModules.delete(module);
|
|
22096
|
-
for (const
|
|
22097
|
-
|
|
22110
|
+
for (const dependent of module.implicitlyLoadedAfter) {
|
|
22111
|
+
dependent.implicitlyLoadedBefore.delete(module);
|
|
22098
22112
|
}
|
|
22099
22113
|
module.implicitlyLoadedAfter.clear();
|
|
22100
22114
|
}
|
|
@@ -22997,7 +23011,7 @@ class PluginDriver {
|
|
|
22997
23011
|
* Run a sync plugin hook and return the result.
|
|
22998
23012
|
* @param hookName Name of the plugin hook. Must be in `PluginHooks`.
|
|
22999
23013
|
* @param args Arguments passed to the plugin hook.
|
|
23000
|
-
* @param plugin The
|
|
23014
|
+
* @param plugin The actual plugin
|
|
23001
23015
|
* @param replaceContext When passed, the plugin context can be overridden.
|
|
23002
23016
|
*/
|
|
23003
23017
|
runHookSync(hookName, parameters, plugin, replaceContext) {
|
|
@@ -23245,9 +23259,9 @@ class Graph {
|
|
|
23245
23259
|
for (const externalModule of this.externalModules)
|
|
23246
23260
|
externalModule.warnUnusedImports();
|
|
23247
23261
|
for (const module of this.implicitEntryModules) {
|
|
23248
|
-
for (const
|
|
23249
|
-
if (!(
|
|
23250
|
-
error(logImplicitDependantIsNotIncluded(
|
|
23262
|
+
for (const dependent of module.implicitlyLoadedAfter) {
|
|
23263
|
+
if (!(dependent.info.isEntry || dependent.isIncluded())) {
|
|
23264
|
+
error(logImplicitDependantIsNotIncluded(dependent));
|
|
23251
23265
|
}
|
|
23252
23266
|
}
|
|
23253
23267
|
}
|
package/dist/es/shared/watch.js
CHANGED
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/parseAst.js
CHANGED
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
package/dist/shared/parseAst.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.60.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.60.2
|
|
4
|
+
Sat, 18 Apr 2026 13:58:01 GMT - commit a6be82b8abd747458afdc7484319f7b5deb92535
|
|
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.60.
|
|
45
|
+
var version = "4.60.2";
|
|
46
46
|
|
|
47
47
|
function ensureArray$1(items) {
|
|
48
48
|
if (Array.isArray(items)) {
|
|
@@ -3735,7 +3735,7 @@ class PluginDriver {
|
|
|
3735
3735
|
* Run a sync plugin hook and return the result.
|
|
3736
3736
|
* @param hookName Name of the plugin hook. Must be in `PluginHooks`.
|
|
3737
3737
|
* @param args Arguments passed to the plugin hook.
|
|
3738
|
-
* @param plugin The
|
|
3738
|
+
* @param plugin The actual plugin
|
|
3739
3739
|
* @param replaceContext When passed, the plugin context can be overridden.
|
|
3740
3740
|
*/
|
|
3741
3741
|
runHookSync(hookName, parameters, plugin, replaceContext) {
|
|
@@ -11071,7 +11071,7 @@ class ExportDefaultDeclaration extends NodeBase {
|
|
|
11071
11071
|
: null, options);
|
|
11072
11072
|
}
|
|
11073
11073
|
else if (this.variable.getOriginalVariable() !== this.variable) {
|
|
11074
|
-
// Remove altogether to prevent
|
|
11074
|
+
// Remove altogether to prevent redeclaring the same variable
|
|
11075
11075
|
treeshakeNode(this, code, start, end);
|
|
11076
11076
|
return;
|
|
11077
11077
|
}
|
|
@@ -12622,6 +12622,8 @@ const builtinModules = [
|
|
|
12622
12622
|
"stream",
|
|
12623
12623
|
"node:stream/consumers",
|
|
12624
12624
|
"stream/consumers",
|
|
12625
|
+
"node:stream/iter",
|
|
12626
|
+
"stream/iter",
|
|
12625
12627
|
"node:stream/promises",
|
|
12626
12628
|
"stream/promises",
|
|
12627
12629
|
"node:stream/web",
|
|
@@ -12655,7 +12657,9 @@ const builtinModules = [
|
|
|
12655
12657
|
"node:worker_threads",
|
|
12656
12658
|
"worker_threads",
|
|
12657
12659
|
"node:zlib",
|
|
12658
|
-
"zlib"
|
|
12660
|
+
"zlib",
|
|
12661
|
+
"node:zlib/iter",
|
|
12662
|
+
"zlib/iter"
|
|
12659
12663
|
];
|
|
12660
12664
|
|
|
12661
12665
|
const nodeBuiltins = new Set(builtinModules);
|
|
@@ -21083,6 +21087,16 @@ class Chunk {
|
|
|
21083
21087
|
}
|
|
21084
21088
|
setIdentifierRenderResolutions() {
|
|
21085
21089
|
const { format, generatedCode: { symbols }, interop, preserveModules, externalLiveBindings } = this.outputOptions;
|
|
21090
|
+
// Reset stale render names from previous output renderings of the same
|
|
21091
|
+
// module graph. Without this, variables that were renamed during a prior
|
|
21092
|
+
// output's import deconfliction (e.g. given a chunk-prefixed
|
|
21093
|
+
// `renderBaseName` like `vendor`) would carry that name into the next
|
|
21094
|
+
// output, producing invalid identifiers such as `function vendor.foo()`.
|
|
21095
|
+
for (const module of this.orderedModules) {
|
|
21096
|
+
for (const variable of module.scope.variables.values()) {
|
|
21097
|
+
variable.setRenderNames(null, null);
|
|
21098
|
+
}
|
|
21099
|
+
}
|
|
21086
21100
|
const syntheticExports = new Set();
|
|
21087
21101
|
for (const exportName of this.getExportNames()) {
|
|
21088
21102
|
const exportVariable = this.exportsByName.get(exportName);
|
|
@@ -23047,8 +23061,8 @@ class ModuleLoader {
|
|
|
23047
23061
|
for (const module of implicitlyLoadedAfterModules) {
|
|
23048
23062
|
entryModule.implicitlyLoadedAfter.add(module);
|
|
23049
23063
|
}
|
|
23050
|
-
for (const
|
|
23051
|
-
|
|
23064
|
+
for (const dependent of entryModule.implicitlyLoadedAfter) {
|
|
23065
|
+
dependent.implicitlyLoadedBefore.add(entryModule);
|
|
23052
23066
|
}
|
|
23053
23067
|
}
|
|
23054
23068
|
}
|
|
@@ -23322,8 +23336,8 @@ class ModuleLoader {
|
|
|
23322
23336
|
// be performed atomically
|
|
23323
23337
|
module.info.isEntry = true;
|
|
23324
23338
|
this.implicitEntryModules.delete(module);
|
|
23325
|
-
for (const
|
|
23326
|
-
|
|
23339
|
+
for (const dependent of module.implicitlyLoadedAfter) {
|
|
23340
|
+
dependent.implicitlyLoadedBefore.delete(module);
|
|
23327
23341
|
}
|
|
23328
23342
|
module.implicitlyLoadedAfter.clear();
|
|
23329
23343
|
}
|
|
@@ -23617,9 +23631,9 @@ class Graph {
|
|
|
23617
23631
|
for (const externalModule of this.externalModules)
|
|
23618
23632
|
externalModule.warnUnusedImports();
|
|
23619
23633
|
for (const module of this.implicitEntryModules) {
|
|
23620
|
-
for (const
|
|
23621
|
-
if (!(
|
|
23622
|
-
parseAst_js.error(parseAst_js.logImplicitDependantIsNotIncluded(
|
|
23634
|
+
for (const dependent of module.implicitlyLoadedAfter) {
|
|
23635
|
+
if (!(dependent.info.isEntry || dependent.isIncluded())) {
|
|
23636
|
+
parseAst_js.error(parseAst_js.logImplicitDependantIsNotIncluded(dependent));
|
|
23623
23637
|
}
|
|
23624
23638
|
}
|
|
23625
23639
|
}
|
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.60.
|
|
3
|
+
"version": "4.60.2",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -114,31 +114,31 @@
|
|
|
114
114
|
"homepage": "https://rollupjs.org/",
|
|
115
115
|
"optionalDependencies": {
|
|
116
116
|
"fsevents": "~2.3.2",
|
|
117
|
-
"@rollup/rollup-darwin-arm64": "4.60.
|
|
118
|
-
"@rollup/rollup-android-arm64": "4.60.
|
|
119
|
-
"@rollup/rollup-win32-arm64-msvc": "4.60.
|
|
120
|
-
"@rollup/rollup-freebsd-arm64": "4.60.
|
|
121
|
-
"@rollup/rollup-linux-arm64-gnu": "4.60.
|
|
122
|
-
"@rollup/rollup-linux-arm64-musl": "4.60.
|
|
123
|
-
"@rollup/rollup-android-arm-eabi": "4.60.
|
|
124
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.60.
|
|
125
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.60.
|
|
126
|
-
"@rollup/rollup-win32-ia32-msvc": "4.60.
|
|
127
|
-
"@rollup/rollup-linux-loong64-gnu": "4.60.
|
|
128
|
-
"@rollup/rollup-linux-loong64-musl": "4.60.
|
|
129
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.60.
|
|
130
|
-
"@rollup/rollup-linux-riscv64-musl": "4.60.
|
|
131
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.60.
|
|
132
|
-
"@rollup/rollup-linux-ppc64-musl": "4.60.
|
|
133
|
-
"@rollup/rollup-linux-s390x-gnu": "4.60.
|
|
134
|
-
"@rollup/rollup-darwin-x64": "4.60.
|
|
135
|
-
"@rollup/rollup-win32-x64-gnu": "4.60.
|
|
136
|
-
"@rollup/rollup-win32-x64-msvc": "4.60.
|
|
137
|
-
"@rollup/rollup-freebsd-x64": "4.60.
|
|
138
|
-
"@rollup/rollup-linux-x64-gnu": "4.60.
|
|
139
|
-
"@rollup/rollup-linux-x64-musl": "4.60.
|
|
140
|
-
"@rollup/rollup-openbsd-x64": "4.60.
|
|
141
|
-
"@rollup/rollup-openharmony-arm64": "4.60.
|
|
117
|
+
"@rollup/rollup-darwin-arm64": "4.60.2",
|
|
118
|
+
"@rollup/rollup-android-arm64": "4.60.2",
|
|
119
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.2",
|
|
120
|
+
"@rollup/rollup-freebsd-arm64": "4.60.2",
|
|
121
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.2",
|
|
122
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.2",
|
|
123
|
+
"@rollup/rollup-android-arm-eabi": "4.60.2",
|
|
124
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
|
|
125
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.2",
|
|
126
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.2",
|
|
127
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.2",
|
|
128
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.2",
|
|
129
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.2",
|
|
130
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.2",
|
|
131
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.2",
|
|
132
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.2",
|
|
133
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.2",
|
|
134
|
+
"@rollup/rollup-darwin-x64": "4.60.2",
|
|
135
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.2",
|
|
136
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.2",
|
|
137
|
+
"@rollup/rollup-freebsd-x64": "4.60.2",
|
|
138
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.2",
|
|
139
|
+
"@rollup/rollup-linux-x64-musl": "4.60.2",
|
|
140
|
+
"@rollup/rollup-openbsd-x64": "4.60.2",
|
|
141
|
+
"@rollup/rollup-openharmony-arm64": "4.60.2"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@types/estree": "1.0.8"
|
|
@@ -149,10 +149,10 @@
|
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@codemirror/commands": "^6.10.3",
|
|
151
151
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
152
|
-
"@codemirror/language": "^6.12.
|
|
152
|
+
"@codemirror/language": "^6.12.3",
|
|
153
153
|
"@codemirror/search": "^6.6.0",
|
|
154
154
|
"@codemirror/state": "^6.6.0",
|
|
155
|
-
"@codemirror/view": "^6.
|
|
155
|
+
"@codemirror/view": "^6.41.0",
|
|
156
156
|
"@eslint/js": "^10.0.1",
|
|
157
157
|
"@inquirer/prompts": "^7.10.1",
|
|
158
158
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
"@rollup/pluginutils": "^5.3.0",
|
|
170
170
|
"@shikijs/vitepress-twoslash": "^4.0.2",
|
|
171
171
|
"@types/mocha": "^10.0.10",
|
|
172
|
-
"@types/node": "^20.19.
|
|
173
|
-
"@types/picomatch": "^4.0.
|
|
172
|
+
"@types/node": "^20.19.39",
|
|
173
|
+
"@types/picomatch": "^4.0.3",
|
|
174
174
|
"@types/semver": "^7.7.1",
|
|
175
175
|
"@types/yargs-parser": "^21.0.3",
|
|
176
176
|
"@vue/language-server": "^3.2.6",
|
|
@@ -179,24 +179,23 @@
|
|
|
179
179
|
"acorn-import-phases": "^1.0.4",
|
|
180
180
|
"acorn-jsx": "^5.3.2",
|
|
181
181
|
"buble": "^0.20.0",
|
|
182
|
-
"builtin-modules": "^5.
|
|
182
|
+
"builtin-modules": "^5.1.0",
|
|
183
183
|
"chokidar": "^3.6.0",
|
|
184
184
|
"concurrently": "^9.2.1",
|
|
185
185
|
"core-js": "3.38.1",
|
|
186
|
-
"cross-env": "^10.1.0",
|
|
187
186
|
"date-time": "^4.0.0",
|
|
188
187
|
"es5-shim": "^4.6.7",
|
|
189
188
|
"es6-shim": "^0.35.8",
|
|
190
|
-
"eslint": "^10.
|
|
189
|
+
"eslint": "^10.2.0",
|
|
191
190
|
"eslint-config-prettier": "^10.1.8",
|
|
192
191
|
"eslint-plugin-prettier": "^5.5.5",
|
|
193
|
-
"eslint-plugin-unicorn": "^
|
|
192
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
194
193
|
"eslint-plugin-vue": "^10.8.0",
|
|
195
194
|
"fixturify": "^3.0.0",
|
|
196
195
|
"flru": "^1.0.2",
|
|
197
196
|
"fs-extra": "^11.3.4",
|
|
198
197
|
"github-api": "^3.4.0",
|
|
199
|
-
"globals": "^17.
|
|
198
|
+
"globals": "^17.5.0",
|
|
200
199
|
"husky": "^9.1.7",
|
|
201
200
|
"is-reference": "^3.0.3",
|
|
202
201
|
"lint-staged": "^16.4.0",
|
|
@@ -211,13 +210,13 @@
|
|
|
211
210
|
"picocolors": "^1.1.1",
|
|
212
211
|
"picomatch": "^4.0.4",
|
|
213
212
|
"pinia": "^3.0.4",
|
|
214
|
-
"prettier": "^3.8.
|
|
213
|
+
"prettier": "^3.8.2",
|
|
215
214
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
216
215
|
"pretty-bytes": "^7.1.0",
|
|
217
216
|
"pretty-ms": "^9.3.0",
|
|
218
217
|
"requirejs": "^2.3.8",
|
|
219
|
-
"rollup": "^4.60.
|
|
220
|
-
"rollup-plugin-license": "^3.7.
|
|
218
|
+
"rollup": "^4.60.1",
|
|
219
|
+
"rollup-plugin-license": "^3.7.1",
|
|
221
220
|
"semver": "^7.7.4",
|
|
222
221
|
"shx": "^0.4.0",
|
|
223
222
|
"signal-exit": "^4.1.0",
|
|
@@ -227,21 +226,21 @@
|
|
|
227
226
|
"terser": "^5.46.1",
|
|
228
227
|
"tslib": "^2.8.1",
|
|
229
228
|
"typescript": "^5.9.3",
|
|
230
|
-
"typescript-eslint": "^8.
|
|
231
|
-
"vite": "^7.3.
|
|
229
|
+
"typescript-eslint": "^8.58.2",
|
|
230
|
+
"vite": "^7.3.2",
|
|
232
231
|
"vitepress": "^1.6.4",
|
|
233
|
-
"vue": "^3.5.
|
|
232
|
+
"vue": "^3.5.32",
|
|
234
233
|
"vue-eslint-parser": "^10.4.0",
|
|
235
234
|
"vue-tsc": "^3.2.6",
|
|
236
235
|
"wasm-pack": "^0.14.0",
|
|
237
236
|
"yargs-parser": "^21.1.1"
|
|
238
237
|
},
|
|
239
238
|
"overrides": {
|
|
240
|
-
"axios": "^1.
|
|
239
|
+
"axios": "^1.15.0",
|
|
241
240
|
"esbuild": ">0.24.2",
|
|
242
241
|
"lodash-es": ">4.17.22",
|
|
243
242
|
"path-scurry": {
|
|
244
|
-
"lru-cache": "^11.
|
|
243
|
+
"lru-cache": "^11.3.5"
|
|
245
244
|
},
|
|
246
245
|
"readable-stream": "npm:@built-in/readable-stream@1",
|
|
247
246
|
"semver": "^7.7.4",
|