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
5 changes: 5 additions & 0 deletions .changeset/true-berries-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik': patch
---

The optimizer is now built with a recent Rust toolchain. Fresher bits!
33 changes: 16 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -261,8 +261,7 @@ jobs:
- host: macos-latest
target: aarch64-apple-darwin

# Note: 2025 image breaks rollup
- host: windows-2022
- host: windows-latest
target: x86_64-pc-windows-msvc

name: Build optimizer ${{ matrix.settings.target }}
Expand All @@ -283,13 +282,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

- run: pnpm install
- if: matrix.settings.wasm
run: pnpm install wasm-pack
run: pnpm install -w wasm-pack

- name: Lint check
if: matrix.settings.wasm
Expand Down Expand Up @@ -399,7 +398,7 @@ jobs:
if: needs.changes.outputs.build-others == 'true'
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -538,7 +537,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -575,7 +574,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -635,7 +634,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -686,8 +685,8 @@ jobs:
- host: macos-latest
browser: webkit
# flaky. Updating node version or sharp/sqlite3 related deps might help.
# - host: windows-2022
# browser: chromium
- host: windows-latest
browser: chromium

runs-on: ${{ matrix.settings.host }}

Expand All @@ -699,7 +698,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -733,7 +732,7 @@ jobs:
run: pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1

- name: Validate Create Qwik Cli
if: matrix.settings.host != 'windows-2022'
if: matrix.settings.host != 'windows-latest'
run: pnpm cli.validate

############ E2E CLI TEST ############
Expand All @@ -751,7 +750,7 @@ jobs:
settings:
- host: ubuntu-latest
- host: macos-latest
- host: windows-2022
- host: windows-latest

runs-on: ${{ matrix.settings.host }}

Expand All @@ -763,7 +762,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -797,7 +796,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -877,7 +876,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v5
with:
node-version: 20.x
node-version: 24.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/

Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ resolver = "2"

[profile.release]
debug = 0
lto = true
codegen-units = 1
opt-level = "z"
panic = "abort"

2 changes: 1 addition & 1 deletion e2e/docs-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"author": "",
"devDependencies": {
"@playwright/test": "1.50.1",
"@playwright/test": "1.54.1",
"@types/node": "20.19.0"
},
"keywords": [],
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencyTypes": [
"dev"
],
"pinVersion": "1.50.1"
"pinVersion": "1.54.1"
}
],
"semverGroups": [
Expand Down Expand Up @@ -105,14 +105,14 @@
"@changesets/types": "6.1.0",
"@clack/prompts": "0.7.0",
"@eslint/js": "9.32.0",
"@mdx-js/mdx": "3.1.0",
"@mdx-js/mdx": "3.1.1",
"@microsoft/api-documenter": "7.26.31",
"@microsoft/api-extractor": "7.52.10",
"@napi-rs/cli": "2.18.4",
"@napi-rs/triples": "1.2.0",
"@node-rs/helper": "1.6.0",
"@octokit/action": "6.1.0",
"@playwright/test": "1.50.1",
"@playwright/test": "1.54.1",
"@qwik.dev/partytown": "0.11.2",
"@types/brotli": "1.3.4",
"@types/bun": "1.2.19",
Expand All @@ -132,15 +132,15 @@
"cross-spawn": "7.0.6",
"csstype": "3.1.3",
"dotenv": "16.5.0",
"esbuild": "0.25.8",
"esbuild": "0.25.10",
"eslint": "9.32.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-qwik": "workspace:^",
"execa": "8.0.1",
"execa": "9.6.0",
"express": "4.20.0",
"globals": "16.3.0",
"globals": "16.4.0",
"install": "0.13.0",
"memfs": "4.34.0",
"memfs": "4.49.0",
"monaco-editor": "0.45.0",
"mri": "1.2.0",
"path-browserify": "1.0.1",
Expand All @@ -149,23 +149,23 @@
"prettier-plugin-tailwindcss": "0.6.14",
"pretty-quick": "4.2.2",
"prompts": "2.4.2",
"rollup": "4.52.3",
"rollup": "4.52.4",
"semver": "7.7.2",
"simple-git-hooks": "2.13.1",
"snoop": "1.0.4",
"source-map": "0.7.4",
"source-map": "0.7.6",
"svgo": "3.3.2",
"syncpack": "12.3.3",
"terser": "5.43.1",
"terser": "5.44.0",
"tmp": "0.2.5",
"tree-kill": "1.2.2",
"tsx": "4.20.3",
"tsx": "4.20.6",
"typescript": "5.4.5",
"typescript-eslint": "8.38.0",
"undici": "*",
"vfile": "6.0.3",
"vite": "7.1.7",
"vite-imagetools": "8.0.0",
"vite": "7.1.9",
"vite-imagetools": "9.0.0",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@mui/x-data-grid": "6.20.4",
"@qwik-ui/headless": "0.6.7",
"@qwik.dev/partytown": "0.11.2",
"@rolldown/browser": "1.0.0-beta.36",
"@rolldown/browser": "1.0.0-beta.42",
"@shikijs/colorized-brackets": "3.12.2",
"@shikijs/langs": "3.12.2",
"@shikijs/rehype": "3.12.2",
Expand Down Expand Up @@ -47,16 +47,16 @@
"qwik-image": "0.0.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"shiki": "3.12.2",
"shiki": "3.13.0",
"snarkdown": "2.0.0",
"tailwindcss": "4.1.11",
"terser": "5.43.1",
"tailwindcss": "4.1.14",
"terser": "5.44.0",
"tsm": "2.3.0",
"typescript": "5.4.5",
"undici": "*",
"valibot": "0.33.3",
"vite": "7.1.7",
"vite-plugin-inspect": "11.3.2",
"vite": "7.1.9",
"vite-plugin-inspect": "11.3.3",
"vite-tsconfig-paths": "5.1.4",
"wrangler": "3.65.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"autoprefixer": "10.4.21",
"eslint": "9.32.0",
"eslint-plugin-qwik": "workspace:^",
"globals": "16.3.0",
"globals": "16.4.0",
"netlify-cli": "21.5.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "4.1.11",
"tailwindcss": "4.1.14",
"typescript": "5.4.5",
"typescript-eslint": "8.38.0",
"undici": "*",
"vite": "7.1.7",
"vite": "7.1.9",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4",
"zod": "3.25.48"
Expand Down
8 changes: 4 additions & 4 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"version": "1.16.1",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/mdx": "^3.1.1",
"@types/mdx": "^2.0.13",
"source-map": "^0.7.4",
"source-map": "^0.7.6",
"svgo": "^3.3.2",
"undici": "*",
"valibot": ">=0.36.0 <2",
"vfile": "6.0.3",
"vite": ">=5 <8",
"vite-imagetools": "^8.0.0",
"vite-imagetools": "^9.0.0",
"zod": "3.25.48"
},
"devDependencies": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"uvu": "0.5.6",
"vite": "7.1.7",
"vite": "7.1.9",
"yaml": "2.6.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@types/node": "20.19.0",
"eslint": "9.32.0",
"eslint-plugin-qwik": "workspace:^",
"globals": "16.3.0",
"globals": "16.4.0",
"np": "10.2.0",
"prettier": "3.6.2",
"typescript": "5.4.5",
"typescript-eslint": "8.38.0",
"undici": "*",
"vite": "7.1.7",
"vite": "7.1.9",
"zod": "3.25.48"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"vite": "7.1.7"
"vite": "7.1.9"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"vite": "7.1.7",
"vite": "7.1.9",
"vite-plugin-static-copy": "3.1.2"
},
"engines": {
Expand Down
Loading
Loading