Markuplint's Avatar

Markuplint

@markuplint.dev.bsky.social

Peace of mind in your markup. An HTML linter for all markup developers. #Markuplint author: @u10.jp https://twitter.com/markuplint

14 Followers  |  0 Following  |  13 Posts  |  Joined: 09.02.2024  |  1.1053

Latest posts by markuplint.dev on Bluesky

Preview
Release v4.8.1 ยท markuplint/markuplint What's Changed New Features feat(types): add Directive Type by @YusukeHirao in #1695 feat(types): add JSON to types by @YusukeHirao in #1697 feat: Support HTMX by @YusukeHirao in #1693 Dependency...

v4.8.1 released๐ŸŽ‰ Markuplint now features an htmx-parser! This update includes new types added during the development of the htmx-parser. Check it out: github.com/markuplint/markuplint/releases/tag/v4.8.1

12.05.2024 08:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.8.0 ยท markuplint/markuplint What's Changed New Features feat(rules): add table-row-column-alignment rule by @YusukeHirao in #1646 feat(rules): add no-ambiguous-navigable-target-names rule by @YusukeHirao in #1652 Dependency...

v4.8.0 released๐ŸŽ‰ New rules added for table row/column alignment & navigable target names. Enhancements to improve web accessibility and code clarity. github.com/markuplint/m...

04.05.2024 10:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.7.0 ยท markuplint/markuplint New Features Add the new overrideMode option #1583 Add conditionalChildNodes API as experimental to Nodes #1593 Add evaluateConditionalChildNodes option as experimental to permitted-contents rule ...

v4.7.0 released๐ŸŽ‰ New features include the overrideMode option, and conditionalChildNodes API, for detecting code structures with conditional branching, currently supports Svelte. Fixed the for attribute type of the output element. github.com/markuplint/m...

02.05.2024 09:26 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.6.1 ยท markuplint/markuplint Fixed Bugs Fix issue with parsing TypeScript code in attributes #1581 Experimental Release @markuplint/pretenders v0.0.1 What's Changed Add jsx-scanner for Pretenders features as experimental ...

v4.6.1 released๐ŸŽ‰ Fixes parsing TypeScript code in attributes. Pre-released @markuplint/pretenders package v0.0.1 includes an experimental JSX scanner for Pretenders features. More details: github.com/markuplint/m...

20.04.2024 09:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
no-orphaned-end-tag | Markuplint Warns when an end tag appears without a corresponding start tag, which constitutes an inner parse error in HTML Standard.

The new rule:
markuplint.dev/docs/rules/n...

14.04.2024 08:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.6.0 ยท markuplint/markuplint New Features Add no-orphaned-end-tag rule #1574 Fixed Bugs Add the value attribute to the select element in Svelte #1567 Correct implicit roles of HTML elements in ARIA 1.2 by #1570 Fix fragment...

v4.6.0 Released ๐ŸŽ‰ Adds 'no-orphaned-end-tag' Rule, Improves Svelte & Astro Support, and Fixes ARIA Roles. Bug fixes include parse errors in attributes. For more details: github.com/markuplint/m...

14.04.2024 08:49 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Release v4.5.0 ยท markuplint/markuplint Re-architecture Separate category information into individual meta.js files for each rule #1554 Fixed Bugs Define explicit return types to prevent invalid relative paths in d.ts files during TS ...

v4.5.0 released๐ŸŽ‰: markuplint's latest version focuses on re-architecture by separating category information into individual files for each rule, fixing bugs like invalid relative paths in TypeScript compilation, path issues on Windows, and translations. github.com/markuplint/m...

31.03.2024 23:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.5.0 ยท markuplint/markuplint Re-architecture Separate category information into individual meta.js files for each rule #1554 Fixed Bugs Define explicit return types to prevent invalid relative paths in d.ts files during TS ...

v4.5.0 released๐ŸŽ‰: markuplint's latest version focuses on re-architecture by separating category information into individual files for each rule, fixing bugs like invalid relative paths in TypeScript compilation, path issues on Windows, and translations. github.com/markuplint/m...

31.03.2024 23:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.4.0 ยท markuplint/markuplint Update specs Add the writingsuggestions attribute #1538 Fixed Bugs Fix contentModel of br #1520 Fix false positives and messages for ARIA state attribute warnings #1524 Support for TypeScript v5...

v4.4.0 released๐ŸŽ‰ Added writingsuggestions attribute, fixed contentModel of br, addressed ARIA state attribute warnings, and added support for TypeScript v5.4 & Node.js v21. github.com/markuplint/m...

25.03.2024 10:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.2.0 ยท markuplint/markuplint New features Add checkingDeprecatedRole option to the wai-aria rule Fixed Bugs Fix Svelte parser #1499 Fix getting accessible name from placeholder attribute #1501 Fix Permitted Content for SVG ...

v4.2.0 released๐ŸŽ‰ Adds checkingDeprecatedRole for wai-aria rule, fixes Svelte parser, accessible name from placeholder, & SVG filter content. New browsingtopics attribute for iframe. Speed & schema optimizations. github.com/markuplint/m...

25.02.2024 08:12 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.1.1 ยท markuplint/markuplint Update specs Add shadowrootclonable attribute to the template element #1493 Fixed Bugs Fix parsing of preprocessor specific nodes that failed as comment nodes #1492 What's Changed optimization: ...

v4.1.1 released๐ŸŽ‰ Performance enhancements & bug fixes including optimized parsing & selector matching. Check details: github.com/markuplint/m...

18.02.2024 09:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
ใƒดใ‚งใƒซใ‚ฏๆ ชๅผไผš็คพ - boardใƒปIRQuAใƒปใƒ‡ใƒผใ‚ฟๅˆ†ๆžใƒปๅ—่จ—้–‹็™บ ใƒดใ‚งใƒซใ‚ฏใฏใ‚ฏใƒฉใ‚ฆใƒ‰ๅž‹ๆฅญๅ‹™ใƒป็ตŒๅ–ถ็ฎก็†ใ‚ทใ‚นใƒ†ใƒ ใ€Œboardใ€ใฎ้–‹็™บใƒป้‹ๅ–ถใ€BigQueryใƒปTableauใ‚’ๆดป็”จใ—ใŸใƒ‡ใƒผใ‚ฟๅˆ†ๆžๆ”ฏๆดใ€Webใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฎๅ—่จ—้–‹็™บใ‚’่กŒใ†ไผš็คพใงใ™ใ€‚

Velc inc. has become our first corporate sponsor๐ŸŽ‰ We're committed to further improvements and are still in need of support. Join us in making a difference!
www.velc.co.jp

17.02.2024 06:11 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

v4.1.0 released Introduces Alpine.js support, new rules for heading levels, consecutive <br>s, duplicate name of <dt>s, and neighbor popover trigger and target. Enhanced with improvements for a more robust linting experience.
github.com/markuplint/m...

12.02.2024 09:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v4.0.3 ยท markuplint/markuplint Fixed Bugs Fix Svelte else if block parsing error by @YusukeHirao in #1445 Fix parsing issue with comments inside start tags by @YusukeHirao in #1446 Full Changelog: v4.0.2...v4.0.3

v4.0.3 released๐ŸŽ‰ Fixes JSX (React) issues, Svelte else if block parsing, and comments in start tags. Great for Svelte & React devs! github.com/markuplint/m...

09.02.2024 13:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0