mainmatter / playbook

A book describing the patterns and practices that Mainmatter uses to build lasting products, systematically.
https://simplabs.com/playbook/
13 stars 1 forks source link

chore(deps): update dependency marked to v12 - autoclosed #205

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
marked (source) ^2.1.3 -> ^12.0.0 age adoption passing confidence

Release Notes

markedjs/marked (marked) ### [`v12.0.0`](https://togithub.com/markedjs/marked/releases/tag/v12.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.2.0...v12.0.0) ##### Bug Fixes - update to commonmark spec [0.31](https://spec.commonmark.org/0.31.2) ([#​3176](https://togithub.com/markedjs/marked/issues/3176)) ([3d9017b](https://togithub.com/markedjs/marked/commit/3d9017bb8e146a2ee37cd7b4d6d84c61d60a93dc)) ##### BREAKING CHANGES - [changes to spec](https://spec.commonmark.org/0.31.2/changes.html) - Update HTML block tags: add search, remove source - Update punctuation to include unicode punctuation and symbol categories - Update HTML comment to include \ and \ ### [`v11.2.0`](https://togithub.com/markedjs/marked/releases/tag/v11.2.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.1.1...v11.2.0) ##### Bug Fixes - Fix ENOENT error message in CLI ([#​3165](https://togithub.com/markedjs/marked/issues/3165)) ([bf44ae8](https://togithub.com/markedjs/marked/commit/bf44ae85edac35627be9acaeebb969c4b29a6505)) ##### Features - flatten childToken arrays ([#​3172](https://togithub.com/markedjs/marked/issues/3172)) ([4826841](https://togithub.com/markedjs/marked/commit/4826841bd6c344455fee81d2445812bb3ac9005d)) ### [`v11.1.1`](https://togithub.com/markedjs/marked/releases/tag/v11.1.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.1.0...v11.1.1) ##### Bug Fixes - improve lexing inline elements step's performance ([#​3146](https://togithub.com/markedjs/marked/issues/3146)) ([4f87b2a](https://togithub.com/markedjs/marked/commit/4f87b2ac7b9c493a255dee5b5456449f56e2c08d)) ### [`v11.1.0`](https://togithub.com/markedjs/marked/releases/tag/v11.1.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.0.1...v11.1.0) ##### Features - add processAllTokens hook ([#​3114](https://togithub.com/markedjs/marked/issues/3114)) ([faae243](https://togithub.com/markedjs/marked/commit/faae24356a4cee3a19fb6faa58b7b269fd11f62e)) ### [`v11.0.1`](https://togithub.com/markedjs/marked/releases/tag/v11.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v11.0.0...v11.0.1) ##### Bug Fixes - allow Renderer class in marked.use ([#​3118](https://togithub.com/markedjs/marked/issues/3118)) ([a287433](https://togithub.com/markedjs/marked/commit/a28743391a589fca188f19249ad25aae24f4b305)) ### [`v11.0.0`](https://togithub.com/markedjs/marked/releases/tag/v11.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v10.0.0...v11.0.0) ##### Bug Fixes - clean up rules so they can be typed ([#​3087](https://togithub.com/markedjs/marked/issues/3087)) ([175fc0c](https://togithub.com/markedjs/marked/commit/175fc0c3212b4af4d5f24482595823f2567f8f1e)) - fix marked types ([#​3103](https://togithub.com/markedjs/marked/issues/3103)) ([edae309](https://togithub.com/markedjs/marked/commit/edae309505b2d25f4040e7a37f02ef560c27fb26)) ##### BREAKING CHANGES - Lexer.rules object has been changed so it can be properly types. Some intermediate rules have been removed. ### [`v10.0.0`](https://togithub.com/markedjs/marked/releases/tag/v10.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.6...v10.0.0) ##### Bug Fixes - run spec tests with testutils ([#​3017](https://togithub.com/markedjs/marked/issues/3017)) ([014d4e6](https://togithub.com/markedjs/marked/commit/014d4e61f662d308e434afe1fce513fda93e2d67)) ##### BREAKING CHANGES - drop support for node v16 ### [`v9.1.6`](https://togithub.com/markedjs/marked/releases/tag/v9.1.6) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.5...v9.1.6) ##### Bug Fixes - fix instance options sent to lexer and parser ([#​3073](https://togithub.com/markedjs/marked/issues/3073)) ([f9d08cc](https://togithub.com/markedjs/marked/commit/f9d08cc1ef5294b1866705860242f78528f8d508)) ### [`v9.1.5`](https://togithub.com/markedjs/marked/releases/tag/v9.1.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.4...v9.1.5) ##### Bug Fixes - fix emstrong unicode ([#​3070](https://togithub.com/markedjs/marked/issues/3070)) ([54b6d1c](https://togithub.com/markedjs/marked/commit/54b6d1c47ddbae3e9db5c0ffcd3d96b7daa0b7d1)) ### [`v9.1.4`](https://togithub.com/markedjs/marked/releases/tag/v9.1.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.3...v9.1.4) ##### Bug Fixes - Fix type declaration bundle(s) ([#​3038](https://togithub.com/markedjs/marked/issues/3038)) ([a7b402c](https://togithub.com/markedjs/marked/commit/a7b402ccce7fbe5acd24c785ca678b4d34dbd3b7)) ### [`v9.1.3`](https://togithub.com/markedjs/marked/releases/tag/v9.1.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.2...v9.1.3) ##### Bug Fixes - fix empty heading breaks paragraph and table ([#​3050](https://togithub.com/markedjs/marked/issues/3050)) ([a1034e6](https://togithub.com/markedjs/marked/commit/a1034e6dd1ddbc2f723627f271bba29486005c1a)) ### [`v9.1.2`](https://togithub.com/markedjs/marked/releases/tag/v9.1.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.1...v9.1.2) ##### Bug Fixes - trim newline from blockquote token.text ([#​3037](https://togithub.com/markedjs/marked/issues/3037)) ([92033e5](https://togithub.com/markedjs/marked/commit/92033e57c80656df104e1d1de50de311f6526c82)) ### [`v9.1.1`](https://togithub.com/markedjs/marked/releases/tag/v9.1.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.1.0...v9.1.1) ##### Bug Fixes - add marked.min.js to package exports ([#​3035](https://togithub.com/markedjs/marked/issues/3035)) ([71fc094](https://togithub.com/markedjs/marked/commit/71fc09492843633055d6ba84cbe1fe7e2e94a563)) ### [`v9.1.0`](https://togithub.com/markedjs/marked/releases/tag/v9.1.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.0.3...v9.1.0) ##### Features - add `--no-clobber` option to CLI ([#​3025](https://togithub.com/markedjs/marked/issues/3025)) ([b8adee7](https://togithub.com/markedjs/marked/commit/b8adee7f7ca589cde2c25caeb0ee628f792b9a8f)) ### [`v9.0.3`](https://togithub.com/markedjs/marked/releases/tag/v9.0.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.0.2...v9.0.3) ##### Bug Fixes - marked --help ([#​2991](https://togithub.com/markedjs/marked/issues/2991)) ([43643b3](https://togithub.com/markedjs/marked/commit/43643b3a0013deba352ebf4daf399daaa57915b7)) ### [`v9.0.2`](https://togithub.com/markedjs/marked/releases/tag/v9.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.0.1...v9.0.2) ##### Bug Fixes - fix unicode emstrong ([#​2989](https://togithub.com/markedjs/marked/issues/2989)) ([8ebbb3c](https://togithub.com/markedjs/marked/commit/8ebbb3c3d414ebf9fad7696de55ecc1e95dd0db1)) ### [`v9.0.1`](https://togithub.com/markedjs/marked/releases/tag/v9.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v9.0.0...v9.0.1) ##### Bug Fixes - fix unexpected setext heading ([#​2986](https://togithub.com/markedjs/marked/issues/2986)) ([bcc3067](https://togithub.com/markedjs/marked/commit/bcc3067087b60a2913938d0bca77a71dacc06ba2)) - single column table ([#​2985](https://togithub.com/markedjs/marked/issues/2985)) ([0743d4a](https://togithub.com/markedjs/marked/commit/0743d4adb48f7ccf410912d4c211545772882479)) ### [`v9.0.0`](https://togithub.com/markedjs/marked/releases/tag/v9.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v8.0.1...v9.0.0) ##### Bug Fixes - Clean up files in repo ([#​2963](https://togithub.com/markedjs/marked/issues/2963)) ([7d95a91](https://togithub.com/markedjs/marked/commit/7d95a91093f8b5cbdb30b642d06b0c9dd0ab269d)) ##### BREAKING CHANGES - remove built files from git repo. - If you need to use the latest version of marked on the web you can use a cdn to get marked.min.js from npm: - `https://cdn.jsdelivr.net/npm/marked/marked.min.js` ### [`v8.0.1`](https://togithub.com/markedjs/marked/releases/tag/v8.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v8.0.0...v8.0.1) ##### Bug Fixes - deprecated trimLeft/trimRight ([#​2973](https://togithub.com/markedjs/marked/issues/2973)) ([eda75a6](https://togithub.com/markedjs/marked/commit/eda75a662ccd5330ef0a75600e7f7617eee21db8)) - fix space removed after checkbox ([#​2971](https://togithub.com/markedjs/marked/issues/2971)) ([9a2a4ad](https://togithub.com/markedjs/marked/commit/9a2a4ad61aaadd0079f57929491dc050d3236e69)) ### [`v8.0.0`](https://togithub.com/markedjs/marked/releases/tag/v8.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v7.0.5...v8.0.0) ##### Bug Fixes - remove deprecated options ([#​2936](https://togithub.com/markedjs/marked/issues/2936)) ([22ebdb2](https://togithub.com/markedjs/marked/commit/22ebdb25076b2c94aba49627ab35fbf055163059)) ##### Features - add --config options to marked cli ([#​2937](https://togithub.com/markedjs/marked/issues/2937)) ([fc643a2](https://togithub.com/markedjs/marked/commit/fc643a262564df64f208e0ecbfcdfcae216e880c)) ##### BREAKING CHANGES - deprecated options removed. See https://marked.js.org/using_advanced#options to see how to enable the removed options with extensions. ### [`v7.0.5`](https://togithub.com/markedjs/marked/releases/tag/v7.0.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v7.0.4...v7.0.5) ##### Bug Fixes - remove unknown from walkTokens return types ([#​2955](https://togithub.com/markedjs/marked/issues/2955)) ([65934c1](https://togithub.com/markedjs/marked/commit/65934c13caac159027ac070207f094ea293b9426)) ### [`v7.0.4`](https://togithub.com/markedjs/marked/releases/tag/v7.0.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v7.0.3...v7.0.4) ##### Bug Fixes - fix more types ([#​2893](https://togithub.com/markedjs/marked/issues/2893)) ([a990c54](https://togithub.com/markedjs/marked/commit/a990c54e0c09a10ba2d6e5a17fe2624d1d97bce3)) - ignore async: false when async: true is set by an extension ([#​2920](https://togithub.com/markedjs/marked/issues/2920)) ([b6ee877](https://togithub.com/markedjs/marked/commit/b6ee877d58efd31bf408a4f8f360554f3406bc20)) ### [`v7.0.3`](https://togithub.com/markedjs/marked/releases/tag/v7.0.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v7.0.2...v7.0.3) ##### Bug Fixes - Fix unicode Regex miscounting emoji length ([#​2942](https://togithub.com/markedjs/marked/issues/2942)) ([f3af23e](https://togithub.com/markedjs/marked/commit/f3af23ec988864b486f9852590ce8cc602e491f0)) ### [`v7.0.2`](https://togithub.com/markedjs/marked/releases/tag/v7.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v7.0.1...v7.0.2) ##### Bug Fixes - fix sourcemaps and circular dependencies ([#​2929](https://togithub.com/markedjs/marked/issues/2929)) ([eb4ce21](https://togithub.com/markedjs/marked/commit/eb4ce2112760d8ef465cfa5654d3503f021bee66)) - noImplicitAny: true ([#​2891](https://togithub.com/markedjs/marked/issues/2891)) ([ff1602c](https://togithub.com/markedjs/marked/commit/ff1602c17843ba614bc8024b905e7a3b51904d2d)) ### [`v7.0.1`](https://togithub.com/markedjs/marked/releases/tag/v7.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v7.0.0...v7.0.1) ##### Bug Fixes - use rollup to output js files ([#​2916](https://togithub.com/markedjs/marked/issues/2916)) ([610bc45](https://togithub.com/markedjs/marked/commit/610bc45d96f45202fed20a664911d3af48cfe17e)) ### [`v7.0.0`](https://togithub.com/markedjs/marked/releases/tag/v7.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v6.0.0...v7.0.0) ##### Bug Fixes - change defaults for mangle and headerIds to false ([#​2890](https://togithub.com/markedjs/marked/issues/2890)) ([63a839b](https://togithub.com/markedjs/marked/commit/63a839b8cba6caec311a0a7d608be9217b22be05)) ##### BREAKING CHANGES - change defaults for mangle and headerIds to false ### [`v6.0.0`](https://togithub.com/markedjs/marked/releases/tag/v6.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.1.2...v6.0.0) ##### Bug Fixes - Migrate to Typescript ([#​2805](https://togithub.com/markedjs/marked/issues/2805)) ([cb54906](https://togithub.com/markedjs/marked/commit/cb549065f16fbd4a01bab3292bfd2ab0b116c1b2)) ##### BREAKING CHANGES - Migrate to Typescript ### [`v5.1.2`](https://togithub.com/markedjs/marked/releases/tag/v5.1.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.1.1...v5.1.2) ##### Bug Fixes - Add support for Node 16 ([#​2886](https://togithub.com/markedjs/marked/issues/2886)) ([e465ce4](https://togithub.com/markedjs/marked/commit/e465ce48c93c109803fc3071700a75a85d13251f)) ### [`v5.1.1`](https://togithub.com/markedjs/marked/releases/tag/v5.1.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.1.0...v5.1.1) ##### Bug Fixes - fix typo ([#​2870](https://togithub.com/markedjs/marked/issues/2870)) ([e6a7184](https://togithub.com/markedjs/marked/commit/e6a7184cb6539dbab5bf369989588cb93ffdac38)) ### [`v5.1.0`](https://togithub.com/markedjs/marked/releases/tag/v5.1.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.0.5...v5.1.0) ##### Bug Fixes - Simplify unicode punctuation ([#​2841](https://togithub.com/markedjs/marked/issues/2841)) ([f19fe76](https://togithub.com/markedjs/marked/commit/f19fe76db945c20d8d56808e388762cc86d4e214)) ##### Features - add Marked instance ([#​2831](https://togithub.com/markedjs/marked/issues/2831)) ([353e13b](https://togithub.com/markedjs/marked/commit/353e13b479d012bcda338dff276598b6cfff77f8)) ### [`v5.0.5`](https://togithub.com/markedjs/marked/releases/tag/v5.0.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.0.4...v5.0.5) ##### Bug Fixes - Fix more Escape conflicts ([#​2838](https://togithub.com/markedjs/marked/issues/2838)) ([f879a23](https://togithub.com/markedjs/marked/commit/f879a23e1bd834641a475067277401e7780432df)) ### [`v5.0.4`](https://togithub.com/markedjs/marked/releases/tag/v5.0.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.0.3...v5.0.4) ##### Bug Fixes - Add Unicode punctuations ([#​2811](https://togithub.com/markedjs/marked/issues/2811)) ([b213f02](https://togithub.com/markedjs/marked/commit/b213f02e43c726f6255c7296e744a3edefb4da87)) - fix hr after list ([#​2809](https://togithub.com/markedjs/marked/issues/2809)) ([efc40df](https://togithub.com/markedjs/marked/commit/efc40dfb05b4b75fd8cab93926aa7aac08738380)) - Replace custom `repeatString` function with `repeat()` ([#​2820](https://togithub.com/markedjs/marked/issues/2820)) ([72ee2d6](https://togithub.com/markedjs/marked/commit/72ee2d620a8071aa60511ee89a2efd404d8cf376)) ### [`v5.0.3`](https://togithub.com/markedjs/marked/releases/tag/v5.0.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.0.2...v5.0.3) ##### Bug Fixes - fix quadratic execution in em mask ([#​2818](https://togithub.com/markedjs/marked/issues/2818)) ([a37fe8e](https://togithub.com/markedjs/marked/commit/a37fe8e82b553cf9700d54d729d348f0e586d650)) ### [`v5.0.2`](https://togithub.com/markedjs/marked/releases/tag/v5.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.0.1...v5.0.2) ##### Bug Fixes - Clarify deprecation messages for default parameters ([#​2802](https://togithub.com/markedjs/marked/issues/2802)) ([763e9de](https://togithub.com/markedjs/marked/commit/763e9de4967c25bb1c0a1daae11ec8fd399a3072)) ### [`v5.0.1`](https://togithub.com/markedjs/marked/releases/tag/v5.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v5.0.0...v5.0.1) ##### Bug Fixes - only warn if langPrefix is changed ([#​2796](https://togithub.com/markedjs/marked/issues/2796)) ([d193694](https://togithub.com/markedjs/marked/commit/d193694b9e421a137a19fa0112809cc353c4c40c)) The deprecated options warnings can be turned off by default by using: ```js marked.use({ mangle: false, headerIds: false, }); ``` For the cli you can use: marked --no-mangle --no-header-ids ... ### [`v5.0.0`](https://togithub.com/markedjs/marked/releases/tag/v5.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.3.0...v5.0.0) ##### Bug Fixes - deprecate options ([#​2766](https://togithub.com/markedjs/marked/issues/2766)) ([62d3312](https://togithub.com/markedjs/marked/commit/62d3312b7ad09fe8cca1488b3e09e8be86c79fdd)) - update min node to v18 ([#​2767](https://togithub.com/markedjs/marked/issues/2767)) ([c6852f5](https://togithub.com/markedjs/marked/commit/c6852f5289188396660296cbc91c7528167f6bd9)) ##### Features - add block param to html renderer ([#​2768](https://togithub.com/markedjs/marked/issues/2768)) ([fa21b9f](https://togithub.com/markedjs/marked/commit/fa21b9f60a25992c027bf2c2dc12e7baaa0b24bc)) ##### BREAKING CHANGES - Warnings will be logged to the console if these options are used including `headerIds`, `mangle`, and `langPrefix` which are on by default. These warnings can be turned off by default by using: ```js marked.use({ mangle: false, headerIds: false, }); ``` If you need these options you can use the extensions listed below. - deprecate options | Option | Replacement| |---------|---------------| | `highlight`, `langPrefix`, and `callback`| [marked-highlight](https://www.npmjs.com/package/marked-highlight)| |`mangle`| [marked-mangle](https://www.npmjs.com/package/marked-mangle)| |`baseUrl`| [marked-base-url](https://www.npmjs.com/package/marked-base-url)| |`smartypants`| [marked-smartypants](https://www.npmjs.com/package/marked-smartypants)| |`xhtml`| [marked-xhtml](https://www.npmjs.com/package/marked-xhtml)| |`headerIds` and `headerPrefix`| [marked-gfm-heading-id](https://www.npmjs.com/package/marked-gfm-heading-id)| - minimum supported node version v18 ### [`v4.3.0`](https://togithub.com/markedjs/marked/releases/tag/v4.3.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.12...v4.3.0) ##### Bug Fixes - always return promise if async ([#​2728](https://togithub.com/markedjs/marked/issues/2728)) ([042dcc5](https://togithub.com/markedjs/marked/commit/042dcc54311dc3bbdce7e8cb90c530f03f980c3a)) - fenced code doesn't need a trailing newline ([#​2756](https://togithub.com/markedjs/marked/issues/2756)) ([3acbb7f](https://togithub.com/markedjs/marked/commit/3acbb7f9abe0edffc0b86197573da47e7845421e)) ##### Features - add preprocess and postprocess hooks ([#​2730](https://togithub.com/markedjs/marked/issues/2730)) ([9b452bc](https://togithub.com/markedjs/marked/commit/9b452bc7f19c4f7c3a4dd41d02b987873fe8303b)) ### [`v4.2.12`](https://togithub.com/markedjs/marked/releases/tag/v4.2.12) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.11...v4.2.12) Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files. ##### Bug Fixes - revert to build script in ci ([d2ab474](https://togithub.com/markedjs/marked/commit/d2ab4745c20726407520adf1ede415a827310497)) ### [`v4.2.11`](https://togithub.com/markedjs/marked/releases/tag/v4.2.11) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.10...v4.2.11) ##### Bug Fixes - just build in version ([22ac2cf](https://togithub.com/markedjs/marked/commit/22ac2cf2d2cf352b90a1f76b3523bc3d6894d5f6)) ### [`v4.2.10`](https://togithub.com/markedjs/marked/releases/tag/v4.2.10) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.9...v4.2.10) ##### Bug Fixes - use version ([fd759b3](https://togithub.com/markedjs/marked/commit/fd759b3d7765027841f234fcb55f6c9c16b29258)) ### [`v4.2.9`](https://togithub.com/markedjs/marked/releases/tag/v4.2.9) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.8...v4.2.9) ##### Bug Fixes - fix version ([96380c3](https://togithub.com/markedjs/marked/commit/96380c32298f48c612f7f394974158463c393864)) ### [`v4.2.8`](https://togithub.com/markedjs/marked/compare/v4.2.7...v4.2.8) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.7...v4.2.8) ### [`v4.2.7`](https://togithub.com/markedjs/marked/releases/tag/v4.2.7) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.6...v4.2.7) ##### Bug Fixes - fix build file version ([94fa76f](https://togithub.com/markedjs/marked/commit/94fa76f28566ef2ce4a42b046f6ef75707f951b7)) ### [`v4.2.6`](https://togithub.com/markedjs/marked/releases/tag/v4.2.6) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.5...v4.2.6) ##### Bug Fixes - add version to build files ([79b8c0b](https://togithub.com/markedjs/marked/commit/79b8c0b838ef3ec609091745d5dddb239f89f237)) ### [`v4.2.5`](https://togithub.com/markedjs/marked/releases/tag/v4.2.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.4...v4.2.5) ##### Bug Fixes - fix paragraph continuation after block element ([#​2686](https://togithub.com/markedjs/marked/issues/2686)) ([1bbda68](https://togithub.com/markedjs/marked/commit/1bbda688f51ab8cadbffec6c0a6af1ea1afa5939)) - fix tabs at beginning of list items ([#​2679](https://togithub.com/markedjs/marked/issues/2679)) ([e692634](https://togithub.com/markedjs/marked/commit/e692634f709245b6bbe0c8eeb0d41c168577316d)) ### [`v4.2.4`](https://togithub.com/markedjs/marked/releases/tag/v4.2.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.3...v4.2.4) ##### Bug Fixes - loose list items are loose ([#​2672](https://togithub.com/markedjs/marked/issues/2672)) ([df4eb0e](https://togithub.com/markedjs/marked/commit/df4eb0e090e76745d8236d440866447dadeba2cc)) - remove quotes at the end of gfm autolink ([#​2673](https://togithub.com/markedjs/marked/issues/2673)) ([697ac2a](https://togithub.com/markedjs/marked/commit/697ac2a42e5b90e2cecc82067638f2e3c82c0010)) - use paragraph token in blockquote in list ([#​2671](https://togithub.com/markedjs/marked/issues/2671)) ([edc857c](https://togithub.com/markedjs/marked/commit/edc857c628370a9eee5c5c161410f588d5dbe97f)) ### [`v4.2.3`](https://togithub.com/markedjs/marked/releases/tag/v4.2.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.2...v4.2.3) ##### Bug Fixes - fix entity specs ([#​2652](https://togithub.com/markedjs/marked/issues/2652)) ([36a2b63](https://togithub.com/markedjs/marked/commit/36a2b639dc66e756de11a8f2ea3f826d56ba4f7e)) - fix link reference definitions specs ([#​2654](https://togithub.com/markedjs/marked/issues/2654)) ([b7eea95](https://togithub.com/markedjs/marked/commit/b7eea9504bd73872274dbb938ae2baa7c57b6e0e)) - fix marked.use with multiple args ([#​2651](https://togithub.com/markedjs/marked/issues/2651)) ([73a7bf5](https://togithub.com/markedjs/marked/commit/73a7bf5cd964317ec939c7255cbd8e2ea6cc169e)) - fix multiline setext headings ([#​2655](https://togithub.com/markedjs/marked/issues/2655)) ([4aee878](https://togithub.com/markedjs/marked/commit/4aee878ac913e55941407897a8221040f8817b48)) ### [`v4.2.2`](https://togithub.com/markedjs/marked/releases/tag/v4.2.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.1...v4.2.2) ##### Bug Fixes - fix escape characters in links ([#​2628](https://togithub.com/markedjs/marked/issues/2628)) ([44a2a23](https://togithub.com/markedjs/marked/commit/44a2a2393c20d38da4113daffbda6a9d86092548)) ### [`v4.2.1`](https://togithub.com/markedjs/marked/releases/tag/v4.2.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.0...v4.2.1) ##### Bug Fixes - Support escapes within emphasis ([#​2627](https://togithub.com/markedjs/marked/issues/2627)) ([377823a](https://togithub.com/markedjs/marked/commit/377823a6f5ca00c64726bd5630cf2962cb3ff1fc)), closes [#​2280](https://togithub.com/markedjs/marked/issues/2280) ### [`v4.2.0`](https://togithub.com/markedjs/marked/releases/tag/v4.2.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.1.1...v4.2.0) ##### Features - export bin/marked ([#​2629](https://togithub.com/markedjs/marked/issues/2629)) ([bd8aad9](https://togithub.com/markedjs/marked/commit/bd8aad973a1c8d0ffcc38df76b910f41365e993e)) ### [`v4.1.1`](https://togithub.com/markedjs/marked/releases/tag/v4.1.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.1.0...v4.1.1) ##### Bug Fixes - remove smartLists from docs and code ([#​2596](https://togithub.com/markedjs/marked/issues/2596)) ([f6ba2e3](https://togithub.com/markedjs/marked/commit/f6ba2e39f754cfa8c261426e83641ccc08fb213f)), closes [#​2582](https://togithub.com/markedjs/marked/issues/2582) [#​2582](https://togithub.com/markedjs/marked/issues/2582) [#​2582](https://togithub.com/markedjs/marked/issues/2582) [#​2582](https://togithub.com/markedjs/marked/issues/2582) [#​2582](https://togithub.com/markedjs/marked/issues/2582) [#​2582](https://togithub.com/markedjs/marked/issues/2582) [#​2582](https://togithub.com/markedjs/marked/issues/2582) ### [`v4.1.0`](https://togithub.com/markedjs/marked/releases/tag/v4.1.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.19...v4.1.0) ##### Features - add async option ([#​2474](https://togithub.com/markedjs/marked/issues/2474)) ([994b2e6](https://togithub.com/markedjs/marked/commit/994b2e6127850bfa85547a202048f29b6fc26913)) ### [`v4.0.19`](https://togithub.com/markedjs/marked/releases/tag/v4.0.19) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.18...v4.0.19) ##### Bug Fixes - make second parameter optional on lexer.inline ([#​2552](https://togithub.com/markedjs/marked/issues/2552)) ([f1a9608](https://togithub.com/markedjs/marked/commit/f1a9608201d0ccdc6fbbad392b75ef7f8a553f8f)) ### [`v4.0.18`](https://togithub.com/markedjs/marked/releases/tag/v4.0.18) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.17...v4.0.18) ##### Bug Fixes - fix heading in list item ([#​2520](https://togithub.com/markedjs/marked/issues/2520)) ([01c98d1](https://togithub.com/markedjs/marked/commit/01c98d1c4eb42e5c4a2ad820a4a9bdb30ba10536)) ### [`v4.0.17`](https://togithub.com/markedjs/marked/releases/tag/v4.0.17) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.16...v4.0.17) ##### Bug Fixes - Code and heading after list without blank line ([#​2483](https://togithub.com/markedjs/marked/issues/2483)) ([15f3f15](https://togithub.com/markedjs/marked/commit/15f3f157de6ec4bce90707b848c7026034388a39)) ### [`v4.0.16`](https://togithub.com/markedjs/marked/releases/tag/v4.0.16) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.15...v4.0.16) ##### Bug Fixes - fix ref links inside table ([#​2471](https://togithub.com/markedjs/marked/issues/2471)) ([81daa2a](https://togithub.com/markedjs/marked/commit/81daa2ae47924f7da04289f7c43cbb2a1f58cfa7)) ### [`v4.0.15`](https://togithub.com/markedjs/marked/releases/tag/v4.0.15) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.14...v4.0.15) ##### Bug Fixes - list item bullet without whitespace ([#​2431](https://togithub.com/markedjs/marked/issues/2431)) ([9c10b4d](https://togithub.com/markedjs/marked/commit/9c10b4d68f43697d9e2b1c30356765ff4bdd7b9d)) ### [`v4.0.14`](https://togithub.com/markedjs/marked/releases/tag/v4.0.14) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.13...v4.0.14) ##### Bug Fixes - only convert leading tabs to spaces ([#​1559](https://togithub.com/markedjs/marked/issues/1559)) ([#​2434](https://togithub.com/markedjs/marked/issues/2434)) ([7d19665](https://togithub.com/markedjs/marked/commit/7d19665167ae389bfaf272a8266de82aba231e7d)) ### [`v4.0.13`](https://togithub.com/markedjs/marked/releases/tag/v4.0.13) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.12...v4.0.13) ##### Bug Fixes - allow emStrong regex to consume more characters at once ([#​2433](https://togithub.com/markedjs/marked/issues/2433)) ([35583c3](https://togithub.com/markedjs/marked/commit/35583c3dec4e060c4845ba7b8fb25af6176bef60)) ### [`v4.0.12`](https://togithub.com/markedjs/marked/releases/tag/v4.0.12) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.11...v4.0.12) ##### Bug Fixes - fix nbsp after table ([#​2372](https://togithub.com/markedjs/marked/pull/2372)) ([ed66bf8](https://togithub.com/markedjs/marked/commit/ed66bf8abdb2638cc3b9e20fdfd0afad061a2ee0)) ### [`v4.0.11`](https://togithub.com/markedjs/marked/releases/tag/v4.0.11) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.10...v4.0.11) ##### Bug Fixes - fix blank line after table header ([#​2332](https://togithub.com/markedjs/marked/issues/2332)) ([6e1f923](https://togithub.com/markedjs/marked/commit/6e1f9235dca5d8732046506c435b25e6788a1d4f)) ### [`v4.0.10`](https://togithub.com/markedjs/marked/releases/tag/v4.0.10) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.9...v4.0.10) ##### Bug Fixes - **security:** fix redos vulnerabilities ([8f80657](https://togithub.com/markedjs/marked/commit/8f806573a3f6c6b7a39b8cdb66ab5ebb8d55a5f5)) ### [`v4.0.9`](https://togithub.com/markedjs/marked/releases/tag/v4.0.9) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.8...v4.0.9) ##### Bug Fixes - retain line breaks in tokens properly ([#​2341](https://togithub.com/markedjs/marked/issues/2341)) ([a9696e2](https://togithub.com/markedjs/marked/commit/a9696e28989c0bea2077885bab1844525e18a031)) ### [`v4.0.8`](https://togithub.com/markedjs/marked/releases/tag/v4.0.8) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.7...v4.0.8) ##### Bug Fixes - spaces on a newline after a table ([#​2319](https://togithub.com/markedjs/marked/issues/2319)) ([f82ea2c](https://togithub.com/markedjs/marked/commit/f82ea2cf1be0a3ad3337bcafe1c4dd3182334bb9)) ### [`v4.0.7`](https://togithub.com/markedjs/marked/releases/tag/v4.0.7) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.6...v4.0.7) ##### Bug Fixes - Fix every third list item broken ([#​2318](https://togithub.com/markedjs/marked/issues/2318)) ([346b162](https://togithub.com/markedjs/marked/commit/346b162bb787d3b7fb1d4879c859f64155c6ca3c)), closes [#​2314](https://togithub.com/markedjs/marked/issues/2314) ### [`v4.0.6`](https://togithub.com/markedjs/marked/releases/tag/v4.0.6) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.5...v4.0.6) ##### Bug Fixes - speed up parsing long lists ([#​2302](https://togithub.com/markedjs/marked/issues/2302)) ([e0005d8](https://togithub.com/markedjs/marked/commit/e0005d8232a08827f5e99b8b35b09728b2b07503)) ### [`v4.0.5`](https://togithub.com/markedjs/marked/releases/tag/v4.0.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.4...v4.0.5) ##### Bug Fixes - table after paragraph without blank line ([#​2298](https://togithub.com/markedjs/marked/issues/2298)) ([5714212](https://togithub.com/markedjs/marked/commit/5714212afd4a9ee0864fff70bad034f7c0842a3c)) ### [`v4.0.4`](https://togithub.com/markedjs/marked/releases/tag/v4.0.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.3...v4.0.4) ##### Bug Fixes - fix cli ([#​2294](https://togithub.com/markedjs/marked/issues/2294)) ([ab2977a](https://togithub.com/markedjs/marked/commit/ab2977a3363230df51ccbb2b3f8bf46389c50283)) ### [`v4.0.3`](https://togithub.com/markedjs/marked/releases/tag/v4.0.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.2...v4.0.3) ##### Bug Fixes - build min from umd ([#​2283](https://togithub.com/markedjs/marked/issues/2283)) ([ea26ea9](https://togithub.com/markedjs/marked/commit/ea26ea9bdf7aad4e4c645f85e8e816e80a2be6c2)) ### [`v4.0.2`](https://togithub.com/markedjs/marked/releases/tag/v4.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.1...v4.0.2) ##### Bug Fixes - Create separate CJS and UMD builds ([#​2281](https://togithub.com/markedjs/marked/issues/2281)) ([62faaf4](https://togithub.com/markedjs/marked/commit/62faaf4c912151dfe361d0459d5e89a439c38fd4)) ### [`v4.0.1`](https://togithub.com/markedjs/marked/releases/tag/v4.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.0...v4.0.1) ##### Bug Fixes - Set commonJS code as `main` in `package.json` ([#​2276](https://togithub.com/markedjs/marked/issues/2276)) ([7e636d5](https://togithub.com/markedjs/marked/commit/7e636d5a0b04b43f2b67a2abb2b8ae35a5122a42)) ### [`v4.0.0`](https://togithub.com/markedjs/marked/releases/tag/v4.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.8...v4.0.0) ##### Bug Fixes - Convert to ESM ([#​2227](https://togithub.com/markedjs/marked/issues/2227)) ([4afb228](https://togithub.com/markedjs/marked/commit/4afb228d956a415624c4e5554bb8f25d047676fe)) ##### BREAKING CHANGES - Default export removed. Use `import { marked } from 'marked'` or `const { marked } = require('marked')` instead. - `/lib/marked.js` removed. Use `/marked.min.js` in script tag instead. - When using marked in a script tag use `marked.parse(...)` instead of `marked(...)` ### [`v3.0.8`](https://togithub.com/markedjs/marked/releases/tag/v3.0.8) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.7...v3.0.8) ##### Bug Fixes - walkTokens uses marked as this ([#​2251](https://togithub.com/markedjs/marked/issues/2251)) ([2da5885](https://togithub.com/markedjs/marked/commit/2da588598992065d7bf54a740d2011f8326d46cd)) ### [`v3.0.7`](https://togithub.com/markedjs/marked/releases/tag/v3.0.7) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.6...v3.0.7) ##### Bug Fixes - use named exports only for ESM build ([#​2226](https://togithub.com/markedjs/marked/pull/2226)) ### [`v3.0.6`](https://togithub.com/markedjs/marked/releases/tag/v3.0.6) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.5...v3.0.6) ##### Bug Fixes - Remove esm interop ([#​2225](https://togithub.com/markedjs/marked/issues/2225)) ([4bc9121](https://togithub.com/markedjs/marked/commit/4bc91215a07df5644c581925a70beda95703f693)) ### [`v3.0.5`](https://togithub.com/markedjs/marked/releases/tag/v3.0.5) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.4...v3.0.5) ##### Bug Fixes - Expose named exports for ESM build ([#​2223](https://togithub.com/markedjs/marked/issues/2223)) ([3959651](https://togithub.com/markedjs/marked/commit/39596513544112b628921efe95b8b3fb04ab38e7)) ### [`v3.0.4`](https://togithub.com/markedjs/marked/releases/tag/v3.0.4) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.3...v3.0.4) ##### Bug Fixes - fix detection of orphaned emStrong delimiters ([#​2203](https://togithub.com/markedjs/marked/issues/2203)) ([7792adc](https://togithub.com/markedjs/marked/commit/7792adcfe694ea442c6a4e794ac161c27d4fc89a)) ### [`v3.0.3`](https://togithub.com/markedjs/marked/releases/tag/v3.0.3) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.2...v3.0.3) ##### Bug Fixes - fix space at end of table line ([#​2201](https://togithub.com/markedjs/marked/issues/2201)) ([910f0f0](https://togithub.com/markedjs/marked/commit/910f0f035617f7e2dd7e4f7a08c3d01d73c7f453)) ### [`v3.0.2`](https://togithub.com/markedjs/marked/releases/tag/v3.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.1...v3.0.2) ##### Bug Fixes - stop table at lines with only whitespace ([#​2188](https://togithub.com/markedjs/marked/issues/2188)) ([21268ab](https://togithub.com/markedjs/marked/commit/21268abfba4359772daa83adcaac8e053cba8657)) ### [`v3.0.1`](https://togithub.com/markedjs/marked/releases/tag/v3.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v3.0.0...v3.0.1) ##### Bug Fixes - fix gfm urls after link ([#​2186](https://togithub.com/markedjs/marked/issues/2186)) ([e03b5c1](https://togithub.com/markedjs/marked/commit/e03b5c1f8d87b0875ff644d15f6ac16489c7a1cf)) ### [`v3.0.0`](https://togithub.com/markedjs/marked/releases/tag/v3.0.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v2.1.3...v3.0.0) ##### Bug Fixes - Tokenizers lex their own child tokens ([#​2124](https://togithub.com/markedjs/marked/issues/2124)) ([288f1cb](https://togithub.com/markedjs/marked/commit/288f1cbe2f55881972c0f594ddb9910888986bee)) - Add module field to package.json ([#​2143](https://togithub.com/markedjs/marked/issues/2143)) ([edc2e6d](https://togithub.com/markedjs/marked/commit/edc2e6dc129364b127c8a41dc6a83dd88daffba4)) - Drop node 10 support ([#​2157](https://togithub.com/markedjs/marked/issues/2157)) ([433b16f](https://togithub.com/markedjs/marked/commit/433b16fa3ac8ddcaead519b7f4e284137f7fac03)) - Full Commonmark compliance for Lists ([#​2112](https://togithub.com/markedjs/marked/issues/2112)) ([eb33d3b](https://togithub.com/markedjs/marked/commit/eb33d3b3a9f735ee9bee251d26bf779880dc3114)) - Refactor table tokens ([#​2166](https://togithub.com/markedjs/marked/issues/2166)) ([bc400ac](https://togithub.com/markedjs/marked/commit/bc400ac789c76e915df82b0998d3fd12c89da2e8)) ##### BREAKING CHANGES - Drop support for node 10. - Add module field to package.json *** - Tokenizers will create their own tokens with `this.lexer.inline(text, tokens)`. The `inline` function will queue the token creation until after all block tokens are created. - Extensions tokenizer `this` object will include the `lexer` as a property. `this.inlineTokens` becomes `this.lexer.inline`. - Extensions renderer `this` object will include the `parser` as a property. `this.parseInline` becomes `this.parser.parseInline`. - `tag` and `inlineText` tokenizer function signatures have changed. *** - `nptable` tokenizer is removed and merged with `table` tokenizer. - `table` tokens `header` property changed to contain an array of objects for each header cell with `text` and `tokens` properties. - `table` tokens `cells` property changed to `rows` and is an array of rows where each row contains an array of objects for each cell with `text` and `tokens` properties. v2 `table` token: ```json { "type": "table", "align": [null, null], "raw": "| a | b |\n|---|---|\n| 1 | 2 |\n", "header": ["a", "b"], "cells": [["1", "2"]], "tokens": { "header": [ [{ "type": "text", "raw": "a", "text": "a" }], [{ "type": "text", "raw": "b", "text": "b" }] ], "cells": [[ [{ "type": "text", "raw": "1", "text": "1" }], [{ "type": "text", "raw": "2", "text": "2" }] ]] } } ``` v3 `table` token: ```json { "type": "table", "align": [null, null], "raw": "| a | b |\n|---|---|\n| 1 | 2 |\n", "header": [ { "text": "a", "tokens": [{ "type": "text", "raw": "a", "text": "a" }] }, { "text": "b", "tokens": [{ "type": "text", "raw": "b", "text": "b" }] } ], "rows": [ { "text": "1", "tokens": [{ "type": "text", "raw": "1", "text": "1" }] }, { "text": "2", "tokens": [{ "type": "text", "raw": "2", "text": "2" }] } ] } ```

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.



This PR has been generated by Mend Renovate. View repository job log here.