@jayree/sfdx-plugin-manifest 5.0.114 → 5.0.116
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 +23 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +491 -1936
- package/oclif.lock +363 -747
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [5.0.116](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.115...5.0.116) (2026-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
* Don't end HTML comment blocks on a blank line, [#1155](https://redirect.github.com/markdown-it/markdown-it/issues/1155).
|
|
8
|
+
* 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.
|
|
9
|
+
* Preserve unicode whitespaces when trimm headings/paragraphs, [#1074](https://redirect.github.com/markdown-it/markdown-it/issues/1074).
|
|
10
|
+
* More strict entities decode to avoid false positives `;`, [#1096](https://redirect.github.com/markdown-it/markdown-it/issues/1096).
|
|
11
|
+
* Restore block parser state on fail in `lheading` rule, [#1131](https://redirect.github.com/markdown-it/markdown-it/issues/1131).
|
|
12
|
+
* Fixed poor smartquotes perfomance on > 70k quotes in single block
|
|
13
|
+
* Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.
|
|
14
|
+
* `isPunctCharCode` to utilities.
|
|
15
|
+
|
|
16
|
+
## [5.0.115](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.114...5.0.115) (2026-06-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **deps:** bump @jayree/changelog from 1.2.34 to 1.2.35 ([#2281](https://github.com/jayree/sfdx-plugin-manifest/issues/2281)) ([f2ea4a8](https://github.com/jayree/sfdx-plugin-manifest/commit/f2ea4a8938634c88afa04cf75f6b7a8977fca353))
|
|
22
|
+
* **deps:** bump marked from 18.0.4 to 18.0.5 ([#1004](https://github.com/jayree/changelog/issues/1004)) ([64835b3](https://github.com/jayree/changelog/commit/64835b337150a14919f9a4716e4cd0955f941200))
|
|
23
|
+
|
|
1
24
|
## [5.0.114](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.113...5.0.114) (2026-06-07)
|
|
2
25
|
|
|
3
26
|
|
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.116/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.116/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.116/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|