Skip to content

Commit 6c54ee5

Browse files
authored
Merge pull request #8047 from QwikDev/fix-repl
fix(repl): sneaky node import
2 parents c10d2ae + b8fcb56 commit 6c54ee5

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.changeset/true-berries-cough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@builder.io/qwik': patch
33
---
44

5-
The optimizer is now built with a recent Rust toolchain. Fresher bits!
5+
FEAT: The optimizer is now built with a recent Rust toolchain. Fresher bits!

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ jobs:
684684
# browser: firefox
685685
- host: macos-latest
686686
browser: webkit
687-
# flaky. Updating node version or sharp/sqlite3 related deps might help.
688687
- host: windows-latest
689688
browser: chromium
690689

pnpm-lock.yaml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ onlyBuiltDependencies:
2121
overrides:
2222
typescript: 5.4.5
2323
vfile: 6.0.3
24+
# 1.0.6 uses node:events, breaks REPL
25+
'@napi-rs/wasm-runtime': 1.0.5
2426

2527
patchedDependencies:
2628
density-clustering@1.3.0: patches/density-clustering@1.3.0.patch

0 commit comments

Comments
 (0)