-
Notifications
You must be signed in to change notification settings - Fork 68
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
🧹 Upgrade unified/unist stack #1603
Draft
agoose77
wants to merge
51
commits into
main
Choose a base branch
from
agoose77/chore-upgrade-unist-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
639e0c6
chore: bump unist- utilities
agoose77 132898b
chore: move to vfile 6
agoose77 2604e13
chore: update vfile-reporter
agoose77 3ec15ac
chore: upgrade unist-builder
agoose77 aeb84ba
chore: upgrade unified
agoose77 08a88a3
chore: upgrade rehype
agoose77 c994afd
chore: bump mdast types
agoose77 0779eea
chore: bump "unist-util-modify-children"
agoose77 99f3a8b
chore: bump unist-util-remove
agoose77 daea7e9
chore: bump types/hast
agoose77 7893ca8
chore: bump unist-util-map
agoose77 b4ef06e
chore: bump unist-builder
agoose77 c0eebdd
chore: bump mdast-util-find-and-replace
agoose77 3a59451
chore: bump hast-util-to-mdast
agoose77 6683af7
chore: bump hast-util-to-mdast
agoose77 4f1a76c
chore: correct rehype-remark
agoose77 e9d57c5
chore: bump mdast-util-gfm*
agoose77 1406e8e
chore: drop mdast and hast packages
agoose77 7b7c063
chore: update rehype packages
agoose77 1d16fca
chore: bump mdast-util-to-markdown
agoose77 2c825b4
chore: bump vfile-message
agoose77 4480167
fix: for now, assume typings are wrong
agoose77 f8c4ae6
fix: type hints for compilers
agoose77 7d39be6
wip: type fixes
agoose77 f88574b
fix: select cast to GenericNode
agoose77 bb438eb
fix: update handlers
agoose77 ee39035
fix: update compiler usage
agoose77 e791c85
fix: cast select result to GenericNode
agoose77 2e1b9bb
fix: more types
agoose77 2bc14b1
fix: loosen casting between mdast and genericnode
agoose77 b3bfb1e
chore: bump remark-parse
agoose77 6b647d9
fix: loosen casting between mdast and genericnode
agoose77 d57d6da
fix: handler typing
agoose77 f2fc139
fix: loosen casting between mdast and genericnode
agoose77 8e91406
fix: loosen casting between mdast and genericnode
agoose77 be5670c
fix: loosen casting between mdast and genericnode
agoose77 ba4e796
fix: updates to typing in vfile-message
agoose77 02ea4ba
wip: pin turbo for now
agoose77 2dafdd2
chore: bump lockfile
agoose77 637b402
fix: use of h instead of u
agoose77 d84a715
test: fix test cases
agoose77 fb08fbb
test: fix test case
agoose77 92efde8
wip: change call to remote
agoose77 d6b3cfd
wip: drop return dependency of remove
agoose77 3c5f748
fix: preserve parents in getFrontmatter
agoose77 afd8530
fix: patch node
agoose77 a5d347d
test: skip footnotes for now
agoose77 38326a9
chore: run lint
agoose77 eda1945
chore: run prettier
agoose77 6ec763a
chore: more appeasement
agoose77 42c0123
fix: fixes for escaping
agoose77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,6 @@ | |
"dependencies": { | ||
"js-yaml": "^4.1.0", | ||
"markdown-it": "^13.0.1", | ||
"vfile": "^5.3.7" | ||
"vfile": "^6.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove!