Update dependency marked to v17 #10

Merged
Aroy merged 1 commit from renovate/marked-17.x into main 2025-12-23 15:00:19 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
marked (source) dependencies major ^15.0.12^17.0.0

Release Notes

markedjs/marked (marked)

v17.0.1

Compare Source

Bug Fixes

v17.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Change how consecutive text tokens work in lists
  • Simplify listItem renderer
  • Checkbox token is added in list tokenizer
  • Checkbox token add type and raw property
  • Change loose list text tokens to paragraph type in the list tokenizer

v16.4.2

Compare Source

Bug Fixes

v16.4.1

Compare Source

Bug Fixes

v16.4.0

Compare Source

Bug Fixes
  • Fix backtick and code rendering in links (#​3783) (302ee59)
  • fix links with square brackets in inline code break wrapping italics (#​3785) (e3c0d3e)
  • Make www case-sensitive when detecting link starts (#​3770) (626d961)
Features

v16.3.0

Compare Source

Features

v16.2.1

Compare Source

Bug Fixes

v16.2.0

Compare Source

Features

v16.1.2

Compare Source

Bug Fixes

v16.1.1

Compare Source

Bug Fixes

v16.1.0

Compare Source

Features

v16.0.0

Compare Source

Bug Fixes
BREAKING CHANGES

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [marked](https://marked.js.org) ([source](https://github.com/markedjs/marked)) | dependencies | major | [`^15.0.12` → `^17.0.0`](https://renovatebot.com/diffs/npm/marked/15.0.12/17.0.1) | --- ### Release Notes <details> <summary>markedjs/marked (marked)</summary> ### [`v17.0.1`](https://github.com/markedjs/marked/releases/tag/v17.0.1) [Compare Source](https://github.com/markedjs/marked/compare/v17.0.0...v17.0.1) ##### Bug Fixes - fix block elements in task item ([#&#8203;3828](https://github.com/markedjs/marked/issues/3828)) ([921ee22](https://github.com/markedjs/marked/commit/921ee22102a4aa9c19286afd61610d1952ffca8e)) ### [`v17.0.0`](https://github.com/markedjs/marked/releases/tag/v17.0.0) [Compare Source](https://github.com/markedjs/marked/compare/v16.4.2...v17.0.0) ##### Bug Fixes - only create tokens inside tokenizers ([#&#8203;3755](https://github.com/markedjs/marked/issues/3755)) ([7b19231](https://github.com/markedjs/marked/commit/7b192315b286a444a0cc6407ca28cdee04af0f5d)) ##### BREAKING CHANGES - Change how consecutive text tokens work in lists - Simplify listItem renderer - Checkbox token is added in list tokenizer - Checkbox token add type and raw property - Change loose list text tokens to paragraph type in the list tokenizer ### [`v16.4.2`](https://github.com/markedjs/marked/releases/tag/v16.4.2) [Compare Source](https://github.com/markedjs/marked/compare/v16.4.1...v16.4.2) ##### Bug Fixes - Avoid RegExp lookbehind assertions ([#&#8203;3816](https://github.com/markedjs/marked/issues/3816)) ([#&#8203;3817](https://github.com/markedjs/marked/issues/3817)) ([c056df0](https://github.com/markedjs/marked/commit/c056df082cce077e49a2b8c45d51ef819c7a0b44)) ### [`v16.4.1`](https://github.com/markedjs/marked/releases/tag/v16.4.1) [Compare Source](https://github.com/markedjs/marked/compare/v16.4.0...v16.4.1) ##### Bug Fixes - resolve even-numbered backtick precedence issue ([#&#8203;3776](https://github.com/markedjs/marked/issues/3776)) ([#&#8203;3786](https://github.com/markedjs/marked/issues/3786)) ([1da8fb5](https://github.com/markedjs/marked/commit/1da8fb5da93f9623ce975369a1d4e67eee4d8ba8)) ### [`v16.4.0`](https://github.com/markedjs/marked/releases/tag/v16.4.0) [Compare Source](https://github.com/markedjs/marked/compare/v16.3.0...v16.4.0) ##### Bug Fixes - Fix backtick and code rendering in links ([#&#8203;3783](https://github.com/markedjs/marked/issues/3783)) ([302ee59](https://github.com/markedjs/marked/commit/302ee59b2b2f09450064a7b90a013bc6da5e16f4)) - fix links with square brackets in inline code break wrapping italics ([#&#8203;3785](https://github.com/markedjs/marked/issues/3785)) ([e3c0d3e](https://github.com/markedjs/marked/commit/e3c0d3e208c80daca2c9fbb68f125f060cd30fc3)) - Make `www` case-sensitive when detecting link starts ([#&#8203;3770](https://github.com/markedjs/marked/issues/3770)) ([626d961](https://github.com/markedjs/marked/commit/626d961335c95e3712469564ab8b15d028600fde)) ##### Features - Add async provideParser provideLexer ([#&#8203;3756](https://github.com/markedjs/marked/issues/3756)) ([09577e5](https://github.com/markedjs/marked/commit/09577e569bff7b6c07c315f54afce0a0f1806584)) ### [`v16.3.0`](https://github.com/markedjs/marked/releases/tag/v16.3.0) [Compare Source](https://github.com/markedjs/marked/compare/v16.2.1...v16.3.0) ##### Features - add emStrongMask hook ([#&#8203;3749](https://github.com/markedjs/marked/issues/3749)) ([cd2b5f4](https://github.com/markedjs/marked/commit/cd2b5f479768bae1082a10d7558177c92f1e0189)) ### [`v16.2.1`](https://github.com/markedjs/marked/releases/tag/v16.2.1) [Compare Source](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1) ##### Bug Fixes - allow escaped newline in link text ([#&#8203;3752](https://github.com/markedjs/marked/issues/3752)) ([30c6630](https://github.com/markedjs/marked/commit/30c66301f926e4f80bae2d4c08635eb60228ee74)) ### [`v16.2.0`](https://github.com/markedjs/marked/releases/tag/v16.2.0) [Compare Source](https://github.com/markedjs/marked/compare/v16.1.2...v16.2.0) ##### Features - add def token in tokens and renderer ([#&#8203;3745](https://github.com/markedjs/marked/issues/3745)) ([0769124](https://github.com/markedjs/marked/commit/07691248df5e23ce101e9e43a58393fa7d6fb9fa)) ### [`v16.1.2`](https://github.com/markedjs/marked/releases/tag/v16.1.2) [Compare Source](https://github.com/markedjs/marked/compare/v16.1.1...v16.1.2) ##### Bug Fixes - fix multiline list item adds extra newline to raw ([#&#8203;3735](https://github.com/markedjs/marked/issues/3735)) ([e76453e](https://github.com/markedjs/marked/commit/e76453e64e52cd264911994a81778fa1e486054f)) ### [`v16.1.1`](https://github.com/markedjs/marked/releases/tag/v16.1.1) [Compare Source](https://github.com/markedjs/marked/compare/v16.1.0...v16.1.1) ##### Bug Fixes - fix stong and em tokens in angle brackets ([#&#8203;3731](https://github.com/markedjs/marked/issues/3731)) ([ad8535c](https://github.com/markedjs/marked/commit/ad8535c3ada13602929f54527d158a37fa16e4ee)) ### [`v16.1.0`](https://github.com/markedjs/marked/releases/tag/v16.1.0) [Compare Source](https://github.com/markedjs/marked/compare/v16.0.0...v16.1.0) ##### Features - add generic types for parser and renderer output ([#&#8203;3722](https://github.com/markedjs/marked/issues/3722)) ([39a0ee3](https://github.com/markedjs/marked/commit/39a0ee326d8f549d2b14922ce1f3da3d4aeb8f4a)) ### [`v16.0.0`](https://github.com/markedjs/marked/releases/tag/v16.0.0) [Compare Source](https://github.com/markedjs/marked/compare/v15.0.12...v16.0.0) ##### Bug Fixes - remove cjs build & update min node to 20 ([#&#8203;3687](https://github.com/markedjs/marked/issues/3687)) ([0a35d8f](https://github.com/markedjs/marked/commit/0a35d8f28b264b801dc01f256d578f4edf46d002)) ##### BREAKING CHANGES - minify ./lib/marked.esm.js and ./lib/marked.umd.js - remove ./marked.min.js use ./lib/marked.umd.js instead - remove ./lib/marked.cjs - update minimum supported node version to 20 to support `require('marked.esm.js')`. see <https://nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require> - This seems to break Jest since it doesn't work with esm by default. You need to transform marked with: ``` transformIgnorePatterns: ['/node_modules/(?!(marked)/)'], ``` see [Jest docs](https://jestjs.io/docs/configuration#transformignorepatterns-arraystring) for more info </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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency marked to v17
All checks were successful
Validate Docker Compose / validate (pull_request) Successful in 24s
Build Docker Image / build (push) Successful in 1m24s
Validate Docker Compose / validate (push) Successful in 22s
7137c03521
Aroy merged commit 7137c03521 into main 2025-12-23 15:00:19 +01:00
Aroy deleted branch renovate/marked-17.x 2025-12-23 15:00:19 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aroy/ISO-Share!10
No description provided.