-
Notifications
You must be signed in to change notification settings - Fork 649
chore: Update dependencies #4121
Conversation
✅ Deploy Preview for docs-rometools canceled.
|
Parser conformance results on ubuntu-latestjs/262
jsx/babel
symbols/microsoft
ts/babel
ts/microsoft
|
``` rome_rowan ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- hashbrown 0.12.3 --- 0.13.1 Normal --- memoffset 0.6.5 --- 0.8.0 Normal --- rome_js_analyze ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- retain_mut 0.1.9 --- 0.1.7 Normal --- roaring 0.9.0 --- 0.10.1 Normal --- xtask_bench ================ Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- humansize 1.1.1 --- 2.1.2 Normal --- ```
63cd477 to
21163ca
Compare
|
The snapshots of the JS API hints that we have to release a new breaking version. Now we return undefined instead of null |
67cb45b to
a03d459
Compare
I changed the serializer to serialize to |
| with: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| args: --workspace --all-targets --all-features --verbose -- --deny warnings -W clippy::cargo -W clippy::dbg_macro -A clippy::cargo_common_metadata | ||
| args: --workspace --all-targets --all-features --verbose -- --deny warnings -W clippy::cargo -W clippy::dbg_macro -A clippy::cargo_common_metadata -A clippy::multiple_crate_versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our dependencies require conflicting hermit-abi versions. I haven't found a way to resolve the version conflict.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance to revert the dependencies that cause this issue, and wait that this issue is fixed upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this specific package it's only an issue if someone tries to build Rome for the x86_64-unknown-hermit target, but it's unfortunate that we have to disable the rule entirely instead of being able to add an exception for a single package
|
!bench_analyzer |
Analyzer Benchmark Results |
|
!bench_formatter |
|
!bench_parser |
Parser Benchmark Results |
Formatter Benchmark Results |
|
This PR is stale because it has been open 14 days with no activity. |
ec93291 to
dddfbee
Compare
Summary
Updates all outdated dependencies.
Major bumps:
Test Plan
cargo testDocumentation