@jayree/sfdx-plugin-manifest 6.0.14 → 6.0.16
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
|
+
## [6.0.16](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.15...6.0.16) (2026-08-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.41.4 to 1.41.7 ([#2382](https://github.com/jayree/sfdx-plugin-manifest/issues/2382)) ([adc0b7b](https://github.com/jayree/sfdx-plugin-manifest/commit/adc0b7bd07d8c405a68168c89dcc6779031b50a9))
|
|
7
|
+
* include file mode changes in filepath log ([#2413](https://github.com/isomorphic-git/isomorphic-git/issues/2413)) ([07c6fe7](https://github.com/isomorphic-git/isomorphic-git/commit/07c6fe725b6e23b7069013e2b10e0d8e085cf9a2))
|
|
8
|
+
* return best merge bases for DAG histories ([#2412](https://github.com/isomorphic-git/isomorphic-git/issues/2412)) ([a7f747f](https://github.com/isomorphic-git/isomorphic-git/commit/a7f747fd31afedd062f27610bd43f4363bb6d9cf))
|
|
9
|
+
|
|
10
|
+
## [6.0.15](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.14...6.0.15) (2026-08-20)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @oclif/core from 4.13.5 to 4.14.0 ([#2383](https://github.com/jayree/sfdx-plugin-manifest/issues/2383)) ([ecbaa2c](https://github.com/jayree/sfdx-plugin-manifest/commit/ecbaa2c53f6252a3b3ac1612221230561de7b9ea))
|
|
16
|
+
* bumping to eslint v10 (W-23473845) ([248de04](https://github.com/oclif/core/commit/248de042ece58a10c6af4708490fcfd36e881ab8))
|
|
17
|
+
|
|
1
18
|
## [6.0.14](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.13...6.0.14) (2026-08-20)
|
|
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/6.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.16/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/6.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.16/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/6.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.16/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": "6.0.
|
|
3
|
+
"version": "6.0.16",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.16",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
13
|
-
"@oclif/core": "^4.
|
|
13
|
+
"@oclif/core": "^4.14.0",
|
|
14
14
|
"@salesforce/core": "^9.1.1",
|
|
15
15
|
"@salesforce/kit": "^4.0.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.11.0",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.41.
|
|
24
|
+
"isomorphic-git": "1.41.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|
|
@@ -2837,9 +2837,9 @@
|
|
|
2837
2837
|
}
|
|
2838
2838
|
},
|
|
2839
2839
|
"node_modules/@oclif/core": {
|
|
2840
|
-
"version": "4.
|
|
2841
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
2842
|
-
"integrity": "sha512-
|
|
2840
|
+
"version": "4.14.0",
|
|
2841
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
|
|
2842
|
+
"integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
|
|
2843
2843
|
"license": "MIT",
|
|
2844
2844
|
"dependencies": {
|
|
2845
2845
|
"ansi-escapes": "^4.3.2",
|
|
@@ -9619,9 +9619,9 @@
|
|
|
9619
9619
|
"license": "ISC"
|
|
9620
9620
|
},
|
|
9621
9621
|
"node_modules/isomorphic-git": {
|
|
9622
|
-
"version": "1.41.
|
|
9623
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.
|
|
9624
|
-
"integrity": "sha512-
|
|
9622
|
+
"version": "1.41.7",
|
|
9623
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.41.7.tgz",
|
|
9624
|
+
"integrity": "sha512-ZCyMNg0eLUmuhGXdVQFi56fM93kwIqqlUSVnWbgzf1oDYidrQbWfrf+hEvn2E8xyo191zRPQyDCIlwg6YJ6isQ==",
|
|
9625
9625
|
"license": "MIT",
|
|
9626
9626
|
"dependencies": {
|
|
9627
9627
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -1259,10 +1259,10 @@
|
|
|
1259
1259
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1260
1260
|
fastq "^1.6.0"
|
|
1261
1261
|
|
|
1262
|
-
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.
|
|
1263
|
-
version "4.
|
|
1264
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1265
|
-
integrity sha512-
|
|
1262
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.14.0":
|
|
1263
|
+
version "4.14.0"
|
|
1264
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.14.0.tgz#b5c46200788f95ce57809ddec1502ae0aa9abf2b"
|
|
1265
|
+
integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==
|
|
1266
1266
|
dependencies:
|
|
1267
1267
|
ansi-escapes "^4.3.2"
|
|
1268
1268
|
ansis "^3.17.0"
|
|
@@ -4943,10 +4943,10 @@ isexe@^2.0.0:
|
|
|
4943
4943
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
4944
4944
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
4945
4945
|
|
|
4946
|
-
isomorphic-git@1.41.
|
|
4947
|
-
version "1.41.
|
|
4948
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.
|
|
4949
|
-
integrity sha512-
|
|
4946
|
+
isomorphic-git@1.41.7, isomorphic-git@^1.34.2:
|
|
4947
|
+
version "1.41.7"
|
|
4948
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.41.7.tgz#223a8d55ce3844c96093feb2b13d9fea234a0efd"
|
|
4949
|
+
integrity sha512-ZCyMNg0eLUmuhGXdVQFi56fM93kwIqqlUSVnWbgzf1oDYidrQbWfrf+hEvn2E8xyo191zRPQyDCIlwg6YJ6isQ==
|
|
4950
4950
|
dependencies:
|
|
4951
4951
|
async-lock "^1.4.1"
|
|
4952
4952
|
clean-git-ref "^2.0.1"
|
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": "6.0.
|
|
4
|
+
"version": "6.0.16",
|
|
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
|
-
"@oclif/core": "^4.
|
|
10
|
+
"@oclif/core": "^4.14.0",
|
|
11
11
|
"@salesforce/core": "^9.1.1",
|
|
12
12
|
"@salesforce/kit": "^4.0.0",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.11.0",
|
|
19
19
|
"fs-extra": "^11.4.0",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.41.
|
|
21
|
+
"isomorphic-git": "1.41.7"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.35",
|