chore(deps): update dependency @markuplint/react-spec to v4#291
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @markuplint/react-spec to v4#291renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
2072312 to
8dd02e9
Compare
8dd02e9 to
00cfde5
Compare
00cfde5 to
3b2e349
Compare
3b2e349 to
40fcc21
Compare
40fcc21 to
dd409d1
Compare
dd409d1 to
1c2f61f
Compare
1c2f61f to
37ccb79
Compare
37ccb79 to
31102cf
Compare
31102cf to
b36fb9b
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.13.0→4.18.0Release Notes
markuplint/markuplint (@markuplint/react-spec)
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.5.23Compare Source
v4.5.22Compare Source
v4.5.21Compare Source
v4.5.20Compare Source
v4.5.19Compare Source
v4.5.18Compare Source
v4.5.17Compare Source
v4.5.16Compare Source
v4.5.15Compare Source
v4.5.14Compare Source
v4.5.13Compare Source
v4.5.12Compare Source
v4.5.11Compare Source
v4.5.10Compare Source
v4.5.9Compare Source
v4.5.8Compare Source
v4.5.7Compare Source
v4.5.6Compare Source
v4.5.5Compare Source
v4.5.4Compare Source
v4.5.3Compare Source
v4.5.2Compare Source
v4.5.1Compare Source
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.1Compare Source
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.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.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 #1293nonStandardflag from theautocapitalizeattribute #1293experimentalflag from thefetchpriorityattribute #1293associationlist,associationlistitemkey, andassociationlistitemvalueroles #1393 (w3c/aria#2095)experimentalandnonStandardflags from thecontrolslistattribute #1407autocompleteattribute from thebuttonelement #1407widthattribute as deprecated to thecolgroupelement #1407nowrapattribute from theddelement #1412experimentalflag from thedisablepictureinpictureattribute of thevideoelement #1412Breaking Changes
Parserclass and overhaul@markuplint/parser-utils#1243 #1390 #1408 #1411@markuplint/create-rule-helperto@markuplint/create-ruleand make adjustments #1298Commits
markuplintmodule optimized for ESM by @YusukeHirao in #1107@markuplint/file-resolverto ESM by @YusukeHirao in #1108v4by @YusukeHirao in #1130choicepattern computation. by @YusukeHirao in #1159rule-textlintby @YusukeHirao in #1200<search role=search>from preset. by @YusukeHirao in #1210importHelpersandtslibby @YusukeHirao in #1211targetLanguagesto VS Code extension settings. by @YusukeHirao in #1229--include-node-modulesoption to CLI by @YusukeHirao in #1236use-listrule. by @YusukeHirao in #1237no-default-exportby @YusukeHirao in #1244eslint-plugin-regexpby @YusukeHirao in #1245templateelement by @YusukeHirao in #1274detailselement. by @YusukeHirao in #1275dirnameattribute of theinputelement by @YusukeHirao in #1276terms-of-servicelink type. by @YusukeHirao in #1277@markuplint/create-rule-helperto@markuplint/create-ruleby @YusukeHirao in #1298@typescript-eslint/typesv6 by @YusukeHirao in #1327Srcsettype by @YusukeHirao in #1347wai-ariarule by @YusukeHirao in #1350regexSelectorby @YusukeHirao in #1351svelte-parserhas no issues by @YusukeHirao in #1352asattribute by @YusukeHirao in #1356transformattribute value syntax by @YusukeHirao in #1358@markuplint/svelte-parser/kitby @YusukeHirao in #1363tspanelement content model by @YusukeHirao in #1366fixfeature by @YusukeHirao in #1398pug-parserby @YusukeHirao in #1411New Contributors
Configuration
📅 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.