@jayree/sfdx-plugin-manifest 5.0.128 → 5.0.129
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +18 -18
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.0.129](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.128...5.0.129) (2026-06-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.11.9 to 4.11.11 ([#2313](https://github.com/jayree/sfdx-plugin-manifest/issues/2313)) ([bb9806a](https://github.com/jayree/sfdx-plugin-manifest/commit/bb9806a6b3d054bad24b2520a8b9d3d40960d84f))
|
|
7
|
+
* **deps:** bump tinyglobby from 0.2.16 to 0.2.17 ([f941872](https://github.com/oclif/core/commit/f941872a716ec34ad53782e280b8facf0bf41a6e))
|
|
8
|
+
* **deps:** bump undici from 6.25.0 to 6.27.0 ([319945a](https://github.com/oclif/core/commit/319945a3df0ea99e96053b170c455baa0f4812a6))
|
|
9
|
+
|
|
1
10
|
## [5.0.128](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.127...5.0.128) (2026-06-28)
|
|
2
11
|
|
|
3
12
|
|
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/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.129/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/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.129/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/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.129/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": "5.0.
|
|
3
|
+
"version": "5.0.129",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.129",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.37",
|
|
13
|
-
"@oclif/core": "^4.11.
|
|
13
|
+
"@oclif/core": "^4.11.11",
|
|
14
14
|
"@salesforce/core": "^8.31.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"isomorphic-git": "1.38.5"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
38
|
"oclif": "^4.23.17",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
|
-
"prettier": "^3.
|
|
40
|
+
"prettier": "^3.9.1",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^6.0.3"
|
|
@@ -3065,9 +3065,9 @@
|
|
|
3065
3065
|
}
|
|
3066
3066
|
},
|
|
3067
3067
|
"node_modules/@oclif/core": {
|
|
3068
|
-
"version": "4.11.
|
|
3069
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3070
|
-
"integrity": "sha512-
|
|
3068
|
+
"version": "4.11.11",
|
|
3069
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.11.tgz",
|
|
3070
|
+
"integrity": "sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==",
|
|
3071
3071
|
"license": "MIT",
|
|
3072
3072
|
"dependencies": {
|
|
3073
3073
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3084,7 +3084,7 @@
|
|
|
3084
3084
|
"semver": "^7.8.1",
|
|
3085
3085
|
"string-width": "^4.2.3",
|
|
3086
3086
|
"supports-color": "^8",
|
|
3087
|
-
"tinyglobby": "^0.2.
|
|
3087
|
+
"tinyglobby": "^0.2.17",
|
|
3088
3088
|
"widest-line": "^3.1.0",
|
|
3089
3089
|
"wordwrap": "^1.0.0",
|
|
3090
3090
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3177,9 +3177,9 @@
|
|
|
3177
3177
|
}
|
|
3178
3178
|
},
|
|
3179
3179
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3180
|
-
"version": "5.3.
|
|
3181
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3182
|
-
"integrity": "sha512-
|
|
3180
|
+
"version": "5.3.29",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz",
|
|
3182
|
+
"integrity": "sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==",
|
|
3183
3183
|
"dev": true,
|
|
3184
3184
|
"license": "MIT",
|
|
3185
3185
|
"dependencies": {
|
|
@@ -15180,9 +15180,9 @@
|
|
|
15180
15180
|
}
|
|
15181
15181
|
},
|
|
15182
15182
|
"node_modules/prettier": {
|
|
15183
|
-
"version": "3.
|
|
15184
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
15185
|
-
"integrity": "sha512-
|
|
15183
|
+
"version": "3.9.1",
|
|
15184
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz",
|
|
15185
|
+
"integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==",
|
|
15186
15186
|
"dev": true,
|
|
15187
15187
|
"license": "MIT",
|
|
15188
15188
|
"bin": {
|
|
@@ -17217,9 +17217,9 @@
|
|
|
17217
17217
|
"license": "MIT"
|
|
17218
17218
|
},
|
|
17219
17219
|
"node_modules/tinyglobby": {
|
|
17220
|
-
"version": "0.2.
|
|
17221
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
17222
|
-
"integrity": "sha512-
|
|
17220
|
+
"version": "0.2.17",
|
|
17221
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
17222
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
17223
17223
|
"license": "MIT",
|
|
17224
17224
|
"dependencies": {
|
|
17225
17225
|
"fdir": "^6.5.0",
|
package/oclif.lock
CHANGED
|
@@ -1309,10 +1309,10 @@
|
|
|
1309
1309
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1310
1310
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1311
1311
|
|
|
1312
|
-
"@oclif/core@^4", "@oclif/core@^4.11.
|
|
1313
|
-
version "4.11.
|
|
1314
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1315
|
-
integrity sha512-
|
|
1312
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4":
|
|
1313
|
+
version "4.11.11"
|
|
1314
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.11.tgz#bd5c7d79285c12a43e5830b3362773dbe6048878"
|
|
1315
|
+
integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==
|
|
1316
1316
|
dependencies:
|
|
1317
1317
|
ansi-escapes "^4.3.2"
|
|
1318
1318
|
ansis "^3.17.0"
|
|
@@ -1328,15 +1328,15 @@
|
|
|
1328
1328
|
semver "^7.8.1"
|
|
1329
1329
|
string-width "^4.2.3"
|
|
1330
1330
|
supports-color "^8"
|
|
1331
|
-
tinyglobby "^0.2.
|
|
1331
|
+
tinyglobby "^0.2.17"
|
|
1332
1332
|
widest-line "^3.1.0"
|
|
1333
1333
|
wordwrap "^1.0.0"
|
|
1334
1334
|
wrap-ansi "^7.0.0"
|
|
1335
1335
|
|
|
1336
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1337
|
-
version "5.3.
|
|
1338
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1339
|
-
integrity sha512-
|
|
1336
|
+
"@oclif/plugin-command-snapshot@^5.3.29":
|
|
1337
|
+
version "5.3.29"
|
|
1338
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz#9748e9512c64d68252d223baa70a1da0d67eefb0"
|
|
1339
|
+
integrity sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==
|
|
1340
1340
|
dependencies:
|
|
1341
1341
|
"@oclif/core" "^4"
|
|
1342
1342
|
ansis "^3.17.0"
|
|
@@ -7315,10 +7315,10 @@ prettier@^2.8.8:
|
|
|
7315
7315
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
|
7316
7316
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7317
7317
|
|
|
7318
|
-
prettier@^3.
|
|
7319
|
-
version "3.
|
|
7320
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.
|
|
7321
|
-
integrity sha512-
|
|
7318
|
+
prettier@^3.9.1:
|
|
7319
|
+
version "3.9.1"
|
|
7320
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.1.tgz#5868bcf16456bfe145ddbfa107c623b6f39e332c"
|
|
7321
|
+
integrity sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==
|
|
7322
7322
|
|
|
7323
7323
|
pretty-quick@^3.3.1:
|
|
7324
7324
|
version "3.3.1"
|
|
@@ -8518,10 +8518,10 @@ tinyexec@^0.3.2:
|
|
|
8518
8518
|
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
|
|
8519
8519
|
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
|
8520
8520
|
|
|
8521
|
-
tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.
|
|
8522
|
-
version "0.2.
|
|
8523
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
8524
|
-
integrity sha512-
|
|
8521
|
+
tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.17:
|
|
8522
|
+
version "0.2.17"
|
|
8523
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631"
|
|
8524
|
+
integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==
|
|
8525
8525
|
dependencies:
|
|
8526
8526
|
fdir "^6.5.0"
|
|
8527
8527
|
picomatch "^4.0.4"
|
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 powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.129",
|
|
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.37",
|
|
10
|
-
"@oclif/core": "^4.11.
|
|
10
|
+
"@oclif/core": "^4.11.11",
|
|
11
11
|
"@salesforce/core": "^8.31.2",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"isomorphic-git": "1.38.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
35
|
"oclif": "^4.23.17",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
|
-
"prettier": "^3.
|
|
37
|
+
"prettier": "^3.9.1",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"typescript": "^6.0.3"
|