Skip to content

Commit 8e9326d

Browse files
committed
chore(deps): update dependencies
1 parent 0255780 commit 8e9326d

7 files changed

Lines changed: 2145 additions & 3992 deletions

File tree

apps/solidjs-boilerplate/.eslintrc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@
139139
]
140140
},
141141
// Configuration for e2e testing (Cypress)
142-
{
143-
"files": ["**/*.cy.ts"],
144-
"plugins": ["cypress"],
145-
"extends": ["plugin:cypress/recommended"],
146-
"parserOptions": {
147-
"project": "./cypress/tsconfig.json"
148-
}
149-
},
150-
// Configuration for e2e testing (Cypress)
142+
// {
143+
// "files": ["**/*.cy.ts"],
144+
// "plugins": ["cypress"],
145+
// "extends": ["plugin:cypress/recommended"],
146+
// "parserOptions": {
147+
// "project": "./cypress/tsconfig.json"
148+
// }
149+
// },
150+
// Configuration for e2e testing (Playwright)
151151
{
152152
"files": ["e2e/**/*.test.ts", "e2e/**/*.spec.ts"],
153153
"extends": ["plugin:playwright/playwright-test"]

apps/solidjs-boilerplate/package.json

Lines changed: 49 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -21,82 +21,81 @@
2121
},
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@commitlint/cli": "^18.4.4",
25-
"@commitlint/config-conventional": "^18.4.4",
26-
"@playwright/test": "^1.41.1",
27-
"@secretlint/secretlint-rule-preset-recommend": "^8.1.0",
24+
"@commitlint/cli": "^19.8.1",
25+
"@commitlint/config-conventional": "^19.8.1",
26+
"@playwright/test": "^1.53.1",
27+
"@secretlint/secretlint-rule-preset-recommend": "^10.1.0",
2828
"@solidjs/testing-library": "^0.8.10",
29-
"@tailwindcss/forms": "^0.5.7",
29+
"@tailwindcss/forms": "^0.5.10",
3030
"@tailwindcss/line-clamp": "^0.4.4",
31-
"@testing-library/dom": "^9.3.4",
32-
"@testing-library/jest-dom": "^6.2.0",
33-
"@testing-library/user-event": "^14.5.2",
34-
"@types/node": "^20.11.5",
35-
"@types/testing-library__jest-dom": "^5.14.9",
31+
"@testing-library/dom": "^10.4.0",
32+
"@testing-library/jest-dom": "^6.6.3",
33+
"@testing-library/user-event": "^14.6.1",
34+
"@types/node": "^24.0.3",
35+
"@types/testing-library__jest-dom": "^6.0.0",
3636
"@typescript-eslint/eslint-plugin": "^6.19.0",
3737
"@typescript-eslint/parser": "^6.19.0",
3838
"@vitest/coverage-v8": "^3.2.4",
39-
"babel-preset-solid": "^1.8.9",
39+
"babel-preset-solid": "^1.9.6",
4040
"eslint": "8.56.0",
4141
"eslint-config-airbnb-base": "^15.0.0",
4242
"eslint-config-airbnb-typescript": "^17.1.0",
43-
"eslint-config-prettier": "^9.1.0",
44-
"eslint-import-resolver-typescript": "^3.6.1",
45-
"eslint-plugin-cypress": "^2.15.1",
46-
"eslint-plugin-deprecation": "^2.0.0",
47-
"eslint-plugin-import": "^2.29.1",
48-
"eslint-plugin-jest": "^27.6.3",
49-
"eslint-plugin-jest-dom": "^5.1.0",
43+
"eslint-config-prettier": "^10.1.5",
44+
"eslint-import-resolver-typescript": "^4.4.3",
45+
"eslint-plugin-deprecation": "^3.0.0",
46+
"eslint-plugin-import": "^2.31.0",
47+
"eslint-plugin-jest": "^29.0.1",
48+
"eslint-plugin-jest-dom": "^5.5.0",
5049
"eslint-plugin-jest-formatting": "^3.1.0",
51-
"eslint-plugin-jsx-a11y": "^6.8.0",
52-
"eslint-plugin-playwright": "^0.22.1",
53-
"eslint-plugin-prettier": "^5.1.3",
54-
"eslint-plugin-react": "^7.33.2",
55-
"eslint-plugin-react-hooks": "^4.6.0",
56-
"eslint-plugin-solid": "^0.13.1",
57-
"eslint-plugin-tailwindcss": "^3.14.0",
58-
"eslint-plugin-testing-library": "^6.2.0",
59-
"eslint-plugin-tsdoc": "^0.2.17",
60-
"eslint-plugin-unused-imports": "^3.0.0",
61-
"eslint-plugin-vitest": "^0.3.20",
62-
"husky": "^8.0.3",
63-
"jsdom": "^24.0.0",
64-
"lint-staged": "^15.2.0",
65-
"msw": "^2.3.1",
66-
"postcss": "^8.4.33",
67-
"postcss-calc": "^9.0.1",
50+
"eslint-plugin-jsx-a11y": "^6.10.2",
51+
"eslint-plugin-playwright": "^2.2.0",
52+
"eslint-plugin-prettier": "^5.5.0",
53+
"eslint-plugin-react": "^7.37.5",
54+
"eslint-plugin-react-hooks": "^5.2.0",
55+
"eslint-plugin-solid": "^0.14.5",
56+
"eslint-plugin-tailwindcss": "^3.18.0",
57+
"eslint-plugin-testing-library": "^7.5.3",
58+
"eslint-plugin-tsdoc": "^0.4.0",
59+
"eslint-plugin-unused-imports": "^4.1.4",
60+
"eslint-plugin-vitest": "^0.5.4",
61+
"husky": "^9.1.7",
62+
"jsdom": "^26.1.0",
63+
"lint-staged": "^16.1.2",
64+
"msw": "^2.10.2",
65+
"postcss": "^8.5.6",
66+
"postcss-calc": "^10.1.1",
6867
"postcss-combine-duplicated-selectors": "^10.0.3",
6968
"postcss-flexbugs-fixes": "^5.0.2",
7069
"postcss-hexrgba": "^2.1.0",
71-
"postcss-import": "^16.0.0",
72-
"postcss-nesting": "^12.1.4",
73-
"postcss-preset-env": "^9.3.0",
70+
"postcss-import": "^16.1.1",
71+
"postcss-nesting": "^13.0.2",
72+
"postcss-preset-env": "^10.2.3",
7473
"postcss-pseudo-is": "^0.3.0",
7574
"postcss-pxtorem": "^6.1.0",
7675
"postcss-reporter": "^7.1.0",
7776
"postcss-sort-media-queries": "^5.2.0",
78-
"prettier": "^3.2.4",
79-
"secretlint": "^8.1.0",
80-
"stylelint": "^16.2.0",
81-
"stylelint-config-recess-order": "^6.0.0",
82-
"stylelint-config-standard": "^36.0.0",
83-
"stylelint-prettier": "^5.0.0",
77+
"prettier": "^3.5.3",
78+
"secretlint": "^10.1.0",
79+
"stylelint": "^16.21.0",
80+
"stylelint-config-recess-order": "^7.1.0",
81+
"stylelint-config-standard": "^38.0.0",
82+
"stylelint-prettier": "^5.0.3",
8483
"tailwindcss": "^3.4.1",
85-
"typescript": "^5.3.3",
84+
"typescript": "^5.8.3",
8685
"vite": "^6.3.5",
8786
"vite-plugin-solid": "^2.11.6",
8887
"vite-tsconfig-paths": "^5.1.4",
8988
"vitest": "^3.2.4"
9089
},
9190
"dependencies": {
9291
"@sect/solid-hiding-header": "workspace:*",
93-
"@solidjs/meta": "^0.29.3",
92+
"@solidjs/meta": "^0.29.4",
9493
"@solidjs/router": "^0.15.3",
95-
"@tanstack/solid-query": "^5.17.19",
94+
"@tanstack/solid-query": "^5.80.10",
9695
"escape-goat": "^4.0.0",
97-
"isomorphic-dompurify": "^2.2.0",
98-
"solid-devtools": "^0.33.0",
99-
"solid-js": "^1.9.5",
96+
"isomorphic-dompurify": "^2.25.0",
97+
"solid-devtools": "^0.34.2",
98+
"solid-js": "^1.9.7",
10099
"solid-toast": "^0.5.0",
101100
"striptags": "^3.2.0",
102101
"truncate": "^3.0.0"

apps/solidjs-boilerplate/src/hooks/useFetchPost.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { CreateQueryResult } from '@tanstack/solid-query';
21
import { createQuery } from '@tanstack/solid-query';
32

43
import type { Post } from '@/types/api/post.interface';
@@ -16,7 +15,7 @@ const useFetchPost = (id: string) => {
1615
// queryFn: fetchData,
1716
// }));
1817

19-
const query: CreateQueryResult<Post, Error> = createQuery(() => ({
18+
const query = createQuery(() => ({
2019
// Array Keys with variables
2120
// @ https://tanstack.com/query/v4/docs/react/guides/query-keys?from=reactQueryV3&original=https%3A%2F%2Freact-query-v3.tanstack.com%2Fguides%2Fquery-keys#array-keys-with-variables
2221
queryKey: [`/posts/`, id],

apps/solidjs-boilerplate/src/hooks/useFetchPostList.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { CreateQueryResult } from '@tanstack/solid-query';
21
import { createQuery } from '@tanstack/solid-query';
32

43
import type { Post } from '@/types/api/post.interface';
@@ -16,7 +15,7 @@ const useFetchPostList = () => {
1615
// queryFn: fetchData,
1716
// }));
1817

19-
const query: CreateQueryResult<Post[], Error> = createQuery(() => ({
18+
const query = createQuery(() => ({
2019
queryKey: ['/posts'],
2120
queryFn: async () => {
2221
const result = await fetch(`${apiEndpointUrl}/posts`);

packages/solid-hiding-header/.eslintrc

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"extends": [
44
"airbnb-base",
55
"plugin:deprecation/recommended",
6-
"plugin:prettier/recommended"
6+
"plugin:prettier/recommended",
77
],
88
"rules": {
9-
"prettier/prettier": "error"
9+
"prettier/prettier": "error",
1010
},
1111
"settings": {
1212
"import/parsers": {
13-
"@typescript-eslint/parser": [".ts", ".tsx"]
13+
"@typescript-eslint/parser": [".ts", ".tsx"],
1414
},
1515
"import/resolver": {
1616
"typescript": {
17-
"alwaysTryTypes": true // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
18-
}
19-
}
17+
"alwaysTryTypes": true, // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
18+
},
19+
},
2020
},
2121
"overrides": [
2222
// Configuration for TypeScript files
@@ -28,23 +28,21 @@
2828
"@typescript-eslint",
2929
"solid",
3030
"unused-imports",
31-
"tailwindcss",
3231
// "simple-import-sort",
3332
"eslint-plugin-tsdoc",
3433
"import",
35-
"prettier"
34+
"prettier",
3635
],
3736
"extends": [
3837
"airbnb-typescript/base",
3938
"plugin:@typescript-eslint/recommended",
4039
"plugin:solid/typescript",
4140
"plugin:jsx-a11y/recommended",
42-
"plugin:tailwindcss/recommended",
43-
"plugin:prettier/recommended"
41+
"plugin:prettier/recommended",
4442
],
4543
"parser": "@typescript-eslint/parser",
4644
"parserOptions": {
47-
"project": "./tsconfig.json"
45+
"project": "./tsconfig.json",
4846
},
4947
"rules": {
5048
"prettier/prettier": "error",
@@ -53,8 +51,8 @@
5351
"jsx-a11y/label-has-associated-control": [
5452
2,
5553
{
56-
"assert": "either" // either check for `htmlFor` or `nesting`
57-
}
54+
"assert": "either", // either check for `htmlFor` or `nesting`
55+
},
5856
],
5957
// "react/require-default-props": "off", // Allow non-defined react props as undefined
6058
// "react/jsx-props-no-spreading": "off", // _app.tsx uses spread operator and also, react-hook-form
@@ -86,16 +84,16 @@
8684
{
8785
"pattern": "solid-js",
8886
"group": "external",
89-
"position": "before"
90-
}
87+
"position": "before",
88+
},
9189
],
9290
"pathGroupsExcludedImportTypes": ["solid-js"],
9391
"newlines-between": "always",
9492
"alphabetize": {
9593
"order": "asc",
96-
"caseInsensitive": true
97-
}
98-
}
94+
"caseInsensitive": true,
95+
},
96+
},
9997
],
10098
"@typescript-eslint/comma-dangle": "off", // Avoid conflict rule between Eslint and Prettier
10199
"@typescript-eslint/consistent-type-imports": "error", // Ensure `import type` is used when it's necessary
@@ -107,14 +105,13 @@
107105
"unused-imports/no-unused-vars": [
108106
"error",
109107
{
110-
"argsIgnorePattern": "^_"
111-
}
108+
"argsIgnorePattern": "^_",
109+
},
112110
],
113111
"no-underscore-dangle": "off", // We use _id in our database
114112
"solid/no-innerhtml": "off",
115-
"tailwindcss/no-custom-classname": "off",
116-
"tsdoc/syntax": "warn"
117-
}
113+
"tsdoc/syntax": "warn",
114+
},
118115
},
119116
// Configuration for testing
120117
{
@@ -124,17 +121,17 @@
124121
"plugin:jest/recommended",
125122
"plugin:jest-formatting/recommended",
126123
// "plugin:testing-library/react",
127-
"plugin:jest-dom/recommended"
128-
]
124+
"plugin:jest-dom/recommended",
125+
],
129126
},
130127
// Configuration for e2e testing (Cypress)
131-
{
132-
"files": ["**/*.cy.ts"],
133-
"plugins": ["cypress"],
134-
"extends": ["plugin:cypress/recommended"],
135-
"parserOptions": {
136-
"project": "./cypress/tsconfig.json"
137-
}
138-
}
139-
]
128+
// {
129+
// "files": ["**/*.cy.ts"],
130+
// "plugins": ["cypress"],
131+
// "extends": ["plugin:cypress/recommended"],
132+
// "parserOptions": {
133+
// "project": "./cypress/tsconfig.json"
134+
// }
135+
// }
136+
],
140137
}

