diff --git a/.changeset/true-berries-cough.md b/.changeset/true-berries-cough.md index 012965d7cb7..2213cdaf44f 100644 --- a/.changeset/true-berries-cough.md +++ b/.changeset/true-berries-cough.md @@ -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! diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cae0c4e27b..4bf1a1b5602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b44f9c178a2..50cb12d91bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,6 +7,7 @@ settings: overrides: typescript: 5.4.5 vfile: 6.0.3 + '@napi-rs/wasm-runtime': 1.0.5 patchedDependencies: density-clustering@1.3.0: @@ -2460,8 +2461,8 @@ packages: '@napi-rs/triples@1.2.0': resolution: {integrity: sha512-HAPjR3bnCsdXBsATpDIP5WCrw0JcACwhhrwIAQhiR46n+jm+a2F8kBsfseAuWtSyQ+H3Yebt2k43B5dy+04yMA==} - '@napi-rs/wasm-runtime@1.0.6': - resolution: {integrity: sha512-DXj75ewm11LIWUk198QSKUTxjyRjsBwk09MuMk5DGK+GDUtyPhhEHOGP/Xwwj3DjQXXkivoBirmOnKrLfc0+9g==} + '@napi-rs/wasm-runtime@1.0.5': + resolution: {integrity: sha512-TBr9Cf9onSAS2LQ2+QHx6XcC6h9+RIzJgbqG3++9TUZSH204AwEy5jg3BTQ0VATsyoGj4ee49tN/y6rvaOOtcg==} '@neon-rs/load@0.0.4': resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==} @@ -11616,7 +11617,7 @@ snapshots: '@napi-rs/triples@1.2.0': {} - '@napi-rs/wasm-runtime@1.0.6': + '@napi-rs/wasm-runtime@1.0.5': dependencies: '@emnapi/core': 1.5.0 '@emnapi/runtime': 1.5.0 @@ -12277,7 +12278,7 @@ snapshots: '@rolldown/browser@1.0.0-beta.42': dependencies: - '@napi-rs/wasm-runtime': 1.0.6 + '@napi-rs/wasm-runtime': 1.0.5 '@rollup/pluginutils@5.3.0(rollup@4.52.4)': dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 60e86917a37..6fae7592c1c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -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: density-clustering@1.3.0: patches/density-clustering@1.3.0.patch