OpenINF / openinf.github.io

⚡🐋 The OpenINF portal, other static resources, and more static electricity
https://open.inf.is
5 stars 3 forks source link

build(deps-dev): bump remark (major) #1263

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-lint (source) 9.1.2 -> 10.0.0 age adoption passing confidence
remark-lint-checkbox-character-style (source) 4.1.2 -> 5.0.0 age adoption passing confidence
remark-lint-checkbox-content-indent (source) 4.1.2 -> 5.0.0 age adoption passing confidence
remark-lint-code-block-style (source) 3.1.2 -> 4.0.0 age adoption passing confidence
remark-lint-definition-spacing (source) 3.1.2 -> 4.0.0 age adoption passing confidence
remark-lint-fenced-code-flag (source) 3.1.2 -> 4.0.0 age adoption passing confidence
remark-lint-first-heading-level (source) 3.1.2 -> 4.0.0 age adoption passing confidence
remark-lint-maximum-line-length (source) 3.1.3 -> 4.0.0 age adoption passing confidence
remark-lint-no-duplicate-headings-in-section (source) 3.1.2 -> 4.0.0 age adoption passing confidence
remark-lint-no-file-name-irregular-characters (source) 2.1.2 -> 3.0.0 age adoption passing confidence
remark-lint-no-file-name-mixed-case (source) 2.1.2 -> 3.0.0 age adoption passing confidence
remark-lint-no-heading-punctuation (source) 3.1.2 -> 4.0.0 age adoption passing confidence
remark-preset-lint-consistent (source) 5.1.2 -> 6.0.0 age adoption passing confidence
remark-preset-lint-markdown-style-guide (source) 5.1.3 -> 6.0.0 age adoption passing confidence
remark-preset-lint-recommended (source) 6.1.3 -> 7.0.0 age adoption passing confidence

Release Notes