packages/solid-hiding-header/package.json

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,46 +75,44 @@
7575
"hiding-header": "^0.9.1"
7676
},
7777
"devDependencies": {
78-
"@commitlint/cli": "^19.6.1",
79-
"@commitlint/config-conventional": "^19.6.0",
80-
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
78+
"@commitlint/cli": "^19.8.1",
79+
"@commitlint/config-conventional": "^19.8.1",
80+
"@secretlint/secretlint-rule-preset-recommend": "^10.1.0",
8181
"@solidjs/testing-library": "^0.8.10",
8282
"@testing-library/jest-dom": "^6.6.3",
83-
"@types/node": "^22.10.10",
83+
"@types/node": "^24.0.3",
8484
"@types/testing-library__jest-dom": "^6.0.0",
8585
"@typescript-eslint/eslint-plugin": "^6.19.0",
8686
"@typescript-eslint/parser": "^6.19.0",
8787
"@vitest/coverage-v8": "^3.2.4",
88-
"babel-preset-solid": "^1.9.3",
88+
"babel-preset-solid": "^1.9.6",
8989
"eslint": "8.57.1",
9090
"eslint-config-airbnb-base": "^15.0.0",
9191
"eslint-config-airbnb-typescript": "^17.1.0",
92-
"eslint-config-prettier": "^9.1.0",
93-
"eslint-import-resolver-typescript": "^3.6.1",
94-
"eslint-plugin-cypress": "^2.15.1",
95-
"eslint-plugin-deprecation": "^2.0.0",
96-
"eslint-plugin-import": "^2.29.1",
97-
"eslint-plugin-jest": "^27.6.3",
98-
"eslint-plugin-jest-dom": "^5.1.0",
92+
"eslint-config-prettier": "^10.1.5",
93+
"eslint-import-resolver-typescript": "^4.4.3",
94+
"eslint-plugin-deprecation": "^3.0.0",
95+
"eslint-plugin-import": "^2.31.0",
96+
"eslint-plugin-jest": "^29.0.1",
97+
"eslint-plugin-jest-dom": "^5.5.0",
9998
"eslint-plugin-jest-formatting": "^3.1.0",
100-
"eslint-plugin-jsx-a11y": "^6.8.0",
101-
"eslint-plugin-prettier": "^5.1.3",
102-
"eslint-plugin-react": "^7.33.2",
103-
"eslint-plugin-react-hooks": "^4.6.0",
99+
"eslint-plugin-jsx-a11y": "^6.10.2",
100+
"eslint-plugin-prettier": "^5.5.0",
101+
"eslint-plugin-react": "^7.37.5",
102+
"eslint-plugin-react-hooks": "^5.2.0",
104103
"eslint-plugin-solid": "^0.14.5",
105-
"eslint-plugin-tailwindcss": "^3.14.0",
106-
"eslint-plugin-testing-library": "^6.2.0",
107-
"eslint-plugin-tsdoc": "^0.2.17",
108-
"eslint-plugin-unused-imports": "^3.0.0",
104+
"eslint-plugin-testing-library": "^7.5.3",
105+
"eslint-plugin-tsdoc": "^0.4.0",
106+
"eslint-plugin-unused-imports": "^4.1.4",
109107
"husky": "^9.1.7",
110-
"jsdom": "^26.0.0",
111-
"lint-staged": "^15.4.3",
112-
"prettier": "3.4.2",
113-
"rollup": "^4.34.8",
108+
"jsdom": "^26.1.0",
109+
"lint-staged": "^16.1.2",
110+
"prettier": "3.5.3",
111+
"rollup": "^4.44.0",
114112
"rollup-preset-solid": "^3.0.0",
115-
"secretlint": "^9.0.0",
113+
"secretlint": "^10.1.0",
116114
"solid-js": "^1.9.7",
117-
"taze": "^18.3.0",
115+
"taze": "^19.1.0",
118116
"tsc-files": "^1.1.4",
119117
"typescript": "^5.8.3",
120118
"vite": "^6.3.5",

0 commit comments

Comments
 (0)