Skip to content

Commit dcf9e3c

Browse files
committed
chore(deps): update dependencies
1 parent ceee60c commit dcf9e3c

5 files changed

Lines changed: 1788 additions & 1672 deletions

File tree

apps/solidjs-boilerplate/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -22,44 +22,44 @@
2222
},
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@commitlint/cli": "^19.8.1",
26-
"@commitlint/config-conventional": "^19.8.1",
27-
"@commitlint/types": "^19.8.1",
28-
"@playwright/test": "^1.53.2",
29-
"@secretlint/secretlint-rule-preset-recommend": "^10.1.1",
25+
"@commitlint/cli": "^20.1.0",
26+
"@commitlint/config-conventional": "^20.0.0",
27+
"@commitlint/types": "^20.0.0",
28+
"@playwright/test": "^1.56.1",
29+
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
3030
"@solidjs/testing-library": "^0.8.10",
31-
"@testing-library/dom": "^10.4.0",
32-
"@testing-library/jest-dom": "^6.6.3",
31+
"@testing-library/dom": "^10.4.1",
32+
"@testing-library/jest-dom": "^6.9.1",
3333
"@testing-library/user-event": "^14.6.1",
34-
"@types/node": "^24.0.10",
34+
"@types/node": "^24.10.1",
3535
"@types/testing-library__jest-dom": "^6.0.0",
3636
"@typescript-eslint/eslint-plugin": "^6.19.0",
3737
"@typescript-eslint/parser": "^6.19.0",
38-
"@vitest/coverage-v8": "^4.0.0",
39-
"babel-preset-solid": "^1.9.6",
38+
"@vitest/coverage-v8": "^4.0.9",
39+
"babel-preset-solid": "^1.9.10",
4040
"eslint": "8.57.1",
4141
"eslint-config-airbnb-base": "^15.0.0",
4242
"eslint-config-airbnb-typescript": "^17.1.0",
43-
"eslint-config-prettier": "^10.1.5",
43+
"eslint-config-prettier": "^10.1.8",
4444
"eslint-import-resolver-typescript": "^4.4.4",
4545
"eslint-plugin-deprecation": "^3.0.0",
4646
"eslint-plugin-import": "^2.32.0",
47-
"eslint-plugin-jest": "^29.0.1",
47+
"eslint-plugin-jest": "^29.1.0",
4848
"eslint-plugin-jest-dom": "^5.5.0",
4949
"eslint-plugin-jest-formatting": "^3.1.0",
5050
"eslint-plugin-jsx-a11y": "^6.10.2",
51-
"eslint-plugin-playwright": "^2.2.0",
52-
"eslint-plugin-prettier": "^5.5.1",
51+
"eslint-plugin-playwright": "^2.3.0",
52+
"eslint-plugin-prettier": "^5.5.4",
5353
"eslint-plugin-react": "^7.37.5",
54-
"eslint-plugin-react-hooks": "^5.2.0",
54+
"eslint-plugin-react-hooks": "^7.0.1",
5555
"eslint-plugin-solid": "^0.14.5",
56-
"eslint-plugin-testing-library": "^7.5.3",
57-
"eslint-plugin-tsdoc": "^0.4.0",
58-
"eslint-plugin-unused-imports": "^4.1.4",
56+
"eslint-plugin-testing-library": "^7.13.4",
57+
"eslint-plugin-tsdoc": "^0.5.0",
58+
"eslint-plugin-unused-imports": "^4.3.0",
5959
"eslint-plugin-vitest": "^0.5.4",
6060
"husky": "^9.1.7",
61-
"jsdom": "^26.1.0",
62-
"lint-staged": "^16.1.2",
61+
"jsdom": "^27.2.0",
62+
"lint-staged": "^16.2.6",
6363
"msw": "^2.12.2",
6464
"postcss": "^8.5.6",
6565
"postcss-calc": "^10.1.1",
@@ -68,34 +68,34 @@
6868
"postcss-hexrgba": "^2.1.0",
6969
"postcss-import": "^16.1.1",
7070
"postcss-nesting": "^13.0.2",
71-
"postcss-preset-env": "^10.2.4",
71+
"postcss-preset-env": "^10.4.0",
7272
"postcss-pseudo-is": "^0.3.0",
7373
"postcss-pxtorem": "^6.1.0",
7474
"postcss-reporter": "^7.1.0",
7575
"postcss-sort-media-queries": "^5.2.0",
7676
"prettier": "^3.6.2",
77-
"secretlint": "^10.1.1",
78-
"stylelint": "^16.21.1",
79-
"stylelint-config-recess-order": "^7.1.0",
80-
"stylelint-config-standard": "^38.0.0",
77+
"secretlint": "^11.2.5",
78+
"stylelint": "^16.25.0",
79+
"stylelint-config-recess-order": "^7.4.0",
80+
"stylelint-config-standard": "^39.0.1",
8181
"stylelint-prettier": "^5.0.3",
82-
"tailwindcss": "^4.1.11",
83-
"typescript": "^5.8.3",
84-
"vite": "^7.0.2",
85-
"vite-plugin-solid": "^2.11.7",
82+
"tailwindcss": "^4.1.17",
83+
"typescript": "^5.9.3",
84+
"vite": "^7.2.2",
85+
"vite-plugin-solid": "^2.11.10",
8686
"vite-tsconfig-paths": "^5.1.4",
87-
"vitest": "^4.0.0"
87+
"vitest": "^4.0.9"
8888
},
8989
"dependencies": {
9090
"@sect/solid-hiding-header": "workspace:*",
9191
"@solidjs/meta": "^0.29.4",
92-
"@solidjs/router": "^0.15.3",
93-
"@tailwindcss/vite": "^4.1.11",
94-
"@tanstack/solid-query": "^5.81.5",
92+
"@solidjs/router": "^0.15.4",
93+
"@tailwindcss/vite": "^4.1.17",
94+
"@tanstack/solid-query": "^5.90.12",
9595
"escape-goat": "^4.0.0",
96-
"isomorphic-dompurify": "^2.25.0",
97-
"solid-devtools": "^0.34.3",
98-
"solid-js": "^1.9.7",
96+
"isomorphic-dompurify": "^2.32.0",
97+
"solid-devtools": "^0.34.4",
98+
"solid-js": "^1.9.10",
9999
"solid-toast": "^0.5.0",
100100
"striptags": "^3.2.0",
101101
"truncate": "^3.0.0"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
},
2222
"devDependencies": {
2323
"@changesets/changelog-github": "^0.5.1",
24-
"@changesets/cli": "^2.29.5",
25-
"@commitlint/cli": "^19.8.1",
26-
"@commitlint/config-conventional": "^19.8.1",
27-
"@secretlint/secretlint-rule-preset-recommend": "^10.1.1",
24+
"@changesets/cli": "^2.29.7",
25+
"@commitlint/cli": "^20.1.0",
26+
"@commitlint/config-conventional": "^20.0.0",
27+
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
2828
"eslint": "^8.57.1",
2929
"husky": "^9.1.7",
30-
"lint-staged": "^16.1.2",
30+
"lint-staged": "^16.2.6",
3131
"prettier": "^3.6.2",
32-
"secretlint": "^10.1.1",
33-
"turbo": "^2.5.4"
32+
"secretlint": "^11.2.5",
33+
"turbo": "^2.6.1"
3434
},
35-
"packageManager": "pnpm@10.12.4",
35+
"packageManager": "pnpm@10.22.0",
3636
"name": "solid-hiding-header"
3737
}

