Skip to content

Commit f704aed

Browse files
sreeisalsogioboa
andauthored
chore: update all deps minor (#7529)
--------- Co-authored-by: gioboa <giorgiob.boa@gmail.com>
1 parent 30cb4f3 commit f704aed

File tree

19 files changed

+2683
-3142
lines changed

19 files changed

+2683
-3142
lines changed

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -100,77 +100,78 @@
100100
"devDependencies": {
101101
"@builder.io/qwik": "workspace:^",
102102
"@builder.io/qwik-city": "workspace:^",
103-
"@changesets/cli": "2.28.1",
103+
"@changesets/cli": "2.29.5",
104104
"@changesets/get-github-info": "0.6.0",
105105
"@changesets/types": "6.1.0",
106106
"@clack/prompts": "0.7.0",
107-
"@eslint/js": "9.25.1",
108-
"@mdx-js/mdx": "3.0.1",
109-
"@microsoft/api-documenter": "7.26.22",
110-
"@microsoft/api-extractor": "7.52.4",
107+
"@eslint/js": "9.32.0",
108+
"@mdx-js/mdx": "3.1.0",
109+
"@microsoft/api-documenter": "7.26.31",
110+
"@microsoft/api-extractor": "7.52.10",
111111
"@napi-rs/cli": "2.18.4",
112112
"@napi-rs/triples": "1.2.0",
113113
"@node-rs/helper": "1.6.0",
114114
"@octokit/action": "6.1.0",
115115
"@playwright/test": "1.50.1",
116-
"@qwik.dev/partytown": "0.11.1",
116+
"@qwik.dev/partytown": "0.11.2",
117117
"@types/brotli": "1.3.4",
118-
"@types/bun": "1.1.6",
118+
"@types/bun": "1.2.19",
119119
"@types/cross-spawn": "6.0.6",
120120
"@types/express": "4.17.21",
121121
"@types/node": "20.19.0",
122-
"@types/path-browserify": "1.0.2",
122+
"@types/path-browserify": "1.0.3",
123123
"@types/prompts": "2.4.9",
124124
"@types/react": "18.3.3",
125-
"@types/semver": "7.5.8",
125+
"@types/semver": "7.7.0",
126126
"@types/tmp": "0.2.6",
127127
"@types/which-pm-runs": "1.0.2",
128128
"@vitejs/plugin-basic-ssl": "2.1.0",
129129
"all-contributors-cli": "6.26.1",
130130
"brotli": "1.3.3",
131131
"create-qwik": "workspace:^",
132-
"cross-spawn": "7.0.3",
132+
"cross-spawn": "7.0.6",
133133
"csstype": "3.1.3",
134-
"dotenv": "16.4.5",
135-
"esbuild": "0.25.4",
136-
"eslint": "9.25.1",
134+
"dotenv": "16.5.0",
135+
"esbuild": "0.25.8",
136+
"eslint": "9.32.0",
137137
"eslint-plugin-no-only-tests": "3.3.0",
138138
"eslint-plugin-qwik": "workspace:^",
139139
"execa": "8.0.1",
140140
"express": "4.20.0",
141-
"globals": "16.0.0",
141+
"globals": "16.3.0",
142142
"install": "0.13.0",
143-
"memfs": "4.14.0",
143+
"memfs": "4.34.0",
144144
"monaco-editor": "0.45.0",
145145
"mri": "1.2.0",
146146
"path-browserify": "1.0.1",
147147
"prettier": "3.6.2",
148148
"prettier-plugin-jsdoc": "1.3.3",
149-
"pretty-quick": "4.0.0",
149+
"prettier-plugin-tailwindcss": "0.6.14",
150+
"pretty-quick": "4.2.2",
150151
"prompts": "2.4.2",
151-
"rollup": "4.39.0",
152-
"semver": "7.6.3",
153-
"simple-git-hooks": "2.11.1",
152+
"rollup": ">= 4.39.0",
153+
"semver": "7.7.2",
154+
"simple-git-hooks": "2.13.1",
154155
"snoop": "1.0.4",
155156
"source-map": "0.7.4",
156157
"svgo": "3.3.2",
157158
"syncpack": "12.3.3",
158-
"terser": "5.31.3",
159+
"terser": "5.43.1",
159160
"tmp": "0.2.3",
160161
"tree-kill": "1.2.2",
161162
"tsx": "4.20.3",
162163
"typescript": "5.4.5",
163-
"typescript-eslint": "8.26.1",
164+
"typescript-eslint": "8.38.0",
164165
"undici": "*",
165-
"vfile": "6.0.2",
166+
"vfile": "6.0.3",
166167
"vite": "7.1.0",
167-
"vite-imagetools": "7.0.4",
168+
"vite-imagetools": "7.1.0",
168169
"vite-plugin-dts": "3.9.1",
169170
"vite-tsconfig-paths": "5.1.4",
170171
"vitest": "3.2.4",
171172
"watchlist": "0.3.1",
172173
"which-pm-runs": "1.1.0",
173-
"zod": "3.22.4"
174+
"zod": "3.25.48"
174175
},
175176
"engines": {
176177
"node": ">=16.8.0 <18.0.0 || >=18.11",
@@ -182,7 +183,7 @@
182183
"pnpm": {
183184
"overrides": {
184185
"typescript": "5.4.5",
185-
"vfile": "6.0.2"
186+
"vfile": "6.0.3"
186187
},
187188
"patchedDependencies": {
188189
"density-clustering@1.3.0": "patches/density-clustering@1.3.0.patch"

packages/create-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": "https://github.com/QwikDev/qwik/issues",
88
"devDependencies": {
99
"@clack/prompts": "0.7.0",
10-
"@types/yargs": "17.0.32",
10+
"@types/yargs": "17.0.33",
1111
"kleur": "4.1.5",
1212
"yargs": "17.7.2"
1313
},

packages/docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"@builder.io/qwik-city": "workspace:^",
1212
"@builder.io/qwik-labs": "workspace:^",
1313
"@builder.io/qwik-react": "workspace:^",
14-
"@emotion/react": "11.13.0",
15-
"@emotion/styled": "11.13.0",
14+
"@emotion/react": "11.14.0",
15+
"@emotion/styled": "11.14.1",
1616
"@modular-forms/qwik": "0.23.1",
1717
"@mui/material": "5.16.4",
1818
"@mui/system": "5.16.4",
1919
"@mui/x-data-grid": "6.20.4",
2020
"@qwik-ui/headless": "0.6.7",
21-
"@qwik.dev/partytown": "0.11.1",
22-
"@shikijs/colorized-brackets": "3.1.0",
23-
"@shikijs/rehype": "3.1.0",
24-
"@shikijs/transformers": "3.1.0",
25-
"@shikijs/types": "3.1.0",
26-
"@supabase/supabase-js": "2.49.4",
21+
"@qwik.dev/partytown": "0.11.2",
22+
"@shikijs/colorized-brackets": "3.9.1",
23+
"@shikijs/rehype": "3.9.1",
24+
"@shikijs/transformers": "3.9.1",
25+
"@shikijs/types": "3.9.1",
26+
"@supabase/supabase-js": "2.53.0",
2727
"@tailwindcss/vite": "4.1.11",
28-
"@types/leaflet": "1.9.12",
29-
"@types/prismjs": "1.26.4",
28+
"@types/leaflet": "1.9.20",
29+
"@types/prismjs": "1.26.5",
3030
"@types/react": "18.3.3",
3131
"@types/react-dom": "18.3.0",
3232
"@unpic/core": "0.0.42",
@@ -35,19 +35,19 @@
3535
"fflate": "0.8.2",
3636
"gray-matter": "4.0.3",
3737
"leaflet": "1.9.4",
38-
"magic-string": "0.30.11",
38+
"magic-string": "0.30.17",
3939
"openai": "3.3.0",
4040
"prettier": "3.6.2",
4141
"prism-themes": "1.9.0",
42-
"prismjs": "1.29.0",
42+
"prismjs": "1.30.0",
4343
"puppeteer": "22.13.1",
44-
"qwik-image": "0.0.10",
44+
"qwik-image": "0.0.16",
4545
"react": "18.3.1",
4646
"react-dom": "18.3.1",
47-
"shiki": "3.1.0",
47+
"shiki": "3.9.1",
4848
"snarkdown": "2.0.0",
49-
"tailwindcss": "4.0.12",
50-
"terser": "5.31.3",
49+
"tailwindcss": "4.1.11",
50+
"terser": "5.43.1",
5151
"tsm": "2.3.0",
5252
"typescript": "5.4.5",
5353
"undici": "*",

packages/eslint-plugin-qwik/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"author": "Builder Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {
8-
"@typescript-eslint/utils": "^8.31.0",
8+
"@typescript-eslint/utils": "^8.38.0",
99
"jsx-ast-utils": "^3.3.5"
1010
},
1111
"devDependencies": {
1212
"@builder.io/qwik": "workspace:^",
1313
"@builder.io/qwik-city": "workspace:^",
14-
"@types/estree": "1.0.5",
15-
"@typescript-eslint/rule-tester": "8.14.0",
14+
"@types/estree": "1.0.8",
15+
"@typescript-eslint/rule-tester": "8.38.0",
1616
"redent": "4.0.0"
1717
},
1818
"engines": {

packages/insights/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@
44
"version": "0.1.0",
55
"dependencies": {
66
"@auth/qwik": "0.8.0",
7-
"@libsql/client": "^0.14.0",
7+
"@libsql/client": "^0.15.10",
88
"@modular-forms/qwik": "^0.23.1",
99
"@typescript/analyze-trace": "^0.10.1",
1010
"density-clustering": "^1.3.0",
11-
"dotenv": "^16.4.5",
12-
"drizzle-kit": "^0.28.1",
13-
"drizzle-orm": "0.36.4"
11+
"dotenv": "^16.5.0",
12+
"drizzle-kit": "^0.31.4",
13+
"drizzle-orm": "0.44.4"
1414
},
1515
"devDependencies": {
1616
"@builder.io/qwik": "workspace:^",
1717
"@builder.io/qwik-city": "workspace:^",
1818
"@builder.io/qwik-labs": "workspace:^",
1919
"@builder.io/vite-plugin-macro": "0.0.7",
20-
"@eslint/js": "9.25.1",
21-
"@netlify/edge-functions": "2.10.0",
20+
"@eslint/js": "9.32.0",
21+
"@netlify/edge-functions": "2.17.0",
2222
"@tailwindcss/vite": "4.1.11",
2323
"@types/density-clustering": "1.3.3",
2424
"@types/node": "20.19.0",
25-
"autoprefixer": "10.4.19",
26-
"eslint": "9.25.1",
25+
"autoprefixer": "10.4.21",
26+
"eslint": "9.32.0",
2727
"eslint-plugin-qwik": "workspace:^",
28-
"globals": "16.0.0",
29-
"netlify-cli": "17.37.2",
30-
"postcss": "8.4.39",
28+
"globals": "16.3.0",
29+
"netlify-cli": "21.5.0",
30+
"postcss": "8.5.6",
3131
"prettier": "3.6.2",
32-
"prettier-plugin-tailwindcss": "0.5.14",
33-
"tailwindcss": "4.0.12",
32+
"prettier-plugin-tailwindcss": "0.6.14",
33+
"tailwindcss": "4.1.11",
3434
"typescript": "5.4.5",
35-
"typescript-eslint": "8.26.1",
35+
"typescript-eslint": "8.38.0",
3636
"undici": "*",
3737
"vite": "7.1.0",
3838
"vite-tsconfig-paths": "5.1.4",
3939
"vitest": "3.2.4",
40-
"zod": "3.22.4"
40+
"zod": "3.25.48"
4141
},
4242
"engines": {
4343
"node": ">=16.8.0 <18.0.0 || >=18.11"

packages/qwik-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"version": "0.2.3",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
7-
"@auth/core": "^0.30.0"
7+
"@auth/core": "^0.40.0"
88
},
99
"devDependencies": {
1010
"@auth/core": "0.30.0",
1111
"@builder.io/qwik": "workspace:^",
1212
"@builder.io/qwik-city": "workspace:^",
1313
"@types/set-cookie-parser": "2.4.10",
14-
"set-cookie-parser": "2.6.0"
14+
"set-cookie-parser": "2.7.1"
1515
},
1616
"engines": {
1717
"node": ">=16.8.0 <18.0.0 || >=18.11"

packages/qwik-city/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
"version": "1.15.0",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
7-
"@mdx-js/mdx": "^3",
8-
"@types/mdx": "^2",
7+
"@mdx-js/mdx": "^3.1.0",
8+
"@types/mdx": "^2.0.13",
99
"source-map": "^0.7.4",
10-
"svgo": "^3.3",
10+
"svgo": "^3.3.2",
1111
"undici": "*",
1212
"valibot": ">=0.36.0 <2",
13-
"vfile": "6.0.2",
13+
"vfile": "6.0.3",
1414
"vite": ">=5 <8",
1515
"vite-imagetools": "^7",
16-
"zod": "3.22.4"
16+
"zod": "3.25.48"
1717
},
1818
"devDependencies": {
1919
"@azure/functions": "3.5.1",
2020
"@builder.io/qwik": "workspace:^",
21-
"@microsoft/api-extractor": "7.52.4",
22-
"@netlify/edge-functions": "2.10.0",
21+
"@microsoft/api-extractor": "7.52.10",
22+
"@netlify/edge-functions": "2.17.0",
2323
"@types/mdast": "4.0.4",
2424
"@types/node": "20.19.0",
2525
"@types/refractor": "3.4.1",
2626
"@types/set-cookie-parser": "2.4.10",
27-
"estree-util-value-to-estree": "3.1.2",
27+
"estree-util-value-to-estree": "3.4.0",
2828
"github-slugger": "2.0.0",
2929
"hast-util-heading-rank": "2.1.1",
3030
"hast-util-to-string": "2.0.0",
@@ -34,15 +34,15 @@
3434
"refractor": "4.8.1",
3535
"rehype-autolink-headings": "7.1.0",
3636
"remark-frontmatter": "5.0.0",
37-
"remark-gfm": "4.0.0",
38-
"set-cookie-parser": "2.6.0",
37+
"remark-gfm": "4.0.1",
38+
"set-cookie-parser": "2.7.1",
3939
"tsm": "2.3.0",
4040
"typescript": "5.4.5",
4141
"unified": "11.0.5",
4242
"unist-util-visit": "5.0.0",
4343
"uvu": "0.5.6",
4444
"vite": "7.1.0",
45-
"yaml": "2.4.5"
45+
"yaml": "2.6.1"
4646
},
4747
"engines": {
4848
"node": ">=16.8.0 <18.0.0 || >=18.11"

packages/qwik-city/src/buildtime/markdown/rehype.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function createExport(mdast: Root, identifierName: string, val: any) {
144144
type: 'ExportNamedDeclaration',
145145
source: null,
146146
specifiers: [],
147+
attributes: [],
147148
declaration: {
148149
type: 'VariableDeclaration',
149150
kind: 'const',

packages/qwik-labs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"version": "0.0.1",
55
"devDependencies": {
66
"@builder.io/qwik": "workspace:^",
7-
"@eslint/js": "9.25.1",
7+
"@eslint/js": "9.32.0",
88
"@types/node": "20.19.0",
9-
"eslint": "9.25.1",
9+
"eslint": "9.32.0",
1010
"eslint-plugin-qwik": "workspace:^",
11-
"globals": "16.0.0",
12-
"np": "10.0.1",
11+
"globals": "16.3.0",
12+
"np": "10.2.0",
1313
"prettier": "3.6.2",
1414
"typescript": "5.4.5",
15-
"typescript-eslint": "8.26.1",
15+
"typescript-eslint": "8.38.0",
1616
"undici": "*",
1717
"vite": "7.1.0",
18-
"zod": "3.22.4"
18+
"zod": "3.25.48"
1919
},
2020
"engines": {
2121
"node": ">=16.8.0 <18.0.0 || >=18.11"
@@ -39,7 +39,7 @@
3939
"main": "./lib/index.qwik.mjs",
4040
"peerDependencies": {
4141
"vite": ">=5 <8",
42-
"zod": "3.22.4"
42+
"zod": "3.25.48"
4343
},
4444
"private": true,
4545
"qwik": "./lib/index.qwik.mjs",

packages/qwik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626
],
2727
"dependencies": {
28-
"csstype": "^3.1",
29-
"rollup": ">= 4.39.0"
28+
"csstype": "^3.1.3",
29+
"rollup": ">= ^4.39.0"
3030
},
3131
"devDependencies": {
3232
"@builder.io/qwik": "workspace:^",

0 commit comments

Comments
 (0)