Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughThis change updates version metadata for two lint rules. In crates/biome_js_analyze/src/lint/nursery/no_jsx_literals.rs, the NoJsxLiterals rule’s version is set from "next" to "2.2.4". In crates/biome_json_analyze/src/lint/nursery/no_duplicate_dependencies.rs, the NoDuplicateDependencies rule’s version is set from "next" to "2.2.4". No behavioural logic or diagnostics are altered; only the declared version fields in the lint rule metadata are modified. Possibly related PRs
Suggested labels
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✨ Finishing Touches
🧪 Generate unit tests
Comment |
CodSpeed Performance ReportMerging #7449 will not alter performanceComparing Summary
|
Summary
Test Plan
Docs