@jayree/sfdx-plugin-manifest 5.0.150 → 5.0.152
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 +21 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [5.0.152](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.151...5.0.152) (2026-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/sf-plugins-core from 12.2.26 to 12.2.27 ([#2348](https://github.com/jayree/sfdx-plugin-manifest/issues/2348)) ([0a5fb8a](https://github.com/jayree/sfdx-plugin-manifest/commit/0a5fb8a63bfefb714ad3a0fac9bd84e54ab154c1))
|
|
7
|
+
* **deps:** bump linkify-it from 5.0.0 to 5.0.2 ([b7464d2](https://github.com/salesforcecli/sf-plugins-core/commit/b7464d20d76d9d7f7ae0eb6670d4a47e7e953ef9))
|
|
8
|
+
|
|
9
|
+
## [5.0.151](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.150...5.0.151) (2026-07-24)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @salesforce/core from 8.32.4 to 8.32.6 ([#2349](https://github.com/jayree/sfdx-plugin-manifest/issues/2349)) ([2b114f8](https://github.com/jayree/sfdx-plugin-manifest/commit/2b114f802a6e67de426890d03a487e6f2fe6de01))
|
|
15
|
+
* add env vars to override scratch org signup Connected App ([168a718](https://github.com/forcedotcom/sfdx-core/commit/168a7186aebbae93aec335f1c0af67ab594028a8))
|
|
16
|
+
* fall back to 1d for unrecognized SF_LOG_ROTATION_PERIOD values @W-23050508@ ([#1314](https://github.com/forcedotcom/sfdx-core/issues/1314)) ([26cfc6a](https://github.com/forcedotcom/sfdx-core/commit/26cfc6ae0046ee17d3e6e122cc9fbfec7c243419))
|
|
17
|
+
* prevent parent ECA credentials from overriding auth code exchange ([7d237b6](https://github.com/forcedotcom/sfdx-core/commit/7d237b60b089234f9bac62376020bbadd45a1f57))
|
|
18
|
+
* use auth code exchange when signup app is overridden via env var ([deffe8d](https://github.com/forcedotcom/sfdx-core/commit/deffe8dee52e7f9f2a858361d0dff4bc7ee11503))
|
|
19
|
+
* **deps:** bump fast-uri from 3.0.1 to 3.1.4 ([e0d01fb](https://github.com/forcedotcom/sfdx-core/commit/e0d01fb76b39b6003f88fc77fe080b6c7b4930a0))
|
|
20
|
+
* skip parent auth lookup when SF_SCRATCH_SIGNUP_CONNECTED_APP is set ([4ee5085](https://github.com/forcedotcom/sfdx-core/commit/4ee5085be0f9671f82b3a41600948188576a5b47))
|
|
21
|
+
|
|
1
22
|
## [5.0.150](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.149...5.0.150) (2026-07-24)
|
|
2
23
|
|
|
3
24
|
|
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.152/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.152/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.152/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.152",
|
|
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.152",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
13
13
|
"@oclif/core": "^4.11.14",
|
|
14
|
-
"@salesforce/core": "^8.32.
|
|
14
|
+
"@salesforce/core": "^8.32.6",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
16
|
+
"@salesforce/sf-plugins-core": "^12.2.27",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.37.2",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.19",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
38
|
"oclif": "^4.23.27",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
|
-
"prettier": "^3.9.
|
|
40
|
+
"prettier": "^3.9.6",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^6.0.3"
|
|
@@ -3274,9 +3274,9 @@
|
|
|
3274
3274
|
}
|
|
3275
3275
|
},
|
|
3276
3276
|
"node_modules/@salesforce/core": {
|
|
3277
|
-
"version": "8.32.
|
|
3278
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.
|
|
3279
|
-
"integrity": "sha512-
|
|
3277
|
+
"version": "8.32.6",
|
|
3278
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
|
|
3279
|
+
"integrity": "sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==",
|
|
3280
3280
|
"license": "BSD-3-Clause",
|
|
3281
3281
|
"dependencies": {
|
|
3282
3282
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -3654,9 +3654,9 @@
|
|
|
3654
3654
|
"license": "BSD-3-Clause"
|
|
3655
3655
|
},
|
|
3656
3656
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3657
|
-
"version": "12.2.
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
3659
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "12.2.27",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.27.tgz",
|
|
3659
|
+
"integrity": "sha512-sUPrZX1YXxOdzqDjNzGjAHW1Ef0CWlmztEDrrOH7pPpqT3pR9jfYZny6mkzGW1Xnwh1+8nnsCY605K8FSz8nuQ==",
|
|
3660
3660
|
"license": "Apache-2.0",
|
|
3661
3661
|
"dependencies": {
|
|
3662
3662
|
"@inquirer/confirm": "^6.1.1",
|
|
@@ -14859,9 +14859,9 @@
|
|
|
14859
14859
|
}
|
|
14860
14860
|
},
|
|
14861
14861
|
"node_modules/prettier": {
|
|
14862
|
-
"version": "3.9.
|
|
14863
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.
|
|
14864
|
-
"integrity": "sha512
|
|
14862
|
+
"version": "3.9.6",
|
|
14863
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
|
|
14864
|
+
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
|
|
14865
14865
|
"dev": true,
|
|
14866
14866
|
"license": "MIT",
|
|
14867
14867
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1352,10 +1352,10 @@
|
|
|
1352
1352
|
strip-ansi "6.0.1"
|
|
1353
1353
|
ts-retry-promise "^0.8.1"
|
|
1354
1354
|
|
|
1355
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.2", "@salesforce/core@^8.32.
|
|
1356
|
-
version "8.32.
|
|
1357
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.
|
|
1358
|
-
integrity sha512-
|
|
1355
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.2", "@salesforce/core@^8.32.6":
|
|
1356
|
+
version "8.32.6"
|
|
1357
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.6.tgz#2824dc917888dc040995dfef3a9e83d41fafbdea"
|
|
1358
|
+
integrity sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==
|
|
1359
1359
|
dependencies:
|
|
1360
1360
|
"@jsforce/jsforce-node" "^3.10.17"
|
|
1361
1361
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1426,10 +1426,10 @@
|
|
|
1426
1426
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1427
1427
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1428
1428
|
|
|
1429
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1430
|
-
version "12.2.
|
|
1431
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1432
|
-
integrity sha512-
|
|
1429
|
+
"@salesforce/sf-plugins-core@^12.2.27":
|
|
1430
|
+
version "12.2.27"
|
|
1431
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.27.tgz#c10ebb1ff77a6bc61663e33ae62dd9ca01399187"
|
|
1432
|
+
integrity sha512-sUPrZX1YXxOdzqDjNzGjAHW1Ef0CWlmztEDrrOH7pPpqT3pR9jfYZny6mkzGW1Xnwh1+8nnsCY605K8FSz8nuQ==
|
|
1433
1433
|
dependencies:
|
|
1434
1434
|
"@inquirer/confirm" "^6.1.1"
|
|
1435
1435
|
"@inquirer/password" "^5.1.1"
|
|
@@ -7166,10 +7166,10 @@ prettier@^2.8.8:
|
|
|
7166
7166
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
|
7167
7167
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7168
7168
|
|
|
7169
|
-
prettier@^3.9.
|
|
7170
|
-
version "3.9.
|
|
7171
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.
|
|
7172
|
-
integrity sha512
|
|
7169
|
+
prettier@^3.9.6:
|
|
7170
|
+
version "3.9.6"
|
|
7171
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.6.tgz#b3ea5146515d40fc53f18aa63f74dfab1e10dbf6"
|
|
7172
|
+
integrity sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==
|
|
7173
7173
|
|
|
7174
7174
|
pretty-quick@^3.3.1:
|
|
7175
7175
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.152",
|
|
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.39",
|
|
10
10
|
"@oclif/core": "^4.11.14",
|
|
11
|
-
"@salesforce/core": "^8.32.
|
|
11
|
+
"@salesforce/core": "^8.32.6",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^12.2.27",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.37.2",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.19",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
35
|
"oclif": "^4.23.27",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
|
-
"prettier": "^3.9.
|
|
37
|
+
"prettier": "^3.9.6",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"typescript": "^6.0.3"
|