chore(deps): update dependency @markuplint/jsx-parser to v4 #275
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.7.13
Release Notes
markuplint/markuplint (@markuplint/jsx-parser)
v4.7.13
Compare Source
v4.7.12
Compare Source
v4.7.11
Compare Source
v4.7.10
Compare Source
v4.7.9
Compare Source
v4.7.8
Compare Source
v4.7.7
Compare Source
v4.7.6
Compare Source
v4.7.5
Compare Source
v4.7.4
Compare Source
v4.7.3
Compare Source
v4.7.2
Compare Source
v4.7.1
Compare Source
v4.7.0
Compare Source
New Features
overrideMode
option #1583conditionalChildNodes
API as experimental to Nodes #1593evaluateConditionalChildNodes
option as experimental topermitted-contents
rule #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
onscrollend
event attribute #1594Fixed Bugs
for
attribute type of theoutput
element #1616What's Changed
overrideMode
option by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1583onscrollend
event attribute by @YusukeHirao in https://github.com/markuplint/markuplint/pull/15941d96c77
by @renovate in https://github.com/markuplint/markuplint/pull/1596c384290
by @renovate in https://github.com/markuplint/markuplint/pull/1601bda5312
by @renovate in https://github.com/markuplint/markuplint/pull/16020ad4b8f
by @renovate in https://github.com/markuplint/markuplint/pull/1608for
attribute type of theoutput
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1616module.createRequire
instead of Import Attribute by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1626conditionalChildNodes
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1593permitted-contents
rule supports conditional child nodes by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1630Full Changelog: markuplint/markuplint@v4.6.1...v4.7.0
v4.6.1
Compare Source
Fixed Bugs
Experimental Release
@markuplint/pretenders
v0.0.1What's Changed
jsx-scanner
for Pretenders features as experimental by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1576Full Changelog: markuplint/markuplint@v4.6.0...v4.6.1
v4.6.0
Compare Source
New Features
no-orphaned-end-tag
rule #1574Fixed Bugs
What's Changed
no-orphaned-end-tag
rule by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1574Full Changelog: markuplint/markuplint@v4.5.0...v4.6.0
v4.5.0
Compare Source
Re-architecture
Fixed Bugs
d.ts
files during TS compilation #1552What's Changed
d.ts
files during TS compilation by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1552New Contributors
Full Changelog: markuplint/markuplint@v4.4.0...v4.5.0
v4.4.0
Compare Source
Update specs
writingsuggestions
attribute #1538Fixed Bugs
contentModel
ofbr
#1520What's Changed
contentModel
ofbr
by @kagankan in https://github.com/markuplint/markuplint/pull/1520Full Changelog: markuplint/markuplint@v4.3.0...v4.4.0
v4.3.0
Compare Source
Update specs
onpageswap
event attribute to thebody
element #1510expect
to therel
attribute for thelink
#1512What's Changed
onpageswap
event attribute to thebody
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1510expect
to therel
attribute for thelink
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1512Full Changelog: markuplint/markuplint@v4.2.0...v4.3.0
v4.2.0
Compare Source
New features
checkingDeprecatedRole
option to thewai-aria
ruleFixed Bugs
placeholder
attribute #1501filter
element #1503Update specs
browsingtopics
attribute as experimental to theiframe
element #1500What's Changed
computeAccessibleName
not supportingplaceholder
attribute by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1501filter
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1503checkingDeprecatedRole
option to thewai-aria
rule by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1504New Contributors
Full Changelog: markuplint/markuplint@v4.1.1...v4.2.0
v4.1.1
Compare Source
Update specs
Add
shadowrootclonable
attribute to thetemplate
element #1493Fixed Bugs
What's Changed
New Contributors
Full Changelog: markuplint/markuplint@v4.1.0...v4.1.1
v4.1.0
Compare Source
New features
New Parser
@markuplint/alpine-parser
@markuplint/alpine-parser/spec
New Rules
heading-levels
ruleno-consecutive-br
ruleno-duplicate-dt
ruleneighbor-popovers
ruleUpdate Specs
privacy-policy
link type to thelink
elementonpagereveal
event attribute to thebody
elementdeprecated
flag to theusemap
attribute of theobject
elementUpdate Preset Config
decoding=async
from presetmarkuplint:performance
<details>
name group" to presettitle
attr in<input pattern>
" to presetheading-levels
,no-consecutive-br
,no-duplicate-dt
, and,neighbor-popovers
rules to presetFixed Bugs
What's Changed
@markuplint/svelte-spec
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1453decoding=async
from presetmarkuplint:performance
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1456character-reference
rule frommarkuplint:recommended
preset tomarkuplint:recommended-static-html
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1457heading-levels
rule by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1463privacy-policy
link type to thelink
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1464onpagereveal
event attribute to thebody
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1465<details>
name group" to preset by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1466title
attr in<input pattern>
" to preset by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1467no-consecutive-br
rule by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1468no-duplicate-dt
rule by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1469neighbor-popovers
rule by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1470Full Changelog: markuplint/markuplint@v4.0.3...v4.1.0
v4.0.3
Compare Source
Fixed Bugs
else if
block parsing error by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1445Full Changelog: markuplint/markuplint@v4.0.2...v4.0.3
v4.0.2
Compare Source
Fixed Bugs
accesskey
attribute was not working by @SaekiTominaga in https://github.com/markuplint/markuplint/pull/1439Full Changelog: markuplint/markuplint@v4.0.1...v4.0.2
v4.0.1
Compare Source
Fixed Bugs
strong
element by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1435Full Changelog: markuplint/markuplint@v4.0.0...v4.0.1
v4.0.0
Compare Source
New features
--include-node-modules
option to CLI #1236use-list
rule #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.as
attribute #1356transform
attribute value syntax #1358@markuplint/svelte-parser/kit
#1363targetLanguages
to VS Code extension settings #1229Update specs
<search role=search>
from preset #1210template
element #1274shadowrootdelegatesfocus
attributeshadowrootmode
attributedetails
element #1275dirname
attribute of theinput
element #1276terms-of-service
link type #1277form
attribute to themeter
element #1130dirname
attribute to thetextarea
element #1130xlink:href
attribute to deprecated #1130search
element #1130hreflang
,name
, andnohref
attribute from thearea
element #1208experimental
flag from thedisableremoteplayback
attribute #1293nonStandard
flag from theautocapitalize
attribute #1293experimental
flag from thefetchpriority
attribute #1293associationlist
,associationlistitemkey
, andassociationlistitemvalue
roles #1393 (w3c/aria#2095)experimental
andnonStandard
flags from thecontrolslist
attribute #1407autocomplete
attribute from thebutton
element #1407width
attribute as deprecated to thecolgroup
element #1407nowrap
attribute from thedd
element #1412experimental
flag from thedisablepictureinpicture
attribute of thevideo
element #1412Breaking Changes
Parser
class and overhaul@markuplint/parser-utils
#1243 #1390 #1408 #1411@markuplint/create-rule-helper
to@markuplint/create-rule
and make adjustments #1298Commits
markuplint
module optimized for ESM by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1107@markuplint/file-resolver
to ESM by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1108v4
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1130choice
pattern computation. by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1159rule-textlint
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1200<search role=search>
from preset. by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1210importHelpers
andtslib
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1211targetLanguages
to VS Code extension settings. by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1229--include-node-modules
option to CLI by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1236use-list
rule. by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1237no-default-export
by @YusukeHirao in https://github.com/markuplint/markuplint/pull/1244Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 6am every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 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.