@jayree/sfdx-plugin-manifest 4.0.48 → 4.0.50
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 +34 -43
- package/oclif.lock +33 -28
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
## [4.0.50](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.49...4.0.50) (2025-08-08)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.12 to 1.2.14 ([#1887](https://github.com/jayree/sfdx-plugin-manifest/issues/1887)) ([d4ae391](https://github.com/jayree/sfdx-plugin-manifest/commit/d4ae3913d2f37f9c6f4e4329c797784dc34673f6))
|
7
|
+
* **deps:** bump marked from 16.1.1 to 16.1.2 ([#729](https://github.com/jayree/changelog/issues/729)) ([bc72fb3](https://github.com/jayree/changelog/commit/bc72fb3c804e684256c017e980e8bb702707e513))
|
8
|
+
* **deps:** bump fs-extra from 11.3.0 to 11.3.1 ([#738](https://github.com/jayree/changelog/issues/738)) ([d52629d](https://github.com/jayree/changelog/commit/d52629da858b26b82eb3c9551811466b6f1fbee3))
|
9
|
+
|
10
|
+
## [4.0.49](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.48...4.0.49) (2025-08-03)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#1884](https://github.com/jayree/sfdx-plugin-manifest/issues/1884)) ([81a2d94](https://github.com/jayree/sfdx-plugin-manifest/commit/81a2d949810175d252c7df2aaeabddbd09d30be6))
|
16
|
+
* add logs to detect forceignored files W-18715150 ([#1596](https://github.com/forcedotcom/source-deploy-retrieve/issues/1596)) ([3006ca0](https://github.com/forcedotcom/source-deploy-retrieve/commit/3006ca00584d2c6fa635536d15a329f0cbccbdcf))
|
17
|
+
|
1
18
|
## [4.0.48](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.47...4.0.48) (2025-08-03)
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.50/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.50/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.50/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.50",
|
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.50",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
|
-
"@jayree/changelog": "^1.2.
|
12
|
+
"@jayree/changelog": "^1.2.14",
|
13
13
|
"@oclif/core": "^4.5.2",
|
14
14
|
"@salesforce/core": "^8.18.7",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.22.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.22.2",
|
18
18
|
"@salesforce/source-tracking": "7.4.9",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -32,7 +32,7 @@
|
|
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.90",
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.5.3",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.30",
|
@@ -3145,14 +3145,14 @@
|
|
3145
3145
|
}
|
3146
3146
|
},
|
3147
3147
|
"node_modules/@jayree/changelog": {
|
3148
|
-
"version": "1.2.
|
3149
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
3150
|
-
"integrity": "sha512-
|
3148
|
+
"version": "1.2.14",
|
3149
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.14.tgz",
|
3150
|
+
"integrity": "sha512-GagmOF6lni0fMEbvcoC1CvoFAO/cku0ugcW0Uk4RFUHN7UioUIzfl3hSPCKVUirZpoKIMoCbcX1j2qBJEdRU8w==",
|
3151
3151
|
"license": "BSD-3-Clause",
|
3152
3152
|
"dependencies": {
|
3153
3153
|
"debug": "^4.4.1",
|
3154
|
-
"fs-extra": "^11.3.
|
3155
|
-
"marked": "^16.1.
|
3154
|
+
"fs-extra": "^11.3.1",
|
3155
|
+
"marked": "^16.1.2",
|
3156
3156
|
"marked-terminal": "^7.3.0",
|
3157
3157
|
"semver": "^7.7.2",
|
3158
3158
|
"semver-compare": "^1.0.0"
|
@@ -4196,9 +4196,9 @@
|
|
4196
4196
|
}
|
4197
4197
|
},
|
4198
4198
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
4199
|
-
"version": "12.22.
|
4200
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.
|
4201
|
-
"integrity": "sha512-
|
4199
|
+
"version": "12.22.2",
|
4200
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.2.tgz",
|
4201
|
+
"integrity": "sha512-lORUqJ/2oEVM0ZQqreZQPiVgaeXDmKMg+flLyhEag4JKes07wAOWOdzOOS/HMB9QGgGdbCW4KMFKN99O+a2gHA==",
|
4202
4202
|
"license": "Apache-2.0",
|
4203
4203
|
"dependencies": {
|
4204
4204
|
"@salesforce/core": "^8.18.1",
|
@@ -9033,9 +9033,9 @@
|
|
9033
9033
|
}
|
9034
9034
|
},
|
9035
9035
|
"node_modules/eslint-config-oclif": {
|
9036
|
-
"version": "6.0.
|
9037
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
9038
|
-
"integrity": "sha512-
|
9036
|
+
"version": "6.0.90",
|
9037
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.90.tgz",
|
9038
|
+
"integrity": "sha512-bdYiRSV7D72Vwz7YW8GDOoqpGgcnOpBPSwIudHr5nddNB5VIuqJOecCIlua+DqscMZtQJ+1RyuMuKK9xzdAL7w==",
|
9039
9039
|
"dev": true,
|
9040
9040
|
"license": "MIT",
|
9041
9041
|
"dependencies": {
|
@@ -9052,7 +9052,7 @@
|
|
9052
9052
|
"eslint-plugin-import": "^2.32.0",
|
9053
9053
|
"eslint-plugin-jsdoc": "^50.8.0",
|
9054
9054
|
"eslint-plugin-mocha": "^10.5.0",
|
9055
|
-
"eslint-plugin-n": "^17.21.
|
9055
|
+
"eslint-plugin-n": "^17.21.3",
|
9056
9056
|
"eslint-plugin-perfectionist": "^4",
|
9057
9057
|
"eslint-plugin-unicorn": "^56.0.1",
|
9058
9058
|
"typescript-eslint": "^8.38.0"
|
@@ -9893,9 +9893,9 @@
|
|
9893
9893
|
}
|
9894
9894
|
},
|
9895
9895
|
"node_modules/eslint-plugin-n": {
|
9896
|
-
"version": "17.21.
|
9897
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.21.
|
9898
|
-
"integrity": "sha512-
|
9896
|
+
"version": "17.21.3",
|
9897
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.21.3.tgz",
|
9898
|
+
"integrity": "sha512-MtxYjDZhMQgsWRm/4xYLL0i2EhusWT7itDxlJ80l1NND2AL2Vi5Mvneqv/ikG9+zpran0VsVRXTEHrpLmUZRNw==",
|
9899
9899
|
"dev": true,
|
9900
9900
|
"license": "MIT",
|
9901
9901
|
"dependencies": {
|
@@ -9904,8 +9904,8 @@
|
|
9904
9904
|
"eslint-plugin-es-x": "^7.8.0",
|
9905
9905
|
"get-tsconfig": "^4.8.1",
|
9906
9906
|
"globals": "^15.11.0",
|
9907
|
+
"globrex": "^0.1.2",
|
9907
9908
|
"ignore": "^5.3.2",
|
9908
|
-
"minimatch": "^9.0.5",
|
9909
9909
|
"semver": "^7.6.3",
|
9910
9910
|
"ts-declaration-location": "^1.0.6"
|
9911
9911
|
},
|
@@ -9951,22 +9951,6 @@
|
|
9951
9951
|
"url": "https://github.com/sponsors/sindresorhus"
|
9952
9952
|
}
|
9953
9953
|
},
|
9954
|
-
"node_modules/eslint-plugin-n/node_modules/minimatch": {
|
9955
|
-
"version": "9.0.5",
|
9956
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
9957
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
9958
|
-
"dev": true,
|
9959
|
-
"license": "ISC",
|
9960
|
-
"dependencies": {
|
9961
|
-
"brace-expansion": "^2.0.1"
|
9962
|
-
},
|
9963
|
-
"engines": {
|
9964
|
-
"node": ">=16 || 14 >=14.17"
|
9965
|
-
},
|
9966
|
-
"funding": {
|
9967
|
-
"url": "https://github.com/sponsors/isaacs"
|
9968
|
-
}
|
9969
|
-
},
|
9970
9954
|
"node_modules/eslint-plugin-perfectionist": {
|
9971
9955
|
"version": "4.9.0",
|
9972
9956
|
"resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
|
@@ -10943,9 +10927,9 @@
|
|
10943
10927
|
"license": "MIT"
|
10944
10928
|
},
|
10945
10929
|
"node_modules/fs-extra": {
|
10946
|
-
"version": "11.3.
|
10947
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
10948
|
-
"integrity": "sha512-
|
10930
|
+
"version": "11.3.1",
|
10931
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
|
10932
|
+
"integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==",
|
10949
10933
|
"license": "MIT",
|
10950
10934
|
"dependencies": {
|
10951
10935
|
"graceful-fs": "^4.2.0",
|
@@ -11339,6 +11323,13 @@
|
|
11339
11323
|
"node": ">=8"
|
11340
11324
|
}
|
11341
11325
|
},
|
11326
|
+
"node_modules/globrex": {
|
11327
|
+
"version": "0.1.2",
|
11328
|
+
"resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
|
11329
|
+
"integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
|
11330
|
+
"dev": true,
|
11331
|
+
"license": "MIT"
|
11332
|
+
},
|
11342
11333
|
"node_modules/gopd": {
|
11343
11334
|
"version": "1.2.0",
|
11344
11335
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
@@ -13735,9 +13726,9 @@
|
|
13735
13726
|
}
|
13736
13727
|
},
|
13737
13728
|
"node_modules/marked": {
|
13738
|
-
"version": "16.1.
|
13739
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-16.1.
|
13740
|
-
"integrity": "sha512-
|
13729
|
+
"version": "16.1.2",
|
13730
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.1.2.tgz",
|
13731
|
+
"integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==",
|
13741
13732
|
"license": "MIT",
|
13742
13733
|
"bin": {
|
13743
13734
|
"marked": "bin/marked.js"
|
package/oclif.lock
CHANGED
@@ -1369,14 +1369,14 @@
|
|
1369
1369
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1370
1370
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1371
1371
|
|
1372
|
-
"@jayree/changelog@^1.2.
|
1373
|
-
version "1.2.
|
1374
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
1375
|
-
integrity sha512-
|
1372
|
+
"@jayree/changelog@^1.2.14":
|
1373
|
+
version "1.2.14"
|
1374
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.14.tgz#56ca6fb0a736e0fb522b5a9256747b7f605819d1"
|
1375
|
+
integrity sha512-GagmOF6lni0fMEbvcoC1CvoFAO/cku0ugcW0Uk4RFUHN7UioUIzfl3hSPCKVUirZpoKIMoCbcX1j2qBJEdRU8w==
|
1376
1376
|
dependencies:
|
1377
1377
|
debug "^4.4.1"
|
1378
|
-
fs-extra "^11.3.
|
1379
|
-
marked "^16.1.
|
1378
|
+
fs-extra "^11.3.1"
|
1379
|
+
marked "^16.1.2"
|
1380
1380
|
marked-terminal "^7.3.0"
|
1381
1381
|
semver "^7.7.2"
|
1382
1382
|
semver-compare "^1.0.0"
|
@@ -1701,10 +1701,10 @@
|
|
1701
1701
|
cli-progress "^3.12.0"
|
1702
1702
|
terminal-link "^3.0.0"
|
1703
1703
|
|
1704
|
-
"@salesforce/source-deploy-retrieve@12.22.
|
1705
|
-
version "12.22.
|
1706
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.
|
1707
|
-
integrity sha512-
|
1704
|
+
"@salesforce/source-deploy-retrieve@12.22.2", "@salesforce/source-deploy-retrieve@^12.21.5":
|
1705
|
+
version "12.22.2"
|
1706
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.2.tgz#cd6f1952b50ce42c966c06284b433993d9fb2cac"
|
1707
|
+
integrity sha512-lORUqJ/2oEVM0ZQqreZQPiVgaeXDmKMg+flLyhEag4JKes07wAOWOdzOOS/HMB9QGgGdbCW4KMFKN99O+a2gHA==
|
1708
1708
|
dependencies:
|
1709
1709
|
"@salesforce/core" "^8.18.1"
|
1710
1710
|
"@salesforce/kit" "^3.2.3"
|
@@ -4553,10 +4553,10 @@ eslint-config-oclif@^5.2.2:
|
|
4553
4553
|
eslint-plugin-n "^15.1.0"
|
4554
4554
|
eslint-plugin-unicorn "^48.0.1"
|
4555
4555
|
|
4556
|
-
eslint-config-oclif@^6.0.
|
4557
|
-
version "6.0.
|
4558
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4559
|
-
integrity sha512-
|
4556
|
+
eslint-config-oclif@^6.0.90:
|
4557
|
+
version "6.0.90"
|
4558
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.90.tgz#67edcf977bfedc16cd104e79ec4710374e6e28a9"
|
4559
|
+
integrity sha512-bdYiRSV7D72Vwz7YW8GDOoqpGgcnOpBPSwIudHr5nddNB5VIuqJOecCIlua+DqscMZtQJ+1RyuMuKK9xzdAL7w==
|
4560
4560
|
dependencies:
|
4561
4561
|
"@eslint/compat" "^1.3.1"
|
4562
4562
|
"@eslint/eslintrc" "^3.3.1"
|
@@ -4571,7 +4571,7 @@ eslint-config-oclif@^6.0.89:
|
|
4571
4571
|
eslint-plugin-import "^2.32.0"
|
4572
4572
|
eslint-plugin-jsdoc "^50.8.0"
|
4573
4573
|
eslint-plugin-mocha "^10.5.0"
|
4574
|
-
eslint-plugin-n "^17.21.
|
4574
|
+
eslint-plugin-n "^17.21.3"
|
4575
4575
|
eslint-plugin-perfectionist "^4"
|
4576
4576
|
eslint-plugin-unicorn "^56.0.1"
|
4577
4577
|
typescript-eslint "^8.38.0"
|
@@ -4767,18 +4767,18 @@ eslint-plugin-n@^15.1.0:
|
|
4767
4767
|
resolve "^1.22.1"
|
4768
4768
|
semver "^7.3.8"
|
4769
4769
|
|
4770
|
-
eslint-plugin-n@^17.21.
|
4771
|
-
version "17.21.
|
4772
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.21.
|
4773
|
-
integrity sha512-
|
4770
|
+
eslint-plugin-n@^17.21.3:
|
4771
|
+
version "17.21.3"
|
4772
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.21.3.tgz#a07592c28390ac742bf52acae89048c997a7b91c"
|
4773
|
+
integrity sha512-MtxYjDZhMQgsWRm/4xYLL0i2EhusWT7itDxlJ80l1NND2AL2Vi5Mvneqv/ikG9+zpran0VsVRXTEHrpLmUZRNw==
|
4774
4774
|
dependencies:
|
4775
4775
|
"@eslint-community/eslint-utils" "^4.5.0"
|
4776
4776
|
enhanced-resolve "^5.17.1"
|
4777
4777
|
eslint-plugin-es-x "^7.8.0"
|
4778
4778
|
get-tsconfig "^4.8.1"
|
4779
4779
|
globals "^15.11.0"
|
4780
|
+
globrex "^0.1.2"
|
4780
4781
|
ignore "^5.3.2"
|
4781
|
-
minimatch "^9.0.5"
|
4782
4782
|
semver "^7.6.3"
|
4783
4783
|
ts-declaration-location "^1.0.6"
|
4784
4784
|
|
@@ -5288,10 +5288,10 @@ fromentries@^1.2.0:
|
|
5288
5288
|
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
|
5289
5289
|
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
|
5290
5290
|
|
5291
|
-
fs-extra@^11.0.0, fs-extra@^11.3.0:
|
5292
|
-
version "11.3.
|
5293
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.
|
5294
|
-
integrity sha512-
|
5291
|
+
fs-extra@^11.0.0, fs-extra@^11.3.0, fs-extra@^11.3.1:
|
5292
|
+
version "11.3.1"
|
5293
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
|
5294
|
+
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
|
5295
5295
|
dependencies:
|
5296
5296
|
graceful-fs "^4.2.0"
|
5297
5297
|
jsonfile "^6.0.1"
|
@@ -5586,6 +5586,11 @@ globby@^14.1.0:
|
|
5586
5586
|
slash "^5.1.0"
|
5587
5587
|
unicorn-magic "^0.3.0"
|
5588
5588
|
|
5589
|
+
globrex@^0.1.2:
|
5590
|
+
version "0.1.2"
|
5591
|
+
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
|
5592
|
+
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
|
5593
|
+
|
5589
5594
|
gopd@^1.0.1, gopd@^1.2.0:
|
5590
5595
|
version "1.2.0"
|
5591
5596
|
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
|
@@ -6930,10 +6935,10 @@ marked@^13.0.0:
|
|
6930
6935
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
6931
6936
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
6932
6937
|
|
6933
|
-
marked@^16.1.
|
6934
|
-
version "16.1.
|
6935
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-16.1.
|
6936
|
-
integrity sha512-
|
6938
|
+
marked@^16.1.2:
|
6939
|
+
version "16.1.2"
|
6940
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-16.1.2.tgz#b723ad2eb0a19d5bf5809b62816af85d117672e3"
|
6941
|
+
integrity sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==
|
6937
6942
|
|
6938
6943
|
math-intrinsics@^1.1.0:
|
6939
6944
|
version "1.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
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": "4.0.
|
4
|
+
"version": "4.0.50",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
|
-
"@jayree/changelog": "^1.2.
|
9
|
+
"@jayree/changelog": "^1.2.14",
|
10
10
|
"@oclif/core": "^4.5.2",
|
11
11
|
"@salesforce/core": "^8.18.7",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.22.
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.22.2",
|
15
15
|
"@salesforce/source-tracking": "7.4.9",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -29,7 +29,7 @@
|
|
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.90",
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.5.3",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.30",
|