Skip to content

Commit

Permalink
build(deps): add @flex-development/unist-util-visit
Browse files Browse the repository at this point in the history
- replaces `unist-util-visit`
- https://github.com/flex-development/unist-util-visit/tree/1.0.0

Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Mar 21, 2024
1 parent 0ed5fca commit 563da41
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
},
"dependencies": {
"@flex-development/tutils": "6.0.0-alpha.25",
"@flex-development/unist-util-visit": "1.0.0",
"devlop": "1.1.0",
"mdast-util-from-markdown": "2.0.0",
"micromark-util-symbol": "2.0.0",
"unist-builder": "4.0.0",
"unist-util-source": "5.0.0",
"unist-util-visit": "5.0.0"
"unist-util-source": "5.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import {
type Nilable,
type Optional
} from '@flex-development/tutils'
import { CONTINUE, EXIT, visit } from '@flex-development/unist-util-visit'
import { ok } from 'devlop'
import type {
Break,
Expand All @@ -58,7 +59,6 @@ import type {
import type { AssertionError } from 'node:assert'
import { u } from 'unist-builder'
import { source } from 'unist-util-source'
import { CONTINUE, EXIT, visit } from 'unist-util-visit'
import type { VFile } from 'vfile'
import { TokenKind } from './enums'
import type { Options, Token } from './interfaces'
Expand Down
28 changes: 25 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,7 @@ __metadata:
"@flex-development/mlly": "npm:1.0.0-alpha.18"
"@flex-development/pathe": "npm:2.0.0"
"@flex-development/tutils": "npm:6.0.0-alpha.25"
"@flex-development/unist-util-visit": "npm:1.0.0"
"@html-eslint/eslint-plugin": "npm:0.24.0"
"@html-eslint/parser": "npm:0.24.0"
"@types/chai": "npm:4.3.14"
Expand Down Expand Up @@ -1324,7 +1325,6 @@ __metadata:
unist-builder: "npm:4.0.0"
unist-util-inspect: "npm:8.0.0"
unist-util-source: "npm:5.0.0"
unist-util-visit: "npm:5.0.0"
vfile: "npm:6.0.1"
vite: "npm:5.2.2"
vite-tsconfig-paths: "npm:4.3.2"
Expand Down Expand Up @@ -1725,6 +1725,28 @@ __metadata:
languageName: node
linkType: hard

"@flex-development/unist-util-types@npm:1.2.0":
version: 1.2.0
resolution: "@flex-development/unist-util-types@npm:1.2.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Funist-util-types%2F1.2.0%2Fe73575356fb70910ec1467d05a02825d69997f22"
peerDependencies:
"@types/unist": ">=3.0.2"
checksum: 10/01f73462d6bbdb16a67aca5c77e2421fb260acc671d01628d3d1aa0debf044e226d468c033601c3bfb5cff6c47f030690d87e4e84c55ff1dcad513a4419cde0c
languageName: node
linkType: hard

"@flex-development/unist-util-visit@npm:1.0.0":
version: 1.0.0
resolution: "@flex-development/unist-util-visit@npm:1.0.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Funist-util-visit%2F1.0.0%2F80616055072ebb771682ec055244857a9789d677"
dependencies:
"@flex-development/tutils": "npm:6.0.0-alpha.25"
"@flex-development/unist-util-types": "npm:1.2.0"
unist-util-is: "npm:6.0.0"
peerDependencies:
"@types/unist": ">=3.0.2"
checksum: 10/c2fb4e2d26dc770b77298b412c22e5aeb6f673b7ec7c1093dd1994f4134c8fb0d04e57116b12a23b2758dafa890cb1efe3394870c0376fd9561e6da13ab090ba
languageName: node
linkType: hard

"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
Expand Down Expand Up @@ -10046,7 +10068,7 @@ __metadata:
languageName: node
linkType: hard

"unist-util-is@npm:^6.0.0":
"unist-util-is@npm:6.0.0, unist-util-is@npm:^6.0.0":
version: 6.0.0
resolution: "unist-util-is@npm:6.0.0"
dependencies:
Expand Down Expand Up @@ -10113,7 +10135,7 @@ __metadata:
languageName: node
linkType: hard

"unist-util-visit@npm:5.0.0, unist-util-visit@npm:^5.0.0":
"unist-util-visit@npm:^5.0.0":
version: 5.0.0
resolution: "unist-util-visit@npm:5.0.0"
dependencies:
Expand Down

0 comments on commit 563da41

Please sign in to comment.