Skip to content

Commit

Permalink
Update dependency @markuplint/pug-parser to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 5bb32f4 commit 7678058
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/@d-zero/markuplint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"main": ".markuplintrc.json",
"dependencies": {
"@markuplint/pug-parser": "4.0.0",
"@markuplint/pug-parser": "4.0.1",
"markuplint": "4.0.1"
}
}
69 changes: 62 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,16 @@
parse5 "7.1.2"
type-fest "^4.10.2"

"@markuplint/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/html-parser/-/html-parser-4.0.1.tgz#bb8ca919bbcb07ee6023326d16160e9ec700a1d2"
integrity sha512-oJsMATW1z4RLQy+eiZz6GBxkqZl5kZlDu+hTHI96dey9U1DisMtU9j7zKQe8rg8RQVRFvWtPfKfjR6cAI0cpeg==
dependencies:
"@markuplint/ml-ast" "4.0.1"
"@markuplint/parser-utils" "4.0.1"
parse5 "7.1.2"
type-fest "^4.10.2"

"@markuplint/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/html-spec/-/html-spec-4.0.1.tgz#cec9ec3c11a814e55f2c6daf251c127aefcba2de"
Expand All @@ -746,6 +756,11 @@
resolved "https://registry.yarnpkg.com/@markuplint/ml-ast/-/ml-ast-4.0.0.tgz#ad12db9762064635c6aa726057583264eeb9e4c4"
integrity sha512-Hm60y5ExWs/jNjTliTZRuk1ZSt5rKbuOILACaTCh4VkWX6H+SWXuIrTaSHcq2Ky59fCwfm72SrfSIT8UcSLCow==

"@markuplint/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/ml-ast/-/ml-ast-4.0.1.tgz#c6eb49138e86fa21c7a4bd0f67eb7b710494c41d"
integrity sha512-7ZrgvUyPQ4YmUor+Iv/aHcnEVtktN88TNvmDNokLzMZlBxc5alpoCPAv3cJvU4t+dAgW+1P6SnZ2hVGaJkep6A==

"@markuplint/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@markuplint/ml-config/-/ml-config-4.0.0.tgz#d3fc9ee0518a1dfdcadd7e84a97a7fc95440da6c"
Expand Down Expand Up @@ -790,6 +805,17 @@
is-plain-object "^5.0.0"
type-fest "^4.10.2"

"@markuplint/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.0.1.tgz#905b0ce9e9a97b26b048895cd9e133e7de1558cf"
integrity sha512-n/VKqPvaSwFLAKh+KCnbnjKClADXSVFTLJenLYFD9pfdpen5Lbzpg2c/878xKvlxX4vikSnEFFtL/ih8MGH+Vw==
dependencies:
"@markuplint/ml-ast" "4.0.1"
"@markuplint/types" "4.0.1"
dom-accessibility-api "^0.6.3"
is-plain-object "^5.0.0"
type-fest "^4.10.2"

"@markuplint/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@markuplint/parser-utils/-/parser-utils-4.0.0.tgz#caafc13fd662585bc63757428360883b4f6e8fdc"
Expand All @@ -804,14 +830,28 @@
type-fest "^4.10.2"
uuid "^9.0.1"

"@markuplint/pug-[email protected].0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@markuplint/pug-parser/-/pug-parser-4.0.0.tgz#417429792169e114cdd271153af456dbbb5019d8"
integrity sha512-b65N0crN5sqG0Y2BqrHb7p6+/yVvO+76BFmYbOB8LB3qcu+VNdbv3F3BGb8ifz26KspYcNHE4FQYbfsS7Y3Cjg==
"@markuplint/parser-utils@4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/parser-utils/-/parser-utils-4.0.1.tgz#550f90ba8bd189881f22865a20650e959245c4e8"
integrity sha512-M4elA6Wl6/SeEzjwfRy4SjxJY5z5lhXh/cMl4gN1FNyBVAFwuF4dSwQEiF0qor7XBhu0ZiEMXGhcfalu2Gx+zQ==
dependencies:
"@markuplint/html-parser" "4.0.0"
"@markuplint/ml-ast" "4.0.0"
"@markuplint/parser-utils" "4.0.0"
"@markuplint/ml-ast" "4.0.1"
"@markuplint/ml-spec" "4.0.1"
"@markuplint/types" "4.0.1"
"@types/uuid" "^9.0.8"
debug "^4.3.4"
espree "^10.0.0"
type-fest "^4.10.2"
uuid "^9.0.1"

"@markuplint/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/pug-parser/-/pug-parser-4.0.1.tgz#23c7f1c32f9e2d08a48e261be34852c4a01beec8"
integrity sha512-Doou4hY76Lo1vKLjLGae7L0gMO/4jh+YAiejAaSdFE1my5HuEThIVfIrKcigl1dkVkn6fcV2phaN0kRCy0z58Q==
dependencies:
"@markuplint/html-parser" "4.0.1"
"@markuplint/ml-ast" "4.0.1"
"@markuplint/parser-utils" "4.0.1"
pug-lexer "^5.0.1"
pug-parser "^6.0.0"

Expand Down Expand Up @@ -866,6 +906,21 @@
type-fest "^4.10.2"
whatwg-mimetype "^4.0.0"

"@markuplint/[email protected]":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-4.0.1.tgz#0a87f705fd993eb3ab697885dc5c51eff04d744c"
integrity sha512-X3E6RrAMTMVil4F4xawh54YNnPL/vzvJ9K0CJF2581rf2h9w7jPrm6G9H0O+G5811dtkk4OxrNG5xGFGMP2wZw==
dependencies:
"@types/css-tree" "^2.3.4"
"@types/debug" "^4.1.12"
"@types/whatwg-mimetype" "3.0.2"
bcp-47 "^2.1.0"
css-tree "^2.3.1"
debug "^4.3.4"
leven "^4.0.0"
type-fest "^4.10.2"
whatwg-mimetype "^4.0.0"

"@nodelib/[email protected]":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
Expand Down

0 comments on commit 7678058

Please sign in to comment.