forked from QwikDev/qwik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request QwikDev#7264 from QwikDev/v2-merge-main
chore: merge main into v2
- Loading branch information
Showing
49 changed files
with
528 additions
and
285 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,16 @@ | |
"config": { | ||
"syncpack": { | ||
"versionGroups": [ | ||
{ | ||
"label": "Allow ESLint 9 types in eslint-plugin-qwik", | ||
"dependencies": [ | ||
"@types/eslint" | ||
], | ||
"packages": [ | ||
"eslint-plugin-qwik" | ||
], | ||
"policy": "[email protected]" | ||
}, | ||
{ | ||
"label": "Be lenient in vite versions for prod. v4 is broken, v5 is good", | ||
"dependencyTypes": [ | ||
|
@@ -153,7 +163,7 @@ | |
"yarn": "please-use-pnpm", | ||
"pnpm": ">=9.0.5" | ||
}, | ||
"packageManager": "pnpm@9.1.2", | ||
"packageManager": "pnpm@9.15.5", | ||
"pnpm": { | ||
"overrides": { | ||
"typescript": "5.4.5", | ||
|
@@ -187,8 +197,8 @@ | |
"build.wasm": "tsx --require ./scripts/runBefore.ts scripts/index.ts --wasm", | ||
"build.watch": "tsx --require ./scripts/runBefore.ts scripts/index.ts --build --qwikrouter --watch --dev --platform-binding", | ||
"change": "changeset", | ||
"cli": "pnpm build.cli && node packages/create-qwik/dist/create-qwik.cjs && tsx --require ./scripts/runBefore.ts scripts/validate-cli.ts --copy-local-qwik-dist", | ||
"cli.qwik": "pnpm build.cli && node packages/qwik/dist/qwik-cli.cjs", | ||
"cli": "pnpm build.cli && node packages/create-qwik/create-qwik.cjs && tsx --require ./scripts/runBefore.ts scripts/validate-cli.ts --copy-local-qwik-dist", | ||
"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", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.