remarkjs/remark-lint (remark-lint) ### [`v10.0.0`](https://togithub.com/remarkjs/remark-lint/releases/tag/10.0.0) [Compare Source](https://togithub.com/remarkjs/remark-lint/compare/9.1.2...10.0.0) (this is a major for each package maintained here) ##### Change - [`943a574`](https://togithub.com/remarkjs/remark-lint/commit/943a574) Change to require Node.js 16 **migrate**: update too - [`625f7f9`](https://togithub.com/remarkjs/remark-lint/commit/625f7f9) Change to use `exports` **migrate**: don’t use private APIs - [`255ca39`](https://togithub.com/remarkjs/remark-lint/commit/255ca39) Update `unified`, `@types/mdast`, etc **migrate**: update too - [`8df41b3`](https://togithub.com/remarkjs/remark-lint/commit/8df41b3) remark-preset-lint-recommended: change to prefer `remark-lint-list-item-indent: 'one'` **migrate**: pass `tab` if you want previous behavior - [`63d132d`](https://togithub.com/remarkjs/remark-lint/commit/63d132d) remark-preset-lint-consistent: add `remark-lint-ordered-list-marker-value` **migrate**: turn off or configure with what you prefer - [`ccea691`](https://togithub.com/remarkjs/remark-lint/commit/ccea691) remark-list-item-indent: change default to `one` **migrate**: pass `tab` if you want previous behavior - [`07140bd`](https://togithub.com/remarkjs/remark-lint/commit/07140bd) remark-list-item-indent: rename `space` to `one`, `tab-size` to `tab` - [`7ca5d3c`](https://togithub.com/remarkjs/remark-lint/commit/7ca5d3c) unified-lint-rule: rename `RuleMeta` type to `Meta` - [`906012e`](https://togithub.com/remarkjs/remark-lint/commit/906012e) Remove deprecated (pre CommonMark) `remark-lint-no-inline-padding` - [`9cdda80`](https://togithub.com/remarkjs/remark-lint/commit/9cdda80) Remove deprecated (pre CommonMark) `remark-lint-no-auto-link-without-protocol` ##### Add - [`45aeac2`](https://togithub.com/remarkjs/remark-lint/commit/45aeac2) Add better messages, rewrite and improve rules - [`655ba54`](https://togithub.com/remarkjs/remark-lint/commit/655ba54) Add better support for gfm, directives, math, mdx - [`18e669f`](https://togithub.com/remarkjs/remark-lint/commit/18e669f) remark-lint-file-extension: add option to disallow extensionless - [`4057f15`](https://togithub.com/remarkjs/remark-lint/commit/4057f15) remark-lint-no-empty-url: add check for `#` ##### Fix - [`802f78f`](https://togithub.com/remarkjs/remark-lint/commit/802f78f) remark-lint-table-pipe-alignment: fix empty centered cell ##### Docs - [`9a7f129`](https://togithub.com/remarkjs/remark-lint/commit/9a7f129) Regenerate `screenshot.png` - [`99bbed2`](https://togithub.com/remarkjs/remark-lint/commit/99bbed2) [`e9b3f7e`](https://togithub.com/remarkjs/remark-lint/commit/e9b3f7e) [`547188e`](https://togithub.com/remarkjs/remark-lint/commit/547188e) Refactor docs ##### Misc - [`b4a6556`](https://togithub.com/remarkjs/remark-lint/commit/b4a6556) Fix autogenerated types w/ TS 5.4 - [`bd9ba2c`](https://togithub.com/remarkjs/remark-lint/commit/bd9ba2c) Add declaration maps - [`e55606e`](https://togithub.com/remarkjs/remark-lint/commit/e55606e) Refactor to improve performance of deep trees - [`627363b`](https://togithub.com/remarkjs/remark-lint/commit/627363b) Refactor more code, improve small things - [`19251fc`](https://togithub.com/remarkjs/remark-lint/commit/19251fc) [`0e79b65`](https://togithub.com/remarkjs/remark-lint/commit/0e79b65) Refactor code-style - [`db4810d`](https://togithub.com/remarkjs/remark-lint/commit/db4810d) Refactor remark config - [`f8be2e3`](https://togithub.com/remarkjs/remark-lint/commit/f8be2e3) Refactor `.editorconfig` - [`36e844e`](https://togithub.com/remarkjs/remark-lint/commit/36e844e) Refactor `.gitignore` - [`ae313bf`](https://togithub.com/remarkjs/remark-lint/commit/ae313bf) Refactor `package.json` - [`16bf9dc`](https://togithub.com/remarkjs/remark-lint/commit/16bf9dc) Refactor `.npmrc` - [`f0a475c`](https://togithub.com/remarkjs/remark-lint/commit/f0a475c) Refactor `package.json`s - [`904edde`](https://togithub.com/remarkjs/remark-lint/commit/904edde) Refactor `tsconfig.json`s - [`96c25af`](https://togithub.com/remarkjs/remark-lint/commit/96c25af) Refactor Actions **Full Changelog**: https://github.com/remarkjs/remark-lint/compare/9.1.2...10.0.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/remark-lint-checkbox-character-style@5.0.0 None 0 20.6 kB wooorm
npm/remark-lint-checkbox-content-indent@5.0.0 None 0 14 kB wooorm
npm/remark-lint-code-block-style@4.0.0 None 0 17 kB wooorm
npm/remark-lint-definition-spacing@4.0.0 None 0 12.9 kB wooorm
npm/remark-lint-fenced-code-flag@4.0.0 None 0 18 kB wooorm
npm/remark-lint-first-heading-level@4.0.0 None 0 14.2 kB wooorm
npm/remark-lint-maximum-line-length@4.0.0 None 0 21.4 kB wooorm
npm/remark-lint-no-duplicate-headings-in-section@4.0.0 None +1 21.4 kB wooorm
npm/remark-lint-no-file-name-irregular-characters@3.0.0 None 0 12.3 kB wooorm
npm/remark-lint-no-file-name-mixed-case@3.0.0 None 0 9.49 kB wooorm
npm/remark-lint-no-heading-punctuation@4.0.0 None +1 21.4 kB wooorm
npm/remark-lint@10.0.0 None 0 8.97 kB wooorm
npm/remark-preset-lint-consistent@6.0.0 None 0 11.8 kB wooorm
npm/remark-preset-lint-markdown-style-guide@6.0.0 None 0 28.6 kB wooorm
npm/remark-preset-lint-recommended@7.0.0 None 0 11.9 kB wooorm

🚮 Removed packages: npm/remark-lint-checkbox-character-style@4.1.2, npm/remark-lint-checkbox-content-indent@4.1.2, npm/remark-lint-code-block-style@3.1.2, npm/remark-lint-definition-spacing@3.1.2, npm/remark-lint-fenced-code-flag@3.1.2, npm/remark-lint-first-heading-level@3.1.2, npm/remark-lint-maximum-line-length@3.1.3, npm/remark-lint-no-duplicate-headings-in-section@3.1.2, npm/remark-lint-no-file-name-irregular-characters@2.1.2, npm/remark-lint-no-file-name-mixed-case@2.1.2, npm/remark-lint-no-heading-punctuation@3.1.2, npm/remark-lint@9.1.2, npm/remark-preset-lint-consistent@5.1.2, npm/remark-preset-lint-markdown-style-guide@5.1.3, npm/remark-preset-lint-recommended@6.1.3

View full report↗︎

netlify[bot] commented 4 months ago

Deploy Preview for openinfis failed.

Name Link
Latest commit 2e77a83a6b4186c2016e82413575d8383066ed01
Latest deploy log https://app.netlify.com/sites/openinfis/deploys/66175695408adb0008767f15