-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge main into v2 #7443
Open
wmertens
wants to merge
36
commits into
build/v2
Choose a base branch
from
v2-merge-main
base: build/v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
73e8fcc
feat: View Transition hook (#7237)
GrandSchtroumpf 07a45f4
deprecated useTask$ eagerness (#7345)
sreeisalso e56fa22
fix check builds add windows support
Shane-Donlon 38d98ca
revert dev script to remove race condition
Shane-Donlon f613bd2
fix docs.dev cd on windows
Shane-Donlon dc26aef
refactor: windows dirname variable check
Shane-Donlon d6b66d9
tests: fix setupEsLintRuleTesters path for windows
Shane-Donlon a8a1d13
fix: error boundary (#7342)
damianpumar c51aaab
Merge pull request #7388 from Shane-Donlon/fix-windowsdocs.dev
Varixo 68b2bd9
dev server: handle hmr and css importer persistence (#7389)
thejackshelton 5282a39
fix: standardise error handling (#7185)
DustinJSilk d0884d6
chore(starters): correct Auth optimizeDeps instructions (#7398)
Shane-Donlon d297d3e
feat(cli): add ability to keep using tailwind v3 (#7403)
maiieul f8853c2
refactor(rollup): move build mode + debug:true chunk names logic out …
maiieul c4088aa
refactor: extract sanitizePath
maiieul 7bf156d
refactor: assign sanitizedPath to chunkInfo.name and return it
maiieul 63c0b63
test: refactor for chunkFileNames and entryFileNames as functions
maiieul 6539637
test: fix types
maiieul 9d5679d
test: fix e2e
maiieul 8f05cfc
test: fix CI using cwd
maiieul 1d28b7c
Merge pull request #7412 from maiieul/better-preview-chunk-names-in-d…
wmertens 133a7cb
fix(repl): on repl fileName chunkInfo has modules but not moduleIds (…
maiieul dc37d9d
fix(eslint-plugin-qwik): fix ESLint 9 compatibility, improve typing a…
better-salmon 68cb534
Merge pull request #7415 from better-salmon/fix-eslint-plugin-qwik
wmertens 3951018
fix
sreeisalso c5626c8
Merge pull request #7421 from sreeisalso/vscode-vitest
wmertens 1ca63f8
When csr is true, it causes a crash because resolve cannot be null as…
JerryWu1234 0cf1eaf
Merge pull request #7413 from maiieul/refactor-normalizeRollupOutputO…
maiieul 5cab0e9
Fix: Enhance lexical scope and skip variables declared by Qwik's inte…
JerryWu1234 62e5f9a
chore(scripts): improve windows support (#7399)
Shane-Donlon a67c3be
docs: remove rehype and replace with shiki (#7385)
sreeisalso cffd700
fix(docs): fix up minor typos (#7434)
compusophy bb29629
fix(merge): typescript, api-extractor, etc
wmertens 624b968
fix(public core): re-export some missing types
wmertens e1fd8d3
Merge remote-tracking branch 'origin/build/v2' into v2-merge-main
wmertens bd251be
fixup
wmertens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
**/api.md | ||
**/*.api.md | ||
**/*.log | ||
**/.DS_Store | ||
*. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,8 +92,8 @@ | |
"@clack/prompts": "0.7.0", | ||
"@eslint/eslintrc": "3.1.0", | ||
"@mdx-js/mdx": "3.0.1", | ||
"@microsoft/api-documenter": "7.24.2", | ||
"@microsoft/api-extractor": "7.43.1", | ||
"@microsoft/api-documenter": "7.26.17", | ||
"@microsoft/api-extractor": "7.52.1", | ||
"@napi-rs/cli": "2.18.4", | ||
"@napi-rs/triples": "1.2.0", | ||
"@node-rs/helper": "1.6.0", | ||
|
@@ -150,12 +150,12 @@ | |
"tmp": "0.2.3", | ||
"tree-kill": "1.2.2", | ||
"tsx": "4.19.2", | ||
"typescript": "5.4.5", | ||
"typescript": "5.8.2", | ||
"vfile": "6.0.2", | ||
"vite": "5.4.10", | ||
"vite-imagetools": "7.0.4", | ||
"vite-plugin-dts": "4.3.0", | ||
"vite-tsconfig-paths": "5.0.1", | ||
"vite-tsconfig-paths": "5.1.4", | ||
"vitest": "3.0.8", | ||
"watchlist": "0.3.1", | ||
"which-pm-runs": "1.1.0", | ||
|
@@ -170,7 +170,7 @@ | |
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"typescript": "5.4.5", | ||
"typescript": "5.8.2", | ||
"vfile": "6.0.2", | ||
"@supabase/realtime-js": "2.8.4" | ||
}, | ||
|
@@ -183,7 +183,7 @@ | |
"api.update": "tsx --require ./scripts/runBefore.ts scripts/index.ts --tsc --api --dev", | ||
"build": "tsx --require ./scripts/runBefore.ts scripts/index.ts", | ||
"build.changelog-formatter": "tsc .changeset/changelog-github-custom.ts && mv .changeset/changelog-github-custom.js .changeset/changelog-github-custom.cjs", | ||
"build.clean": "rm -rf packages/qwik/dist/ && rm -rf packages/qwik-router/lib/ && rm -rf packages/docs/dist/ && rm -rf packages/insights/dist/", | ||
"build.clean": "tsx ./scripts/build-clean.ts", | ||
"build.cli": "tsx --require ./scripts/runBefore.ts scripts/index.ts --cli --dev", | ||
"build.cli.prod": "tsx --require ./scripts/runBefore.ts scripts/index.ts --cli", | ||
"build.core": "tsx --require ./scripts/runBefore.ts scripts/index.ts --tsc --qwik --insights --qwikrouter --api --platform-binding", | ||
|
@@ -205,8 +205,8 @@ | |
"cli.qwik": "pnpm build.cli && node packages/qwik/qwik-cli.cjs", | ||
"cli.validate": "tsx --require ./scripts/runBefore.ts scripts/validate-cli.ts", | ||
"deps": "corepack pnpm upgrade -i -r --latest && syncpack fix-mismatches && corepack pnpm dedupe", | ||
"docs.dev": "cd packages/docs && pnpm build.repl-sw && pnpm dev", | ||
"docs.preview": "cd packages/docs && pnpm preview", | ||
"docs.dev": "pnpm -C packages/docs build.repl-sw && pnpm -C packages/docs dev", | ||
"docs.preview": "pnpm -C packages/docs preview", | ||
"docs.sync": "tsx --require ./scripts/runBefore.ts scripts/docs_sync/index.ts && pnpm fmt", | ||
"eslint.update": "tsx --require ./scripts/runBefore.ts scripts/eslint-docs.ts", | ||
"fmt": "pnpm prettier.fix && pnpm syncpack format", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this is needed. I fixed it in v2 and worked without any problem for me on Windows. I can check it later today
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works but the old way is also working