chore: changeset corrections#10145
Conversation
|
| Name | Type |
|---|---|
| @biomejs/biome | Minor |
| @biomejs/cli-win32-x64 | Minor |
| @biomejs/cli-win32-arm64 | Minor |
| @biomejs/cli-darwin-x64 | Minor |
| @biomejs/cli-darwin-arm64 | Minor |
| @biomejs/cli-linux-x64 | Minor |
| @biomejs/cli-linux-arm64 | Minor |
| @biomejs/cli-linux-x64-musl | Minor |
| @biomejs/cli-linux-arm64-musl | Minor |
| @biomejs/wasm-web | Minor |
| @biomejs/wasm-bundler | Minor |
| @biomejs/wasm-nodejs | Minor |
| @biomejs/backend-jsonrpc | Patch |
| @biomejs/js-api | Major |
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
WalkthroughThis PR removes multiple Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.changeset/cool-rice-change.md:
- Line 5: Update the markdown link in .changeset/cool-rice-change.md that
currently points to .../assist/actions/organize-package-json/ so it matches the
renamed action; change the URL to .../assist/actions/useSortedPackageJson/
(i.e., replace "organize-package-json" with "useSortedPackageJson") wherever
that link appears so it points to the new action page for useSortedPackageJson.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 4cdd8f91-f95e-4e93-8794-4ef69b8c5ab1
📒 Files selected for processing (11)
.changeset/add-use-baseline-css-rule.md.changeset/add-use-imports-first.md.changeset/cool-rice-change.md.changeset/curly-games-follow.md.changeset/fix-css-unicode-escape-in-string.md.changeset/fix-embedded-template-crash.md.changeset/fix-tailwind-utility-slash.md.changeset/fix-use-semantic-elements-base-concepts.md.changeset/lovely-clouds-change.md.changeset/resolve-record-type.mdcrates/biome_json_analyze/tests/compat_sortpkg/README.md
💤 Files with no reviewable changes (9)
- .changeset/fix-tailwind-utility-slash.md
- .changeset/resolve-record-type.md
- .changeset/add-use-imports-first.md
- .changeset/add-use-baseline-css-rule.md
- .changeset/fix-css-unicode-escape-in-string.md
- .changeset/fix-use-semantic-elements-base-concepts.md
- .changeset/lovely-clouds-change.md
- .changeset/curly-games-follow.md
- .changeset/fix-embedded-template-crash.md
Summary
Some changesets were merged into main & released already with the 2.4.7 release, but somehow not deleted in the next branch with rebases. (Perhaps some wrong merge conflicts resolutions)
Correctly name the action
organizePackageJson->useSortedPackageJsonin the changesetTest Plan
Docs