fix(no_unknown_attribute): added support for new dom attributes#8064
fix(no_unknown_attribute): added support for new dom attributes#8064dyc3 merged 2 commits intobiomejs:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 02c520e The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis change expands SVG and DOM property support in the Biome linter. It updates the DOM property recognition list to include additional single-word and two-word properties, re-enables xlink:href attribute validation in JSX tests, and adds new SVG test cases with path elements. A corresponding changeset marks this as a patch release fixing advanced SVG props support. Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-10-15T09:23:33.055ZApplied to files:
🪛 LanguageTool.changeset/grumpy-pants-repeat.md[style] ~5-~5: Consider using a different verb for a more formal wording. (FIX_RESOLVE) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
CodSpeed Performance ReportMerging #8064 will not alter performanceComparing Summary
Footnotes
|
I tried using Chatgpt to add new properties. But then I manually copied from Eslint React codebase.
Summary
Fixes : #7967
Test Plan
Added new svg element in valid.jsx file for testing opacity attribute
Docs