@jayree/sfdx-plugin-manifest 5.0.77 → 5.0.79
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/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [5.0.79](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.78...5.0.79) (2026-05-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#2216](https://github.com/jayree/sfdx-plugin-manifest/issues/2216)) ([4c2d865](https://github.com/jayree/sfdx-plugin-manifest/commit/4c2d865da167ea65298561c1f1e80a95e23bc01d))
|
|
7
|
+
* @W-22143475 - Add AiTestingDefinition to metadata registry ([#1748](https://github.com/forcedotcom/source-deploy-retrieve/issues/1748)) ([73586e0](https://github.com/forcedotcom/source-deploy-retrieve/commit/73586e0f3df233be92c8e9373dc89339a41bc4e5))
|
|
8
|
+
* rename WebApplicationResource to UIBundleResource in deploy messages and tests ([#1751](https://github.com/forcedotcom/source-deploy-retrieve/issues/1751)) ([4a2f72c](https://github.com/forcedotcom/source-deploy-retrieve/commit/4a2f72c4796ac3c2476105e92abfb1b558a52dbe))
|
|
9
|
+
|
|
10
|
+
## [5.0.78](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.77...5.0.78) (2026-05-01)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump isomorphic-git from 1.37.5 to 1.37.6 ([#2217](https://github.com/jayree/sfdx-plugin-manifest/issues/2217)) ([c7c136b](https://github.com/jayree/sfdx-plugin-manifest/commit/c7c136b39b91492f2ad3cd4761ff436fd7bb3cd6))
|
|
16
|
+
* checkout surface silent rejections in batchAllSettled ([#2306](https://github.com/isomorphic-git/isomorphic-git/issues/2306)) ([acb2dcd](https://github.com/isomorphic-git/isomorphic-git/commit/acb2dcd0dfc3193992ad97f0b310f2b51570a8da))
|
|
17
|
+
|
|
1
18
|
## [5.0.77](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.76...5.0.77) (2026-05-01)
|
|
2
19
|
|
|
3
20
|
|
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.79/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.79/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.79/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.79",
|
|
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.79",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.30",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"@salesforce/core": "^8.29.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.35.0",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.14",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.7.1",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.37.
|
|
24
|
+
"isomorphic-git": "1.37.6"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.16",
|
|
@@ -6424,9 +6424,9 @@
|
|
|
6424
6424
|
}
|
|
6425
6425
|
},
|
|
6426
6426
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6427
|
-
"version": "12.
|
|
6428
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
6429
|
-
"integrity": "sha512-
|
|
6427
|
+
"version": "12.35.0",
|
|
6428
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.0.tgz",
|
|
6429
|
+
"integrity": "sha512-R/qO0JavpDsfhmkoR/z9jcB9mJFrJCAfaRaySmDuaqiHPuBVlpzey44irCtboNq6agqkOOogIbE3d4gUt5BGHQ==",
|
|
6430
6430
|
"license": "Apache-2.0",
|
|
6431
6431
|
"dependencies": {
|
|
6432
6432
|
"@salesforce/core": "^8.28.4",
|
|
@@ -15546,9 +15546,9 @@
|
|
|
15546
15546
|
"license": "ISC"
|
|
15547
15547
|
},
|
|
15548
15548
|
"node_modules/isomorphic-git": {
|
|
15549
|
-
"version": "1.37.
|
|
15550
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.
|
|
15551
|
-
"integrity": "sha512-
|
|
15549
|
+
"version": "1.37.6",
|
|
15550
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.6.tgz",
|
|
15551
|
+
"integrity": "sha512-qr1NFCPsVTZ6YGqTXw0CzamnsHyH9QQ1OTEfeXIweSljRUMzuHFCJdUn0wc6OcjtTDns6knxjPb7N6LmJeftOA==",
|
|
15552
15552
|
"license": "MIT",
|
|
15553
15553
|
"dependencies": {
|
|
15554
15554
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -2038,10 +2038,10 @@
|
|
|
2038
2038
|
cli-progress "^3.12.0"
|
|
2039
2039
|
terminal-link "^3.0.0"
|
|
2040
2040
|
|
|
2041
|
-
"@salesforce/source-deploy-retrieve@12.
|
|
2042
|
-
version "12.
|
|
2043
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2044
|
-
integrity sha512-
|
|
2041
|
+
"@salesforce/source-deploy-retrieve@12.35.0", "@salesforce/source-deploy-retrieve@^12.32.7":
|
|
2042
|
+
version "12.35.0"
|
|
2043
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.0.tgz#3df5f9ebd25e8b31ab245ec3827b44a97f8e1156"
|
|
2044
|
+
integrity sha512-R/qO0JavpDsfhmkoR/z9jcB9mJFrJCAfaRaySmDuaqiHPuBVlpzey44irCtboNq6agqkOOogIbE3d4gUt5BGHQ==
|
|
2045
2045
|
dependencies:
|
|
2046
2046
|
"@salesforce/core" "^8.28.4"
|
|
2047
2047
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -6823,10 +6823,10 @@ isexe@^2.0.0:
|
|
|
6823
6823
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
6824
6824
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
6825
6825
|
|
|
6826
|
-
isomorphic-git@1.37.
|
|
6827
|
-
version "1.37.
|
|
6828
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.37.
|
|
6829
|
-
integrity sha512-
|
|
6826
|
+
isomorphic-git@1.37.6, isomorphic-git@^1.34.2:
|
|
6827
|
+
version "1.37.6"
|
|
6828
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.37.6.tgz#8982cd13d1609668149322834e411a7596df6178"
|
|
6829
|
+
integrity sha512-qr1NFCPsVTZ6YGqTXw0CzamnsHyH9QQ1OTEfeXIweSljRUMzuHFCJdUn0wc6OcjtTDns6knxjPb7N6LmJeftOA==
|
|
6830
6830
|
dependencies:
|
|
6831
6831
|
async-lock "^1.4.1"
|
|
6832
6832
|
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 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.79",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@salesforce/core": "^8.29.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.35.0",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.14",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.7.1",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.37.
|
|
21
|
+
"isomorphic-git": "1.37.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.16",
|