Skip to content

chore: fix sync job#4222

Merged
ematipico merged 1 commit into
mainfrom
chore/fix-sync
May 8, 2026
Merged

chore: fix sync job#4222
ematipico merged 1 commit into
mainfrom
chore/fix-sync

Conversation

@ematipico
Copy link
Copy Markdown
Member

Summary

It was failing due to some cargo deps.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 8, 2026

Deploy Preview for biomejs ready!

Name Link
🔨 Latest commit 689d6d3
🔍 Latest deploy log https://app.netlify.com/projects/biomejs/deploys/69fd9855a4b41400085a80e7
😎 Deploy Preview https://deploy-preview-4222--biomejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

Locale File Note
en src/content/docs/linter/domains.mdx Source changed, localizations will be marked as outdated.
en src/content/docs/linter/html/rules.mdx Source changed, localizations will be marked as outdated.
en src/content/docs/linter/javascript/rules.mdx Source changed, localizations will be marked as outdated.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@ematipico ematipico merged commit 880c9e4 into main May 8, 2026
8 of 9 checks passed
@ematipico ematipico deleted the chore/fix-sync branch May 8, 2026 08:07
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3c6b2016-7e6c-45ca-a2dc-2146f87aa802

📥 Commits

Reviewing files that changed from the base of the PR and between bd3112a and 689d6d3.

⛔ Files ignored due to path filters (4)
  • Cargo.lock is excluded by !**/*.lock
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • src/components/generated/linter/NumberOfRules.astro is excluded by !**/generated/**
  • src/playground/generated/lintRules.ts is excluded by !**/generated/**
📒 Files selected for processing (16)
  • Cargo.toml
  • codegen/src/lintdoc.rs
  • package.json
  • redirects.js
  • src/content/docs/assist/actions/organize-imports.mdx
  • src/content/docs/linter/domains.mdx
  • src/content/docs/linter/html/rules.mdx
  • src/content/docs/linter/javascript/rules.mdx
  • src/content/docs/linter/rules/no-base-to-string.mdx
  • src/content/docs/linter/rules/no-misleading-return-type.mdx
  • src/content/docs/linter/rules/no-vue-import-compiler-macros.mdx
  • src/content/docs/linter/rules/no-vue-v-on-number-values.mdx
  • src/content/docs/linter/rules/use-test-hooks-in-order.mdx
  • src/content/docs/linter/rules/use-test-hooks-on-top.mdx
  • src/content/docs/linter/rules/use-this-in-class-methods.mdx
  • src/content/docs/linter/rules/use-vue-next-tick-promise.mdx

Walkthrough

This PR synchronises the Biome website with a new compiler release. It bumps git revisions for biome-* dependencies in Cargo.toml and updates the matching wasm-web package pin in package.json. The bump unlocks five newly implemented linter rules, which flow through the documentation layer: refreshed redirects, domain registrations, rule index tables, and complete rule documentation pages including configuration, examples, and cross-references. A minor code-generation tweak formats the Related links emission as multi-line output. One existing rule documentation page gains a cross-reference to a related rule.

Possibly related PRs

  • biomejs/website#4207: Both PRs make the same dependency pin updates and add generated rule documentation.
  • biomejs/website#4133: Both PRs update the same biome-* git revisions and @biomejs/wasm-web dependency.
  • biomejs/website#4105: Both PRs modify biome-* git revisions in Cargo.toml and @biomejs/wasm-web in package.json.

Suggested labels

A-Documentation

Suggested reviewers

  • dyc3
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/fix-sync

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant