@jayree/sfdx-plugin-manifest 5.0.115 → 5.0.117
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 +24 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +32 -12
- package/oclif.lock +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [5.0.117](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.116...5.0.117) (2026-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump ws from 8.20.1 to 8.21.0 ([#2289](https://github.com/jayree/sfdx-plugin-manifest/issues/2289)) ([c574f6f](https://github.com/jayree/sfdx-plugin-manifest/commit/c574f6f1429f65770052647536e660ee5ce989e2))
|
|
7
|
+
* Introduced the `maxBufferedChunks` and `maxFragments` options (2b2abd45).
|
|
8
|
+
* Fixed a remote memory exhaustion DoS vulnerability (2b2abd45).
|
|
9
|
+
|
|
10
|
+
## [5.0.116](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.115...5.0.116) (2026-06-17)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump markdown-it from 14.1.1 to 14.2.0 ([#2287](https://github.com/jayree/sfdx-plugin-manifest/issues/2287)) ([a8f8642](https://github.com/jayree/sfdx-plugin-manifest/commit/a8f86427dbe0bea53da9b8d99f3a5d4b7aa699c5))
|
|
16
|
+
* Don't end HTML comment blocks on a blank line, [#1155](https://redirect.github.com/markdown-it/markdown-it/issues/1155).
|
|
17
|
+
* Properly recognize astral chars (surrogates) in delimiter scans for emphasis-like markers, [#1072](https://redirect.github.com/markdown-it/markdown-it/issues/1072). Big thanks to [`@tats-u`](https://github.com/tats-u) for his global efforts with improving CJK support.
|
|
18
|
+
* Preserve unicode whitespaces when trimm headings/paragraphs, [#1074](https://redirect.github.com/markdown-it/markdown-it/issues/1074).
|
|
19
|
+
* More strict entities decode to avoid false positives `;`, [#1096](https://redirect.github.com/markdown-it/markdown-it/issues/1096).
|
|
20
|
+
* Restore block parser state on fail in `lheading` rule, [#1131](https://redirect.github.com/markdown-it/markdown-it/issues/1131).
|
|
21
|
+
* Fixed poor smartquotes perfomance on > 70k quotes in single block
|
|
22
|
+
* Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.
|
|
23
|
+
* `isPunctCharCode` to utilities.
|
|
24
|
+
|
|
1
25
|
## [5.0.115](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.114...5.0.115) (2026-06-14)
|
|
2
26
|
|
|
3
27
|
|
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.117/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.117/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.117/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.117",
|
|
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.117",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.35",
|
|
@@ -12627,10 +12627,20 @@
|
|
|
12627
12627
|
"license": "MIT"
|
|
12628
12628
|
},
|
|
12629
12629
|
"node_modules/linkify-it": {
|
|
12630
|
-
"version": "5.0.
|
|
12631
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
12632
|
-
"integrity": "sha512-
|
|
12630
|
+
"version": "5.0.1",
|
|
12631
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.1.tgz",
|
|
12632
|
+
"integrity": "sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==",
|
|
12633
12633
|
"dev": true,
|
|
12634
|
+
"funding": [
|
|
12635
|
+
{
|
|
12636
|
+
"type": "github",
|
|
12637
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
12638
|
+
},
|
|
12639
|
+
{
|
|
12640
|
+
"type": "github",
|
|
12641
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
12642
|
+
}
|
|
12643
|
+
],
|
|
12634
12644
|
"license": "MIT",
|
|
12635
12645
|
"dependencies": {
|
|
12636
12646
|
"uc.micro": "^2.0.0"
|
|
@@ -13037,15 +13047,25 @@
|
|
|
13037
13047
|
}
|
|
13038
13048
|
},
|
|
13039
13049
|
"node_modules/markdown-it": {
|
|
13040
|
-
"version": "14.
|
|
13041
|
-
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.
|
|
13042
|
-
"integrity": "sha512-
|
|
13050
|
+
"version": "14.2.0",
|
|
13051
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.2.0.tgz",
|
|
13052
|
+
"integrity": "sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==",
|
|
13043
13053
|
"dev": true,
|
|
13054
|
+
"funding": [
|
|
13055
|
+
{
|
|
13056
|
+
"type": "github",
|
|
13057
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
13058
|
+
},
|
|
13059
|
+
{
|
|
13060
|
+
"type": "github",
|
|
13061
|
+
"url": "https://github.com/sponsors/markdown-it"
|
|
13062
|
+
}
|
|
13063
|
+
],
|
|
13044
13064
|
"license": "MIT",
|
|
13045
13065
|
"dependencies": {
|
|
13046
13066
|
"argparse": "^2.0.1",
|
|
13047
13067
|
"entities": "^4.4.0",
|
|
13048
|
-
"linkify-it": "^5.0.
|
|
13068
|
+
"linkify-it": "^5.0.1",
|
|
13049
13069
|
"mdurl": "^2.0.0",
|
|
13050
13070
|
"punycode.js": "^2.3.1",
|
|
13051
13071
|
"uc.micro": "^2.1.0"
|
|
@@ -18298,9 +18318,9 @@
|
|
|
18298
18318
|
}
|
|
18299
18319
|
},
|
|
18300
18320
|
"node_modules/ws": {
|
|
18301
|
-
"version": "8.
|
|
18302
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
18303
|
-
"integrity": "sha512-
|
|
18321
|
+
"version": "8.21.0",
|
|
18322
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
18323
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
18304
18324
|
"license": "MIT",
|
|
18305
18325
|
"engines": {
|
|
18306
18326
|
"node": ">=10.0.0"
|
package/oclif.lock
CHANGED
|
@@ -5973,10 +5973,10 @@ lines-and-columns@^1.1.6:
|
|
|
5973
5973
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
5974
5974
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5975
5975
|
|
|
5976
|
-
linkify-it@^5.0.
|
|
5977
|
-
version "5.0.
|
|
5978
|
-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.
|
|
5979
|
-
integrity sha512-
|
|
5976
|
+
linkify-it@^5.0.1:
|
|
5977
|
+
version "5.0.1"
|
|
5978
|
+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.1.tgz#10c4cecbb5c6828eabf81d3c801adc4a542dfb55"
|
|
5979
|
+
integrity sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==
|
|
5980
5980
|
dependencies:
|
|
5981
5981
|
uc.micro "^2.0.0"
|
|
5982
5982
|
|
|
@@ -6230,13 +6230,13 @@ map-obj@^4.0.0:
|
|
|
6230
6230
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
6231
6231
|
|
|
6232
6232
|
markdown-it@^14.1.0:
|
|
6233
|
-
version "14.
|
|
6234
|
-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.
|
|
6235
|
-
integrity sha512-
|
|
6233
|
+
version "14.2.0"
|
|
6234
|
+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.2.0.tgz#06d48d9035e77d5b1c85adb315482fc8240289ef"
|
|
6235
|
+
integrity sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==
|
|
6236
6236
|
dependencies:
|
|
6237
6237
|
argparse "^2.0.1"
|
|
6238
6238
|
entities "^4.4.0"
|
|
6239
|
-
linkify-it "^5.0.
|
|
6239
|
+
linkify-it "^5.0.1"
|
|
6240
6240
|
mdurl "^2.0.0"
|
|
6241
6241
|
punycode.js "^2.3.1"
|
|
6242
6242
|
uc.micro "^2.1.0"
|
|
@@ -9153,9 +9153,9 @@ write-file-atomic@^3.0.0:
|
|
|
9153
9153
|
typedarray-to-buffer "^3.1.5"
|
|
9154
9154
|
|
|
9155
9155
|
ws@^8.15.0:
|
|
9156
|
-
version "8.
|
|
9157
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.
|
|
9158
|
-
integrity sha512-
|
|
9156
|
+
version "8.21.0"
|
|
9157
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.0.tgz#012e413fc07429945121b0c153158c4343086951"
|
|
9158
|
+
integrity sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==
|
|
9159
9159
|
|
|
9160
9160
|
xml-naming@^0.1.0:
|
|
9161
9161
|
version "0.1.0"
|
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.117",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|