Skip to content
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

chore(deps): update dependency rehype to v13 #1639

Open
wants to merge 1 commit into
base: main
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-img-src/package.json
Expand Up @@ -28,6 +28,6 @@
"eslint": "8.57.0",
"hast-util-to-html": "9.0.0",
"jest": "29.7.0",
"rehype": "11.0.0"
"rehype": "13.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Expand Up @@ -28,6 +28,6 @@
"eslint": "8.57.0",
"hast-util-to-html": "9.0.0",
"jest": "29.7.0",
"rehype": "11.0.0"
"rehype": "13.0.1"
}
}
43 changes: 40 additions & 3 deletions yarn.lock
Expand Up @@ -3276,7 +3276,7 @@ __metadata:
eslint: "npm:8.57.0"
hast-util-to-html: "npm:9.0.0"
jest: "npm:29.7.0"
rehype: "npm:11.0.0"
rehype: "npm:13.0.1"
unist-util-visit: "npm:^5.0.0"
languageName: unknown
linkType: soft
Expand All @@ -3290,7 +3290,7 @@ __metadata:
eslint: "npm:8.57.0"
hast-util-to-html: "npm:9.0.0"
jest: "npm:29.7.0"
rehype: "npm:11.0.0"
rehype: "npm:13.0.1"
unist-util-visit-parents: "npm:^6.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11698,6 +11698,20 @@ __metadata:
languageName: node
linkType: hard

"hast-util-from-html@npm:^2.0.0":
version: 2.0.1
resolution: "hast-util-from-html@npm:2.0.1"
dependencies:
"@types/hast": "npm:^3.0.0"
devlop: "npm:^1.1.0"
hast-util-from-parse5: "npm:^8.0.0"
parse5: "npm:^7.0.0"
vfile: "npm:^6.0.0"
vfile-message: "npm:^4.0.0"
checksum: 10c0/856ceec209940ac4f9db52bf6338b97fb11f27e6d5b930f89676bc16ee282c06f9ff2a17254280803aefdf740507cf3004f181d0286b04dda11907852decbe77
languageName: node
linkType: hard

"hast-util-from-parse5@npm:^6.0.0":
version: 6.0.1
resolution: "hast-util-from-parse5@npm:6.0.1"
Expand Down Expand Up @@ -18453,6 +18467,17 @@ __metadata:
languageName: node
linkType: hard

"rehype-parse@npm:^9.0.0":
version: 9.0.0
resolution: "rehype-parse@npm:9.0.0"
dependencies:
"@types/hast": "npm:^3.0.0"
hast-util-from-html: "npm:^2.0.0"
unified: "npm:^11.0.0"
checksum: 10c0/c38d07b8bfb5eb3ad6ce8ebdc65ecb31b4c68e440fb020178a34937fa28753d63c70f51146890bf32f840ef6102efdf31e03eb937fc100bc9efa4f4f808a50d2
languageName: node
linkType: hard

"rehype-stringify@npm:^10.0.0":
version: 10.0.0
resolution: "rehype-stringify@npm:10.0.0"
Expand All @@ -18473,7 +18498,19 @@ __metadata:
languageName: node
linkType: hard

"rehype@npm:11.0.0, rehype@npm:^11.0.0":
"rehype@npm:13.0.1":
version: 13.0.1
resolution: "rehype@npm:13.0.1"
dependencies:
"@types/hast": "npm:^3.0.0"
rehype-parse: "npm:^9.0.0"
rehype-stringify: "npm:^10.0.0"
unified: "npm:^11.0.0"
checksum: 10c0/9f35e07483376c5ccc49a6889ec74cbee22ca23fe2ed7b60588ab106d31d0b779d3fce10c38f889c9e34d5e9d9f5c2275b6c014f75467ec4af6c1423579556a6
languageName: node
linkType: hard

"rehype@npm:^11.0.0":
version: 11.0.0
resolution: "rehype@npm:11.0.0"
dependencies:
Expand Down