@jayree/sfdx-plugin-manifest 4.0.25 → 4.0.27
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 +17 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +77 -584
- package/oclif.lock +26 -82
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
@@ -1693,7 +1693,7 @@
|
|
1693
1693
|
cli-progress "^3.12.0"
|
1694
1694
|
terminal-link "^3.0.0"
|
1695
1695
|
|
1696
|
-
"@salesforce/source-deploy-retrieve@12.20.1", "@salesforce/source-deploy-retrieve@^12.
|
1696
|
+
"@salesforce/source-deploy-retrieve@12.20.1", "@salesforce/source-deploy-retrieve@^12.20.1":
|
1697
1697
|
version "12.20.1"
|
1698
1698
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz#7514d98bd5a54e7a6b992cdb30305eef8288312f"
|
1699
1699
|
integrity sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==
|
@@ -1714,15 +1714,15 @@
|
|
1714
1714
|
proxy-agent "^6.4.0"
|
1715
1715
|
yaml "^2.7.1"
|
1716
1716
|
|
1717
|
-
"@salesforce/source-tracking@7.4.
|
1718
|
-
version "7.4.
|
1719
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.4.
|
1720
|
-
integrity sha512-
|
1717
|
+
"@salesforce/source-tracking@7.4.6":
|
1718
|
+
version "7.4.6"
|
1719
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.4.6.tgz#3a46075e334137c9337da30cbc0b0335ea63b929"
|
1720
|
+
integrity sha512-RPbFBmldj7vR+xzfi2Xmw0V4nO+etudQ/e0W9fpWgU8RbhA3WPIp5KlTlCWoMW4ET7cmjGjXi/LWla00oYclBw==
|
1721
1721
|
dependencies:
|
1722
|
-
"@oclif/core" "^4.
|
1722
|
+
"@oclif/core" "^4.4.0"
|
1723
1723
|
"@salesforce/core" "^8.14.0"
|
1724
1724
|
"@salesforce/kit" "^3.2.3"
|
1725
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
1725
|
+
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
1726
1726
|
"@salesforce/ts-types" "^2.0.12"
|
1727
1727
|
fast-xml-parser "^4.5.3"
|
1728
1728
|
graceful-fs "^4.2.11"
|
@@ -2705,15 +2705,6 @@
|
|
2705
2705
|
"@typescript-eslint/visitor-keys" "6.21.0"
|
2706
2706
|
debug "^4.3.4"
|
2707
2707
|
|
2708
|
-
"@typescript-eslint/project-service@8.33.0":
|
2709
|
-
version "8.33.0"
|
2710
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
|
2711
|
-
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
|
2712
|
-
dependencies:
|
2713
|
-
"@typescript-eslint/tsconfig-utils" "^8.33.0"
|
2714
|
-
"@typescript-eslint/types" "^8.33.0"
|
2715
|
-
debug "^4.3.4"
|
2716
|
-
|
2717
2708
|
"@typescript-eslint/project-service@8.34.0":
|
2718
2709
|
version "8.34.0"
|
2719
2710
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.0.tgz#449119b72fe9fae185013a6bdbaf1ffbfee6bcaf"
|
@@ -2739,14 +2730,6 @@
|
|
2739
2730
|
"@typescript-eslint/types" "7.18.0"
|
2740
2731
|
"@typescript-eslint/visitor-keys" "7.18.0"
|
2741
2732
|
|
2742
|
-
"@typescript-eslint/scope-manager@8.33.0":
|
2743
|
-
version "8.33.0"
|
2744
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
|
2745
|
-
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
|
2746
|
-
dependencies:
|
2747
|
-
"@typescript-eslint/types" "8.33.0"
|
2748
|
-
"@typescript-eslint/visitor-keys" "8.33.0"
|
2749
|
-
|
2750
2733
|
"@typescript-eslint/scope-manager@8.34.0":
|
2751
2734
|
version "8.34.0"
|
2752
2735
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
|
@@ -2755,11 +2738,6 @@
|
|
2755
2738
|
"@typescript-eslint/types" "8.34.0"
|
2756
2739
|
"@typescript-eslint/visitor-keys" "8.34.0"
|
2757
2740
|
|
2758
|
-
"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0":
|
2759
|
-
version "8.33.0"
|
2760
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
|
2761
|
-
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
|
2762
|
-
|
2763
2741
|
"@typescript-eslint/tsconfig-utils@8.34.0", "@typescript-eslint/tsconfig-utils@^8.34.0":
|
2764
2742
|
version "8.34.0"
|
2765
2743
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.0.tgz#97d0a24e89a355e9308cebc8e23f255669bf0979"
|
@@ -2795,16 +2773,16 @@
|
|
2795
2773
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
2796
2774
|
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
2797
2775
|
|
2798
|
-
"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.33.0":
|
2799
|
-
version "8.33.0"
|
2800
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
|
2801
|
-
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
|
2802
|
-
|
2803
2776
|
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.34.0":
|
2804
2777
|
version "8.34.0"
|
2805
2778
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
|
2806
2779
|
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
|
2807
2780
|
|
2781
|
+
"@typescript-eslint/types@^8.11.0":
|
2782
|
+
version "8.33.0"
|
2783
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
|
2784
|
+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
|
2785
|
+
|
2808
2786
|
"@typescript-eslint/types@^8.24.0":
|
2809
2787
|
version "8.25.0"
|
2810
2788
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
|
@@ -2838,22 +2816,6 @@
|
|
2838
2816
|
semver "^7.6.0"
|
2839
2817
|
ts-api-utils "^1.3.0"
|
2840
2818
|
|
2841
|
-
"@typescript-eslint/typescript-estree@8.33.0":
|
2842
|
-
version "8.33.0"
|
2843
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
|
2844
|
-
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
|
2845
|
-
dependencies:
|
2846
|
-
"@typescript-eslint/project-service" "8.33.0"
|
2847
|
-
"@typescript-eslint/tsconfig-utils" "8.33.0"
|
2848
|
-
"@typescript-eslint/types" "8.33.0"
|
2849
|
-
"@typescript-eslint/visitor-keys" "8.33.0"
|
2850
|
-
debug "^4.3.4"
|
2851
|
-
fast-glob "^3.3.2"
|
2852
|
-
is-glob "^4.0.3"
|
2853
|
-
minimatch "^9.0.4"
|
2854
|
-
semver "^7.6.0"
|
2855
|
-
ts-api-utils "^2.1.0"
|
2856
|
-
|
2857
2819
|
"@typescript-eslint/typescript-estree@8.34.0":
|
2858
2820
|
version "8.34.0"
|
2859
2821
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
|
@@ -2883,7 +2845,7 @@
|
|
2883
2845
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
2884
2846
|
semver "^7.5.4"
|
2885
2847
|
|
2886
|
-
"@typescript-eslint/utils@8.34.0":
|
2848
|
+
"@typescript-eslint/utils@8.34.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0", "@typescript-eslint/utils@^8.32.1":
|
2887
2849
|
version "8.34.0"
|
2888
2850
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
|
2889
2851
|
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
|
@@ -2903,16 +2865,6 @@
|
|
2903
2865
|
"@typescript-eslint/types" "7.18.0"
|
2904
2866
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
2905
2867
|
|
2906
|
-
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.24.0", "@typescript-eslint/utils@^8.32.1":
|
2907
|
-
version "8.33.0"
|
2908
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
|
2909
|
-
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
|
2910
|
-
dependencies:
|
2911
|
-
"@eslint-community/eslint-utils" "^4.7.0"
|
2912
|
-
"@typescript-eslint/scope-manager" "8.33.0"
|
2913
|
-
"@typescript-eslint/types" "8.33.0"
|
2914
|
-
"@typescript-eslint/typescript-estree" "8.33.0"
|
2915
|
-
|
2916
2868
|
"@typescript-eslint/visitor-keys@6.21.0":
|
2917
2869
|
version "6.21.0"
|
2918
2870
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
@@ -2929,14 +2881,6 @@
|
|
2929
2881
|
"@typescript-eslint/types" "7.18.0"
|
2930
2882
|
eslint-visitor-keys "^3.4.3"
|
2931
2883
|
|
2932
|
-
"@typescript-eslint/visitor-keys@8.33.0":
|
2933
|
-
version "8.33.0"
|
2934
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
|
2935
|
-
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
|
2936
|
-
dependencies:
|
2937
|
-
"@typescript-eslint/types" "8.33.0"
|
2938
|
-
eslint-visitor-keys "^4.2.0"
|
2939
|
-
|
2940
2884
|
"@typescript-eslint/visitor-keys@8.34.0":
|
2941
2885
|
version "8.34.0"
|
2942
2886
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
|
@@ -4759,20 +4703,20 @@ eslint-plugin-perfectionist@^4:
|
|
4759
4703
|
"@typescript-eslint/utils" "^8.24.0"
|
4760
4704
|
natural-orderby "^5.0.0"
|
4761
4705
|
|
4762
|
-
eslint-plugin-prettier@^5.
|
4763
|
-
version "5.
|
4764
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
4765
|
-
integrity sha512-
|
4706
|
+
eslint-plugin-prettier@^5.5.0:
|
4707
|
+
version "5.5.0"
|
4708
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz#cf763962f90bad035db03ca008ffb0c9b359fb16"
|
4709
|
+
integrity sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==
|
4766
4710
|
dependencies:
|
4767
4711
|
prettier-linter-helpers "^1.0.0"
|
4768
4712
|
synckit "^0.11.7"
|
4769
4713
|
|
4770
|
-
eslint-plugin-sf-plugin@^1.20.
|
4771
|
-
version "1.20.
|
4772
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4773
|
-
integrity sha512-
|
4714
|
+
eslint-plugin-sf-plugin@^1.20.26:
|
4715
|
+
version "1.20.26"
|
4716
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
|
4717
|
+
integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
|
4774
4718
|
dependencies:
|
4775
|
-
"@salesforce/core" "^8.
|
4719
|
+
"@salesforce/core" "^8.14.0"
|
4776
4720
|
"@typescript-eslint/utils" "^7.18.0"
|
4777
4721
|
|
4778
4722
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -6272,10 +6216,10 @@ isexe@^2.0.0:
|
|
6272
6216
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
6273
6217
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
6274
6218
|
|
6275
|
-
isomorphic-git@1.
|
6276
|
-
version "1.
|
6277
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.
|
6278
|
-
integrity sha512-
|
6219
|
+
isomorphic-git@1.31.0, isomorphic-git@^1.30.1:
|
6220
|
+
version "1.31.0"
|
6221
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.31.0.tgz#df843a7099bb41eeeff4046f52143c9482b6253a"
|
6222
|
+
integrity sha512-huMXDX1pMuBc0+GQSp7zD4ejqmrhqwWlK2X7p2dZyb7p2DKZWva4kRc4aH+0EE92W1j3+D7N4VRv35RCMWAeCQ==
|
6279
6223
|
dependencies:
|
6280
6224
|
async-lock "^1.4.1"
|
6281
6225
|
clean-git-ref "^2.0.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
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.27",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.20.1",
|
15
|
-
"@salesforce/source-tracking": "7.4.
|
15
|
+
"@salesforce/source-tracking": "7.4.6",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^5.2.5",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
|
-
"isomorphic-git": "1.
|
21
|
+
"isomorphic-git": "1.31.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
@@ -31,8 +31,8 @@
|
|
31
31
|
"c8": "^10.1.3",
|
32
32
|
"eslint-config-oclif": "^6.0.72",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
|
-
"eslint-plugin-prettier": "^5.
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
34
|
+
"eslint-plugin-prettier": "^5.5.0",
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
36
36
|
"oclif": "^4.19.0",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|