nissy-dev / blog

blog
https://blog.nissy.dev
MIT License
5 stars 0 forks source link

chore(deps): update remark (major) #270

Closed nissy-dev closed 6 months ago

nissy-dev commented 6 months ago

This PR contains the following updates:

Package Type Update Change
remark (source) devDependencies major 14.0.2 -> 15.0.1
remark-gfm devDependencies major 3.0.1 -> 4.0.0
remark-rehype devDependencies major 10.1.0 -> 11.1.0
strip-markdown devDependencies major 5.0.0 -> 6.0.0

Release Notes

remarkjs/remark (remark) ### [`v15.0.1`](https://togithub.com/remarkjs/remark/releases/tag/15.0.1) [Compare Source](https://togithub.com/remarkjs/remark/compare/15.0.0...15.0.1) - [`54ee687`](https://togithub.com/remarkjs/remark/commit/54ee687c) Fix typo **Full Changelog**: https://github.com/remarkjs/remark/compare/15.0.0...15.0.1 ### [`v15.0.0`](https://togithub.com/remarkjs/remark/releases/tag/15.0.0) [Compare Source](https://togithub.com/remarkjs/remark/compare/14.0.3...15.0.0) ##### Change - [`98a2560`](https://togithub.com/remarkjs/remark/commit/98a25602) Change to require Node.js 16 **migrate**: update too - [`a3e6d54`](https://togithub.com/remarkjs/remark/commit/a3e6d54f) Change to use `exports` **migrate**: don’t use private APIs - [`943f6ac`](https://togithub.com/remarkjs/remark/commit/943f6ac9) Update `@types/mdast`, `mdast-util-{from,to}-markdown`, `unified`, etc **migrate**: update too remark-parse: only really changes `Buffer` -> `Uint8Array`, so use encodings supported by `TextDecoder` if you are passing binary data remark-stringify: `bulletOrderedOther` is removed, you can remove `bulletOrderedOther` if you passed it, it’s now the default; `fences` is now `true` by default, if you don’t want indented code, pass `fences: false`; `listItemIndent` is now `'one'` by default, you can remove `listItemIndent: 'one'` if you passed it, or explicitly set it to `'tab'` if you want it ##### Types - [`bd8c922`](https://togithub.com/remarkjs/remark/commit/bd8c922f) Add typed settings ##### Docs - [`7cc0432`](https://togithub.com/remarkjs/remark/commit/7cc04328) Add `remark-link-rewrite` to list of plugins by [@​rjanjic](https://togithub.com/rjanjic) in [https://github.com/remarkjs/remark/pull/1212](https://togithub.com/remarkjs/remark/pull/1212) - [`e72d91a`](https://togithub.com/remarkjs/remark/commit/e72d91a0) Add `remark-mentions` to list of plugins by [@​FinnRG](https://togithub.com/FinnRG) in [https://github.com/remarkjs/remark/pull/1193](https://togithub.com/remarkjs/remark/pull/1193) **Full Changelog**: https://github.com/remarkjs/remark/compare/14.0.3...15.0.0 ### [`v14.0.3`](https://togithub.com/remarkjs/remark/releases/tag/14.0.3) [Compare Source](https://togithub.com/remarkjs/remark/compare/14.0.2...14.0.3) ##### Misc - Rerelease types for changes in TypeScript [https://github.com/remarkjs/remark/issues/1162](https://togithub.com/remarkjs/remark/issues/1162)1162 - [`f6bd64e`](https://togithub.com/remarkjs/remark/commit/f6bd64e6) Refactor `tsconfig`s for perf and strictness - [`bb4c814`](https://togithub.com/remarkjs/remark/commit/bb4c8143) Add improved docs on what this project is by [@​BeLi4L](https://togithub.com/BeLi4L) in [https://github.com/remarkjs/remark/pull/1147](https://togithub.com/remarkjs/remark/pull/1147) - [`bec44aa`](https://togithub.com/remarkjs/remark/commit/bec44aa0) Update `tsconfig.json` to use node16 module resolution by [@​ChristianMurphy](https://togithub.com/ChristianMurphy) in [https://github.com/remarkjs/remark/pull/1106](https://togithub.com/remarkjs/remark/pull/1106) - [`f07f413`](https://togithub.com/remarkjs/remark/commit/f07f413f) Add `ignore-scripts` to `.npmrc` by [@​ChristianMurphy](https://togithub.com/ChristianMurphy) in [https://github.com/remarkjs/remark/pull/1103](https://togithub.com/remarkjs/remark/pull/1103) - [`134ece2`](https://togithub.com/remarkjs/remark/commit/134ece2b) Update Actions by [@​ChristianMurphy](https://togithub.com/ChristianMurphy) in [https://github.com/remarkjs/remark/pull/1070](https://togithub.com/remarkjs/remark/pull/1070) - [`974f893`](https://togithub.com/remarkjs/remark/commit/974f8936) Fix internal types for TS 4.9 ##### Plugins - [`1e488d0`](https://togithub.com/remarkjs/remark/commit/1e488d0b) Add `remark-ins` to list of plugins by [@​talatkuyuk](https://togithub.com/talatkuyuk) in [https://github.com/remarkjs/remark/pull/1129](https://togithub.com/remarkjs/remark/pull/1129) - [`e456dc5`](https://togithub.com/remarkjs/remark/commit/e456dc5b) Add `remark-flexible-markers` to list of plugins by [@​talatkuyuk](https://togithub.com/talatkuyuk) in [https://github.com/remarkjs/remark/pull/1126](https://togithub.com/remarkjs/remark/pull/1126) - [`42114fc`](https://togithub.com/remarkjs/remark/commit/42114fc6) Add `remark-flexible-paragraphs` to list of plugins by [@​talatkuyuk](https://togithub.com/talatkuyuk) in [https://github.com/remarkjs/remark/pull/1120](https://togithub.com/remarkjs/remark/pull/1120) - [`6aa638a`](https://togithub.com/remarkjs/remark/commit/6aa638ab) Add `remark-flexible-containers` to list of plugins by [@​talatkuyuk](https://togithub.com/talatkuyuk) in [https://github.com/remarkjs/remark/pull/1112](https://togithub.com/remarkjs/remark/pull/1112) - [`20e7543`](https://togithub.com/remarkjs/remark/commit/20e75435) Add `remark-flexible-code-titles` to list of plugins by [@​talatkuyuk](https://togithub.com/talatkuyuk) in [https://github.com/remarkjs/remark/pull/1108](https://togithub.com/remarkjs/remark/pull/1108) - [`32d6948`](https://togithub.com/remarkjs/remark/commit/32d69488) Add `remark-cloudinary-docusaurus` to list of plugins by [@​johnnyreilly](https://togithub.com/johnnyreilly) in [https://github.com/remarkjs/remark/pull/1090](https://togithub.com/remarkjs/remark/pull/1090) - [`28aa8b9`](https://togithub.com/remarkjs/remark/commit/28aa8b9a) update tests for changes in `mdast-util-to-markdown` - [`9af1a87`](https://togithub.com/remarkjs/remark/commit/9af1a876) Add `remark-code-title` to list of plugins by [@​kevinzunigacuellar](https://togithub.com/kevinzunigacuellar) in [https://github.com/remarkjs/remark/pull/1076](https://togithub.com/remarkjs/remark/pull/1076) - [`0d1eb09`](https://togithub.com/remarkjs/remark/commit/0d1eb09a) Add 7 plugins to list of plugins by [@​Xunnamius](https://togithub.com/Xunnamius) in [https://github.com/remarkjs/remark/pull/1064](https://togithub.com/remarkjs/remark/pull/1064) - [`c7e8171`](https://togithub.com/remarkjs/remark/commit/c7e81713) Remove deprecated `remark-jargon` by [@​LunaticMuch](https://togithub.com/LunaticMuch) in [https://github.com/remarkjs/remark/pull/1059](https://togithub.com/remarkjs/remark/pull/1059) **Full Changelog**: https://github.com/remarkjs/remark/compare/14.0.2...14.0.3
remarkjs/remark-gfm (remark-gfm) ### [`v4.0.0`](https://togithub.com/remarkjs/remark-gfm/releases/tag/4.0.0) [Compare Source](https://togithub.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0) ##### Change - [`b8cc334`](https://togithub.com/remarkjs/remark-gfm/commit/b8cc334) Update `@types/mdast`, `unified`, utilities **migrate**: update too - [`9eb0f54`](https://togithub.com/remarkjs/remark-gfm/commit/9eb0f54) Change to use `exports` **migrate**: don’t use private APIs - [`5715c93`](https://togithub.com/remarkjs/remark-gfm/commit/5715c93) Change to require Node.js 16 **migrate**: update too **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0
remarkjs/remark-rehype (remark-rehype) ### [`v11.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/11.1.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/11.0.0...11.1.0) ##### Add - [`0174dfc`](https://togithub.com/remarkjs/remark-rehype/commit/0174dfc) Add `file` to options passed to `mdast-util-to-hast` **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/11.0.0...11.1.0 ### [`v11.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/11.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0) ##### Change - [`30091c7`](https://togithub.com/remarkjs/remark-rehype/commit/30091c7) Change to require Node.js 16 **migrate**: update too - [`cafeacc`](https://togithub.com/remarkjs/remark-rehype/commit/cafeacc) Change to use `exports` **migrate**: don’t use private APIs - [`acb292a`](https://togithub.com/remarkjs/remark-rehype/commit/acb292a) Update `mdast-util-to-hast`, `@types/{hast,mdast}`, unified, etc **migrate**: update too if you don’t use handlers, this should be fine; if you do, see [`mdast-util-to-hast@13.0.0`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.0) - [`ba50965`](https://togithub.com/remarkjs/remark-rehype/commit/ba50965) Remove `Processor` type **migrate**: get it from `unified` ##### Add - [`b990986`](https://togithub.com/remarkjs/remark-rehype/commit/b990986) Add exports of `defaultFootnoteBackContent`, `defaultFootnoteBackLabel` **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0
remarkjs/strip-markdown (strip-markdown) ### [`v6.0.0`](https://togithub.com/remarkjs/strip-markdown/releases/tag/6.0.0) [Compare Source](https://togithub.com/remarkjs/strip-markdown/compare/5.0.1...6.0.0) ##### Change - [`6f1abc1`](https://togithub.com/remarkjs/strip-markdown/commit/6f1abc1) Update dependencies, etc by [@​tusbar](https://togithub.com/tusbar) in [https://github.com/remarkjs/strip-markdown/pull/30](https://togithub.com/remarkjs/strip-markdown/pull/30) **migrate**: update too - [`5c713c5`](https://togithub.com/remarkjs/strip-markdown/commit/5c713c5) Change to require Node.js 16 **migrate**: update too - [`7efa198`](https://togithub.com/remarkjs/strip-markdown/commit/7efa198) Change to use `exports` **migrate**: don’t use private APIs **Full Changelog**: https://github.com/remarkjs/strip-markdown/compare/5.0.1...6.0.0 ### [`v5.0.1`](https://togithub.com/remarkjs/strip-markdown/releases/tag/5.0.1) [Compare Source](https://togithub.com/remarkjs/strip-markdown/compare/5.0.0...5.0.1) - [`f9ca4bb`](https://togithub.com/remarkjs/strip-markdown/commit/f9ca4bb) Fix bug where phrasing nodes were injected next to flow - [`d4ac18c`](https://togithub.com/remarkjs/strip-markdown/commit/d4ac18c) Fix typo [https://github.com/remarkjs/strip-markdown/pull/27](https://togithub.com/remarkjs/strip-markdown/pull/27)l/27 **Full Changelog**: https://github.com/remarkjs/strip-markdown/compare/5.0.0...5.0.1

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog 🛑 Canceled (Inspect) Feb 17, 2024 2:35pm