Skip to content

Commit 06c35b9

Browse files
chore(deps): update all non-major dependencies
1 parent c7a7af7 commit 06c35b9

File tree

17 files changed

+1126
-928
lines changed

17 files changed

+1126
-928
lines changed

.yarn/releases/yarn-4.4.1.cjs renamed to .yarn/releases/yarn-4.5.0.cjs

Lines changed: 162 additions & 162 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ plugins:
1111
path: .yarn/plugins/plugin-auto-install.cjs
1212
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.1/index.cjs'
1313

14-
yarnPath: .yarn/releases/yarn-4.4.1.cjs
14+
yarnPath: .yarn/releases/yarn-4.5.0.cjs

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
},
2626
"prettier": "@willbooster/prettier-config",
2727
"resolutions": {
28-
"esbuild": "0.23.1"
28+
"esbuild": "0.24.0"
2929
},
3030
"devDependencies": {
3131
"@qiwi/multi-semantic-release": "7.1.2",
3232
"@types/eslint": "8.56.10",
33-
"@typescript-eslint/parser": "8.3.0",
33+
"@typescript-eslint/parser": "8.8.0",
3434
"@willbooster/prettier-config": "9.1.2",
3535
"conventional-changelog-conventionalcommits": "6.1.0",
3636
"eslint": "8.57.0",
37-
"husky": "9.1.5",
37+
"husky": "9.1.6",
3838
"lint-staged": "15.2.10",
3939
"micromatch": "4.0.8",
4040
"pinst": "3.0.0",
4141
"prettier": "3.3.3",
4242
"sort-package-json": "2.10.1",
43-
"typescript": "5.5.4"
43+
"typescript": "5.6.2"
4444
},
45-
"packageManager": "yarn@4.4.1",
45+
"packageManager": "yarn@4.5.0",
4646
"engines": {
4747
"node": ">= 18"
4848
}

