Skip to content

updated syncpack to v14 #7587

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
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
50 changes: 36 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,28 @@
"dev"
],
"pinVersion": "1.50.1"
},
{
"label": "Rollup should be minimum of >= 4.39.0, because of rollup facade fix",
"dependencies": [
"rollup"
],
"pinVersion": ">= 4.39.0"
},
{
"label": "eslint should support both v8 and v9",
"dependencies": [
"eslint"
],
"pinVersion": "^8.57.0 || ^9.0.0"
},
{
"label": "Require minimums",
"dependencyTypes": [
"prod",
"peer"
],
"range": "^"
}
],
"semverGroups": [
Expand Down Expand Up @@ -105,7 +127,7 @@
"@changesets/types": "6.1.0",
"@clack/prompts": "0.7.0",
"@eslint/js": "9.25.1",
"@mdx-js/mdx": "3.0.1",
"@mdx-js/mdx": "^3",
"@microsoft/api-documenter": "7.26.22",
"@microsoft/api-extractor": "7.52.4",
"@napi-rs/cli": "2.18.4",
Expand All @@ -121,7 +143,7 @@
"@types/node": "20.14.11",
"@types/path-browserify": "1.0.2",
"@types/prompts": "2.4.9",
"@types/react": "18.3.3",
"@types/react": "^18",
"@types/semver": "7.5.8",
"@types/tmp": "0.2.6",
"@types/which-pm-runs": "1.0.2",
Expand All @@ -131,10 +153,10 @@
"concurrently": "8.2.2",
"create-qwik": "workspace:^",
"cross-spawn": "7.0.3",
"csstype": "3.1.3",
"dotenv": "16.4.5",
"csstype": "^3.1",
"dotenv": "^16.4.5",
"esbuild": "0.25.4",
"eslint": "9.25.1",
"eslint": "^8.57.0 || ^9.0.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-qwik": "workspace:^",
"execa": "8.0.1",
Expand All @@ -149,13 +171,13 @@
"prettier-plugin-jsdoc": "1.3.0",
"pretty-quick": "4.0.0",
"prompts": "2.4.2",
"rollup": "4.39.0",
"rollup": ">= 4.39.0",
"semver": "7.6.3",
"simple-git-hooks": "2.11.1",
"snoop": "1.0.4",
"source-map": "0.7.4",
"svgo": "3.3.2",
"syncpack": "12.3.3",
"source-map": "^0.7.4",
"svgo": "^3.3",
"syncpack": "14.0.0-alpha.12",
"terser": "5.31.3",
"tmp": "0.2.3",
"tree-kill": "1.2.2",
Expand All @@ -164,8 +186,8 @@
"typescript-eslint": "8.26.1",
"undici": "*",
"vfile": "6.0.2",
"vite": "5.3.5",
"vite-imagetools": "7.0.4",
"vite": "^5",
"vite-imagetools": "^7",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
Expand Down Expand Up @@ -215,7 +237,7 @@
"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",
"deps": "corepack pnpm upgrade -i -r --latest && syncpack fix && corepack pnpm dedupe",
"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",
Expand All @@ -230,13 +252,13 @@
"lint.fix": "eslint --fix \"**/*.ts*\" && pnpm -r --parallel lint.fix && pnpm prettier.fix",
"lint.prettier": "prettier --cache --check .",
"lint.rust": "make lint",
"lint.syncpack": "syncpack list-mismatches",
"lint.syncpack": "syncpack lint",
"preinstall": "npx only-allow pnpm",
"prepare": "simple-git-hooks",
"prettier.fix": "prettier --cache --write .",
"qwik-push-build-repos": "tsx --require ./scripts/runBefore.ts ./scripts/qwik-push-build-repos.ts",
"release": "changeset publish",
"release.fixup-package-json": "syncpack fix-mismatches --config syncpack-release-conf.json",
"release.fixup-package-json": "syncpack fix --source package.json",
"release.pkg-pr-new": "pnpm dlx pkg-pr-new@^0.0.9 publish --compact --pnpm ./packages/qwik ./packages/qwik-city ./packages/eslint-plugin-qwik ./packages/create-qwik",
"release.prepare": "pnpm build --prepare-release",
"serve": "tsx --require ./scripts/runBefore.ts --inspect --conditions=development starters/dev-server.ts 3300",
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@tailwindcss/vite": "4.0.12",
"@types/leaflet": "1.9.12",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@unpic/core": "0.0.42",
"@unpic/qwik": "0.0.38",
"algoliasearch": "4.16.0",
Expand All @@ -42,8 +42,8 @@
"prismjs": "1.29.0",
"puppeteer": "22.13.1",
"qwik-image": "0.0.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "^18",
"react-dom": "^18",
"shiki": "3.1.0",
"snarkdown": "2.0.0",
"tailwindcss": "4.0.12",
Expand All @@ -52,7 +52,7 @@
"typescript": "5.4.5",
"undici": "*",
"valibot": "0.33.3",
"vite": "5.3.5",
"vite": "^5",
"vite-plugin-inspect": "0.8.5",
"vite-tsconfig-paths": "4.3.2",
"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 @@ -5,7 +5,7 @@
"dependencies": {
"@auth/qwik": "0.2.2",
"@libsql/client": "^0.14.0",
"@modular-forms/qwik": "^0.23.1",
"@modular-forms/qwik": "0.23.1",
"@typescript/analyze-trace": "^0.10.1",
"density-clustering": "^1.3.0",
"dotenv": "^16.4.5",
Expand All @@ -24,7 +24,7 @@
"@types/node": "20.14.11",
"autoprefixer": "10.4.19",
"better-sqlite3": "9.6.0",
"eslint": "9.25.1",
"eslint": "^8.57.0 || ^9.0.0",
"eslint-plugin-qwik": "workspace:^",
"globals": "16.0.0",
"netlify-cli": "17.37.2",
Expand All @@ -35,7 +35,7 @@
"typescript": "5.4.5",
"typescript-eslint": "8.26.1",
"undici": "*",
"vite": "5.3.5",
"vite": "^5",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
"zod": "3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@auth/core": "^0.30.0"
},
"devDependencies": {
"@auth/core": "0.30.0",
"@auth/core": "^0.30.0",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/set-cookie-parser": "2.4.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source-map": "^0.7.4",
"svgo": "^3.3",
"undici": "*",
"valibot": ">=0.36.0 <2",
"valibot": "0.33.3",
"vfile": "6.0.2",
"vite": "^5",
"vite-imagetools": "^7",
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-city/src/runtime/src/server-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const flattenValibotIssues = (issues: v.GenericIssue[]) => {
const keySuffix = issue.expected === 'Array' ? '[]' : '';
const key =
issue.path
.map((item) => (item.type === 'array' ? '*' : item.key))
.map((item) => (item.type === 'array' ? '*' : item.origin))
.join('.')
.replace(/\.\*/g, '[]') + keySuffix;
acc[key] = acc[key] || [];
Expand All @@ -246,7 +246,7 @@ const flattenValibotIssues = (issues: v.GenericIssue[]) => {
}
return acc;
} else {
acc[issue.path.map((item) => item.key).join('.')] = issue.message;
acc[issue.path.map((item) => item.origin).join('.')] = issue.message;
}
}
return acc;
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 @@ -6,15 +6,15 @@
"@builder.io/qwik": "workspace:^",
"@eslint/js": "9.25.1",
"@types/node": "20.14.11",
"eslint": "9.25.1",
"eslint": "^8.57.0 || ^9.0.0",
"eslint-plugin-qwik": "workspace:^",
"globals": "16.0.0",
"np": "10.0.1",
"prettier": "3.3.3",
"typescript": "5.4.5",
"typescript-eslint": "8.26.1",
"undici": "*",
"vite": "5.3.5",
"vite": "^5",
"zod": "3.22.4"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
"react-dom": "^18",
"typescript": "5.4.5",
"vite": "5.3.5"
"vite": "^5"
},
"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": "5.3.5",
"vite": "^5",
"vite-plugin-static-copy": "1.0.6"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/qwik/src/core/preloader/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
/**
* Note: this file gets built separately from the rest of the core module, and is then kept separate
* in the dist directory via manualChunks. This way it can run before the rest of the core module is
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase-auth-helpers-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"main": "./lib/index.qwik.mjs",
"peerDependencies": {
"@supabase/supabase-js": "^2.49.4"
"@supabase/supabase-js": "2.49.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading