File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @sect/solid-hiding-header " : patch
3+ ---
4+
5+ .
6+
7+ - chore: update vite to v5.3.x
8+ - chore: bump pnpm version
9+ - chore: update vitest to v2.x.x
10+ - chore(deps): update dependencies
11+ - ci(husky): update hooks following v9 deprecations
12+ - ci: update GitHub Actions workflow
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - name : Setup pnpm 9
2424 uses : pnpm/action-setup@v4
2525 with :
26- version : 9.2.0
26+ version : 9.15.2
2727
28- - name : Setup Node.js 20 .x
28+ - name : Setup Node.js 21 .x
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : 20 .x
31+ node-version : 21 .x
3232
3333 - name : Install Dependencies
3434 run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41npx --no -- commitlint --edit ${1}
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41# Disable concurent to run build-types after ESLint in lint-staged
52npx lint-staged --concurrent false
Original file line number Diff line number Diff line change 3434 "@types/testing-library__jest-dom" : " ^5.14.9" ,
3535 "@typescript-eslint/eslint-plugin" : " ^6.19.0" ,
3636 "@typescript-eslint/parser" : " ^6.19.0" ,
37- "@vitest/coverage-v8" : " ^1.6.0 " ,
37+ "@vitest/coverage-v8" : " ^2.0.5 " ,
3838 "babel-preset-solid" : " ^1.8.9" ,
3939 "eslint" : " 8.56.0" ,
4040 "eslint-config-airbnb-base" : " ^15.0.0" ,
8282 "stylelint-prettier" : " ^5.0.0" ,
8383 "tailwindcss" : " ^3.4.1" ,
8484 "typescript" : " ^5.3.3" ,
85- "vite" : " ^5.0.12 " ,
85+ "vite" : " ^5.3.0 " ,
8686 "vite-plugin-solid" : " ^2.8.0" ,
87- "vite-tsconfig-paths" : " ^4.3.1 " ,
88- "vitest" : " ^1.6.0 "
87+ "vite-tsconfig-paths" : " ^4.3.2 " ,
88+ "vitest" : " ^2.0.5 "
8989 },
9090 "dependencies" : {
9191 "@sect/solid-hiding-header" : " workspace:*" ,
Original file line number Diff line number Diff line change 2020 },
2121 "devDependencies" : {
2222 "@changesets/changelog-github" : " ^0.5.0" ,
23- "@changesets/cli" : " ^2.27.1 " ,
24- "@commitlint/cli" : " ^18.4.4 " ,
25- "@commitlint/config-conventional" : " ^18.4.4 " ,
26- "@secretlint/secretlint-rule-preset-recommend" : " ^8.1 .0" ,
27- "eslint" : " ^8.56.0 " ,
28- "husky" : " ^8.0.3 " ,
29- "lint-staged" : " ^15.2 .0" ,
30- "prettier" : " ^3.2.4 " ,
31- "secretlint" : " ^8.1 .0" ,
32- "turbo" : " ^2.0 .3"
23+ "@changesets/cli" : " ^2.27.11 " ,
24+ "@commitlint/cli" : " ^19.6.1 " ,
25+ "@commitlint/config-conventional" : " ^19.6.0 " ,
26+ "@secretlint/secretlint-rule-preset-recommend" : " ^9.0 .0" ,
27+ "eslint" : " ^8.57.1 " ,
28+ "husky" : " ^9.1.7 " ,
29+ "lint-staged" : " ^15.3 .0" ,
30+ "prettier" : " ^3.4.2 " ,
31+ "secretlint" : " ^9.0 .0" ,
32+ "turbo" : " ^2.3 .3"
3333 },
34- "packageManager" : " pnpm@9.2.0 " ,
34+ "packageManager" : " pnpm@9.15.2 " ,
3535 "name" : " solid-hiding-header"
3636}
Original file line number Diff line number Diff line change 8686 "@types/testing-library__jest-dom" : " ^5.14.9" ,
8787 "@typescript-eslint/eslint-plugin" : " ^6.19.0" ,
8888 "@typescript-eslint/parser" : " ^6.19.0" ,
89- "@vitest/coverage-v8" : " ^1.6.0 " ,
89+ "@vitest/coverage-v8" : " ^2.0.5 " ,
9090 "@vue/test-utils" : " ^2.4.3" ,
9191 "babel-preset-solid" : " ^1.8.9" ,
9292 "eslint" : " 8.56.0" ,
120120 "taze" : " ^0.13.1" ,
121121 "tsc-files" : " ^1.1.4" ,
122122 "typescript" : " ^5.3.3" ,
123- "vite" : " ^5.0.12 " ,
123+ "vite" : " ^5.3.0 " ,
124124 "vite-plugin-solid" : " ^2.8.0" ,
125- "vite-tsconfig-paths" : " ^4.3.1 " ,
126- "vitest" : " ^1.6.0 "
125+ "vite-tsconfig-paths" : " ^4.3.2 " ,
126+ "vitest" : " ^2.0.5 "
127127 },
128128 "keywords" : [
129129 " solid" ,
You can’t perform that action at this time.
0 commit comments