Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/true-berries-cough.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@builder.io/qwik': patch
---

The optimizer is now built with a recent Rust toolchain. Fresher bits!
FEAT: The optimizer is now built with a recent Rust toolchain. Fresher bits!
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ jobs:
# browser: firefox
- host: macos-latest
browser: webkit
# flaky. Updating node version or sharp/sqlite3 related deps might help.
- host: windows-latest
browser: chromium

Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ onlyBuiltDependencies:
overrides:
typescript: 5.4.5
vfile: 6.0.3
# 1.0.6 uses node:events, breaks REPL
'@napi-rs/wasm-runtime': 1.0.5

patchedDependencies:
[email protected]: patches/[email protected]
Expand Down