@jayree/sfdx-plugin-manifest 4.0.11 → 4.0.13
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/CHANGELOG.md +15 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +623 -134
- package/oclif.lock +204 -84
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/oclif.lock
CHANGED
@@ -1013,6 +1013,37 @@
|
|
1013
1013
|
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.9.tgz#1a234508c30660fdf10dd7bed2d37cc86c8d8f53"
|
1014
1014
|
integrity sha512-gCdSY54n7k+driCadyMNv8JSPzYLeDVM/ikZRtvtROBpRdFSkS8W9A82MqsaY7lZuwL0wiapgD0NT1xT0hyJsA==
|
1015
1015
|
|
1016
|
+
"@eslint/core@^0.12.0":
|
1017
|
+
version "0.12.0"
|
1018
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
|
1019
|
+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
|
1020
|
+
dependencies:
|
1021
|
+
"@types/json-schema" "^7.0.15"
|
1022
|
+
|
1023
|
+
"@eslint/core@^0.13.0":
|
1024
|
+
version "0.13.0"
|
1025
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
|
1026
|
+
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
|
1027
|
+
dependencies:
|
1028
|
+
"@types/json-schema" "^7.0.15"
|
1029
|
+
|
1030
|
+
"@eslint/css-tree@^3.3.3":
|
1031
|
+
version "3.5.3"
|
1032
|
+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.5.3.tgz#f60700ecac109ce660e86bfa7f941c57e6623974"
|
1033
|
+
integrity sha512-8I/D8eFcEH6O/arcAeS7MshqPm15ojS25oWxSZwSVxz5SkV2U7o5D2hiUZu7DclJAKV52LB8SosDnIs8Ifpnhw==
|
1034
|
+
dependencies:
|
1035
|
+
mdn-data "2.20.0"
|
1036
|
+
source-map-js "^1.0.1"
|
1037
|
+
|
1038
|
+
"@eslint/css@^0.7.0":
|
1039
|
+
version "0.7.0"
|
1040
|
+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.7.0.tgz#e864fb73334fefef3385e28832ce9f3ae846d034"
|
1041
|
+
integrity sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g==
|
1042
|
+
dependencies:
|
1043
|
+
"@eslint/core" "^0.13.0"
|
1044
|
+
"@eslint/css-tree" "^3.3.3"
|
1045
|
+
"@eslint/plugin-kit" "^0.2.5"
|
1046
|
+
|
1016
1047
|
"@eslint/eslintrc@^2.1.4":
|
1017
1048
|
version "2.1.4"
|
1018
1049
|
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
@@ -1053,6 +1084,24 @@
|
|
1053
1084
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.26.0.tgz#1e13126b67a3db15111d2dcc61f69a2acff70bd5"
|
1054
1085
|
integrity sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==
|
1055
1086
|
|
1087
|
+
"@eslint/json@^0.12.0":
|
1088
|
+
version "0.12.0"
|
1089
|
+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.12.0.tgz#7d1cb7152d01f3837703c154a5b38233f409395e"
|
1090
|
+
integrity sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying==
|
1091
|
+
dependencies:
|
1092
|
+
"@eslint/core" "^0.12.0"
|
1093
|
+
"@eslint/plugin-kit" "^0.2.7"
|
1094
|
+
"@humanwhocodes/momoa" "^3.3.4"
|
1095
|
+
natural-compare "^1.4.0"
|
1096
|
+
|
1097
|
+
"@eslint/plugin-kit@^0.2.5", "@eslint/plugin-kit@^0.2.7":
|
1098
|
+
version "0.2.8"
|
1099
|
+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
|
1100
|
+
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
|
1101
|
+
dependencies:
|
1102
|
+
"@eslint/core" "^0.13.0"
|
1103
|
+
levn "^0.4.1"
|
1104
|
+
|
1056
1105
|
"@humanwhocodes/config-array@^0.13.0":
|
1057
1106
|
version "0.13.0"
|
1058
1107
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
|
@@ -1067,6 +1116,11 @@
|
|
1067
1116
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
1068
1117
|
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
1069
1118
|
|
1119
|
+
"@humanwhocodes/momoa@^3.3.4":
|
1120
|
+
version "3.3.8"
|
1121
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.8.tgz#b00630bf689b6f758419c029e15a4be25c12179b"
|
1122
|
+
integrity sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ==
|
1123
|
+
|
1070
1124
|
"@humanwhocodes/object-schema@^2.0.3":
|
1071
1125
|
version "2.0.3"
|
1072
1126
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
|
@@ -1496,10 +1550,10 @@
|
|
1496
1550
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1497
1551
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1498
1552
|
|
1499
|
-
"@pkgr/core@^0.2.
|
1500
|
-
version "0.2.
|
1501
|
-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.
|
1502
|
-
integrity sha512-
|
1553
|
+
"@pkgr/core@^0.2.4":
|
1554
|
+
version "0.2.5"
|
1555
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.5.tgz#8a8edc680b845e57bdf2a5d93b06fce85af4fe4b"
|
1556
|
+
integrity sha512-YRx7tFgLkrpFkDAzVSV5sUJydmf2ZDrW+O3IbQ1JyeMW7B0FiWroFJTnR4/fD9CsusnAn4qRUcbb5jFnZSd6uw==
|
1503
1557
|
|
1504
1558
|
"@pnpm/config.env-replace@^1.1.0":
|
1505
1559
|
version "1.1.0"
|
@@ -1543,10 +1597,10 @@
|
|
1543
1597
|
strip-ansi "6.0.1"
|
1544
1598
|
ts-retry-promise "^0.8.1"
|
1545
1599
|
|
1546
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.
|
1547
|
-
version "8.11.
|
1548
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.
|
1549
|
-
integrity sha512-
|
1600
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.9.1":
|
1601
|
+
version "8.11.4"
|
1602
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.4.tgz#e4f049351540a46e12bb5c1b6574232fd4d1288b"
|
1603
|
+
integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
|
1550
1604
|
dependencies:
|
1551
1605
|
"@jsforce/jsforce-node" "^3.8.2"
|
1552
1606
|
"@salesforce/kit" "^3.2.2"
|
@@ -2335,10 +2389,10 @@
|
|
2335
2389
|
"@smithy/types" "^4.2.0"
|
2336
2390
|
tslib "^2.6.2"
|
2337
2391
|
|
2338
|
-
"@stylistic/eslint-plugin@^
|
2339
|
-
version "
|
2340
|
-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-
|
2341
|
-
integrity sha512-
|
2392
|
+
"@stylistic/eslint-plugin@^3.1.0":
|
2393
|
+
version "3.1.0"
|
2394
|
+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
|
2395
|
+
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
|
2342
2396
|
dependencies:
|
2343
2397
|
"@typescript-eslint/utils" "^8.13.0"
|
2344
2398
|
eslint-visitor-keys "^4.2.0"
|
@@ -2346,12 +2400,12 @@
|
|
2346
2400
|
estraverse "^5.3.0"
|
2347
2401
|
picomatch "^4.0.2"
|
2348
2402
|
|
2349
|
-
"@stylistic/eslint-plugin@^
|
2350
|
-
version "
|
2351
|
-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-
|
2352
|
-
integrity sha512-
|
2403
|
+
"@stylistic/eslint-plugin@^4.2.0":
|
2404
|
+
version "4.4.0"
|
2405
|
+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz#e1a3c9fd7109411d32dc0bcb575d2b4066fbbc63"
|
2406
|
+
integrity sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==
|
2353
2407
|
dependencies:
|
2354
|
-
"@typescript-eslint/utils" "^8.
|
2408
|
+
"@typescript-eslint/utils" "^8.32.1"
|
2355
2409
|
eslint-visitor-keys "^4.2.0"
|
2356
2410
|
espree "^10.3.0"
|
2357
2411
|
estraverse "^5.3.0"
|
@@ -2590,18 +2644,18 @@
|
|
2590
2644
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
2591
2645
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
2592
2646
|
|
2593
|
-
"@typescript-eslint/eslint-plugin@8.32.
|
2594
|
-
version "8.32.
|
2595
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.
|
2596
|
-
integrity sha512
|
2647
|
+
"@typescript-eslint/eslint-plugin@8.32.1", "@typescript-eslint/eslint-plugin@^8":
|
2648
|
+
version "8.32.1"
|
2649
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
|
2650
|
+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
|
2597
2651
|
dependencies:
|
2598
2652
|
"@eslint-community/regexpp" "^4.10.0"
|
2599
|
-
"@typescript-eslint/scope-manager" "8.32.
|
2600
|
-
"@typescript-eslint/type-utils" "8.32.
|
2601
|
-
"@typescript-eslint/utils" "8.32.
|
2602
|
-
"@typescript-eslint/visitor-keys" "8.32.
|
2653
|
+
"@typescript-eslint/scope-manager" "8.32.1"
|
2654
|
+
"@typescript-eslint/type-utils" "8.32.1"
|
2655
|
+
"@typescript-eslint/utils" "8.32.1"
|
2656
|
+
"@typescript-eslint/visitor-keys" "8.32.1"
|
2603
2657
|
graphemer "^1.4.0"
|
2604
|
-
ignore "^
|
2658
|
+
ignore "^7.0.0"
|
2605
2659
|
natural-compare "^1.4.0"
|
2606
2660
|
ts-api-utils "^2.1.0"
|
2607
2661
|
|
@@ -2622,15 +2676,15 @@
|
|
2622
2676
|
semver "^7.5.4"
|
2623
2677
|
ts-api-utils "^1.0.1"
|
2624
2678
|
|
2625
|
-
"@typescript-eslint/parser@8.32.
|
2626
|
-
version "8.32.
|
2627
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.
|
2628
|
-
integrity sha512-
|
2679
|
+
"@typescript-eslint/parser@8.32.1", "@typescript-eslint/parser@^8":
|
2680
|
+
version "8.32.1"
|
2681
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
|
2682
|
+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
|
2629
2683
|
dependencies:
|
2630
|
-
"@typescript-eslint/scope-manager" "8.32.
|
2631
|
-
"@typescript-eslint/types" "8.32.
|
2632
|
-
"@typescript-eslint/typescript-estree" "8.32.
|
2633
|
-
"@typescript-eslint/visitor-keys" "8.32.
|
2684
|
+
"@typescript-eslint/scope-manager" "8.32.1"
|
2685
|
+
"@typescript-eslint/types" "8.32.1"
|
2686
|
+
"@typescript-eslint/typescript-estree" "8.32.1"
|
2687
|
+
"@typescript-eslint/visitor-keys" "8.32.1"
|
2634
2688
|
debug "^4.3.4"
|
2635
2689
|
|
2636
2690
|
"@typescript-eslint/parser@^6.21.0":
|
@@ -2668,6 +2722,14 @@
|
|
2668
2722
|
"@typescript-eslint/types" "8.32.0"
|
2669
2723
|
"@typescript-eslint/visitor-keys" "8.32.0"
|
2670
2724
|
|
2725
|
+
"@typescript-eslint/scope-manager@8.32.1":
|
2726
|
+
version "8.32.1"
|
2727
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
|
2728
|
+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
|
2729
|
+
dependencies:
|
2730
|
+
"@typescript-eslint/types" "8.32.1"
|
2731
|
+
"@typescript-eslint/visitor-keys" "8.32.1"
|
2732
|
+
|
2671
2733
|
"@typescript-eslint/type-utils@6.21.0":
|
2672
2734
|
version "6.21.0"
|
2673
2735
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
|
@@ -2678,13 +2740,13 @@
|
|
2678
2740
|
debug "^4.3.4"
|
2679
2741
|
ts-api-utils "^1.0.1"
|
2680
2742
|
|
2681
|
-
"@typescript-eslint/type-utils@8.32.
|
2682
|
-
version "8.32.
|
2683
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.
|
2684
|
-
integrity sha512-
|
2743
|
+
"@typescript-eslint/type-utils@8.32.1":
|
2744
|
+
version "8.32.1"
|
2745
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
|
2746
|
+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
|
2685
2747
|
dependencies:
|
2686
|
-
"@typescript-eslint/typescript-estree" "8.32.
|
2687
|
-
"@typescript-eslint/utils" "8.32.
|
2748
|
+
"@typescript-eslint/typescript-estree" "8.32.1"
|
2749
|
+
"@typescript-eslint/utils" "8.32.1"
|
2688
2750
|
debug "^4.3.4"
|
2689
2751
|
ts-api-utils "^2.1.0"
|
2690
2752
|
|
@@ -2703,6 +2765,11 @@
|
|
2703
2765
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
|
2704
2766
|
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
|
2705
2767
|
|
2768
|
+
"@typescript-eslint/types@8.32.1":
|
2769
|
+
version "8.32.1"
|
2770
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
|
2771
|
+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
|
2772
|
+
|
2706
2773
|
"@typescript-eslint/types@^8.24.0":
|
2707
2774
|
version "8.25.0"
|
2708
2775
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
|
@@ -2750,6 +2817,20 @@
|
|
2750
2817
|
semver "^7.6.0"
|
2751
2818
|
ts-api-utils "^2.1.0"
|
2752
2819
|
|
2820
|
+
"@typescript-eslint/typescript-estree@8.32.1":
|
2821
|
+
version "8.32.1"
|
2822
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
|
2823
|
+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
|
2824
|
+
dependencies:
|
2825
|
+
"@typescript-eslint/types" "8.32.1"
|
2826
|
+
"@typescript-eslint/visitor-keys" "8.32.1"
|
2827
|
+
debug "^4.3.4"
|
2828
|
+
fast-glob "^3.3.2"
|
2829
|
+
is-glob "^4.0.3"
|
2830
|
+
minimatch "^9.0.4"
|
2831
|
+
semver "^7.6.0"
|
2832
|
+
ts-api-utils "^2.1.0"
|
2833
|
+
|
2753
2834
|
"@typescript-eslint/utils@6.21.0":
|
2754
2835
|
version "6.21.0"
|
2755
2836
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
|
@@ -2763,15 +2844,15 @@
|
|
2763
2844
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
2764
2845
|
semver "^7.5.4"
|
2765
2846
|
|
2766
|
-
"@typescript-eslint/utils@8.32.
|
2767
|
-
version "8.32.
|
2768
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.
|
2769
|
-
integrity sha512-
|
2847
|
+
"@typescript-eslint/utils@8.32.1", "@typescript-eslint/utils@^8.32.1":
|
2848
|
+
version "8.32.1"
|
2849
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
|
2850
|
+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
|
2770
2851
|
dependencies:
|
2771
2852
|
"@eslint-community/eslint-utils" "^4.7.0"
|
2772
|
-
"@typescript-eslint/scope-manager" "8.32.
|
2773
|
-
"@typescript-eslint/types" "8.32.
|
2774
|
-
"@typescript-eslint/typescript-estree" "8.32.
|
2853
|
+
"@typescript-eslint/scope-manager" "8.32.1"
|
2854
|
+
"@typescript-eslint/types" "8.32.1"
|
2855
|
+
"@typescript-eslint/typescript-estree" "8.32.1"
|
2775
2856
|
|
2776
2857
|
"@typescript-eslint/utils@^7.18.0":
|
2777
2858
|
version "7.18.0"
|
@@ -2783,6 +2864,16 @@
|
|
2783
2864
|
"@typescript-eslint/types" "7.18.0"
|
2784
2865
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
2785
2866
|
|
2867
|
+
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0":
|
2868
|
+
version "8.32.0"
|
2869
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
|
2870
|
+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
|
2871
|
+
dependencies:
|
2872
|
+
"@eslint-community/eslint-utils" "^4.7.0"
|
2873
|
+
"@typescript-eslint/scope-manager" "8.32.0"
|
2874
|
+
"@typescript-eslint/types" "8.32.0"
|
2875
|
+
"@typescript-eslint/typescript-estree" "8.32.0"
|
2876
|
+
|
2786
2877
|
"@typescript-eslint/visitor-keys@6.21.0":
|
2787
2878
|
version "6.21.0"
|
2788
2879
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
@@ -2807,6 +2898,14 @@
|
|
2807
2898
|
"@typescript-eslint/types" "8.32.0"
|
2808
2899
|
eslint-visitor-keys "^4.2.0"
|
2809
2900
|
|
2901
|
+
"@typescript-eslint/visitor-keys@8.32.1":
|
2902
|
+
version "8.32.1"
|
2903
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
|
2904
|
+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
|
2905
|
+
dependencies:
|
2906
|
+
"@typescript-eslint/types" "8.32.1"
|
2907
|
+
eslint-visitor-keys "^4.2.0"
|
2908
|
+
|
2810
2909
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
2811
2910
|
version "1.3.0"
|
2812
2911
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
|
@@ -4384,10 +4483,10 @@ eslint-config-oclif@^5.2.2:
|
|
4384
4483
|
eslint-plugin-n "^15.1.0"
|
4385
4484
|
eslint-plugin-unicorn "^48.0.1"
|
4386
4485
|
|
4387
|
-
eslint-config-oclif@^6.0.
|
4388
|
-
version "6.0.
|
4389
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4390
|
-
integrity sha512-
|
4486
|
+
eslint-config-oclif@^6.0.62:
|
4487
|
+
version "6.0.62"
|
4488
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.62.tgz#74d1e57e8f40282e6244a3fead7b96e454cb7990"
|
4489
|
+
integrity sha512-Se7XSymwmc8wkh5pDdLytcJu5D+ysQwktvi8kA6BmmMsQjaRhI3xn0gnAf0gtiP6DmGQRdZfRyRn+NuOR/PfeQ==
|
4391
4490
|
dependencies:
|
4392
4491
|
"@eslint/compat" "^1.2.9"
|
4393
4492
|
"@eslint/eslintrc" "^3.3.1"
|
@@ -4396,16 +4495,16 @@ eslint-config-oclif@^6.0.58:
|
|
4396
4495
|
"@typescript-eslint/eslint-plugin" "^8"
|
4397
4496
|
"@typescript-eslint/parser" "^8"
|
4398
4497
|
eslint-config-oclif "^5.2.2"
|
4399
|
-
eslint-config-xo "^0.
|
4498
|
+
eslint-config-xo "^0.47.0"
|
4400
4499
|
eslint-config-xo-space "^0.35.0"
|
4401
4500
|
eslint-import-resolver-typescript "^3.10.1"
|
4402
4501
|
eslint-plugin-import "^2.31.0"
|
4403
4502
|
eslint-plugin-jsdoc "^50.6.11"
|
4404
4503
|
eslint-plugin-mocha "^10.5.0"
|
4405
|
-
eslint-plugin-n "^17.
|
4504
|
+
eslint-plugin-n "^17.18.0"
|
4406
4505
|
eslint-plugin-perfectionist "^4"
|
4407
4506
|
eslint-plugin-unicorn "^56.0.1"
|
4408
|
-
typescript-eslint "^8.32.
|
4507
|
+
typescript-eslint "^8.32.1"
|
4409
4508
|
|
4410
4509
|
eslint-config-prettier@^9.1.0:
|
4411
4510
|
version "9.1.0"
|
@@ -4457,14 +4556,16 @@ eslint-config-xo@^0.44.0:
|
|
4457
4556
|
dependencies:
|
4458
4557
|
confusing-browser-globals "1.0.11"
|
4459
4558
|
|
4460
|
-
eslint-config-xo@^0.
|
4461
|
-
version "0.
|
4462
|
-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.
|
4463
|
-
integrity sha512-
|
4559
|
+
eslint-config-xo@^0.47.0:
|
4560
|
+
version "0.47.0"
|
4561
|
+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz#57425c4c7afcc0c63e38ab4021211f6c4607d5b0"
|
4562
|
+
integrity sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==
|
4464
4563
|
dependencies:
|
4465
|
-
"@
|
4564
|
+
"@eslint/css" "^0.7.0"
|
4565
|
+
"@eslint/json" "^0.12.0"
|
4566
|
+
"@stylistic/eslint-plugin" "^4.2.0"
|
4466
4567
|
confusing-browser-globals "1.0.11"
|
4467
|
-
globals "^
|
4568
|
+
globals "^16.0.0"
|
4468
4569
|
|
4469
4570
|
eslint-import-resolver-node@^0.3.9:
|
4470
4571
|
version "0.3.9"
|
@@ -4596,10 +4697,10 @@ eslint-plugin-n@^15.1.0:
|
|
4596
4697
|
resolve "^1.22.1"
|
4597
4698
|
semver "^7.3.8"
|
4598
4699
|
|
4599
|
-
eslint-plugin-n@^17.
|
4600
|
-
version "17.
|
4601
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.
|
4602
|
-
integrity sha512-
|
4700
|
+
eslint-plugin-n@^17.18.0:
|
4701
|
+
version "17.18.0"
|
4702
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.18.0.tgz#8515979b49ef8db7bb16e457b8ed22cc695d2a84"
|
4703
|
+
integrity sha512-hvZ/HusueqTJ7VDLoCpjN0hx4N4+jHIWTXD4TMLHy9F23XkDagR9v+xQWRWR57yY55GPF8NnD4ox9iGTxirY8A==
|
4603
4704
|
dependencies:
|
4604
4705
|
"@eslint-community/eslint-utils" "^4.5.0"
|
4605
4706
|
enhanced-resolve "^5.17.1"
|
@@ -4619,13 +4720,13 @@ eslint-plugin-perfectionist@^4:
|
|
4619
4720
|
"@typescript-eslint/utils" "^8.24.0"
|
4620
4721
|
natural-orderby "^5.0.0"
|
4621
4722
|
|
4622
|
-
eslint-plugin-prettier@^5.4.
|
4623
|
-
version "5.4.
|
4624
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
4625
|
-
integrity sha512-
|
4723
|
+
eslint-plugin-prettier@^5.4.1:
|
4724
|
+
version "5.4.1"
|
4725
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz#99b55d7dd70047886b2222fdd853665f180b36af"
|
4726
|
+
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
|
4626
4727
|
dependencies:
|
4627
4728
|
prettier-linter-helpers "^1.0.0"
|
4628
|
-
synckit "^0.11.
|
4729
|
+
synckit "^0.11.7"
|
4629
4730
|
|
4630
4731
|
eslint-plugin-sf-plugin@^1.20.24:
|
4631
4732
|
version "1.20.24"
|
@@ -5378,11 +5479,16 @@ globals@^14.0.0:
|
|
5378
5479
|
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
|
5379
5480
|
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
|
5380
5481
|
|
5381
|
-
globals@^15.11.0, globals@^15.
|
5482
|
+
globals@^15.11.0, globals@^15.9.0:
|
5382
5483
|
version "15.15.0"
|
5383
5484
|
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
|
5384
5485
|
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
|
5385
5486
|
|
5487
|
+
globals@^16.0.0:
|
5488
|
+
version "16.2.0"
|
5489
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
|
5490
|
+
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
|
5491
|
+
|
5386
5492
|
globalthis@^1.0.4:
|
5387
5493
|
version "1.0.4"
|
5388
5494
|
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
|
@@ -5705,11 +5811,16 @@ ieee754@^1.2.1:
|
|
5705
5811
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
5706
5812
|
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
5707
5813
|
|
5708
|
-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.
|
5814
|
+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2:
|
5709
5815
|
version "5.3.2"
|
5710
5816
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
5711
5817
|
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
5712
5818
|
|
5819
|
+
ignore@^7.0.0:
|
5820
|
+
version "7.0.4"
|
5821
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
|
5822
|
+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
|
5823
|
+
|
5713
5824
|
ignore@^7.0.3:
|
5714
5825
|
version "7.0.3"
|
5715
5826
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
|
@@ -6779,6 +6890,11 @@ mdast-util-to-hast@^13.0.0:
|
|
6779
6890
|
unist-util-visit "^5.0.0"
|
6780
6891
|
vfile "^6.0.0"
|
6781
6892
|
|
6893
|
+
mdn-data@2.20.0:
|
6894
|
+
version "2.20.0"
|
6895
|
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.20.0.tgz#b2274bafb8d1ce544bd040b9d427b8534010575d"
|
6896
|
+
integrity sha512-/d3otgvmquUkAN2RVxSg6lIbQrYX7isR4aC5Hvw8JuHvzctR3eUG50WmsAZjb9MkbJ5LbijPSy7uIxEtQDGI0w==
|
6897
|
+
|
6782
6898
|
mdurl@^2.0.0:
|
6783
6899
|
version "2.0.0"
|
6784
6900
|
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
@@ -8547,6 +8663,11 @@ sort-package-json@^2.15.1:
|
|
8547
8663
|
sort-object-keys "^1.1.3"
|
8548
8664
|
tinyglobby "^0.2.9"
|
8549
8665
|
|
8666
|
+
source-map-js@^1.0.1:
|
8667
|
+
version "1.2.1"
|
8668
|
+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
|
8669
|
+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
|
8670
|
+
|
8550
8671
|
source-map-support@^0.5.21:
|
8551
8672
|
version "0.5.21"
|
8552
8673
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
@@ -8840,13 +8961,12 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
8840
8961
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
8841
8962
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
8842
8963
|
|
8843
|
-
synckit@^0.11.
|
8844
|
-
version "0.11.
|
8845
|
-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.
|
8846
|
-
integrity sha512
|
8964
|
+
synckit@^0.11.7:
|
8965
|
+
version "0.11.8"
|
8966
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
|
8967
|
+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
|
8847
8968
|
dependencies:
|
8848
|
-
"@pkgr/core" "^0.2.
|
8849
|
-
tslib "^2.8.1"
|
8969
|
+
"@pkgr/core" "^0.2.4"
|
8850
8970
|
|
8851
8971
|
tapable@^2.2.0:
|
8852
8972
|
version "2.2.1"
|
@@ -9185,14 +9305,14 @@ typedoc@^0.26.5:
|
|
9185
9305
|
shiki "^1.16.2"
|
9186
9306
|
yaml "^2.5.1"
|
9187
9307
|
|
9188
|
-
typescript-eslint@^8.32.
|
9189
|
-
version "8.32.
|
9190
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.32.
|
9191
|
-
integrity sha512-
|
9308
|
+
typescript-eslint@^8.32.1:
|
9309
|
+
version "8.32.1"
|
9310
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.32.1.tgz#1784335c781491be528ff84ab666e2f0f7591fd1"
|
9311
|
+
integrity sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==
|
9192
9312
|
dependencies:
|
9193
|
-
"@typescript-eslint/eslint-plugin" "8.32.
|
9194
|
-
"@typescript-eslint/parser" "8.32.
|
9195
|
-
"@typescript-eslint/utils" "8.32.
|
9313
|
+
"@typescript-eslint/eslint-plugin" "8.32.1"
|
9314
|
+
"@typescript-eslint/parser" "8.32.1"
|
9315
|
+
"@typescript-eslint/utils" "8.32.1"
|
9196
9316
|
|
9197
9317
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.8.3:
|
9198
9318
|
version "5.8.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.13",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@jayree/changelog": "^1.2.10",
|
10
10
|
"@oclif/core": "^4.3.0",
|
11
|
-
"@salesforce/core": "^8.11.
|
11
|
+
"@salesforce/core": "^8.11.4",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.19.7",
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"c8": "^10.1.3",
|
32
|
-
"eslint-config-oclif": "^6.0.
|
32
|
+
"eslint-config-oclif": "^6.0.62",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
|
-
"eslint-plugin-prettier": "^5.4.
|
34
|
+
"eslint-plugin-prettier": "^5.4.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.24",
|
36
36
|
"oclif": "^4.17.46",
|
37
37
|
"patch-package": "^8.0.0",
|