Skip to content

Commit dd2f15c

Browse files
committed
chore: update to latest qwik & nx
1 parent 92ae8c8 commit dd2f15c

File tree

9 files changed

+1693
-717
lines changed

9 files changed

+1693
-717
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lib-types
66

77
# Development
88
node_modules
9-
migrations.json
9+
#migrations.json
1010

1111
# Cache
1212
.cache

apps/website/src/routes/docs/headless/(components)/tabs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ const tabsState = useStore([
200200
return <>
201201

202202
{' '}
203+
203204
<Tabs>
204205
<TabList>
205206
{tabsState.map((tab) => (
@@ -235,6 +236,7 @@ const selectedIndexSig = useSignal(0);
235236
return <div>
236237

237238
{' '}
239+
238240
<Tabs
239241
onSelectedIndexChange$={(index) => {
240242
selectedIndexSig.value = index;
@@ -275,6 +277,7 @@ const tabsClickedCountSig = useSignal(0);
275277
return <div>
276278

277279
{' '}
280+
278281
<h3>Danish Composers</h3>
279282
<h4>(watch the counter below)</h4>
280283
<Tabs
@@ -301,6 +304,7 @@ return <div>
301304
</Tabs>
302305

303306
{' '}
307+
304308
<p>Click count: {tabsClickedCountSig.value}</p>
305309

306310
</div>

migrations.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"migrations": [
3+
{
4+
"version": "16.4.1-beta.0",
5+
"description": "Changes the testFile config in the vite:test exectutor from a string to an array of strings",
6+
"cli": "nx",
7+
"implementation": "./src/migrations/update-16-4-1-update-test-file-config/update-16-4-1-test-file-config",
8+
"package": "@nx/vite",
9+
"name": "update-16-4-1-test-file-config"
10+
},
11+
{
12+
"cli": "nx",
13+
"version": "16.5.0-beta.0",
14+
"description": "Move .storybook/tsconfig.json to tsconfig.storybook.json for non-Angular projects.",
15+
"factory": "./src/migrations/update-16-5-0/move-storybook-tsconfig",
16+
"package": "@nx/storybook",
17+
"name": "update-16-5-0"
18+
}
19+
]
20+
}

package.json

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"website": "nx serve website"
2020
},
2121
"devDependencies": {
22-
"@builder.io/qwik": "1.1.5",
23-
"@builder.io/qwik-city": "1.1.5",
22+
"@builder.io/qwik": "1.2.6",
23+
"@builder.io/qwik-city": "1.2.6",
2424
"@commitlint/cli": "^17.4.3",
2525
"@commitlint/config-angular": "^17.4.3",
2626
"@commitlint/config-conventional": "^17.4.3",
@@ -30,19 +30,19 @@
3030
"@frsource/cypress-plugin-visual-regression-diff": "3.3.5",
3131
"@jscutlery/semver": "^2.30.1",
3232
"@k11r/nx-cloudflare-wrangler": "2.4.2",
33-
"@nx/cypress": "16.4.0",
34-
"@nx/eslint-plugin": "16.4.0",
35-
"@nx/linter": "16.4.0",
36-
"@nx/storybook": "16.4.0",
37-
"@nx/vite": "16.4.0",
38-
"@nx/workspace": "16.4.0",
39-
"@storybook/addon-a11y": "7.0.8",
33+
"@nx/cypress": "16.5.1",
34+
"@nx/eslint-plugin": "16.5.1",
35+
"@nx/linter": "16.5.1",
36+
"@nx/storybook": "16.5.1",
37+
"@nx/vite": "16.5.1",
38+
"@nx/workspace": "16.5.1",
39+
"@storybook/addon-a11y": "7.0.27",
4040
"@storybook/addon-coverage": "0.0.8",
41-
"@storybook/addon-essentials": "7.0.8",
42-
"@storybook/addon-interactions": "7.0.8",
43-
"@storybook/addon-links": "7.0.8",
41+
"@storybook/addon-essentials": "7.0.27",
42+
"@storybook/addon-interactions": "7.0.27",
43+
"@storybook/addon-links": "7.0.27",
4444
"@storybook/blocks": "7.0.8",
45-
"@storybook/builder-vite": "7.0.8",
45+
"@storybook/builder-vite": "7.0.27",
4646
"@storybook/html": "7.0.8",
4747
"@storybook/html-vite": "7.0.8",
4848
"@storybook/jest": "0.1.0",
@@ -52,8 +52,8 @@
5252
"@types/eslint": "8.37.0",
5353
"@types/node": "18.16.1",
5454
"@types/testing-library__jest-dom": "5.14.5",
55-
"@typescript-eslint/eslint-plugin": "5.59.1",
56-
"@typescript-eslint/parser": "5.59.1",
55+
"@typescript-eslint/eslint-plugin": "5.62.0",
56+
"@typescript-eslint/parser": "5.62.0",
5757
"@vitest/coverage-c8": "0.31.0",
5858
"@vitest/ui": "0.31.0",
5959
"all-contributors-cli": "^6.24.0",
@@ -63,7 +63,7 @@
6363
"commitizen": "^4.3.0",
6464
"commitlint": "^17.4.3",
6565
"country-list-json": "1.1.0",
66-
"cypress": "12.11.0",
66+
"cypress": "12.17.1",
6767
"cypress-axe": "1.4.0",
6868
"cypress-ct-qwik": "0.3.0",
6969
"cz-conventional-changelog": "^3.3.0",
@@ -72,7 +72,7 @@
7272
"eslint": "8.36.0",
7373
"eslint-config-prettier": "8.6.0",
7474
"eslint-plugin-cypress": "^2.12.1",
75-
"eslint-plugin-qwik": "1.1.5",
75+
"eslint-plugin-qwik": "1.2.6",
7676
"eslint-plugin-storybook": "^0.6.11",
7777
"html-webpack-plugin": "^5.5.0",
7878
"husky": "^8.0.3",
@@ -82,27 +82,27 @@
8282
"ngx-deploy-npm": "^5.0.0",
8383
"node-fetch": "3.3.0",
8484
"np": "7.6.3",
85-
"nx": "16.4.0",
86-
"nx-cloud": "16.0.5",
85+
"nx": "16.5.1",
86+
"nx-cloud": "16.1.0",
8787
"postcss": "^8.4.21",
8888
"prettier": "2.8.8",
8989
"pretty-quick": "^3.1.3",
90-
"qwik-nx": "1.0.6",
90+
"qwik-nx": "1.0.7",
9191
"react": "18.2.0",
9292
"react-dom": "18.2.0",
9393
"sass": "1.58.1",
9494
"storybook": "7.0.0-rc.7",
9595
"storybook-framework-qwik": "0.2.2",
9696
"tailwindcss": "^3.2.6",
9797
"ts-node": "10.9.1",
98-
"typescript": "5.0.4",
99-
"undici": "5.22.0",
100-
"vite": "4.3.5",
98+
"typescript": "5.1.6",
99+
"undici": "5.22.1",
100+
"vite": "4.4.0",
101101
"vite-plugin-dts": "2.3.0",
102102
"vite-plugin-eslint": "^1.8.1",
103103
"vite-tsconfig-paths": "4.2.0",
104104
"vitest": "0.31.0",
105-
"wrangler": "3.1.0"
105+
"wrangler": "3.2.0"
106106
},
107107
"config": {
108108
"commitizen": {
@@ -116,10 +116,5 @@
116116
],
117117
"dependencies": {
118118
"tslib": "^2.3.0"
119-
},
120-
"pnpm": {
121-
"patchedDependencies": {
122-
123-
}
124119
}
125120
}

packages/primitives/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@qwik-ui/primitives",
2+
"name": "primitives",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/primitives/src",
55
"projectType": "library",

packages/primitives/src/lib/button/button.cy.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/shared/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './utils/clsq';
2-
export * from './utils/use-logical-keys';
2+
// export * from './utils/use-logical-keys';
33
export * from './utils/use-ordinal';

patches/[email protected]

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)