chore(devdeps): update dependency oxlint to v1.66.0#6467
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6467 +/- ##
==========================================
+ Coverage 92.35% 92.38% +0.02%
==========================================
Files 519 525 +6
Lines 9196 9271 +75
Branches 3440 3433 -7
==========================================
+ Hits 8493 8565 +72
- Misses 703 706 +3 see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
7cd80a1 to
c2a45d2
Compare
76b59b8 to
52ece54
Compare
52ece54 to
17c6164
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| {label || labelInformation ? ( | ||
| <Label htmlFor={localId} labelDescription={labelInformation} required={required} size={size}> | ||
| {hasLabel ? ( | ||
| <Label id={labelId} htmlFor={localId} labelDescription={labelInformation} required={required} size={size}> |
There was a problem hiding this comment.
it's already linked to the input via htmlFor 🤔 idem in the test of the Label component.
It seems that the rule jsx-a11y/control-has-associated-label ignores the input element by default, maybe this was overridden by the array ["tr", "td"] in the config ?
I guess we can add input in the ignoreElements list and revert this file and the test of the Label (or maybe just keep the aria-label)
| "react/no-multi-comp": "off", | ||
| "react/no-array-index-key": "off", | ||
| "react/only-export-components": "off", | ||
| "react/no-unstable-nested-components": "off", |
There was a problem hiding this comment.
do we have many nested components ?
| @@ -39,6 +39,7 @@ | |||
| "rules": { | |||
There was a problem hiding this comment.
Better to warn than disable rules
This PR contains the following updates:
1.64.0→1.66.0Release Notes
oxc-project/oxc (oxlint)
v1.66.0Compare Source
🚀 Features
0440b0flinter/eslint: Implementid-matchrule (#22379) (Vladislav Sayapin)65bf119linter: Implement react no-object-type-as-default-prop (#22481) (uhyo)2a6ddcelinter/eslint: Implementno-implied-evalrule (#22391) (Vladislav Sayapin)625758alinter/vitest: Implement padding-around-after-all-blocks rule (#21788) (kapobajza)37680b0linter: Implement react no-unstable-nested-components (#22248) (Jovi De Croock)d8d9c74linter: Implement import/newline-after-import rule (#19142) (Ryuya Yanagi)v1.65.0Compare Source
🚀 Features
5478fb5linter/jsdoc: Implementrequire-throws-descriptionrule (#22386) (Mikhail Baev)c73225elinter/eslint: Implementprefer-arrow-callbackrule (#22312) (박천(Cheon Park))de82b59linter: Add support foreslint-plugin-jsx-a11y-x(#22356) (mehm8128)f44b6c8linter: Fill schemasDummyRuleMapwith built-in rules (#22288) (Sysix)Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 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.