packages/solid-hiding-header/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -76,50 +76,50 @@
7676
"hiding-header": "^0.9.1"
7777
},
7878
"devDependencies": {
79-
"@commitlint/cli": "^19.8.1",
80-
"@commitlint/config-conventional": "^19.8.1",
81-
"@secretlint/secretlint-rule-preset-recommend": "^10.1.1",
79+
"@commitlint/cli": "^20.1.0",
80+
"@commitlint/config-conventional": "^20.0.0",
81+
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
8282
"@solidjs/testing-library": "^0.8.10",
83-
"@testing-library/jest-dom": "^6.6.3",
84-
"@types/node": "^24.0.10",
83+
"@testing-library/jest-dom": "^6.9.1",
84+
"@types/node": "^24.10.1",
8585
"@types/testing-library__jest-dom": "^6.0.0",
8686
"@typescript-eslint/eslint-plugin": "^6.19.0",
8787
"@typescript-eslint/parser": "^6.19.0",
88-
"@vitest/coverage-v8": "^4.0.0",
89-
"babel-preset-solid": "^1.9.6",
88+
"@vitest/coverage-v8": "^4.0.9",
89+
"babel-preset-solid": "^1.9.10",
9090
"eslint": "8.57.1",
9191
"eslint-config-airbnb-base": "^15.0.0",
9292
"eslint-config-airbnb-typescript": "^17.1.0",
93-
"eslint-config-prettier": "^10.1.5",
93+
"eslint-config-prettier": "^10.1.8",
9494
"eslint-import-resolver-typescript": "^4.4.4",
9595
"eslint-plugin-deprecation": "^3.0.0",
9696
"eslint-plugin-import": "^2.32.0",
97-
"eslint-plugin-jest": "^29.0.1",
97+
"eslint-plugin-jest": "^29.1.0",
9898
"eslint-plugin-jest-dom": "^5.5.0",
9999
"eslint-plugin-jest-formatting": "^3.1.0",
100100
"eslint-plugin-jsx-a11y": "^6.10.2",
101-
"eslint-plugin-prettier": "^5.5.1",
101+
"eslint-plugin-prettier": "^5.5.4",
102102
"eslint-plugin-react": "^7.37.5",
103-
"eslint-plugin-react-hooks": "^5.2.0",
103+
"eslint-plugin-react-hooks": "^7.0.1",
104104
"eslint-plugin-solid": "^0.14.5",
105-
"eslint-plugin-testing-library": "^7.5.3",
106-
"eslint-plugin-tsdoc": "^0.4.0",
107-
"eslint-plugin-unused-imports": "^4.1.4",
105+
"eslint-plugin-testing-library": "^7.13.4",
106+
"eslint-plugin-tsdoc": "^0.5.0",
107+
"eslint-plugin-unused-imports": "^4.3.0",
108108
"husky": "^9.1.7",
109-
"jsdom": "^26.1.0",
110-
"lint-staged": "^16.1.2",
109+
"jsdom": "^27.2.0",
110+
"lint-staged": "^16.2.6",
111111
"prettier": "3.6.2",
112-
"rollup": "^4.44.2",
112+
"rollup": "^4.53.2",
113113
"rollup-preset-solid": "^3.0.0",
114-
"secretlint": "^10.1.1",
115-
"solid-js": "^1.9.7",
116-
"taze": "^19.1.0",
114+
"secretlint": "^11.2.5",
115+
"solid-js": "^1.9.10",
116+
"taze": "^19.9.0",
117117
"tsc-files": "^1.1.4",
118-
"typescript": "^5.8.3",
119-
"vite": "^7.0.2",
120-
"vite-plugin-solid": "^2.11.7",
118+
"typescript": "^5.9.3",
119+
"vite": "^7.2.2",
120+
"vite-plugin-solid": "^2.11.10",
121121
"vite-tsconfig-paths": "^5.1.4",
122-
"vitest": "^4.0.0"
122+
"vitest": "^4.0.9"
123123
},
124124
"keywords": [
125125
"solid",

packages/solid-hiding-header/tests/index.test.tsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,10 @@ describe('HidingHeader component', () => {
8080
// Bug for `toHaveStyle()` on CSS Custom Property @ https://github.com/testing-library/jest-dom/issues/280
8181
// expect(containerElm).toHaveStyle(`--hidingHeader-height: 0px;`);
8282

83-
// const headerRoots = document.getElementsByClassName('hidingHeader');
84-
// const style = window.getComputedStyle(headerRoots[0]);
85-
// const hidingHeaderHeight = style.getPropertyValue('--hidingHeader-height');
86-
// expect(hidingHeaderHeight).toBe('0px');
87-
88-
// workaround @ https://github.com/testing-library/jest-dom/issues/280#issuecomment-1908657917
89-
// @ts-ignore
90-
expect(containerElm.style._values).toMatchObject({
91-
'--hidingHeader-height': '0px',
92-
});
83+
// Use getComputedStyle() and getPropertyValue() to check CSS Custom Property
84+
const style = window.getComputedStyle(containerElm);
85+
const hidingHeaderHeight = style.getPropertyValue('--hidingHeader-height');
86+
expect(hidingHeaderHeight).toBe('0px');
9387
unmount();
9488
});
9589

0 commit comments

Comments
 (0)