Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent c7a7af7 commit fabe2b4
Show file tree
Hide file tree
Showing 17 changed files with 747 additions and 806 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
path: .yarn/plugins/plugin-auto-install.cjs
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.1/index.cjs'

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"devDependencies": {
"@qiwi/multi-semantic-release": "7.1.2",
"@types/eslint": "8.56.10",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/prettier-config": "9.1.2",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.57.0",
"husky": "9.1.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"pinst": "3.0.0",
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"engines": {
"node": ">= 18"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.1.1",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "55.0.0",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.5.4",
"vitest": "2.0.5"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "55.0.0",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.5.4",
"vitest": "2.0.5"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@mdx-js/react": "3.0.1",
"@storybook/addon-actions": "8.2.9",
"@storybook/addon-docs": "8.2.9",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/addon-actions": "8.3.0",
"@storybook/addon-docs": "8.3.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.2.9",
"@storybook/react": "8.3.0",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/eslint-config-ts-react": "10.2.0",
"@willbooster/prettier-config": "9.1.2",
"babel-loader": "9.1.3",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
Expand All @@ -70,8 +70,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"sort-package-json": "2.10.1",
"typescript": "5.5.4",
"vitest": "2.0.5"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"peerDependencies": {
"react": "~18.2.0 || ~18.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "55.0.0",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.5.4",
"vitest": "2.0.5"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-swc": "0.3.1",
"@swc/core": "1.7.22",
"@rollup/plugin-swc": "0.4.0",
"@swc/core": "1.7.26",
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
"@types/node": "20.16.2",
"@types/node": "20.16.5",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"at-decorators": "2.1.0",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "55.0.0",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"prettier": "3.3.3",
"prisma": "5.19.0",
"prisma": "5.19.1",
"sort-package-json": "2.10.1",
"type-fest": "4.26.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
"type-fest": "4.26.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"engines": {
"node": ">= 18"
Expand Down
10 changes: 5 additions & 5 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"dependencies": {
"@blitzjs/auth": "2.1.1",
"@blitzjs/next": "2.1.1",
"@prisma/client": "5.19.0",
"@prisma/client": "5.19.1",
"blitz": "2.1.1",
"next": "14.2.7",
"prisma": "5.19.0",
"next": "14.2.11",
"prisma": "5.19.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.16.2",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*"
],
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/sub1",
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/sub2",
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unusual-monorepo/sub1",
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unusual-monorepo/sub2",
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unusual-monorepo/sub3",
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/wb/test-fixtures/unusual-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dir/subdir/*/sub2"
],
"devDependencies": {
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Loading

0 comments on commit fabe2b4

Please sign in to comment.