Commit 233e121
authored
fix(deps): update dependency ngx-markdown to v19 (#501)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ngx-markdown](https://redirect.github.com/jfcere/ngx-markdown) |
[`^18.0.0` ->
`^19.0.0`](https://renovatebot.com/diffs/npm/ngx-markdown/18.1.0/19.0.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>jfcere/ngx-markdown (ngx-markdown)</summary>
###
[`v19.0.0`](https://redirect.github.com/jfcere/ngx-markdown/releases/tag/v19.0.0)
[Compare
Source](https://redirect.github.com/jfcere/ngx-markdown/compare/v18.1.0...v19.0.0)
### Update Angular 19
Library has been updated to support **Angular 19**.
It is recommended to stick with ngx-markdown v18.x.x if you are using
Angular 18.
##### New features and enhancements
- Update to Angular 19
- Update `marked` dependency to 15.0.0
- Add global configuration for `mermaid` plugin and update options
##### ⚠ Breaking changes
##### Marked dependency
Marked has been updated to the latest version, 15.0.0. The renderer
token override functions have changed and need to be adjusted. Extension
packages will also need to be updated to match the new marked version.
##### Mermaid plugin
Mermaid options have been updated and bring model changes. Minor
adjustments will need to be made, please refer to
[lib/src/mermaid-options.ts](https://redirect.github.com/jfcere/ngx-markdown/blob/v19.0.0/lib/src/mermaid-options.ts)
for updated typings.
##### Special thanks
🥇 Thanks to [@​pkurcx](https://redirect.github.com/pkurcx) for his
contribution to update Angular 19.
##### Commits
- feat!: update to angular 19
([#​558](https://redirect.github.com/jfcere/ngx-markdown/issues/558))
([`d9fc3aa`](https://redirect.github.com/jfcere/ngx-markdown/commit/d9fc3aa))
[@​pkurcx](https://redirect.github.com/pkurcx),
[@​jfcere](https://redirect.github.com/jfcere)
- feat!: update marked lib to 15.0.0
([#​559](https://redirect.github.com/jfcere/ngx-markdown/issues/559))
([`620b366`](https://redirect.github.com/jfcere/ngx-markdown/commit/620b366))
[@​jfcere](https://redirect.github.com/jfcere)
- feat!: add global configuration for mermaid and update options
([#​560](https://redirect.github.com/jfcere/ngx-markdown/issues/560))
([`3d68dc6`](https://redirect.github.com/jfcere/ngx-markdown/commit/3d68dc6))
[@​jfcere](https://redirect.github.com/jfcere)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/json-derulo/angular-ecmascript-intl).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 37b5923 commit 233e121
3 files changed
+17
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 61 | + | |
66 | 62 | | |
67 | 63 | | |
0 commit comments