Bump all dependencies to latest versions#192
Merged
Conversation
Supersedes PRs #188, #189, #190. Updates: - @biomejs/biome: 2.4.3 -> 2.4.5 - @typeberry/lib: 0.5.1 -> 0.5.8 - @types/node: 25.0.0 -> 25.3.3 - assemblyscript: 0.28.8 -> 0.28.9 - esbuild: 0.27.0 -> 0.27.3 - json-bigint-patch: 0.0.8 -> 0.0.9 - tsx: 4.20.6 -> 4.21.0 Also updated biome.jsonc schema to 2.4.5.
Contributor
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates the Biome schema reference in Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
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 `@package.json`:
- Around line 56-63: The package.json currently depends on "@types/node":
"^25.3.3" which is mismatched with the declared runtime floor engines.node
(>=18.3.0); either update engines.node to a Node 25-compatible minimum or
downgrade "@types/node" to a Node 18-aligned version (e.g. a 18.x `@types/node`)
in package.json, then reinstall/update the lockfile and run the TypeScript
type-check/CI to ensure no new APIs slipped in; reference the package.json
dependency key "@types/node" and the "engines.node" field when making the
change.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: ASSERTIVE
Plan: Pro
Run ID: b78324b6-c5f9-43a7-9242-fa5c8e357141
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
Benchmark Results✅ No significant changes
All traces
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes PRs #188, #189, #190.
Updates:
Also updated biome.jsonc schema to 2.4.5.