Documentation Report Checklist
Overview
Renovate PR #3329 updates a dependency whose Biome rules no longer match packages/rule-data/src/data.json.
packages/rule-data/src/data.test.ts fails on that PR until the data is synced.
Missing from data.json (25):
In data.json but no longer provided by Biome (4):
Additional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting Biome gaps, so the lists above reflect the latest failing run.
To resolve:
- Add each missing rule to
packages/rule-data/src/data.json, and remove stale references.
- For rules that shouldn't be skipped, file a new rule issue to track the Flint equivalent.
- Run
pnpm --filter=rule-data sort-data.
- Push to the Renovate branch, or open a PR that bumps the dependency and closes this issue.
Documentation Report Checklist
mainbranch of the repository.Overview
Renovate PR #3329 updates a dependency whose Biome rules no longer match
packages/rule-data/src/data.json.packages/rule-data/src/data.test.tsfails on that PR until the data is synced.Missing from data.json (25):
noExtendNativenoInvalidPropertyInitValuenoJsRestrictedPropertiesnoMultilineStringnoNegationInEqualityChecknoNonScalableViewportnoRestrictedDependenciesnoSvelteLegacyConstnoSvelteUnnecessaryStateWrapnoTailwindArbitraryValuenoUndeclaredClassesnoUnsafeTypeAssertionnoUnusedClassesnoUnusedInstantiationpresetuseArrayFinduseAstroClientOnlyDirectiveValueuseControlLabeluseIncludesuseNamedLayeruseReactCompileruseReactFunctionComponentDefinitionuseSpreadOverApplyuseSvelteRequireEachKeyuseTailwindShorthandClassesIn data.json but no longer provided by Biome (4):
noFloatingClassesnoMultiStruseFinduseSpreadAdditional Info
Filed by the Rule Data Renovate workflow.
This issue is updated in place while Renovate PRs keep reporting Biome gaps, so the lists above reflect the latest failing run.
To resolve:
packages/rule-data/src/data.json, and remove stale references.pnpm --filter=rule-data sort-data.