marko-js / htmljs-parser

An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values
MIT License
135 stars 20 forks source link

chore: upgrade dev deps #129

Closed DylanPiercey closed 2 years ago

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 50cd2e5664a7b2e655c9918fed0cf55a6b066de5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #129 (50cd2e5) into main (b719040) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
- Coverage   92.53%   92.51%   -0.03%     
==========================================
  Files          26       26              
  Lines         737      735       -2     
  Branches      254      244      -10     
==========================================
- Hits          682      680       -2     
  Misses         40       40              
  Partials       15       15              
Impacted Files Coverage Δ
src/core/Parser.ts 90.21% <0.00%> (-0.21%) :arrow_down:
src/states/ATTRIBUTE.ts 95.00% <0.00%> (-0.09%) :arrow_down:
src/states/OPEN_TAG.ts 90.76% <0.00%> (-0.08%) :arrow_down:
src/states/TAG_NAME.ts 100.00% <0.00%> (ø)
src/states/CLOSE_TAG.ts 92.00% <0.00%> (ø)
src/states/EXPRESSION.ts 89.53% <0.00%> (ø)
src/states/DECLARATION.ts 100.00% <0.00%> (ø)
src/states/JS_COMMENT_LINE.ts 71.42% <0.00%> (ø)
src/states/JS_COMMENT_BLOCK.ts 100.00% <0.00%> (ø)
src/states/PARSED_TEXT_CONTENT.ts 100.00% <0.00%> (ø)
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.