Closed shairez closed 4 weeks ago
Latest commit: 378b65b9636bb3f47594f1355c34b2bbc901dbe9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@Varixo I wonder if we can use one of vitest's dom implementations instead of qwik-dom
WDYT?
@wmertens during my search replace to qwik.dev/core
I noticed I've changed a bunch of files in the optimizer that made me think whether we should add the new "words" instead of replacing them.
Can you please review the changed files of the optimizer and verify whether my gut feeling is correct or not? (thanks)
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@6918
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/city@6918
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@6918
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@6918
commit: 185997c
Name | Status | Preview | Last Commit |
---|---|---|---|
qwik-docs | ❌ Failed (View Log) | 185997c89cdcd41f43cb60052caac9c29f528d8a |
What is it?
Description
This will allow us to release
alpha
versions of V2.@qwik.dev/core
and@qwik.dev/city
qwik-auth
,qwik-worker
,qwik-labs
and the rest of the packages which are not the main 4 (core, city, eslint and cli)Checklist:
pnpm change
and documented my changes