Skip to content

Commit 233e121

Browse files
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ngx-markdown/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ngx-markdown/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ngx-markdown/18.1.0/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ngx-markdown/18.1.0/19.0.0?slim=true)](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 [@&#8203;pkurcx](https://redirect.github.com/pkurcx) for his contribution to update Angular 19. ##### Commits - feat!: update to angular 19 ([#&#8203;558](https://redirect.github.com/jfcere/ngx-markdown/issues/558)) ([`d9fc3aa`](https://redirect.github.com/jfcere/ngx-markdown/commit/d9fc3aa)) [@&#8203;pkurcx](https://redirect.github.com/pkurcx), [@&#8203;jfcere](https://redirect.github.com/jfcere) - feat!: update marked lib to 15.0.0 ([#&#8203;559](https://redirect.github.com/jfcere/ngx-markdown/issues/559)) ([`620b366`](https://redirect.github.com/jfcere/ngx-markdown/commit/620b366)) [@&#8203;jfcere](https://redirect.github.com/jfcere) - feat!: add global configuration for mermaid and update options ([#&#8203;560](https://redirect.github.com/jfcere/ngx-markdown/issues/560)) ([`3d68dc6`](https://redirect.github.com/jfcere/ngx-markdown/commit/3d68dc6)) [@&#8203;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

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ In case you need to support older versions of that browsers, see the below table
298298
## Angular compatibility table
299299

300300
| Angular | angular-ecmascript-intl |
301-
|---------|-------------------------|
301+
| ------- | ----------------------- |
302302
| 19 | 5.x |
303303
| 18 | 4.x |
304304
| 17 | 3.x |

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@angular/platform-browser": "19.0.0",
2626
"@angular/platform-browser-dynamic": "19.0.0",
2727
"@angular/router": "19.0.0",
28-
"marked": "^12.0.0",
29-
"ngx-markdown": "^18.0.0",
28+
"marked": "^15.0.0",
29+
"ngx-markdown": "^19.0.0",
3030
"prismjs": "^1.29.0",
3131
"rxjs": "~7.8.0",
3232
"tslib": "^2.3.0",
@@ -58,10 +58,6 @@
5858
"typescript-eslint": "^8.0.0"
5959
},
6060
"overrides": {
61-
"@angular/common": "19.0.0",
62-
"@angular/core": "19.0.0",
63-
"@angular/platform-browser": "19.0.0",
64-
"eslint": "^9.0.0",
65-
"zone.js": "~0.15.0"
61+
"eslint": "^9.0.0"
6662
}
6763
}

0 commit comments

Comments
 (0)