Skip to content

Commit

Permalink
chore: bump remark-cli from 9.0.0 to 12.0.1
Browse files Browse the repository at this point in the history
Bumps [remark-cli](https://github.com/remarkjs/remark) from 9.0.0 to 12.0.1.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/[email protected]@12.0.1)

---
updated-dependencies:
- dependency-name: remark-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and DSil committed Nov 15, 2024
1 parent 22ce3f9 commit 9472380
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 111 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"recharts": "^2.1.6",
"rehype-parse": "^9.0.0",
"rehype-stringify": "^10.0.0",
"remark-cli": "^9.0.0",
"remark-cli": "^12.0.1",
"remark-deflist": "^0.3.0",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^8.0.0",
Expand Down
1 change: 0 additions & 1 deletion docs/services/checkLinks.mts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const checkForDeadUrls = async () => {

const processor = await unified()
.use(parse)
// @ts-expect-error TODO
.use(inspectUrls, {

Check failure on line 54 in docs/services/checkLinks.mts

View workflow job for this annotation

GitHub Actions / docs

Argument of type 'typeof import("/home/runner/work/orbit/orbit/node_modules/@jsdevtools/rehype-url-inspector/lib/index")' is not assignable to parameter of type 'Plugin<[], undefined, undefined>'.
inspectEach({ file, node, url }) {
const properties = node.properties as { rel: string[] };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-cli": "^9.0.0",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^8.0.0",
"remark-lint-first-heading-level": "^2.0.1",
Expand Down
Loading

0 comments on commit 9472380

Please sign in to comment.