Skip to content

chore: docs that break website#9077

Merged
ematipico merged 2 commits intomainfrom
chore/docs
Feb 15, 2026
Merged

chore: docs that break website#9077
ematipico merged 2 commits intomainfrom
chore/docs

Conversation

@ematipico
Copy link
Copy Markdown
Member

Summary

These docs are currently breaking the website.

Test Plan

Green CI

Docs

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 15, 2026

⚠️ No Changeset found

Latest commit: db9bb0c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added A-CLI Area: CLI A-Project Area: project labels Feb 15, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 15, 2026

Walkthrough

This pull request updates documentation comments across eight configuration files within the Biome formatter crate, specifically reformatting trailing_newline option references. The changes consistently replace angle-bracketed URLs with plain URL text in comments. No functional code changes, logic alterations, or public API modifications occur throughout the CSS, formatter base, GraphQL, Grit, HTML, JavaScript, JSON, and overrides configuration modules.

Possibly related PRs

Suggested labels

A-Project, A-Formatter

Suggested reviewers

  • dyc3
🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Merge Conflict Detection ⚠️ Warning ❌ Merge conflicts detected (67 files):

⚔️ .gitignore (content)
⚔️ crates/biome_cli/tests/cases/handle_svelte_files.rs (content)
⚔️ crates/biome_cli/tests/cases/handle_vue_files.rs (content)
⚔️ crates/biome_cli/tests/snapshots/main_commands_check/check_help.snap (content)
⚔️ crates/biome_cli/tests/snapshots/main_commands_ci/ci_help.snap (content)
⚔️ crates/biome_cli/tests/snapshots/main_commands_format/format_help.snap (content)
⚔️ crates/biome_configuration/src/css.rs (content)
⚔️ crates/biome_configuration/src/formatter.rs (content)
⚔️ crates/biome_configuration/src/graphql.rs (content)
⚔️ crates/biome_configuration/src/grit.rs (content)
⚔️ crates/biome_configuration/src/html.rs (content)
⚔️ crates/biome_configuration/src/javascript/formatter.rs (content)
⚔️ crates/biome_configuration/src/json.rs (content)
⚔️ crates/biome_configuration/src/overrides.rs (content)
⚔️ crates/biome_html_analyze/src/assist/source/no_duplicate_classes.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/no_access_key.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/no_autofocus.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/no_distracting_elements.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/no_positive_tabindex.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/no_redundant_alt.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/no_svg_without_title.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_alt_text.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_anchor_content.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_aria_props_for_role.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_button_type.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_html_lang.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_iframe_title.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_media_caption.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_valid_aria_role.rs (content)
⚔️ crates/biome_html_analyze/src/lint/a11y/use_valid_lang.rs (content)
⚔️ crates/biome_js_analyze/src/assist/source/no_duplicate_classes.rs (content)
⚔️ crates/biome_js_analyze/src/assist/source/use_sorted_interface_members.rs (content)
⚔️ crates/biome_js_analyze/src/frameworks/vue/vue_call.rs (content)
⚔️ crates/biome_js_analyze/src/frameworks/vue/vue_component.rs (content)
⚔️ crates/biome_js_analyze/src/lint/complexity/no_comma_operator.rs (content)
⚔️ crates/biome_js_analyze/src/lint/correctness/no_vue_duplicate_keys.rs (content)
⚔️ packages/@biomejs/backend-jsonrpc/CHANGELOG.md (content)
⚔️ packages/@biomejs/backend-jsonrpc/package.json (content)
⚔️ packages/@biomejs/backend-jsonrpc/src/workspace.ts (content)
⚔️ packages/@biomejs/biome/CHANGELOG.md (content)
⚔️ packages/@biomejs/biome/configuration_schema.json (content)
⚔️ packages/@biomejs/biome/package.json (content)
⚔️ packages/@biomejs/cli-darwin-arm64/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-darwin-arm64/package.json (content)
⚔️ packages/@biomejs/cli-darwin-x64/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-darwin-x64/package.json (content)
⚔️ packages/@biomejs/cli-linux-arm64-musl/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-linux-arm64-musl/package.json (content)
⚔️ packages/@biomejs/cli-linux-arm64/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-linux-arm64/package.json (content)
⚔️ packages/@biomejs/cli-linux-x64-musl/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-linux-x64-musl/package.json (content)
⚔️ packages/@biomejs/cli-linux-x64/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-linux-x64/package.json (content)
⚔️ packages/@biomejs/cli-win32-arm64/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-win32-arm64/package.json (content)
⚔️ packages/@biomejs/cli-win32-x64/CHANGELOG.md (content)
⚔️ packages/@biomejs/cli-win32-x64/package.json (content)
⚔️ packages/@biomejs/js-api/CHANGELOG.md (content)
⚔️ packages/@biomejs/js-api/package.json (content)
⚔️ packages/@biomejs/wasm-bundler/CHANGELOG.md (content)
⚔️ packages/@biomejs/wasm-bundler/package.json (content)
⚔️ packages/@biomejs/wasm-nodejs/CHANGELOG.md (content)
⚔️ packages/@biomejs/wasm-nodejs/package.json (content)
⚔️ packages/@biomejs/wasm-web/CHANGELOG.md (content)
⚔️ packages/@biomejs/wasm-web/package.json (content)
⚔️ pnpm-lock.yaml (content)

These conflicts must be resolved before merging into main.
Resolve conflicts locally and push changes to this branch.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: docs that break website' directly addresses the changeset, which updates documentation causing website issues.
Description check ✅ Passed The description clearly explains that the changes fix documentation breaking the website, which is directly related to the actual changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/docs
⚔️ Resolve merge conflicts (beta)
  • Auto-commit resolved conflicts to branch chore/docs
  • Create stacked PR with resolved conflicts
  • Post resolved changes as copyable diffs in a comment

No actionable comments were generated in the recent review. 🎉


Comment @coderabbitai help to get the list of available commands and usage tips.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Feb 15, 2026

Merging this PR will not alter performance

✅ 1 untouched benchmark
⏩ 154 skipped benchmarks1


Comparing chore/docs (db9bb0c) with main (fbe460f)

Open in CodSpeed

Footnotes

  1. 154 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@ematipico ematipico merged commit 4cc531c into main Feb 15, 2026
7 checks passed
@ematipico ematipico deleted the chore/docs branch February 15, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CLI Area: CLI A-Project Area: project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants