-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(rust): update all deps + fixups #6005
Conversation
👷 Deploy request for qwik-insights pending review.Visit the deploys page to approve it
|
a5d6d38
to
3e3aea0
Compare
17a02db
to
8668ca7
Compare
@wmertens do you need help with this one? |
a9afa7c
to
7500b5d
Compare
🦋 Changeset detectedLatest commit: 4b4a88d The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Name | Link |
---|---|
🔨 Latest commit | 0a98c03 |
0a98c03
to
61d3ad7
Compare
commit:
|
5b461a7
to
9cad06f
Compare
b6ed306
to
9cad06f
Compare
679e082
to
65dd404
Compare
871853b
to
aa42f17
Compare
note that typescript will now shortcut enums
also upgrade packages except swc
typescript-eslint/ruletester assumes eslint 9 in a minor update. Besides, we need reproducability.
- except eslint rule checker - and also bump vite - and fix some prod and peer deps to have ^ - configure syncpack to keep prod and dev deps separate - prettier - downgrade vfile to 6.0.1 because of e2e test failure
they somehow got broken by updates
also make e2e timeouts longer
thanks @wmertens ! |
Napi v1 doesn't work on ARM macs. So we need to upgrade to v2 as well, or use the wasm optimizer on ARM macs.
UPDATE: after upgrading to napi v2, everything builds and runs, but
cargo test
no longer works, breaking on qwik-napi. Seems like a cosmetic issue.UPDATE: worked around by only building what's needed for cargo test.