packages/shared-lib-blitz-next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@
3838
"devDependencies": {
3939
"@types/eslint": "8.56.10",
4040
"@types/micromatch": "4.0.9",
41-
"@typescript-eslint/eslint-plugin": "8.3.0",
42-
"@typescript-eslint/parser": "8.3.0",
41+
"@typescript-eslint/eslint-plugin": "8.8.0",
42+
"@typescript-eslint/parser": "8.8.0",
4343
"@willbooster/eslint-config-ts": "10.6.0",
4444
"@willbooster/prettier-config": "9.1.2",
4545
"blitz": "2.1.1",
4646
"build-ts": "13.1.8",
4747
"eslint": "8.57.0",
4848
"eslint-config-prettier": "9.1.0",
4949
"eslint-import-resolver-typescript": "3.6.3",
50-
"eslint-plugin-import": "2.29.1",
50+
"eslint-plugin-import": "2.30.0",
5151
"eslint-plugin-sort-class-members": "1.20.0",
5252
"eslint-plugin-sort-destructure-keys": "2.0.0",
5353
"eslint-plugin-unicorn": "55.0.0",
5454
"lint-staged": "15.2.10",
5555
"micromatch": "4.0.8",
5656
"prettier": "3.3.3",
5757
"sort-package-json": "2.10.1",
58-
"typescript": "5.5.4",
59-
"vitest": "2.0.5"
58+
"typescript": "5.6.2",
59+
"vitest": "2.1.1"
6060
},
6161
"publishConfig": {
6262
"access": "public"

packages/shared-lib-node/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@
4242
"devDependencies": {
4343
"@types/eslint": "8.56.10",
4444
"@types/micromatch": "4.0.9",
45-
"@types/node": "20.16.2",
46-
"@typescript-eslint/eslint-plugin": "8.3.0",
47-
"@typescript-eslint/parser": "8.3.0",
45+
"@types/node": "20.16.10",
46+
"@typescript-eslint/eslint-plugin": "8.8.0",
47+
"@typescript-eslint/parser": "8.8.0",
4848
"@willbooster/eslint-config-ts": "10.6.0",
4949
"@willbooster/prettier-config": "9.1.2",
5050
"build-ts": "13.1.8",
5151
"eslint": "8.57.0",
5252
"eslint-config-prettier": "9.1.0",
5353
"eslint-import-resolver-typescript": "3.6.3",
54-
"eslint-plugin-import": "2.29.1",
54+
"eslint-plugin-import": "2.30.0",
5555
"eslint-plugin-sort-class-members": "1.20.0",
5656
"eslint-plugin-sort-destructure-keys": "2.0.0",
5757
"eslint-plugin-unicorn": "55.0.0",
5858
"lint-staged": "15.2.10",
5959
"micromatch": "4.0.8",
6060
"prettier": "3.3.3",
6161
"sort-package-json": "2.10.1",
62-
"typescript": "5.5.4",
63-
"vitest": "2.0.5"
62+
"typescript": "5.6.2",
63+
"vitest": "2.1.1"
6464
},
6565
"publishConfig": {
6666
"access": "public"

packages/shared-lib-react/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,45 +33,45 @@
3333
},
3434
"prettier": "@willbooster/prettier-config",
3535
"devDependencies": {
36-
"@babel/core": "7.25.2",
36+
"@babel/core": "7.25.7",
3737
"@mdx-js/react": "3.0.1",
38-
"@storybook/addon-actions": "8.2.9",
39-
"@storybook/addon-docs": "8.2.9",
40-
"@storybook/addon-essentials": "8.2.9",
41-
"@storybook/addon-interactions": "8.2.9",
42-
"@storybook/addon-links": "8.2.9",
38+
"@storybook/addon-actions": "8.3.4",
39+
"@storybook/addon-docs": "8.3.4",
40+
"@storybook/addon-essentials": "8.3.4",
41+
"@storybook/addon-interactions": "8.3.4",
42+
"@storybook/addon-links": "8.3.4",
4343
"@storybook/builder-webpack4": "6.5.16",
4444
"@storybook/manager-webpack4": "6.5.16",
45-
"@storybook/react": "8.2.9",
45+
"@storybook/react": "8.3.4",
4646
"@storybook/testing-library": "0.2.2",
4747
"@types/eslint": "8.56.10",
4848
"@types/micromatch": "4.0.9",
49-
"@types/react": "18.3.5",
49+
"@types/react": "18.3.11",
5050
"@types/react-dom": "18.3.0",
51-
"@typescript-eslint/eslint-plugin": "8.3.0",
52-
"@typescript-eslint/parser": "8.3.0",
51+
"@typescript-eslint/eslint-plugin": "8.8.0",
52+
"@typescript-eslint/parser": "8.8.0",
5353
"@willbooster/eslint-config-ts-react": "10.2.0",
5454
"@willbooster/prettier-config": "9.1.2",
55-
"babel-loader": "9.1.3",
55+
"babel-loader": "9.2.1",
5656
"build-ts": "13.1.8",
5757
"eslint": "8.57.0",
5858
"eslint-config-prettier": "9.1.0",
5959
"eslint-import-resolver-typescript": "3.6.3",
60-
"eslint-plugin-import": "2.29.1",
61-
"eslint-plugin-react": "7.35.0",
60+
"eslint-plugin-import": "2.30.0",
61+
"eslint-plugin-react": "7.37.1",
6262
"eslint-plugin-react-hooks": "4.6.2",
6363
"eslint-plugin-sort-class-members": "1.20.0",
6464
"eslint-plugin-sort-destructure-keys": "2.0.0",
65-
"eslint-plugin-storybook": "0.8.0",
65+
"eslint-plugin-storybook": "0.9.0",
6666
"eslint-plugin-unicorn": "55.0.0",
6767
"lint-staged": "15.2.10",
6868
"micromatch": "4.0.8",
6969
"prettier": "3.3.3",
7070
"react": "18.3.1",
7171
"react-dom": "18.3.1",
7272
"sort-package-json": "2.10.1",
73-
"typescript": "5.5.4",
74-
"vitest": "2.0.5"
73+
"typescript": "5.6.2",
74+
"vitest": "2.1.1"
7575
},
7676
"peerDependencies": {
7777
"react": "~18.2.0 || ~18.3.0",

packages/shared-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@
3838
"devDependencies": {
3939
"@types/eslint": "8.56.10",
4040
"@types/micromatch": "4.0.9",
41-
"@typescript-eslint/eslint-plugin": "8.3.0",
42-
"@typescript-eslint/parser": "8.3.0",
41+
"@typescript-eslint/eslint-plugin": "8.8.0",
42+
"@typescript-eslint/parser": "8.8.0",
4343
"@willbooster/eslint-config-ts": "10.6.0",
4444
"@willbooster/prettier-config": "9.1.2",
4545
"build-ts": "13.1.8",
4646
"eslint": "8.57.0",
4747
"eslint-config-prettier": "9.1.0",
4848
"eslint-import-resolver-typescript": "3.6.3",
49-
"eslint-plugin-import": "2.29.1",
49+
"eslint-plugin-import": "2.30.0",
5050
"eslint-plugin-sort-class-members": "1.20.0",
5151
"eslint-plugin-sort-destructure-keys": "2.0.0",
5252
"eslint-plugin-unicorn": "55.0.0",
5353
"lint-staged": "15.2.10",
5454
"micromatch": "4.0.8",
5555
"prettier": "3.3.3",
5656
"sort-package-json": "2.10.1",
57-
"typescript": "5.5.4",
58-
"vitest": "2.0.5"
57+
"typescript": "5.6.2",
58+
"vitest": "2.1.1"
5959
},
6060
"publishConfig": {
6161
"access": "public"

packages/wb/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,34 @@
3333
"yargs": "17.7.2"
3434
},
3535
"devDependencies": {
36-
"@rollup/plugin-swc": "0.3.1",
37-
"@swc/core": "1.7.22",
36+
"@rollup/plugin-swc": "0.4.0",
37+
"@swc/core": "1.7.26",
3838
"@types/eslint": "8.56.10",
3939
"@types/kill-port": "2.0.3",
4040
"@types/micromatch": "4.0.9",
41-
"@types/node": "20.16.2",
41+
"@types/node": "20.16.10",
4242
"@types/yargs": "17.0.33",
43-
"@typescript-eslint/eslint-plugin": "8.3.0",
44-
"@typescript-eslint/parser": "8.3.0",
43+
"@typescript-eslint/eslint-plugin": "8.8.0",
44+
"@typescript-eslint/parser": "8.8.0",
4545
"@willbooster/eslint-config-ts": "10.6.0",
4646
"@willbooster/prettier-config": "9.1.2",
4747
"at-decorators": "2.1.0",
4848
"build-ts": "13.1.8",
4949
"eslint": "8.57.0",
5050
"eslint-config-prettier": "9.1.0",
5151
"eslint-import-resolver-typescript": "3.6.3",
52-
"eslint-plugin-import": "2.29.1",
52+
"eslint-plugin-import": "2.30.0",
5353
"eslint-plugin-sort-class-members": "1.20.0",
5454
"eslint-plugin-sort-destructure-keys": "2.0.0",
5555
"eslint-plugin-unicorn": "55.0.0",
5656
"lint-staged": "15.2.10",
5757
"micromatch": "4.0.8",
5858
"prettier": "3.3.3",
59-
"prisma": "5.19.0",
59+
"prisma": "5.20.0",
6060
"sort-package-json": "2.10.1",
61-
"type-fest": "4.26.0",
62-
"typescript": "5.5.4",
63-
"vitest": "2.0.5"
61+
"type-fest": "4.26.1",
62+
"typescript": "5.6.2",
63+
"vitest": "2.1.1"
6464
},
6565
"engines": {
6666
"node": ">= 18"

packages/wb/test-fixtures/blitz/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"@blitzjs/auth": "2.1.1",
1616
"@blitzjs/next": "2.1.1",
17-
"@prisma/client": "5.19.0",
17+
"@prisma/client": "5.20.0",
1818
"blitz": "2.1.1",
19-
"next": "14.2.7",
20-
"prisma": "5.19.0",
19+
"next": "14.2.14",
20+
"prisma": "5.20.0",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1"
2323
},
2424
"devDependencies": {
25-
"@types/node": "20.16.2",
26-
"@types/react": "18.3.5",
27-
"typescript": "5.5.4"
25+
"@types/node": "20.16.10",
26+
"@types/react": "18.3.11",
27+
"typescript": "5.6.2"
2828
}
2929
}

packages/wb/test-fixtures/monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/*"
55
],
66
"devDependencies": {
7-
"typescript": "5.5.4"
7+
"typescript": "5.6.2"
88
}
99
}

0 commit comments

Comments
 (0)