chore(deps): update dependency @markuplint/jsx-parser to v4#290
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @markuplint/jsx-parser to v4#290renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
a0b4142 to
46c0072
Compare
46c0072 to
9dab6fe
Compare
9dab6fe to
4ba7db0
Compare
4ba7db0 to
b4c5c35
Compare
27ae252 to
41b5265
Compare
304a2dc to
d8ee82d
Compare
d8ee82d to
a2aa491
Compare
a2aa491 to
f2cb765
Compare
f2cb765 to
85a7015
Compare
bf639d5 to
2d6f991
Compare
2d6f991 to
71eadff
Compare
71eadff to
84105bc
Compare
84105bc to
9cbbf70
Compare
9cbbf70 to
ec264a6
Compare
89932ed to
57e1eb6
Compare
16670fe to
f08da0f
Compare
f08da0f to
c7c3e0f
Compare
c7c3e0f to
d023c9a
Compare
d023c9a to
33c0cef
Compare
4c66635 to
4de0b71
Compare
82b72d5 to
65cba97
Compare
65cba97 to
b212c9b
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
3.12.0→4.18.3Release Notes
markuplint/markuplint (@markuplint/jsx-parser)
v4.18.3Compare Source
Highlights
<script>/<style>raw-text — Correctly parse raw-text element bodies inparseCodeFragmentper HTML LS §13.2.5.1Bug Fixes
@markuplint/astro-parser@4.18.3
<script>linting hints as diagnostics; markuplint no longer turns these into parse errors that mask real issues{...spread}attributes that contain generics, casts, or template-string children@markuplint/parser-utils@4.18.3
parseCodeFragmentper HTML LS §13.2.5.1 (#3862, #3859, #3860)<script>/<style>body handling and matches WHATWG raw-text tokenizationvscode-markuplint@4.18.3
toImportSpecifierOS-independent for POSIX absolute paths (#3841, #3836)Other Changes
ci: Switch pnpm build approval topnpm-workspace.yamlallowBuilds(#3863) — v4 backportdocs: Document parser-utils raw-text behavior and downstream impact, add astro-parser troubleshooting, and add a v4 backport port guide cross-linking #3825 / #3859test: Regression coverage for #3823 (ml-core), #3860 (jsx-parser, astro-parser script/style raw-text body)chore: Registerrcdatain the cspell dictionaryUpdated Packages
Full Changelog: markuplint/markuplint@v4.18.2...v4.18.3
v4.18.0Compare Source
Highlights
v4 Maintenance Policy
Going forward, the v4 line will only receive dependency updates and critical fixes. Feature work and non-critical improvements happen on the v5 line (currently in RC).
Versioning Change
Starting with 4.18.0, all
markuplintand@markuplint/*packages share a single version instead of versioning independently.Why: npm's OIDC Trusted Publishing workflow is triggered by a single
v*tag. Independent versioning produced per-package tags (@markuplint/cli@x.y.z) that did not fire the publish workflow. Fixed versioning enables tag-triggered releases with a clean, single entry per release.Impact: Some packages see a large version jump (e.g.,
@markuplint/ml-ast4.4.12 → 4.18.0). No API changes; all packages stay within the v4 line's semver contract.Features
baseUrlandpathsfrom roottsconfig.jsonlib.dom.d.tsupdates (MLNode.moveBefore,MLElement.customElementRegistry,matches()overloads,aria*Elementsnullability, etc.)Bug Fixes
unicorn/no-array-sortrule and fix no-immediate-mutationfile:resolution in isolated-env sandbox testsOther Changes
lerna.jsonfrom independent to fixed versioning at 4.18.0.github/workflows/publish.yml)Updated Packages
All packages bumped to 4.18.0:
Full Changelog: markuplint/markuplint@v4.14.1...v4.18.0
v4.7.23Compare Source
v4.7.22Compare Source
v4.7.21Compare Source
v4.7.20Compare Source
v4.7.19Compare Source
v4.7.18Compare Source
v4.7.17Compare Source
v4.7.16Compare Source
v4.7.15Compare Source
v4.7.14Compare Source
v4.7.13Compare Source
v4.7.12Compare Source
v4.7.11Compare Source
v4.7.10Compare Source
v4.7.9Compare Source
v4.7.8Compare Source
v4.7.7Compare Source
v4.7.6Compare Source
v4.7.5Compare Source
v4.7.4Compare Source
v4.7.3Compare Source
v4.7.2Compare Source
v4.7.1Compare Source
v4.7.0Compare Source
New Features
overrideModeoption #1583conditionalChildNodesAPI as experimental to Nodes #1593evaluateConditionalChildNodesoption as experimental topermitted-contentsrule #1630We have now experimentally developed the ability to detect code structures with conditional branching. Currently, it only supports Svelte.
In this case, the
<ul>element ends up containing<span>elements directly underneath it, which results in an invalid HTML structure.New Specs
onscrollendevent attribute #1594Fixed Bugs
forattribute type of theoutputelement #1616What's Changed
overrideModeoption by @YusukeHirao in #1583onscrollendevent attribute by @YusukeHirao in #15941d96c77by @renovate in #1596c384290by @renovate in #1601bda5312by @renovate in #16020ad4b8fby @renovate in #1608forattribute type of theoutputelement by @YusukeHirao in #1616module.createRequireinstead of Import Attribute by @YusukeHirao in #1626conditionalChildNodesby @YusukeHirao in #1593permitted-contentsrule supports conditional child nodes by @YusukeHirao in #1630Full Changelog: markuplint/markuplint@v4.6.1...v4.7.0
v4.6.1Compare Source
Fixed Bugs
Experimental Release
@markuplint/pretendersv0.0.1What's Changed
jsx-scannerfor Pretenders features as experimental by @YusukeHirao in #1576Full Changelog: markuplint/markuplint@v4.6.0...v4.6.1
v4.6.0Compare Source
New Features
no-orphaned-end-tagrule #1574Fixed Bugs
What's Changed
no-orphaned-end-tagrule by @YusukeHirao in #1574Full Changelog: markuplint/markuplint@v4.5.0...v4.6.0
v4.5.0Compare Source
Re-architecture
Fixed Bugs
d.tsfiles during TS compilation #1552What's Changed
d.tsfiles during TS compilation by @YusukeHirao in #1552New Contributors
Full Changelog: markuplint/markuplint@v4.4.0...v4.5.0
v4.4.0Compare Source
Update specs
writingsuggestionsattribute #1538Fixed Bugs
contentModelofbr#1520What's Changed
contentModelofbrby @kagankan in #1520Full Changelog: markuplint/markuplint@v4.3.0...v4.4.0
v4.3.0Compare Source
Update specs
onpageswapevent attribute to thebodyelement #1510expectto therelattribute for thelink#1512What's Changed
onpageswapevent attribute to thebodyelement by @YusukeHirao in #1510expectto therelattribute for thelinkelement by @YusukeHirao in #1512Full Changelog: markuplint/markuplint@v4.2.0...v4.3.0
v4.2.0Compare Source
New features
checkingDeprecatedRoleoption to thewai-ariaruleFixed Bugs
placeholderattribute #1501filterelement #1503Update specs
browsingtopicsattribute as experimental to theiframeelement #1500What's Changed
computeAccessibleNamenot supportingplaceholderattribute by @YusukeHirao in #1501filterelement by @YusukeHirao in #1503checkingDeprecatedRoleoption to thewai-ariarule by @YusukeHirao in #1504New Contributors
Full Changelog: markuplint/markuplint@v4.1.1...v4.2.0
v4.1.1Compare Source
Update specs
Add
shadowrootclonableattribute to thetemplateelement #1493Fixed Bugs
What's Changed
New Contributors
Full Changelog: markuplint/markuplint@v4.1.0...v4.1.1
v4.1.0Compare Source
New features
New Parser
@markuplint/alpine-parser@markuplint/alpine-parser/specNew Rules
heading-levelsruleno-consecutive-brruleno-duplicate-dtruleneighbor-popoversruleUpdate Specs
privacy-policylink type to thelinkelementonpagerevealevent attribute to thebodyelementdeprecatedflag to theusemapattribute of theobjectelementUpdate Preset Config
decoding=asyncfrom presetmarkuplint:performance<details>name group" to presettitleattr in<input pattern>" to presetheading-levels,no-consecutive-br,no-duplicate-dt, and,neighbor-popoversrules to presetFixed Bugs
What's Changed
@markuplint/svelte-specby @YusukeHirao in #1453decoding=asyncfrom presetmarkuplint:performanceby @YusukeHirao in #1456character-referencerule frommarkuplint:recommendedpreset tomarkuplint:recommended-static-htmlby @YusukeHirao in #1457heading-levelsrule by @YusukeHirao in #1463privacy-policylink type to thelinkelement by @YusukeHirao in #1464onpagerevealevent attribute to thebodyelement by @YusukeHirao in #1465<details>name group" to preset by @YusukeHirao in #1466titleattr in<input pattern>" to preset by @YusukeHirao in #1467no-consecutive-brrule by @YusukeHirao in #1468no-duplicate-dtrule by @YusukeHirao in #1469neighbor-popoversrule by @YusukeHirao in #1470Full Changelog: markuplint/markuplint@v4.0.3...v4.1.0
v4.0.3Compare Source
Fixed Bugs
else ifblock parsing error by @YusukeHirao in #1445Full Changelog: markuplint/markuplint@v4.0.2...v4.0.3
v4.0.2Compare Source
Fixed Bugs
accesskeyattribute was not working by @SaekiTominaga in #1439Full Changelog: markuplint/markuplint@v4.0.1...v4.0.2
v4.0.1Compare Source
Fixed Bugs
strongelement by @YusukeHirao in #1435Full Changelog: markuplint/markuplint@v4.0.0...v4.0.1
v4.0.0Compare Source
New features
--include-node-modulesoption to CLI #1236use-listrule #1237noPrev: Consider it a list if the text containing characters is the first child of the element.prevElement: Consider it a list even if the text containing characters appears as the node following the element.prevComment: Consider it a list even if the text containing characters appears as the node following a comment.prevCodeBlock: Consider it a list even if the text containing characters appears as the node following a special block.asattribute #1356transformattribute value syntax #1358@markuplint/svelte-parser/kit#1363targetLanguagesto VS Code extension settings #1229Update specs
<search role=search>from preset #1210templateelement #1274shadowrootdelegatesfocusattributeshadowrootmodeattributedetailselement #1275dirnameattribute of theinputelement #1276terms-of-servicelink type #1277formattribute to themeterelement #1130dirnameattribute to thetextareaelement #1130xlink:hrefattribute to deprecated #1130searchelement #1130hreflang,name, andnohrefattribute from theareaelement #1208experimentalflag from thedisableremoteplaybackattribute [#1293](https://rConfiguration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.