Skip to content

chore(deps): update dependency remark-mdx-frontmatter to v5 #2306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rehype-slug": "6.0.0",
"remark-directive": "3.0.0",
"remark-frontmatter": "5.0.0",
"remark-mdx-frontmatter": "4.0.0",
"remark-mdx-frontmatter": "5.1.0",
"typescript": "5.7.2",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
Expand Down
37 changes: 31 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4708,7 +4708,7 @@ __metadata:
rehype-slug: 6.0.0
remark-directive: 3.0.0
remark-frontmatter: 5.0.0
remark-mdx-frontmatter: 4.0.0
remark-mdx-frontmatter: 5.1.0
typescript: 5.7.2
unified: 11.0.5
unist-util-visit: 5.0.0
Expand Down Expand Up @@ -10050,6 +10050,16 @@ __metadata:
languageName: node
linkType: hard

"estree-util-scope@npm:^1.0.0":
version: 1.0.0
resolution: "estree-util-scope@npm:1.0.0"
dependencies:
"@types/estree": ^1.0.0
devlop: ^1.0.0
checksum: df2ed1b4c078002d50f7e330980e7b6f2630a1f551102203ee5000b61ed8ce5720fe7b9bc1a238a5fded5cf0f157dbe516ad6807323f037b3bb594bd1a0d61bb
languageName: node
linkType: hard

"estree-util-to-js@npm:^1.1.0":
version: 1.2.0
resolution: "estree-util-to-js@npm:1.2.0"
Expand Down Expand Up @@ -17539,17 +17549,17 @@ __metadata:
languageName: node
linkType: hard

"remark-mdx-frontmatter@npm:4.0.0":
version: 4.0.0
resolution: "remark-mdx-frontmatter@npm:4.0.0"
"remark-mdx-frontmatter@npm:5.1.0":
version: 5.1.0
resolution: "remark-mdx-frontmatter@npm:5.1.0"
dependencies:
"@types/mdast": ^4.0.0
estree-util-is-identifier-name: ^3.0.0
estree-util-value-to-estree: ^3.0.0
toml: ^3.0.0
unified: ^11.0.0
unist-util-mdx-define: ^1.0.0
yaml: ^2.0.0
checksum: 01f3874bf5728c7ec314a0802d53de46ed0730a7f53fd9d8305ab95593b4b411336789fd84581157c7bd3398e4848082d84d17d656475846b9bd08be6ef6d71d
checksum: a7fed19271a05ded93a20911235ee5310ad159542fd032314a12ae1039c2016a1d1ad48031f35ee50e796ee1a6f4d0adfd6b67862906e9f9c0f06885c4fbde43
languageName: node
linkType: hard

Expand Down Expand Up @@ -19902,6 +19912,21 @@ __metadata:
languageName: node
linkType: hard

"unist-util-mdx-define@npm:^1.0.0":
version: 1.1.1
resolution: "unist-util-mdx-define@npm:1.1.1"
dependencies:
"@types/estree": ^1.0.0
"@types/hast": ^3.0.0
"@types/mdast": ^4.0.0
estree-util-is-identifier-name: ^3.0.0
estree-util-scope: ^1.0.0
estree-walker: ^3.0.0
vfile: ^6.0.0
checksum: 6b99b307188a9e41e6b81c5a780a1b03b443078d3595b6a433633d9bced61100ddc69af153719fa2849e2eef64b3801a5db6f3698d2b0ac5fa65c2235db7174d
languageName: node
linkType: hard

"unist-util-position-from-estree@npm:^1.0.0, unist-util-position-from-estree@npm:^1.1.0":
version: 1.1.1
resolution: "unist-util-position-from-estree@npm:1.1.1"
Expand Down
Loading