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.2.0",
"typescript": "5.7.2",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
Expand Down
27 changes: 21 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4505,7 +4505,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.2.0
typescript: 5.7.2
unified: 11.0.5
unist-util-visit: 5.0.0
Expand Down Expand Up @@ -17069,17 +17069,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.2.0":
version: 5.2.0
resolution: "remark-mdx-frontmatter@npm:5.2.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: 938eae955610c15f5eb197ad22c94496e2b89c36f2311d9af7d30a6083fe2cd4145f3ad1816f0e6c4673b3ee8debb0764510f83eb943608a863fbe413ba0e37f
languageName: node
linkType: hard

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

"unist-util-mdx-define@npm:^1.0.0":
version: 1.1.2
resolution: "unist-util-mdx-define@npm:1.1.2"
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: d74258e12be0f225fb768b9ed472d34eb1c8d31805d89fd1cf26f0bc29e42595a91b9ebb6feba37e20eae743227a44a1e171b416ceab0b05144440fa1c2ad6d9
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.2
resolution: "unist-util-position-from-estree@npm:1.1.2"
Expand Down
Loading