@jayree/sfdx-plugin-manifest 4.0.18 → 4.0.19
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +19 -51
- package/oclif.lock +18 -31
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [4.0.19](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.18...4.0.19) (2025-06-13)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 4.3.2 to 4.3.3 ([#1814](https://github.com/jayree/sfdx-plugin-manifest/issues/1814)) ([b19591c](https://github.com/jayree/sfdx-plugin-manifest/commit/b19591c096d632995218dc7f777fdd6985fff356))
|
7
|
+
* **deps:** bump tinyglobby from 0.2.13 to 0.2.14 ([#1393](https://github.com/oclif/core/issues/1393)) ([53a7354](https://github.com/oclif/core/commit/53a7354cc571e112973332e97064bd55603b3a28))
|
8
|
+
|
1
9
|
## [4.0.18](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.17...4.0.18) (2025-06-08)
|
2
10
|
|
3
11
|
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.19/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/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.19/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
231
231
|
```
|
232
232
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.19/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.19",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.19",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
13
|
-
"@oclif/core": "^4.3.
|
13
|
+
"@oclif/core": "^4.3.3",
|
14
14
|
"@salesforce/core": "^8.12.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
@@ -32,11 +32,11 @@
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"c8": "^10.1.3",
|
35
|
-
"eslint-config-oclif": "^6.0.
|
35
|
+
"eslint-config-oclif": "^6.0.68",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.4.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.25",
|
39
|
-
"oclif": "^4.18.
|
39
|
+
"oclif": "^4.18.1",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
42
42
|
"pretty-quick": "^4.2.2",
|
@@ -3269,9 +3269,9 @@
|
|
3269
3269
|
}
|
3270
3270
|
},
|
3271
3271
|
"node_modules/@oclif/core": {
|
3272
|
-
"version": "4.3.
|
3273
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
3274
|
-
"integrity": "sha512-
|
3272
|
+
"version": "4.3.3",
|
3273
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
|
3274
|
+
"integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
|
3275
3275
|
"license": "MIT",
|
3276
3276
|
"dependencies": {
|
3277
3277
|
"ansi-escapes": "^4.3.2",
|
@@ -3288,7 +3288,7 @@
|
|
3288
3288
|
"semver": "^7.6.3",
|
3289
3289
|
"string-width": "^4.2.3",
|
3290
3290
|
"supports-color": "^8",
|
3291
|
-
"tinyglobby": "^0.2.
|
3291
|
+
"tinyglobby": "^0.2.14",
|
3292
3292
|
"widest-line": "^3.1.0",
|
3293
3293
|
"wordwrap": "^1.0.0",
|
3294
3294
|
"wrap-ansi": "^7.0.0"
|
@@ -8937,9 +8937,9 @@
|
|
8937
8937
|
}
|
8938
8938
|
},
|
8939
8939
|
"node_modules/eslint-config-oclif": {
|
8940
|
-
"version": "6.0.
|
8941
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8942
|
-
"integrity": "sha512-
|
8940
|
+
"version": "6.0.68",
|
8941
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.68.tgz",
|
8942
|
+
"integrity": "sha512-7CQL6CFqOBkGsV8y6IEeDX0uzOaJamrb/DJ+uXPeQKIZjVwuvfdInIJS7VqlzMrIqFh3x9F6IxtW/6ZU4mNVaw==",
|
8943
8943
|
"dev": true,
|
8944
8944
|
"license": "MIT",
|
8945
8945
|
"dependencies": {
|
@@ -14675,9 +14675,9 @@
|
|
14675
14675
|
}
|
14676
14676
|
},
|
14677
14677
|
"node_modules/oclif": {
|
14678
|
-
"version": "4.18.
|
14679
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.
|
14680
|
-
"integrity": "sha512-
|
14678
|
+
"version": "4.18.1",
|
14679
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
14680
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
14681
14681
|
"dev": true,
|
14682
14682
|
"license": "MIT",
|
14683
14683
|
"dependencies": {
|
@@ -14686,7 +14686,7 @@
|
|
14686
14686
|
"@inquirer/confirm": "^3.1.22",
|
14687
14687
|
"@inquirer/input": "^2.2.4",
|
14688
14688
|
"@inquirer/select": "^2.5.0",
|
14689
|
-
"@oclif/core": "^4.2
|
14689
|
+
"@oclif/core": "^4.3.2",
|
14690
14690
|
"@oclif/plugin-help": "^6.2.27",
|
14691
14691
|
"@oclif/plugin-not-found": "^3.2.48",
|
14692
14692
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
@@ -16926,21 +16926,6 @@
|
|
16926
16926
|
"sort-package-json": "cli.js"
|
16927
16927
|
}
|
16928
16928
|
},
|
16929
|
-
"node_modules/sort-package-json/node_modules/fdir": {
|
16930
|
-
"version": "6.4.3",
|
16931
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
|
16932
|
-
"integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
|
16933
|
-
"dev": true,
|
16934
|
-
"license": "MIT",
|
16935
|
-
"peerDependencies": {
|
16936
|
-
"picomatch": "^3 || ^4"
|
16937
|
-
},
|
16938
|
-
"peerDependenciesMeta": {
|
16939
|
-
"picomatch": {
|
16940
|
-
"optional": true
|
16941
|
-
}
|
16942
|
-
}
|
16943
|
-
},
|
16944
16929
|
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
16945
16930
|
"version": "4.1.0",
|
16946
16931
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
@@ -16954,23 +16939,6 @@
|
|
16954
16939
|
"url": "https://github.com/sponsors/sindresorhus"
|
16955
16940
|
}
|
16956
16941
|
},
|
16957
|
-
"node_modules/sort-package-json/node_modules/tinyglobby": {
|
16958
|
-
"version": "0.2.12",
|
16959
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz",
|
16960
|
-
"integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
|
16961
|
-
"dev": true,
|
16962
|
-
"license": "MIT",
|
16963
|
-
"dependencies": {
|
16964
|
-
"fdir": "^6.4.3",
|
16965
|
-
"picomatch": "^4.0.2"
|
16966
|
-
},
|
16967
|
-
"engines": {
|
16968
|
-
"node": ">=12.0.0"
|
16969
|
-
},
|
16970
|
-
"funding": {
|
16971
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
16972
|
-
}
|
16973
|
-
},
|
16974
16942
|
"node_modules/source-map": {
|
16975
16943
|
"version": "0.6.1",
|
16976
16944
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
@@ -17572,9 +17540,9 @@
|
|
17572
17540
|
"license": "MIT"
|
17573
17541
|
},
|
17574
17542
|
"node_modules/tinyglobby": {
|
17575
|
-
"version": "0.2.
|
17576
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
17577
|
-
"integrity": "sha512-
|
17543
|
+
"version": "0.2.14",
|
17544
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
17545
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
17578
17546
|
"license": "MIT",
|
17579
17547
|
"dependencies": {
|
17580
17548
|
"fdir": "^6.4.4",
|
package/oclif.lock
CHANGED
@@ -1464,10 +1464,10 @@
|
|
1464
1464
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
1465
1465
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
1466
1466
|
|
1467
|
-
"@oclif/core@^4", "@oclif/core@^4.
|
1468
|
-
version "4.3.
|
1469
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.
|
1470
|
-
integrity sha512-
|
1467
|
+
"@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.3.3":
|
1468
|
+
version "4.3.3"
|
1469
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
|
1470
|
+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
|
1471
1471
|
dependencies:
|
1472
1472
|
ansi-escapes "^4.3.2"
|
1473
1473
|
ansis "^3.17.0"
|
@@ -1483,7 +1483,7 @@
|
|
1483
1483
|
semver "^7.6.3"
|
1484
1484
|
string-width "^4.2.3"
|
1485
1485
|
supports-color "^8"
|
1486
|
-
tinyglobby "^0.2.
|
1486
|
+
tinyglobby "^0.2.14"
|
1487
1487
|
widest-line "^3.1.0"
|
1488
1488
|
wordwrap "^1.0.0"
|
1489
1489
|
wrap-ansi "^7.0.0"
|
@@ -4461,10 +4461,10 @@ eslint-config-oclif@^5.2.2:
|
|
4461
4461
|
eslint-plugin-n "^15.1.0"
|
4462
4462
|
eslint-plugin-unicorn "^48.0.1"
|
4463
4463
|
|
4464
|
-
eslint-config-oclif@^6.0.
|
4465
|
-
version "6.0.
|
4466
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4467
|
-
integrity sha512-
|
4464
|
+
eslint-config-oclif@^6.0.68:
|
4465
|
+
version "6.0.68"
|
4466
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.68.tgz#e05a761ab4fa581435dc5743c89a993a26683f36"
|
4467
|
+
integrity sha512-7CQL6CFqOBkGsV8y6IEeDX0uzOaJamrb/DJ+uXPeQKIZjVwuvfdInIJS7VqlzMrIqFh3x9F6IxtW/6ZU4mNVaw==
|
4468
4468
|
dependencies:
|
4469
4469
|
"@eslint/compat" "^1.2.9"
|
4470
4470
|
"@eslint/eslintrc" "^3.3.1"
|
@@ -5076,11 +5076,6 @@ faye@^1.4.0:
|
|
5076
5076
|
tough-cookie "*"
|
5077
5077
|
tunnel-agent "*"
|
5078
5078
|
|
5079
|
-
fdir@^6.4.3:
|
5080
|
-
version "6.4.3"
|
5081
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
|
5082
|
-
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
|
5083
|
-
|
5084
5079
|
fdir@^6.4.4:
|
5085
5080
|
version "6.4.4"
|
5086
5081
|
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.4.tgz#1cfcf86f875a883e19a8fab53622cfe992e8d2f9"
|
@@ -7349,17 +7344,17 @@ object.values@^1.2.0:
|
|
7349
7344
|
define-properties "^1.2.1"
|
7350
7345
|
es-object-atoms "^1.0.0"
|
7351
7346
|
|
7352
|
-
oclif@^4.18.
|
7353
|
-
version "4.18.
|
7354
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.
|
7355
|
-
integrity sha512-
|
7347
|
+
oclif@^4.18.1:
|
7348
|
+
version "4.18.1"
|
7349
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
|
7350
|
+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
|
7356
7351
|
dependencies:
|
7357
7352
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
7358
7353
|
"@aws-sdk/client-s3" "^3.787.0"
|
7359
7354
|
"@inquirer/confirm" "^3.1.22"
|
7360
7355
|
"@inquirer/input" "^2.2.4"
|
7361
7356
|
"@inquirer/select" "^2.5.0"
|
7362
|
-
"@oclif/core" "^4.2
|
7357
|
+
"@oclif/core" "^4.3.2"
|
7363
7358
|
"@oclif/plugin-help" "^6.2.27"
|
7364
7359
|
"@oclif/plugin-not-found" "^3.2.48"
|
7365
7360
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
@@ -9025,22 +9020,14 @@ tinyexec@^0.3.2:
|
|
9025
9020
|
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
|
9026
9021
|
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
9027
9022
|
|
9028
|
-
tinyglobby@^0.2.13:
|
9029
|
-
version "0.2.
|
9030
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
9031
|
-
integrity sha512-
|
9023
|
+
tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
9024
|
+
version "0.2.14"
|
9025
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
9026
|
+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
9032
9027
|
dependencies:
|
9033
9028
|
fdir "^6.4.4"
|
9034
9029
|
picomatch "^4.0.2"
|
9035
9030
|
|
9036
|
-
tinyglobby@^0.2.9:
|
9037
|
-
version "0.2.12"
|
9038
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5"
|
9039
|
-
integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==
|
9040
|
-
dependencies:
|
9041
|
-
fdir "^6.4.3"
|
9042
|
-
picomatch "^4.0.2"
|
9043
|
-
|
9044
9031
|
tldts-core@^6.1.82:
|
9045
9032
|
version "6.1.82"
|
9046
9033
|
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.82.tgz#b93e0312378f67cfc15ea1da9bc1b699ec621ae9"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
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.19",
|
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
|
-
"@oclif/core": "^4.3.
|
10
|
+
"@oclif/core": "^4.3.3",
|
11
11
|
"@salesforce/core": "^8.12.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
@@ -29,11 +29,11 @@
|
|
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.68",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.4.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.25",
|
36
|
-
"oclif": "^4.18.
|
36
|
+
"oclif": "^4.18.1",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|
39
39
|
"pretty-quick": "^4.2.2",
|