@jayree/sfdx-plugin-manifest 3.7.21 → 3.7.22
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 +10 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +39 -39
- package/oclif.lock +41 -41
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
## [3.7.22](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.21...3.7.22) (2025-05-05)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump fast-xml-parser from 5.2.1 to 5.2.2 ([#1771](https://github.com/jayree/sfdx-plugin-manifest/issues/1771)) ([45c8feb](https://github.com/jayree/sfdx-plugin-manifest/commit/45c8feb06457f14ba3e05c29a225225c8f65c5c0))
|
7
|
+
* fix ([#746](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/746)): update strnum to fix parsing issues related to enotations
|
8
|
+
|
9
|
+
|
10
|
+
|
1
11
|
## [3.7.21](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.20...3.7.21) (2025-05-04)
|
2
12
|
|
3
13
|
|
package/README.md
CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
113
113
|
```
|
114
114
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.22/src/commands/jayree/manifest/cleanup.ts)_
|
116
116
|
|
117
117
|
### `sf jayree manifest generate`
|
118
118
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
151
151
|
```
|
152
152
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.22/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
233
233
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
234
234
|
```
|
235
235
|
|
236
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.
|
236
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.22/src/commands/jayree/manifest/git/diff.ts)_
|
237
237
|
<!-- commandsstop -->
|
238
238
|
|
239
239
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.22",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.7.
|
9
|
+
"version": "3.7.22",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.8",
|
@@ -18,14 +18,14 @@
|
|
18
18
|
"@salesforce/source-tracking": "7.3.23",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
|
-
"fast-xml-parser": "^5.2.
|
21
|
+
"fast-xml-parser": "^5.2.2",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
24
|
"isomorphic-git": "1.30.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
28
|
+
"@oclif/plugin-help": "^6.2.28",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -33,9 +33,9 @@
|
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"@types/inquirer": "^9.0.7",
|
35
35
|
"c8": "^10.1.3",
|
36
|
-
"eslint-config-oclif": "^6.0.
|
37
|
-
"eslint-plugin-prettier": "^5.
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
36
|
+
"eslint-config-oclif": "^6.0.54",
|
37
|
+
"eslint-plugin-prettier": "^5.4.0",
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
39
39
|
"oclif": "^4.17.46",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
@@ -2070,9 +2070,9 @@
|
|
2070
2070
|
}
|
2071
2071
|
},
|
2072
2072
|
"node_modules/@eslint/compat": {
|
2073
|
-
"version": "1.2.
|
2074
|
-
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.
|
2075
|
-
"integrity": "sha512-
|
2073
|
+
"version": "1.2.9",
|
2074
|
+
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.9.tgz",
|
2075
|
+
"integrity": "sha512-gCdSY54n7k+driCadyMNv8JSPzYLeDVM/ikZRtvtROBpRdFSkS8W9A82MqsaY7lZuwL0wiapgD0NT1xT0hyJsA==",
|
2076
2076
|
"dev": true,
|
2077
2077
|
"license": "Apache-2.0",
|
2078
2078
|
"engines": {
|
@@ -2130,9 +2130,9 @@
|
|
2130
2130
|
}
|
2131
2131
|
},
|
2132
2132
|
"node_modules/@eslint/js": {
|
2133
|
-
"version": "9.
|
2134
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
2135
|
-
"integrity": "sha512-
|
2133
|
+
"version": "9.26.0",
|
2134
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.26.0.tgz",
|
2135
|
+
"integrity": "sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==",
|
2136
2136
|
"dev": true,
|
2137
2137
|
"license": "MIT",
|
2138
2138
|
"engines": {
|
@@ -3257,9 +3257,9 @@
|
|
3257
3257
|
}
|
3258
3258
|
},
|
3259
3259
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3260
|
-
"version": "5.2.
|
3261
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3262
|
-
"integrity": "sha512-
|
3260
|
+
"version": "5.2.39",
|
3261
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
|
3262
|
+
"integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
|
3263
3263
|
"dev": true,
|
3264
3264
|
"license": "MIT",
|
3265
3265
|
"dependencies": {
|
@@ -3335,9 +3335,9 @@
|
|
3335
3335
|
}
|
3336
3336
|
},
|
3337
3337
|
"node_modules/@oclif/plugin-help": {
|
3338
|
-
"version": "6.2.
|
3339
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3340
|
-
"integrity": "sha512-
|
3338
|
+
"version": "6.2.28",
|
3339
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.28.tgz",
|
3340
|
+
"integrity": "sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg==",
|
3341
3341
|
"dev": true,
|
3342
3342
|
"license": "MIT",
|
3343
3343
|
"dependencies": {
|
@@ -8785,15 +8785,15 @@
|
|
8785
8785
|
}
|
8786
8786
|
},
|
8787
8787
|
"node_modules/eslint-config-oclif": {
|
8788
|
-
"version": "6.0.
|
8789
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8790
|
-
"integrity": "sha512-
|
8788
|
+
"version": "6.0.54",
|
8789
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.54.tgz",
|
8790
|
+
"integrity": "sha512-5BWFViu6bkpwltEbr+WmHj5UfYdZUc/tF7o0AOpeHJ4KD7e9yPFeizCRFBKxwtlZDaJaqDwr8JpuNZlg7ACWOA==",
|
8791
8791
|
"dev": true,
|
8792
8792
|
"license": "MIT",
|
8793
8793
|
"dependencies": {
|
8794
|
-
"@eslint/compat": "^1.2.
|
8794
|
+
"@eslint/compat": "^1.2.9",
|
8795
8795
|
"@eslint/eslintrc": "^3.3.1",
|
8796
|
-
"@eslint/js": "^9.
|
8796
|
+
"@eslint/js": "^9.26.0",
|
8797
8797
|
"@stylistic/eslint-plugin": "^3.1.0",
|
8798
8798
|
"@typescript-eslint/eslint-plugin": "^8",
|
8799
8799
|
"@typescript-eslint/parser": "^8",
|
@@ -9693,9 +9693,9 @@
|
|
9693
9693
|
}
|
9694
9694
|
},
|
9695
9695
|
"node_modules/eslint-plugin-prettier": {
|
9696
|
-
"version": "5.
|
9697
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
9698
|
-
"integrity": "sha512-
|
9696
|
+
"version": "5.4.0",
|
9697
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz",
|
9698
|
+
"integrity": "sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==",
|
9699
9699
|
"dev": true,
|
9700
9700
|
"license": "MIT",
|
9701
9701
|
"dependencies": {
|
@@ -9724,13 +9724,13 @@
|
|
9724
9724
|
}
|
9725
9725
|
},
|
9726
9726
|
"node_modules/eslint-plugin-sf-plugin": {
|
9727
|
-
"version": "1.20.
|
9728
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9729
|
-
"integrity": "sha512-
|
9727
|
+
"version": "1.20.22",
|
9728
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
|
9729
|
+
"integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
|
9730
9730
|
"dev": true,
|
9731
9731
|
"license": "BSD-3-Clause",
|
9732
9732
|
"dependencies": {
|
9733
|
-
"@salesforce/core": "^8.10.
|
9733
|
+
"@salesforce/core": "^8.10.1",
|
9734
9734
|
"@typescript-eslint/utils": "^7.18.0"
|
9735
9735
|
},
|
9736
9736
|
"engines": {
|
@@ -10331,9 +10331,9 @@
|
|
10331
10331
|
"license": "BSD-3-Clause"
|
10332
10332
|
},
|
10333
10333
|
"node_modules/fast-xml-parser": {
|
10334
|
-
"version": "5.2.
|
10335
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.
|
10336
|
-
"integrity": "sha512-
|
10334
|
+
"version": "5.2.2",
|
10335
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz",
|
10336
|
+
"integrity": "sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==",
|
10337
10337
|
"funding": [
|
10338
10338
|
{
|
10339
10339
|
"type": "github",
|
@@ -10342,16 +10342,16 @@
|
|
10342
10342
|
],
|
10343
10343
|
"license": "MIT",
|
10344
10344
|
"dependencies": {
|
10345
|
-
"strnum": "^2.0
|
10345
|
+
"strnum": "^2.1.0"
|
10346
10346
|
},
|
10347
10347
|
"bin": {
|
10348
10348
|
"fxparser": "src/cli/cli.js"
|
10349
10349
|
}
|
10350
10350
|
},
|
10351
10351
|
"node_modules/fast-xml-parser/node_modules/strnum": {
|
10352
|
-
"version": "2.0
|
10353
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.
|
10354
|
-
"integrity": "sha512-
|
10352
|
+
"version": "2.1.0",
|
10353
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.0.tgz",
|
10354
|
+
"integrity": "sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==",
|
10355
10355
|
"funding": [
|
10356
10356
|
{
|
10357
10357
|
"type": "github",
|
package/oclif.lock
CHANGED
@@ -1001,10 +1001,10 @@
|
|
1001
1001
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
1002
1002
|
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
|
1003
1003
|
|
1004
|
-
"@eslint/compat@^1.2.
|
1005
|
-
version "1.2.
|
1006
|
-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.
|
1007
|
-
integrity sha512-
|
1004
|
+
"@eslint/compat@^1.2.9":
|
1005
|
+
version "1.2.9"
|
1006
|
+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.9.tgz#1a234508c30660fdf10dd7bed2d37cc86c8d8f53"
|
1007
|
+
integrity sha512-gCdSY54n7k+driCadyMNv8JSPzYLeDVM/ikZRtvtROBpRdFSkS8W9A82MqsaY7lZuwL0wiapgD0NT1xT0hyJsA==
|
1008
1008
|
|
1009
1009
|
"@eslint/eslintrc@^2.1.4":
|
1010
1010
|
version "2.1.4"
|
@@ -1041,10 +1041,10 @@
|
|
1041
1041
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
|
1042
1042
|
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
|
1043
1043
|
|
1044
|
-
"@eslint/js@^9.
|
1045
|
-
version "9.
|
1046
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.
|
1047
|
-
integrity sha512-
|
1044
|
+
"@eslint/js@^9.26.0":
|
1045
|
+
version "9.26.0"
|
1046
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.26.0.tgz#1e13126b67a3db15111d2dcc61f69a2acff70bd5"
|
1047
|
+
integrity sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==
|
1048
1048
|
|
1049
1049
|
"@humanwhocodes/config-array@^0.13.0":
|
1050
1050
|
version "0.13.0"
|
@@ -1425,10 +1425,10 @@
|
|
1425
1425
|
wordwrap "^1.0.0"
|
1426
1426
|
wrap-ansi "^7.0.0"
|
1427
1427
|
|
1428
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1429
|
-
version "5.2.
|
1430
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1431
|
-
integrity sha512-
|
1428
|
+
"@oclif/plugin-command-snapshot@^5.2.39":
|
1429
|
+
version "5.2.39"
|
1430
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
|
1431
|
+
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
|
1432
1432
|
dependencies:
|
1433
1433
|
"@oclif/core" "^4"
|
1434
1434
|
ansis "^3.17.0"
|
@@ -1440,10 +1440,10 @@
|
|
1440
1440
|
semver "^7.7.1"
|
1441
1441
|
ts-json-schema-generator "^1.5.1"
|
1442
1442
|
|
1443
|
-
"@oclif/plugin-help@^6.2.27":
|
1444
|
-
version "6.2.
|
1445
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1446
|
-
integrity sha512-
|
1443
|
+
"@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.28":
|
1444
|
+
version "6.2.28"
|
1445
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.28.tgz#acb361d7577008b0b6e3dd028bfd9f052b2dc217"
|
1446
|
+
integrity sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg==
|
1447
1447
|
dependencies:
|
1448
1448
|
"@oclif/core" "^4"
|
1449
1449
|
|
@@ -1536,7 +1536,7 @@
|
|
1536
1536
|
strip-ansi "6.0.1"
|
1537
1537
|
ts-retry-promise "^0.8.1"
|
1538
1538
|
|
1539
|
-
"@salesforce/core@^8.10.
|
1539
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.10.2", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.1":
|
1540
1540
|
version "8.10.2"
|
1541
1541
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.2.tgz#22727a7dee2e69a34b0b14dae39c025f2b258af0"
|
1542
1542
|
integrity sha512-o/Qvm0U9+nuHAdFfjXZoAXyLaeG7lDnrLmUkCQ38oquiFrwzWSbXh6crHqFEmeZyK6MYYgh0KCaInrui06XP6Q==
|
@@ -4382,14 +4382,14 @@ eslint-config-oclif@^5.2.2:
|
|
4382
4382
|
eslint-plugin-n "^15.1.0"
|
4383
4383
|
eslint-plugin-unicorn "^48.0.1"
|
4384
4384
|
|
4385
|
-
eslint-config-oclif@^6.0.
|
4386
|
-
version "6.0.
|
4387
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4388
|
-
integrity sha512-
|
4385
|
+
eslint-config-oclif@^6.0.54:
|
4386
|
+
version "6.0.54"
|
4387
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.54.tgz#7055d3fb91ff56d4c76e80cbd251520e5cdcc853"
|
4388
|
+
integrity sha512-5BWFViu6bkpwltEbr+WmHj5UfYdZUc/tF7o0AOpeHJ4KD7e9yPFeizCRFBKxwtlZDaJaqDwr8JpuNZlg7ACWOA==
|
4389
4389
|
dependencies:
|
4390
|
-
"@eslint/compat" "^1.2.
|
4390
|
+
"@eslint/compat" "^1.2.9"
|
4391
4391
|
"@eslint/eslintrc" "^3.3.1"
|
4392
|
-
"@eslint/js" "^9.
|
4392
|
+
"@eslint/js" "^9.26.0"
|
4393
4393
|
"@stylistic/eslint-plugin" "^3.1.0"
|
4394
4394
|
"@typescript-eslint/eslint-plugin" "^8"
|
4395
4395
|
"@typescript-eslint/parser" "^8"
|
@@ -4612,20 +4612,20 @@ eslint-plugin-perfectionist@^4:
|
|
4612
4612
|
"@typescript-eslint/utils" "^8.24.0"
|
4613
4613
|
natural-orderby "^5.0.0"
|
4614
4614
|
|
4615
|
-
eslint-plugin-prettier@^5.
|
4616
|
-
version "5.
|
4617
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
4618
|
-
integrity sha512-
|
4615
|
+
eslint-plugin-prettier@^5.4.0:
|
4616
|
+
version "5.4.0"
|
4617
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz#54d4748904e58eaf1ffe26c4bffa4986ca7f952b"
|
4618
|
+
integrity sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==
|
4619
4619
|
dependencies:
|
4620
4620
|
prettier-linter-helpers "^1.0.0"
|
4621
4621
|
synckit "^0.11.0"
|
4622
4622
|
|
4623
|
-
eslint-plugin-sf-plugin@^1.20.
|
4624
|
-
version "1.20.
|
4625
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4626
|
-
integrity sha512-
|
4623
|
+
eslint-plugin-sf-plugin@^1.20.22:
|
4624
|
+
version "1.20.22"
|
4625
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
|
4626
|
+
integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
|
4627
4627
|
dependencies:
|
4628
|
-
"@salesforce/core" "^8.10.
|
4628
|
+
"@salesforce/core" "^8.10.1"
|
4629
4629
|
"@typescript-eslint/utils" "^7.18.0"
|
4630
4630
|
|
4631
4631
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -4952,12 +4952,12 @@ fast-xml-parser@^4.5.3:
|
|
4952
4952
|
dependencies:
|
4953
4953
|
strnum "^1.1.1"
|
4954
4954
|
|
4955
|
-
fast-xml-parser@^5.2.
|
4956
|
-
version "5.2.
|
4957
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.
|
4958
|
-
integrity sha512-
|
4955
|
+
fast-xml-parser@^5.2.2:
|
4956
|
+
version "5.2.2"
|
4957
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz#dda87446b623d812908a1efc5f3f8245a8f6a64b"
|
4958
|
+
integrity sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==
|
4959
4959
|
dependencies:
|
4960
|
-
strnum "^2.0
|
4960
|
+
strnum "^2.1.0"
|
4961
4961
|
|
4962
4962
|
fastest-levenshtein@^1.0.7:
|
4963
4963
|
version "1.0.16"
|
@@ -8783,10 +8783,10 @@ strnum@^1.0.5, strnum@^1.1.1:
|
|
8783
8783
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
|
8784
8784
|
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
|
8785
8785
|
|
8786
|
-
strnum@^2.0
|
8787
|
-
version "2.0
|
8788
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.0.
|
8789
|
-
integrity sha512-
|
8786
|
+
strnum@^2.1.0:
|
8787
|
+
version "2.1.0"
|
8788
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.0.tgz#12c2c6de59d3820a8128b486c9c106c1bf6c4924"
|
8789
|
+
integrity sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==
|
8790
8790
|
|
8791
8791
|
supports-color@^5.4.0:
|
8792
8792
|
version "5.5.0"
|
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": "3.7.
|
4
|
+
"version": "3.7.22",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -15,14 +15,14 @@
|
|
15
15
|
"@salesforce/source-tracking": "7.3.23",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
|
-
"fast-xml-parser": "^5.2.
|
18
|
+
"fast-xml-parser": "^5.2.2",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
21
|
"isomorphic-git": "1.30.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
25
|
+
"@oclif/plugin-help": "^6.2.28",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.12",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -30,9 +30,9 @@
|
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"@types/inquirer": "^9.0.7",
|
32
32
|
"c8": "^10.1.3",
|
33
|
-
"eslint-config-oclif": "^6.0.
|
34
|
-
"eslint-plugin-prettier": "^5.
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
33
|
+
"eslint-config-oclif": "^6.0.54",
|
34
|
+
"eslint-plugin-prettier": "^5.4.0",
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
36
36
|
"oclif": "^4.17.46",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|