Skip to content

Commit 90a9505

Browse files
authored
chore: update deps (#1096)
* chore: update deps * chore: convert jest config to js
1 parent a512d25 commit 90a9505

File tree

5 files changed

+1176
-1473
lines changed

5 files changed

+1176
-1473
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
},
4949
"packageManager": "[email protected]",
5050
"devDependencies": {
51-
"@axe-core/playwright": "^4.9.1",
51+
"@axe-core/playwright": "^4.10.1",
5252
"@builder.io/qwik": "1.14.1",
5353
"@builder.io/qwik-city": "1.14.1",
54-
"@changesets/cli": "^2.27.3",
54+
"@changesets/cli": "^2.29.4",
5555
"@changesets/get-github-info": "^0.6.0",
56-
"@changesets/types": "^6.0.0",
57-
"@clack/prompts": "^0.7.0",
58-
"@floating-ui/core": "^1.6.2",
59-
"@floating-ui/dom": "^1.6.5",
60-
"@img/sharp-linux-x64": "^0.33.4",
56+
"@changesets/types": "^6.1.0",
57+
"@clack/prompts": "^0.11.0",
58+
"@floating-ui/core": "^1.7.1",
59+
"@floating-ui/dom": "^1.7.1",
60+
"@img/sharp-linux-x64": "^0.34.2",
6161
"@k11r/nx-cloudflare-wrangler": "3.5.0",
62-
"@modular-forms/qwik": "^0.24.0",
62+
"@modular-forms/qwik": "^0.29.1",
6363
"@nx/devkit": "21.1.2",
6464
"@nx/eslint": "21.1.2",
6565
"@nx/eslint-plugin": "21.1.2",
@@ -69,18 +69,18 @@
6969
"@nx/plugin": "21.1.2",
7070
"@nx/vite": "21.1.2",
7171
"@nx/workspace": "21.1.2",
72-
"@oddbird/popover-polyfill": "0.4.3",
72+
"@oddbird/popover-polyfill": "0.6.0",
7373
"@playwright/test": "^1.44.1",
7474
"@qwikest/icons": "^0.0.13",
7575
"@shikijs/rehype": "3.4.2",
7676
"@shikijs/transformers": "3.4.2",
7777
"@swc-node/register": "^1.9.1",
7878
"@swc/core": "^1.5.7",
7979
"@types/decompress": "4.2.7",
80-
"@types/eslint": "8.56.10",
80+
"@types/eslint": "8.56.12",
8181
"@types/estree-jsx": "1.0.5",
8282
"@types/jest": "29.5.14",
83-
"@types/node": "20.12.12",
83+
"@types/node": "22.15.29",
8484
"@typescript-eslint/eslint-plugin": "7.18.0",
8585
"@typescript-eslint/parser": "7.18.0",
8686
"@vitejs/plugin-basic-ssl": "2.0.0",
@@ -113,15 +113,15 @@
113113
"pagefind": "1.2.0",
114114
"postcss": "^8.4.38",
115115
"prettier": "^3.2.5",
116-
"prettier-plugin-tailwindcss": "^0.5.14",
116+
"prettier-plugin-tailwindcss": "^0.6.12",
117117
"pretty-quick": "^4.0.0",
118118
"qwik-nx": "^3.2.0",
119119
"sass": "^1.77.2",
120120
"shiki": "^3.4.2",
121121
"simple-git-hooks": "2.11.1",
122122
"specificity": "^1.0.0",
123-
"tailwind-merge": "^2.3.0",
124-
"tailwindcss": "^3.4.3",
123+
"tailwind-merge": "^3.3.0",
124+
"tailwindcss": "^3.4.17",
125125
"tailwindcss-animate": "^1.0.7",
126126
"tree-sitter": "0.21.1",
127127
"tree-sitter-typescript": "0.23.0",
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import type { Config } from 'jest';
2-
3-
const config: Config = {
1+
module.exports = {
42
displayName: 'qwikui-cli',
53
preset: '../../jest.preset.cjs',
64
globals: {},
@@ -16,8 +14,5 @@ const config: Config = {
1614
testEnvironment: 'node',
1715
moduleFileExtensions: ['ts', 'js', 'html'],
1816
coverageDirectory: '../../coverage/packages/cli',
19-
// @ts-expect-error declaration file
20-
prettierPath: import('prettier-2').path,
21-
};
22-
23-
export default config;
17+
prettierPath: require.resolve('prettier-2'),
18+
};

packages/cli/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"executor": "@nx/jest:jest",
6161
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
6262
"options": {
63-
"jestConfig": "packages/cli/jest.config.ts"
63+
"jestConfig": "packages/cli/jest.config.js"
6464
}
6565
},
6666
"copy-global-css": {

packages/kit-styled/src/templates/global.css

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,25 +118,32 @@
118118
--border: 0 0% 80.2%;
119119
--ring: 0 0% 80.2%;
120120
--input: 0 0% 80.2%;
121-
--shadow-base: -3px -3px 6px #bebebe, 3px 3px 6px #ffffff,
121+
--shadow-base:
122+
-3px -3px 6px #bebebe, 3px 3px 6px #ffffff,
122123
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
123124
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
124-
--shadow-sm: 3px 3px 6px #bebebe, -3px -3px 6px #ffffff,
125+
--shadow-sm:
126+
3px 3px 6px #bebebe, -3px -3px 6px #ffffff,
125127
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
126128
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
127-
--shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff,
129+
--shadow:
130+
4px 4px 8px #bebebe, -4px -4px 8px #ffffff,
128131
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
129132
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
130-
--shadow-md: 5px 5px 10px #bebebe, -5px -5px 10px #ffffff,
133+
--shadow-md:
134+
5px 5px 10px #bebebe, -5px -5px 10px #ffffff,
131135
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
132136
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
133-
--shadow-lg: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff,
137+
--shadow-lg:
138+
6px 6px 12px #bebebe, -6px -6px 12px #ffffff,
134139
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
135140
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
136-
--shadow-xl: 8px 8px 15px #bebebe, -8px -8px 15px #ffffff,
141+
--shadow-xl:
142+
8px 8px 15px #bebebe, -8px -8px 15px #ffffff,
137143
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
138144
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
139-
--shadow-2xl: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff,
145+
--shadow-2xl:
146+
10px 10px 20px #bebebe, -10px -10px 20px #ffffff,
140147
inset 1px 1px 2px rgba(190, 190, 190, 0.5),
141148
inset -1px -1px 2px rgba(255, 255, 255, 0.5);
142149
--shadow-inner: inset 4px 4px 8px #bebebe, inset -2px -2px 4px #ffffff;
@@ -155,20 +162,27 @@
155162
--border: 240 5.9% 20%;
156163
--ring: 240 5.9% 20%;
157164
--input: 240 5.9% 20%;
158-
--shadow-base: -3px -3px 6px #2c2c31, 3px 3px 6px #52525b, inset 1px 1px 2px #2c2c31,
165+
--shadow-base:
166+
-3px -3px 6px #2c2c31, 3px 3px 6px #52525b, inset 1px 1px 2px #2c2c31,
159167
inset -1px -1px 2px #52525b;
160-
--shadow-sm: 3px 3px 6px #2c2c31, -3px -3px 6px #52525b, inset 1px 1px 2px #2c2c31,
168+
--shadow-sm:
169+
3px 3px 6px #2c2c31, -3px -3px 6px #52525b, inset 1px 1px 2px #2c2c31,
161170
inset -1px -1px 2px #52525b;
162-
--shadow: 4px 4px 8px #2c2c31, -4px -4px 8px #52525b, inset 1px 1px 2px #2c2c31,
171+
--shadow:
172+
4px 4px 8px #2c2c31, -4px -4px 8px #52525b, inset 1px 1px 2px #2c2c31,
163173
inset -1px -1px 2px #52525b;
164-
--shadow-md: 5px 5px 10px #2c2c31, -5px -5px 10px #52525b, inset 1px 1px 2px #2c2c31,
174+
--shadow-md:
175+
5px 5px 10px #2c2c31, -5px -5px 10px #52525b, inset 1px 1px 2px #2c2c31,
165176
inset -1px -1px 2px #52525b;
166-
--shadow-lg: 6px 6px 12px #2c2c31, -6px -6px 12px #52525b, inset 1px 1px 2px #2c2c31,
177+
--shadow-lg:
178+
6px 6px 12px #2c2c31, -6px -6px 12px #52525b, inset 1px 1px 2px #2c2c31,
167179
inset -1px -1px 2px #52525b;
168-
--shadow-xl: 8px 8px 15px #2c2c31, -8px -8px 15px #52525b, inset 1px 1px 2px #2c2c31,
180+
--shadow-xl:
181+
8px 8px 15px #2c2c31, -8px -8px 15px #52525b, inset 1px 1px 2px #2c2c31,
182+
inset -1px -1px 2px #52525b;
183+
--shadow-2xl:
184+
10px 10px 20px #2c2c31, -10px -10px 20px #52525b, inset 1px 1px 2px #2c2c31,
169185
inset -1px -1px 2px #52525b;
170-
--shadow-2xl: 10px 10px 20px #2c2c31, -10px -10px 20px #52525b,
171-
inset 1px 1px 2px #2c2c31, inset -1px -1px 2px #52525b;
172186
--shadow-inner: inset 2px 2px 4px #2c2c31, inset -2px -2px 4px #52525b;
173187
--transform-press: scale(0.95);
174188
}

0 commit comments

Comments
 (0)