@storybook/cli 10.2.0-alpha.0 → 10.2.0-alpha.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/_node-chunks/{block-dependencies-versions-YKRW5SYC.js → block-dependencies-versions-YMH7MA6V.js} +11 -11
- package/dist/_node-chunks/{block-experimental-addon-test-BHT6IBTZ.js → block-experimental-addon-test-VMSSA6IY.js} +9 -9
- package/dist/_node-chunks/{block-major-version-J6RFROI4.js → block-major-version-RKSGPDEM.js} +9 -9
- package/dist/_node-chunks/{block-node-version-G4ZMP6PJ.js → block-node-version-MMAIJUYV.js} +9 -9
- package/dist/_node-chunks/{block-webpack5-frameworks-DEKL5ZQB.js → block-webpack5-frameworks-W2IQ3DDM.js} +11 -11
- package/dist/_node-chunks/{chunk-WAFUIVHE.js → chunk-6IINXQSO.js} +97 -97
- package/dist/_node-chunks/chunk-ANTP3N6G.js +11 -0
- package/dist/_node-chunks/{chunk-MAC22N5V.js → chunk-BCFEN3Q2.js} +20 -20
- package/dist/_node-chunks/{chunk-KUU46LHW.js → chunk-EXMRYCYJ.js} +6 -6
- package/dist/_node-chunks/{chunk-QMFFDEDI.js → chunk-IY7VLWOH.js} +165 -165
- package/dist/_node-chunks/{globby-UTOPYCAF.js → globby-LDZL2WSF.js} +8 -8
- package/dist/_node-chunks/{p-limit-DP5WTOR3.js → p-limit-KOKXKO6S.js} +8 -8
- package/dist/_node-chunks/{run-V6TJ2DH5.js → run-DGUQRWOC.js} +68 -76
- package/dist/bin/index.js +7 -7
- package/package.json +4 -8
- package/dist/_node-chunks/chunk-FBXLLQHP.js +0 -11
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_i51ef7xnrop from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_i51ef7xnrop from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_i51ef7xnrop from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_i51ef7xnrop.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_i51ef7xnrop.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_i51ef7xnrop.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
__commonJS
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-EXMRYCYJ.js";
|
|
15
15
|
|
|
16
|
-
//
|
|
16
|
+
// ../../../node_modules/semver/internal/constants.js
|
|
17
17
|
var require_constants = __commonJS({
|
|
18
|
-
"
|
|
18
|
+
"../../../node_modules/semver/internal/constants.js"(exports, module) {
|
|
19
19
|
"use strict";
|
|
20
20
|
var SEMVER_SPEC_VERSION = "2.0.0", MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
21
21
|
9007199254740991, MAX_SAFE_COMPONENT_LENGTH = 16, MAX_SAFE_BUILD_LENGTH = 250, RELEASE_TYPES = [
|
|
@@ -40,9 +40,9 @@ var require_constants = __commonJS({
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
|
|
43
|
-
//
|
|
43
|
+
// ../../../node_modules/semver/internal/debug.js
|
|
44
44
|
var require_debug = __commonJS({
|
|
45
|
-
"
|
|
45
|
+
"../../../node_modules/semver/internal/debug.js"(exports, module) {
|
|
46
46
|
"use strict";
|
|
47
47
|
var debug = typeof process == "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
48
48
|
};
|
|
@@ -50,9 +50,9 @@ var require_debug = __commonJS({
|
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
52
|
|
|
53
|
-
//
|
|
53
|
+
// ../../../node_modules/semver/internal/re.js
|
|
54
54
|
var require_re = __commonJS({
|
|
55
|
-
"
|
|
55
|
+
"../../../node_modules/semver/internal/re.js"(exports, module) {
|
|
56
56
|
"use strict";
|
|
57
57
|
var {
|
|
58
58
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
@@ -121,18 +121,18 @@ var require_re = __commonJS({
|
|
|
121
121
|
}
|
|
122
122
|
});
|
|
123
123
|
|
|
124
|
-
//
|
|
124
|
+
// ../../../node_modules/semver/internal/parse-options.js
|
|
125
125
|
var require_parse_options = __commonJS({
|
|
126
|
-
"
|
|
126
|
+
"../../../node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
127
127
|
"use strict";
|
|
128
128
|
var looseOption = Object.freeze({ loose: !0 }), emptyOpts = Object.freeze({}), parseOptions = (options) => options ? typeof options != "object" ? looseOption : options : emptyOpts;
|
|
129
129
|
module.exports = parseOptions;
|
|
130
130
|
}
|
|
131
131
|
});
|
|
132
132
|
|
|
133
|
-
//
|
|
133
|
+
// ../../../node_modules/semver/internal/identifiers.js
|
|
134
134
|
var require_identifiers = __commonJS({
|
|
135
|
-
"
|
|
135
|
+
"../../../node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
136
136
|
"use strict";
|
|
137
137
|
var numeric = /^[0-9]+$/, compareIdentifiers = (a, b) => {
|
|
138
138
|
if (typeof a == "number" && typeof b == "number")
|
|
@@ -147,9 +147,9 @@ var require_identifiers = __commonJS({
|
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
149
|
|
|
150
|
-
//
|
|
150
|
+
// ../../../node_modules/semver/classes/semver.js
|
|
151
151
|
var require_semver = __commonJS({
|
|
152
|
-
"
|
|
152
|
+
"../../../node_modules/semver/classes/semver.js"(exports, module) {
|
|
153
153
|
"use strict";
|
|
154
154
|
var debug = require_debug(), { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants(), { safeRe: re, t } = require_re(), parseOptions = require_parse_options(), { compareIdentifiers } = require_identifiers(), SemVer = class _SemVer {
|
|
155
155
|
constructor(version, options) {
|
|
@@ -309,9 +309,9 @@ var require_semver = __commonJS({
|
|
|
309
309
|
}
|
|
310
310
|
});
|
|
311
311
|
|
|
312
|
-
//
|
|
312
|
+
// ../../../node_modules/semver/functions/parse.js
|
|
313
313
|
var require_parse = __commonJS({
|
|
314
|
-
"
|
|
314
|
+
"../../../node_modules/semver/functions/parse.js"(exports, module) {
|
|
315
315
|
"use strict";
|
|
316
316
|
var SemVer = require_semver(), parse = (version, options, throwErrors = !1) => {
|
|
317
317
|
if (version instanceof SemVer)
|
|
@@ -328,9 +328,9 @@ var require_parse = __commonJS({
|
|
|
328
328
|
}
|
|
329
329
|
});
|
|
330
330
|
|
|
331
|
-
//
|
|
331
|
+
// ../../../node_modules/semver/functions/valid.js
|
|
332
332
|
var require_valid = __commonJS({
|
|
333
|
-
"
|
|
333
|
+
"../../../node_modules/semver/functions/valid.js"(exports, module) {
|
|
334
334
|
"use strict";
|
|
335
335
|
var parse = require_parse(), valid = (version, options) => {
|
|
336
336
|
let v = parse(version, options);
|
|
@@ -340,9 +340,9 @@ var require_valid = __commonJS({
|
|
|
340
340
|
}
|
|
341
341
|
});
|
|
342
342
|
|
|
343
|
-
//
|
|
343
|
+
// ../../../node_modules/semver/functions/clean.js
|
|
344
344
|
var require_clean = __commonJS({
|
|
345
|
-
"
|
|
345
|
+
"../../../node_modules/semver/functions/clean.js"(exports, module) {
|
|
346
346
|
"use strict";
|
|
347
347
|
var parse = require_parse(), clean = (version, options) => {
|
|
348
348
|
let s = parse(version.trim().replace(/^[=v]+/, ""), options);
|
|
@@ -352,9 +352,9 @@ var require_clean = __commonJS({
|
|
|
352
352
|
}
|
|
353
353
|
});
|
|
354
354
|
|
|
355
|
-
//
|
|
355
|
+
// ../../../node_modules/semver/functions/inc.js
|
|
356
356
|
var require_inc = __commonJS({
|
|
357
|
-
"
|
|
357
|
+
"../../../node_modules/semver/functions/inc.js"(exports, module) {
|
|
358
358
|
"use strict";
|
|
359
359
|
var SemVer = require_semver(), inc = (version, release, options, identifier, identifierBase) => {
|
|
360
360
|
typeof options == "string" && (identifierBase = identifier, identifier = options, options = void 0);
|
|
@@ -371,9 +371,9 @@ var require_inc = __commonJS({
|
|
|
371
371
|
}
|
|
372
372
|
});
|
|
373
373
|
|
|
374
|
-
//
|
|
374
|
+
// ../../../node_modules/semver/functions/diff.js
|
|
375
375
|
var require_diff = __commonJS({
|
|
376
|
-
"
|
|
376
|
+
"../../../node_modules/semver/functions/diff.js"(exports, module) {
|
|
377
377
|
"use strict";
|
|
378
378
|
var parse = require_parse(), diff = (version1, version2) => {
|
|
379
379
|
let v1 = parse(version1, null, !0), v2 = parse(version2, null, !0), comparison = v1.compare(v2);
|
|
@@ -393,36 +393,36 @@ var require_diff = __commonJS({
|
|
|
393
393
|
}
|
|
394
394
|
});
|
|
395
395
|
|
|
396
|
-
//
|
|
396
|
+
// ../../../node_modules/semver/functions/major.js
|
|
397
397
|
var require_major = __commonJS({
|
|
398
|
-
"
|
|
398
|
+
"../../../node_modules/semver/functions/major.js"(exports, module) {
|
|
399
399
|
"use strict";
|
|
400
400
|
var SemVer = require_semver(), major = (a, loose) => new SemVer(a, loose).major;
|
|
401
401
|
module.exports = major;
|
|
402
402
|
}
|
|
403
403
|
});
|
|
404
404
|
|
|
405
|
-
//
|
|
405
|
+
// ../../../node_modules/semver/functions/minor.js
|
|
406
406
|
var require_minor = __commonJS({
|
|
407
|
-
"
|
|
407
|
+
"../../../node_modules/semver/functions/minor.js"(exports, module) {
|
|
408
408
|
"use strict";
|
|
409
409
|
var SemVer = require_semver(), minor = (a, loose) => new SemVer(a, loose).minor;
|
|
410
410
|
module.exports = minor;
|
|
411
411
|
}
|
|
412
412
|
});
|
|
413
413
|
|
|
414
|
-
//
|
|
414
|
+
// ../../../node_modules/semver/functions/patch.js
|
|
415
415
|
var require_patch = __commonJS({
|
|
416
|
-
"
|
|
416
|
+
"../../../node_modules/semver/functions/patch.js"(exports, module) {
|
|
417
417
|
"use strict";
|
|
418
418
|
var SemVer = require_semver(), patch = (a, loose) => new SemVer(a, loose).patch;
|
|
419
419
|
module.exports = patch;
|
|
420
420
|
}
|
|
421
421
|
});
|
|
422
422
|
|
|
423
|
-
//
|
|
423
|
+
// ../../../node_modules/semver/functions/prerelease.js
|
|
424
424
|
var require_prerelease = __commonJS({
|
|
425
|
-
"
|
|
425
|
+
"../../../node_modules/semver/functions/prerelease.js"(exports, module) {
|
|
426
426
|
"use strict";
|
|
427
427
|
var parse = require_parse(), prerelease = (version, options) => {
|
|
428
428
|
let parsed = parse(version, options);
|
|
@@ -432,36 +432,36 @@ var require_prerelease = __commonJS({
|
|
|
432
432
|
}
|
|
433
433
|
});
|
|
434
434
|
|
|
435
|
-
//
|
|
435
|
+
// ../../../node_modules/semver/functions/compare.js
|
|
436
436
|
var require_compare = __commonJS({
|
|
437
|
-
"
|
|
437
|
+
"../../../node_modules/semver/functions/compare.js"(exports, module) {
|
|
438
438
|
"use strict";
|
|
439
439
|
var SemVer = require_semver(), compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
440
440
|
module.exports = compare;
|
|
441
441
|
}
|
|
442
442
|
});
|
|
443
443
|
|
|
444
|
-
//
|
|
444
|
+
// ../../../node_modules/semver/functions/rcompare.js
|
|
445
445
|
var require_rcompare = __commonJS({
|
|
446
|
-
"
|
|
446
|
+
"../../../node_modules/semver/functions/rcompare.js"(exports, module) {
|
|
447
447
|
"use strict";
|
|
448
448
|
var compare = require_compare(), rcompare = (a, b, loose) => compare(b, a, loose);
|
|
449
449
|
module.exports = rcompare;
|
|
450
450
|
}
|
|
451
451
|
});
|
|
452
452
|
|
|
453
|
-
//
|
|
453
|
+
// ../../../node_modules/semver/functions/compare-loose.js
|
|
454
454
|
var require_compare_loose = __commonJS({
|
|
455
|
-
"
|
|
455
|
+
"../../../node_modules/semver/functions/compare-loose.js"(exports, module) {
|
|
456
456
|
"use strict";
|
|
457
457
|
var compare = require_compare(), compareLoose = (a, b) => compare(a, b, !0);
|
|
458
458
|
module.exports = compareLoose;
|
|
459
459
|
}
|
|
460
460
|
});
|
|
461
461
|
|
|
462
|
-
//
|
|
462
|
+
// ../../../node_modules/semver/functions/compare-build.js
|
|
463
463
|
var require_compare_build = __commonJS({
|
|
464
|
-
"
|
|
464
|
+
"../../../node_modules/semver/functions/compare-build.js"(exports, module) {
|
|
465
465
|
"use strict";
|
|
466
466
|
var SemVer = require_semver(), compareBuild = (a, b, loose) => {
|
|
467
467
|
let versionA = new SemVer(a, loose), versionB = new SemVer(b, loose);
|
|
@@ -471,81 +471,81 @@ var require_compare_build = __commonJS({
|
|
|
471
471
|
}
|
|
472
472
|
});
|
|
473
473
|
|
|
474
|
-
//
|
|
474
|
+
// ../../../node_modules/semver/functions/sort.js
|
|
475
475
|
var require_sort = __commonJS({
|
|
476
|
-
"
|
|
476
|
+
"../../../node_modules/semver/functions/sort.js"(exports, module) {
|
|
477
477
|
"use strict";
|
|
478
478
|
var compareBuild = require_compare_build(), sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
|
|
479
479
|
module.exports = sort;
|
|
480
480
|
}
|
|
481
481
|
});
|
|
482
482
|
|
|
483
|
-
//
|
|
483
|
+
// ../../../node_modules/semver/functions/rsort.js
|
|
484
484
|
var require_rsort = __commonJS({
|
|
485
|
-
"
|
|
485
|
+
"../../../node_modules/semver/functions/rsort.js"(exports, module) {
|
|
486
486
|
"use strict";
|
|
487
487
|
var compareBuild = require_compare_build(), rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
|
|
488
488
|
module.exports = rsort;
|
|
489
489
|
}
|
|
490
490
|
});
|
|
491
491
|
|
|
492
|
-
//
|
|
492
|
+
// ../../../node_modules/semver/functions/gt.js
|
|
493
493
|
var require_gt = __commonJS({
|
|
494
|
-
"
|
|
494
|
+
"../../../node_modules/semver/functions/gt.js"(exports, module) {
|
|
495
495
|
"use strict";
|
|
496
496
|
var compare = require_compare(), gt = (a, b, loose) => compare(a, b, loose) > 0;
|
|
497
497
|
module.exports = gt;
|
|
498
498
|
}
|
|
499
499
|
});
|
|
500
500
|
|
|
501
|
-
//
|
|
501
|
+
// ../../../node_modules/semver/functions/lt.js
|
|
502
502
|
var require_lt = __commonJS({
|
|
503
|
-
"
|
|
503
|
+
"../../../node_modules/semver/functions/lt.js"(exports, module) {
|
|
504
504
|
"use strict";
|
|
505
505
|
var compare = require_compare(), lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
506
506
|
module.exports = lt;
|
|
507
507
|
}
|
|
508
508
|
});
|
|
509
509
|
|
|
510
|
-
//
|
|
510
|
+
// ../../../node_modules/semver/functions/eq.js
|
|
511
511
|
var require_eq = __commonJS({
|
|
512
|
-
"
|
|
512
|
+
"../../../node_modules/semver/functions/eq.js"(exports, module) {
|
|
513
513
|
"use strict";
|
|
514
514
|
var compare = require_compare(), eq = (a, b, loose) => compare(a, b, loose) === 0;
|
|
515
515
|
module.exports = eq;
|
|
516
516
|
}
|
|
517
517
|
});
|
|
518
518
|
|
|
519
|
-
//
|
|
519
|
+
// ../../../node_modules/semver/functions/neq.js
|
|
520
520
|
var require_neq = __commonJS({
|
|
521
|
-
"
|
|
521
|
+
"../../../node_modules/semver/functions/neq.js"(exports, module) {
|
|
522
522
|
"use strict";
|
|
523
523
|
var compare = require_compare(), neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
524
524
|
module.exports = neq;
|
|
525
525
|
}
|
|
526
526
|
});
|
|
527
527
|
|
|
528
|
-
//
|
|
528
|
+
// ../../../node_modules/semver/functions/gte.js
|
|
529
529
|
var require_gte = __commonJS({
|
|
530
|
-
"
|
|
530
|
+
"../../../node_modules/semver/functions/gte.js"(exports, module) {
|
|
531
531
|
"use strict";
|
|
532
532
|
var compare = require_compare(), gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
533
533
|
module.exports = gte;
|
|
534
534
|
}
|
|
535
535
|
});
|
|
536
536
|
|
|
537
|
-
//
|
|
537
|
+
// ../../../node_modules/semver/functions/lte.js
|
|
538
538
|
var require_lte = __commonJS({
|
|
539
|
-
"
|
|
539
|
+
"../../../node_modules/semver/functions/lte.js"(exports, module) {
|
|
540
540
|
"use strict";
|
|
541
541
|
var compare = require_compare(), lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
542
542
|
module.exports = lte;
|
|
543
543
|
}
|
|
544
544
|
});
|
|
545
545
|
|
|
546
|
-
//
|
|
546
|
+
// ../../../node_modules/semver/functions/cmp.js
|
|
547
547
|
var require_cmp = __commonJS({
|
|
548
|
-
"
|
|
548
|
+
"../../../node_modules/semver/functions/cmp.js"(exports, module) {
|
|
549
549
|
"use strict";
|
|
550
550
|
var eq = require_eq(), neq = require_neq(), gt = require_gt(), gte = require_gte(), lt = require_lt(), lte = require_lte(), cmp = (a, op, b, loose) => {
|
|
551
551
|
switch (op) {
|
|
@@ -575,9 +575,9 @@ var require_cmp = __commonJS({
|
|
|
575
575
|
}
|
|
576
576
|
});
|
|
577
577
|
|
|
578
|
-
//
|
|
578
|
+
// ../../../node_modules/semver/functions/coerce.js
|
|
579
579
|
var require_coerce = __commonJS({
|
|
580
|
-
"
|
|
580
|
+
"../../../node_modules/semver/functions/coerce.js"(exports, module) {
|
|
581
581
|
"use strict";
|
|
582
582
|
var SemVer = require_semver(), parse = require_parse(), { safeRe: re, t } = require_re(), coerce = (version, options) => {
|
|
583
583
|
if (version instanceof SemVer)
|
|
@@ -603,9 +603,9 @@ var require_coerce = __commonJS({
|
|
|
603
603
|
}
|
|
604
604
|
});
|
|
605
605
|
|
|
606
|
-
//
|
|
606
|
+
// ../../../node_modules/semver/internal/lrucache.js
|
|
607
607
|
var require_lrucache = __commonJS({
|
|
608
|
-
"
|
|
608
|
+
"../../../node_modules/semver/internal/lrucache.js"(exports, module) {
|
|
609
609
|
"use strict";
|
|
610
610
|
var LRUCache = class {
|
|
611
611
|
constructor() {
|
|
@@ -634,9 +634,9 @@ var require_lrucache = __commonJS({
|
|
|
634
634
|
}
|
|
635
635
|
});
|
|
636
636
|
|
|
637
|
-
//
|
|
637
|
+
// ../../../node_modules/semver/classes/range.js
|
|
638
638
|
var require_range = __commonJS({
|
|
639
|
-
"
|
|
639
|
+
"../../../node_modules/semver/classes/range.js"(exports, module) {
|
|
640
640
|
"use strict";
|
|
641
641
|
var SPACE_CHARACTERS = /\s+/g, Range = class _Range {
|
|
642
642
|
constructor(range, options) {
|
|
@@ -770,9 +770,9 @@ var require_range = __commonJS({
|
|
|
770
770
|
}
|
|
771
771
|
});
|
|
772
772
|
|
|
773
|
-
//
|
|
773
|
+
// ../../../node_modules/semver/classes/comparator.js
|
|
774
774
|
var require_comparator = __commonJS({
|
|
775
|
-
"
|
|
775
|
+
"../../../node_modules/semver/classes/comparator.js"(exports, module) {
|
|
776
776
|
"use strict";
|
|
777
777
|
var ANY = Symbol("SemVer ANY"), Comparator = class _Comparator {
|
|
778
778
|
static get ANY() {
|
|
@@ -817,9 +817,9 @@ var require_comparator = __commonJS({
|
|
|
817
817
|
}
|
|
818
818
|
});
|
|
819
819
|
|
|
820
|
-
//
|
|
820
|
+
// ../../../node_modules/semver/functions/satisfies.js
|
|
821
821
|
var require_satisfies = __commonJS({
|
|
822
|
-
"
|
|
822
|
+
"../../../node_modules/semver/functions/satisfies.js"(exports, module) {
|
|
823
823
|
"use strict";
|
|
824
824
|
var Range = require_range(), satisfies = (version, range, options) => {
|
|
825
825
|
try {
|
|
@@ -833,18 +833,18 @@ var require_satisfies = __commonJS({
|
|
|
833
833
|
}
|
|
834
834
|
});
|
|
835
835
|
|
|
836
|
-
//
|
|
836
|
+
// ../../../node_modules/semver/ranges/to-comparators.js
|
|
837
837
|
var require_to_comparators = __commonJS({
|
|
838
|
-
"
|
|
838
|
+
"../../../node_modules/semver/ranges/to-comparators.js"(exports, module) {
|
|
839
839
|
"use strict";
|
|
840
840
|
var Range = require_range(), toComparators = (range, options) => new Range(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
|
841
841
|
module.exports = toComparators;
|
|
842
842
|
}
|
|
843
843
|
});
|
|
844
844
|
|
|
845
|
-
//
|
|
845
|
+
// ../../../node_modules/semver/ranges/max-satisfying.js
|
|
846
846
|
var require_max_satisfying = __commonJS({
|
|
847
|
-
"
|
|
847
|
+
"../../../node_modules/semver/ranges/max-satisfying.js"(exports, module) {
|
|
848
848
|
"use strict";
|
|
849
849
|
var SemVer = require_semver(), Range = require_range(), maxSatisfying = (versions, range, options) => {
|
|
850
850
|
let max = null, maxSV = null, rangeObj = null;
|
|
@@ -861,9 +861,9 @@ var require_max_satisfying = __commonJS({
|
|
|
861
861
|
}
|
|
862
862
|
});
|
|
863
863
|
|
|
864
|
-
//
|
|
864
|
+
// ../../../node_modules/semver/ranges/min-satisfying.js
|
|
865
865
|
var require_min_satisfying = __commonJS({
|
|
866
|
-
"
|
|
866
|
+
"../../../node_modules/semver/ranges/min-satisfying.js"(exports, module) {
|
|
867
867
|
"use strict";
|
|
868
868
|
var SemVer = require_semver(), Range = require_range(), minSatisfying = (versions, range, options) => {
|
|
869
869
|
let min = null, minSV = null, rangeObj = null;
|
|
@@ -880,9 +880,9 @@ var require_min_satisfying = __commonJS({
|
|
|
880
880
|
}
|
|
881
881
|
});
|
|
882
882
|
|
|
883
|
-
//
|
|
883
|
+
// ../../../node_modules/semver/ranges/min-version.js
|
|
884
884
|
var require_min_version = __commonJS({
|
|
885
|
-
"
|
|
885
|
+
"../../../node_modules/semver/ranges/min-version.js"(exports, module) {
|
|
886
886
|
"use strict";
|
|
887
887
|
var SemVer = require_semver(), Range = require_range(), gt = require_gt(), minVersion = (range, loose) => {
|
|
888
888
|
range = new Range(range, loose);
|
|
@@ -917,9 +917,9 @@ var require_min_version = __commonJS({
|
|
|
917
917
|
}
|
|
918
918
|
});
|
|
919
919
|
|
|
920
|
-
//
|
|
920
|
+
// ../../../node_modules/semver/ranges/valid.js
|
|
921
921
|
var require_valid2 = __commonJS({
|
|
922
|
-
"
|
|
922
|
+
"../../../node_modules/semver/ranges/valid.js"(exports, module) {
|
|
923
923
|
"use strict";
|
|
924
924
|
var Range = require_range(), validRange = (range, options) => {
|
|
925
925
|
try {
|
|
@@ -932,9 +932,9 @@ var require_valid2 = __commonJS({
|
|
|
932
932
|
}
|
|
933
933
|
});
|
|
934
934
|
|
|
935
|
-
//
|
|
935
|
+
// ../../../node_modules/semver/ranges/outside.js
|
|
936
936
|
var require_outside = __commonJS({
|
|
937
|
-
"
|
|
937
|
+
"../../../node_modules/semver/ranges/outside.js"(exports, module) {
|
|
938
938
|
"use strict";
|
|
939
939
|
var SemVer = require_semver(), Comparator = require_comparator(), { ANY } = Comparator, Range = require_range(), satisfies = require_satisfies(), gt = require_gt(), lt = require_lt(), lte = require_lte(), gte = require_gte(), outside = (version, range, hilo, options) => {
|
|
940
940
|
version = new SemVer(version, options), range = new Range(range, options);
|
|
@@ -966,36 +966,36 @@ var require_outside = __commonJS({
|
|
|
966
966
|
}
|
|
967
967
|
});
|
|
968
968
|
|
|
969
|
-
//
|
|
969
|
+
// ../../../node_modules/semver/ranges/gtr.js
|
|
970
970
|
var require_gtr = __commonJS({
|
|
971
|
-
"
|
|
971
|
+
"../../../node_modules/semver/ranges/gtr.js"(exports, module) {
|
|
972
972
|
"use strict";
|
|
973
973
|
var outside = require_outside(), gtr = (version, range, options) => outside(version, range, ">", options);
|
|
974
974
|
module.exports = gtr;
|
|
975
975
|
}
|
|
976
976
|
});
|
|
977
977
|
|
|
978
|
-
//
|
|
978
|
+
// ../../../node_modules/semver/ranges/ltr.js
|
|
979
979
|
var require_ltr = __commonJS({
|
|
980
|
-
"
|
|
980
|
+
"../../../node_modules/semver/ranges/ltr.js"(exports, module) {
|
|
981
981
|
"use strict";
|
|
982
982
|
var outside = require_outside(), ltr = (version, range, options) => outside(version, range, "<", options);
|
|
983
983
|
module.exports = ltr;
|
|
984
984
|
}
|
|
985
985
|
});
|
|
986
986
|
|
|
987
|
-
//
|
|
987
|
+
// ../../../node_modules/semver/ranges/intersects.js
|
|
988
988
|
var require_intersects = __commonJS({
|
|
989
|
-
"
|
|
989
|
+
"../../../node_modules/semver/ranges/intersects.js"(exports, module) {
|
|
990
990
|
"use strict";
|
|
991
991
|
var Range = require_range(), intersects = (r1, r2, options) => (r1 = new Range(r1, options), r2 = new Range(r2, options), r1.intersects(r2, options));
|
|
992
992
|
module.exports = intersects;
|
|
993
993
|
}
|
|
994
994
|
});
|
|
995
995
|
|
|
996
|
-
//
|
|
996
|
+
// ../../../node_modules/semver/ranges/simplify.js
|
|
997
997
|
var require_simplify = __commonJS({
|
|
998
|
-
"
|
|
998
|
+
"../../../node_modules/semver/ranges/simplify.js"(exports, module) {
|
|
999
999
|
"use strict";
|
|
1000
1000
|
var satisfies = require_satisfies(), compare = require_compare();
|
|
1001
1001
|
module.exports = (versions, range, options) => {
|
|
@@ -1012,9 +1012,9 @@ var require_simplify = __commonJS({
|
|
|
1012
1012
|
}
|
|
1013
1013
|
});
|
|
1014
1014
|
|
|
1015
|
-
//
|
|
1015
|
+
// ../../../node_modules/semver/ranges/subset.js
|
|
1016
1016
|
var require_subset = __commonJS({
|
|
1017
|
-
"
|
|
1017
|
+
"../../../node_modules/semver/ranges/subset.js"(exports, module) {
|
|
1018
1018
|
"use strict";
|
|
1019
1019
|
var Range = require_range(), Comparator = require_comparator(), { ANY } = Comparator, satisfies = require_satisfies(), compare = require_compare(), subset = (sub, dom, options = {}) => {
|
|
1020
1020
|
if (sub === dom)
|
|
@@ -1100,9 +1100,9 @@ var require_subset = __commonJS({
|
|
|
1100
1100
|
}
|
|
1101
1101
|
});
|
|
1102
1102
|
|
|
1103
|
-
//
|
|
1103
|
+
// ../../../node_modules/semver/index.js
|
|
1104
1104
|
var require_semver2 = __commonJS({
|
|
1105
|
-
"
|
|
1105
|
+
"../../../node_modules/semver/index.js"(exports, module) {
|
|
1106
1106
|
"use strict";
|
|
1107
1107
|
var internalRe = require_re(), constants = require_constants(), SemVer = require_semver(), identifiers = require_identifiers(), parse = require_parse(), valid = require_valid(), clean = require_clean(), inc = require_inc(), diff = require_diff(), major = require_major(), minor = require_minor(), patch = require_patch(), prerelease = require_prerelease(), compare = require_compare(), rcompare = require_rcompare(), compareLoose = require_compare_loose(), compareBuild = require_compare_build(), sort = require_sort(), rsort = require_rsort(), gt = require_gt(), lt = require_lt(), eq = require_eq(), neq = require_neq(), gte = require_gte(), lte = require_lte(), cmp = require_cmp(), coerce = require_coerce(), Comparator = require_comparator(), Range = require_range(), satisfies = require_satisfies(), toComparators = require_to_comparators(), maxSatisfying = require_max_satisfying(), minSatisfying = require_min_satisfying(), minVersion = require_min_version(), validRange = require_valid2(), outside = require_outside(), gtr = require_gtr(), ltr = require_ltr(), intersects = require_intersects(), simplifyRange = require_simplify(), subset = require_subset();
|
|
1108
1108
|
module.exports = {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_i51ef7xnrop from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_i51ef7xnrop from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_i51ef7xnrop from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_i51ef7xnrop.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_i51ef7xnrop.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_i51ef7xnrop.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_i51ef7xnrop from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_i51ef7xnrop from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_i51ef7xnrop from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_i51ef7xnrop.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_i51ef7xnrop.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_i51ef7xnrop.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,18 +12,18 @@ var require = CJS_COMPAT_NODE_MODULE_y3lf37qc5es.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
globby,
|
|
14
14
|
globbySync
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-IY7VLWOH.js";
|
|
16
16
|
import {
|
|
17
17
|
require_semver
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-6IINXQSO.js";
|
|
19
19
|
import {
|
|
20
20
|
__commonJS,
|
|
21
21
|
__toESM
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-EXMRYCYJ.js";
|
|
23
23
|
|
|
24
|
-
//
|
|
24
|
+
// ../../../node_modules/picocolors/picocolors.js
|
|
25
25
|
var require_picocolors = __commonJS({
|
|
26
|
-
"
|
|
26
|
+
"../../../node_modules/picocolors/picocolors.js"(exports, module) {
|
|
27
27
|
var p = process || {}, argv = p.argv || [], env = p.env || {}, isColorSupported = !(env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || p.platform === "win32" || (p.stdout || {}).isTTY && env.TERM !== "dumb" || !!env.CI), formatter = (open, close, replace = open) => (input) => {
|
|
28
28
|
let string = "" + input, index = string.indexOf(close, open.length);
|
|
29
29
|
return ~index ? open + replaceClose(string, close, replace, index) + close : open + string + close;
|
|
@@ -99,16 +99,16 @@ import {
|
|
|
99
99
|
UpgradeStorybookUnknownCurrentVersionError
|
|
100
100
|
} from "storybook/internal/server-errors";
|
|
101
101
|
|
|
102
|
-
//
|
|
102
|
+
// ../../../node_modules/empathic/walk.mjs
|
|
103
103
|
import { dirname } from "node:path";
|
|
104
104
|
|
|
105
|
-
//
|
|
105
|
+
// ../../../node_modules/empathic/resolve.mjs
|
|
106
106
|
import { isAbsolute, join, resolve } from "node:path";
|
|
107
107
|
function absolute(input, root) {
|
|
108
108
|
return isAbsolute(input) ? input : resolve(root || ".", input);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
//
|
|
111
|
+
// ../../../node_modules/empathic/walk.mjs
|
|
112
112
|
function up(base, options) {
|
|
113
113
|
let { last, cwd } = options || {}, tmp = absolute(base, cwd), root = absolute(last || "/", cwd), prev, arr = [];
|
|
114
114
|
for (; prev !== root && (arr.push(tmp), tmp = dirname(prev = tmp), tmp !== prev); )
|
|
@@ -122,11 +122,11 @@ var import_picocolors2 = __toESM(require_picocolors(), 1), import_semver = __toE
|
|
|
122
122
|
// src/autoblock/index.ts
|
|
123
123
|
var blockers = () => [
|
|
124
124
|
// add/remove blockers here
|
|
125
|
-
import("./block-dependencies-versions-
|
|
126
|
-
import("./block-node-version-
|
|
127
|
-
import("./block-webpack5-frameworks-
|
|
128
|
-
import("./block-major-version-
|
|
129
|
-
import("./block-experimental-addon-test-
|
|
125
|
+
import("./block-dependencies-versions-YMH7MA6V.js"),
|
|
126
|
+
import("./block-node-version-MMAIJUYV.js"),
|
|
127
|
+
import("./block-webpack5-frameworks-W2IQ3DDM.js"),
|
|
128
|
+
import("./block-major-version-RKSGPDEM.js"),
|
|
129
|
+
import("./block-experimental-addon-test-VMSSA6IY.js")
|
|
130
130
|
], autoblock = async (options, list = blockers()) => list.length === 0 ? null : await Promise.all(
|
|
131
131
|
list.map(async (i) => {
|
|
132
132
|
let blocker = (await i).blocker;
|
|
@@ -331,7 +331,7 @@ var processProject = async ({
|
|
|
331
331
|
};
|
|
332
332
|
}
|
|
333
333
|
}, collectProjects = async (options, configDirs, onProjectScanStart) => {
|
|
334
|
-
let { default: pLimit } = await import("./p-limit-
|
|
334
|
+
let { default: pLimit } = await import("./p-limit-KOKXKO6S.js"), currentCLIVersion = versions.storybook, limit = pLimit(5), projectPromises = configDirs.map(
|
|
335
335
|
(configDir) => limit(
|
|
336
336
|
() => processProject({
|
|
337
337
|
configDir,
|