-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps-dev): bump @biomejs/biome from 1.9.4 to 2.3.6 #567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Note
|
| Cohort / File(s) | Change Summary |
|---|---|
Dependency Update package.json |
Bumped devDependency @biomejs/biome from ^1.9.4 to ^2.3.6 |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~2 minutes
- Check lint/format config compatibility with Biome v2 (project-level config files such as
.biome*), if present.
Pre-merge checks and finishing touches
✅ Passed checks (3 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title check | ✅ Passed | The title clearly and specifically describes the main change: bumping @biomejs/biome from 1.9.4 to 2.3.6, which is the sole purpose of this pull request. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
✨ Finishing touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
- Post copyable unit tests in a comment
- Commit unit tests in branch
dependabot/npm_and_yarn/biomejs/biome-2.3.6
📜 Recent review details
Configuration used: Repository: lokalise/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json(1 hunks)
🔇 Additional comments (1)
package.json (1)
29-29: Verify compatibility and CI impact for major version bump of linter tool.This updates
@biomejs/biomefrom v1.9.4 to v2.3.6—a major version bump that introduces breaking changes, including new linting rules (e.g.,useFind,useConsistentGraphqlDescriptions) and rule behavior fixes. The new rules may cause linting failures if the codebase hasn't been updated to comply with stricter checks.Before merging, ensure:
- The full codebase passes
npm run lintandnpm run buildwith v2.3.6 (especially important since CI will run these checks).- The
@lokalise/biome-configpackage (v^2.0.0, line 33) is compatible with biome v2.3.6; if not, it may need a bump as well.- Any new rule violations are intentional or have been addressed (e.g., code refactoring to satisfy
useFindpattern enforcement).
Comment @coderabbitai help to get the list of available commands and usage tips.
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.9.4 to 2.3.6. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.3.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
ad56eaf to
2679311
Compare
|
Superseded by #571. |
Bumps @biomejs/biome from 1.9.4 to 2.3.6.
Release notes
Sourced from
@biomejs/biome's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome's changelog.... (truncated)
Commits
166d95bci: release (#8076)6976d03chore: schema regression rule domains (#8133)5fc5416feat(lint/vue): addnoVueVIfWithVFor,useVueHyphenatedAttributes(#8097)fb8e3e7fix(noInvalidUseBeforeDeclaration): handle class, enum, import-equals (#8113)0f0a658feat(analyze): implementnoSyncScripts(#8108)82b9a8efeat(js_analyze): implement useFind (#8100)1fdcaf0feat(schema): add docs URLs to rule description (#8098)b406db6feat: add useSpread rule (#7681)6bcc9d2chore: regression schemars v1 (#8092)0c0edd4feat(graphql_analyze): adduseUniqueGraphqlOperationName(#8013)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@biomejs/biomesince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit