Skip to content

chore: update biome to v2.2.0 and adjust configuration#5851

Merged
chenjiahan merged 1 commit intomainfrom
update_biome_0815
Aug 15, 2025
Merged

chore: update biome to v2.2.0 and adjust configuration#5851
chenjiahan merged 1 commit intomainfrom
update_biome_0815

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

  • Upgrade @biomejs/biome from 2.0.6 to 2.2.0
  • Remove @biomejs/biome from renovate ignore list
  • Update biome.json configuration with new ignore patterns and rule adjustments
  • Add biome-ignore comments for unused private members

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings August 15, 2025 05:39
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 15, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 268dbde
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/689ec81b8c072300085bbb7e
😎 Deploy Preview https://deploy-preview-5851--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 78 (🟢 up 20 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades Biome (a linter/formatter tool) from version 2.0.6 to 2.2.0 and adjusts the project configuration to accommodate new linting rules and patterns introduced in the updated version.

  • Upgrade @biomejs/biome dependency from 2.0.6 to ^2.2.0
  • Update biome.json configuration with refined ignore patterns and new rule adjustments
  • Add biome-ignore comments to suppress false positive warnings for unused private class members

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
package.json Updates Biome dependency version to ^2.2.0
biome.json Refines ignore patterns and adds new linting rule configurations
.github/renovate.json5 Removes Biome from the renovate ignore list to allow automatic updates
packages/core/src/server/devServer.ts Removes outdated biome-ignore comment
packages/core/src/server/compilationManager.ts Adds biome-ignore comments for private class members
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@chenjiahan chenjiahan merged commit a5a70b9 into main Aug 15, 2025
12 checks passed
@chenjiahan chenjiahan deleted the update_biome_0815 branch August 15, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants