Skip to content

Update all deps minor #7529

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 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 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
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dependencyTypes": [
"dev"
],
"pinVersion": "1.50.1"
"pinVersion": "1.52.0"
}
],
"semverGroups": [
Expand Down Expand Up @@ -111,29 +111,29 @@
"@builder.io/partytown": "0.10.2",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@changesets/cli": "2.28.1",
"@changesets/cli": "2.29.2",
"@changesets/get-github-info": "0.6.0",
"@changesets/types": "6.1.0",
"@clack/prompts": "0.7.0",
"@eslint/eslintrc": "3.1.0",
"@mdx-js/mdx": "3.0.1",
"@microsoft/api-documenter": "7.26.22",
"@microsoft/api-extractor": "7.52.4",
"@eslint/eslintrc": "3.3.1",
"@mdx-js/mdx": "3.1.0",
"@microsoft/api-documenter": "7.26.23",
"@microsoft/api-extractor": "7.52.5",
"@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.52.0",
"@types/brotli": "1.3.4",
"@types/bun": "1.1.6",
"@types/bun": "1.2.10",
"@types/cross-spawn": "6.0.6",
"@types/eslint": "8.56.10",
"@types/express": "4.17.21",
"@types/node": "20.14.11",
"@types/path-browserify": "1.0.2",
"@types/path-browserify": "1.0.3",
"@types/prompts": "2.4.9",
"@types/react": "18.3.3",
"@types/semver": "7.5.8",
"@types/semver": "7.7.0",
"@types/tmp": "0.2.6",
"@types/which-pm-runs": "1.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
Expand All @@ -142,59 +142,59 @@
"brotli": "1.3.3",
"concurrently": "8.2.2",
"create-qwik": "workspace:^",
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.6",
"csstype": "3.1.3",
"dotenv": "16.4.5",
"dotenv": "16.5.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-qwik": "workspace:^",
"execa": "8.0.1",
"express": "4.20.0",
"install": "0.13.0",
"memfs": "4.14.0",
"memfs": "4.17.0",
"monaco-editor": "0.45.0",
"mri": "1.2.0",
"path-browserify": "1.0.1",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"pretty-quick": "4.0.0",
"prettier": "3.5.3",
"prettier-plugin-jsdoc": "1.3.2",
"pretty-quick": "4.1.1",
"prompts": "2.4.2",
"rollup": "4.39.0",
"semver": "7.6.3",
"simple-git-hooks": "2.11.1",
"rollup": "4.40.0",
"semver": "7.7.1",
"simple-git-hooks": "2.12.1",
"snoop": "1.0.4",
"source-map": "0.7.4",
"svgo": "3.3.2",
"syncpack": "12.3.3",
"terser": "5.31.3",
"terser": "5.39.0",
"tmp": "0.2.3",
"tree-kill": "1.2.2",
"tsx": "4.19.1",
"tsx": "4.19.3",
"typescript": "5.4.5",
"undici": "*",
"vfile": "6.0.2",
"vfile": "6.0.3",
"vite": "5.3.5",
"vite-imagetools": "7.0.4",
"vite-imagetools": "7.0.5",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
"watchlist": "0.3.1",
"which-pm-runs": "1.1.0",
"zod": "3.22.4"
"zod": "3.24.3"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=9.0.5"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@9.15.9",
"pnpm": {
"overrides": {
"@supabase/realtime-js": "2.8.4",
"typescript": "5.4.5",
"vfile": "6.0.2",
"@supabase/realtime-js": "2.8.4"
"vfile": "6.0.3"
},
"patchedDependencies": {
"density-clustering@1.3.0": "patches/density-clustering@1.3.0.patch"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@clack/prompts": "0.7.0",
"@types/yargs": "17.0.32",
"@types/yargs": "17.0.33",
"kleur": "4.1.5",
"yargs": "17.7.2"
},
Expand Down
31 changes: 16 additions & 15 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"@builder.io/qwik-labs": "workspace:^",
"@builder.io/qwik-react": "workspace:^",
"@builder.io/sdk-qwik": "0.14.31",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@modular-forms/qwik": "0.23.1",
"@mui/material": "5.16.4",
"@mui/system": "5.16.4",
"@mui/x-data-grid": "6.20.4",
"@qwik-ui/headless": "0.5.0",
"@shikijs/colorized-brackets": "3.1.0",
"@shikijs/rehype": "3.1.0",
"@shikijs/transformers": "3.1.0",
"@shikijs/types": "3.1.0",
"@supabase/supabase-js": "2.44.4",
"@tailwindcss/vite": "4.0.12",
"@types/leaflet": "1.9.12",
"@types/prismjs": "1.26.4",
"@shikijs/colorized-brackets": "3.3.0",
"@shikijs/rehype": "3.3.0",
"@shikijs/transformers": "3.3.0",
"@shikijs/types": "3.3.0",
"@supabase/supabase-js": "2.49.4",
"@tailwindcss/vite": "4.1.4",
"@types/leaflet": "1.9.17",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@unpic/core": "0.0.42",
Expand All @@ -38,17 +38,18 @@
"leaflet": "1.9.4",
"magic-string": "0.30.11",
"openai": "3.3.0",
"prettier": "3.3.3",
"prettier": "3.5.3",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"prismjs": "1.30.0",
"puppeteer": "22.13.1",
"qwik-image": "0.0.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"shiki": "3.1.0",
"search-insights": "2.17.3",
"shiki": "3.3.0",
"snarkdown": "2.0.0",
"tailwindcss": "4.0.12",
"terser": "5.31.3",
"tailwindcss": "4.1.4",
"terser": "5.39.0",
"tsm": "2.3.0",
"typescript": "5.4.5",
"undici": "*",
Expand Down
19 changes: 10 additions & 9 deletions packages/docs/src/components/docsearch/doc-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
--docsearch-hit-background: #fff;
--docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
--docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
--docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
0 1px 2px 1px rgba(30, 35, 90, 0.4);
--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
0 1px 1px 0 rgba(30, 35, 90, 0.4);
--docsearch-key-shadow:
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
--docsearch-key-pressed-shadow:
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 1px 0 rgba(30, 35, 90, 0.4);
--docsearch-footer-height: 44px;
--docsearch-footer-background: #fff;
--docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, 0.12);
Expand All @@ -41,12 +41,13 @@ html[data-theme='dark'] {
--docsearch-hit-shadow: none;
--docsearch-hit-background: #090a11;
--docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
--docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
0 2px 2px 0 rgba(3, 4, 9, 0.3);
--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
0 1px 1px 0 #0304094d;
--docsearch-key-shadow:
inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, 0.3);
--docsearch-key-pressed-shadow:
inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 1px 1px 0 #0304094d;
--docsearch-footer-background: #1e2136;
--docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
--docsearch-footer-shadow:
inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
--docsearch-logo-color: #fff;
--docsearch-muted-color: #7f8497;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/docsearch/handleSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function handleSearch(
return q
.then((sources) => {
return Promise.all(
sources.map((source) => {
sources.map(async (source) => {
return Promise.resolve(source.getItems()).then((itemsOrDescription) =>
preResolve<any>(itemsOrDescription, source.sourceId)
);
Expand Down
15 changes: 9 additions & 6 deletions packages/docs/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
font-weight: 400;
font-display: optional;
src: url(./fonts/poppins-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
Expand All @@ -22,8 +23,9 @@
font-weight: 500;
font-display: optional;
src: url(./fonts/poppins-500.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
Expand All @@ -33,8 +35,9 @@
font-weight: 700;
font-display: optional;
src: url(./fonts/poppins-700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
unicode-range:
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.docs article pre code[data-language='tsx'] {
Expand Down
3 changes: 2 additions & 1 deletion packages/docs/src/routes/(ecosystem)/ecosystem.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
aspect-ratio: 16/9;
content: '';

background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
background:
linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
conic-gradient(
from 180deg at 53.75% 37.25%,
#7976e8 -110.28deg,
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/routes/(ecosystem)/showcase/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
var(--tw-shadow);
box-shadow:
var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.showcase li .canvas {
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.hacker-news {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
'Droid Sans', 'Helvetica Neue', sans-serif;
font-size: 15px;
background-color: #f2f3f5;
margin: 0;
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "Builder Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@typescript-eslint/utils": "^8.12.2",
"@typescript-eslint/utils": "^8.30.1",
"jsx-ast-utils": "^3.3.5"
},
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/eslint": "9.6.1",
"@types/estree": "1.0.5",
"@typescript-eslint/rule-tester": "8.14.0",
"@types/estree": "1.0.7",
"@typescript-eslint/rule-tester": "8.31.0",
"redent": "4.0.0"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@modular-forms/qwik": "^0.23.1",
"@typescript/analyze-trace": "^0.10.1",
"density-clustering": "^1.3.0",
"dotenv": "^16.4.5",
"dotenv": "^16.5.0",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "0.36.4"
},
Expand All @@ -17,28 +17,28 @@
"@builder.io/qwik-city": "workspace:^",
"@builder.io/qwik-labs": "workspace:^",
"@builder.io/vite-plugin-macro": "0.0.7",
"@netlify/edge-functions": "2.10.0",
"@tailwindcss/vite": "4.0.12",
"@netlify/edge-functions": "2.11.1",
"@tailwindcss/vite": "4.1.4",
"@types/density-clustering": "1.3.3",
"@types/eslint": "8.56.10",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.21",
"better-sqlite3": "9.6.0",
"eslint": "8.57.0",
"eslint-plugin-qwik": "workspace:^",
"netlify-cli": "17.37.2",
"postcss": "8.4.39",
"prettier": "3.3.3",
"postcss": "8.5.3",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "4.0.12",
"tailwindcss": "4.1.4",
"typescript": "5.4.5",
"undici": "*",
"vite": "5.3.5",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
"zod": "3.22.4"
"zod": "3.24.3"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
Loading
Loading