Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sakamoto, Kazunori <[email protected]>
  • Loading branch information
renovate[bot] and exKAZUu authored Aug 20, 2024
1 parent 27865c4 commit 1404da6
Show file tree
Hide file tree
Showing 19 changed files with 1,398 additions and 2,201 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.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.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
},
"prettier": "@willbooster/prettier-config",
"resolutions": {
"esbuild": "0.23.0"
"esbuild": "0.23.1"
},
"devDependencies": {
"@qiwi/multi-semantic-release": "7.1.1",
"@qiwi/multi-semantic-release": "7.1.2",
"@types/eslint": "8.56.10",
"@typescript-eslint/parser": "7.18.0",
"@willbooster/prettier-config": "9.1.2",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.57.0",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"micromatch": "4.0.7",
"pinst": "3.0.0",
"prettier": "3.3.3",
"sort-package-json": "2.10.0",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"engines": {
"node": ">= 18"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "7.18.0",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"blitz": "2.0.10",
"blitz": "2.1.1",
"build-ts": "13.1.8",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -51,7 +51,7 @@
"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.7",
"lint-staged": "15.2.9",
"micromatch": "4.0.7",
"prettier": "3.3.3",
"sort-package-json": "2.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
"@types/node": "20.14.9",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@willbooster/eslint-config-ts": "10.6.0",
Expand All @@ -55,7 +55,7 @@
"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.7",
"lint-staged": "15.2.9",
"micromatch": "4.0.7",
"prettier": "3.3.3",
"sort-package-json": "2.10.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
},
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.25.2",
"@mdx-js/react": "3.0.1",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-docs": "8.1.11",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@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/builder-webpack4": "6.5.16",
"@storybook/manager-webpack4": "6.5.16",
"@storybook/react": "8.1.11",
"@storybook/react": "8.2.9",
"@storybook/testing-library": "0.2.2",
"@types/eslint": "8.56.10",
"@types/micromatch": "4.0.9",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-unicorn": "55.0.0",
"lint-staged": "15.2.7",
"lint-staged": "15.2.9",
"micromatch": "4.0.7",
"prettier": "3.3.3",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib-react/src/VersionOverlay.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const meta: Meta<typeof VersionOverlay> = {
component: VersionOverlay,
};

const Template: StoryFn<typeof VersionOverlay> = (args) => <VersionOverlay {...args} />;
const Template: StoryFn<typeof VersionOverlay> = (args: Record<string, never>) => <VersionOverlay {...args} />;

export const Default: StoryFn<typeof VersionOverlay> = Template.bind({});

Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"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.7",
"lint-staged": "15.2.9",
"micromatch": "4.0.7",
"prettier": "3.3.3",
"sort-package-json": "2.10.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"devDependencies": {
"@rollup/plugin-swc": "0.3.1",
"@swc/core": "1.6.7",
"@swc/core": "1.7.14",
"@types/eslint": "8.56.10",
"@types/kill-port": "2.0.3",
"@types/micromatch": "4.0.9",
"@types/node": "20.14.9",
"@types/yargs": "17.0.32",
"@types/node": "20.16.1",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@willbooster/eslint-config-ts": "10.6.0",
Expand All @@ -53,12 +53,12 @@
"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.7",
"lint-staged": "15.2.9",
"micromatch": "4.0.7",
"prettier": "3.3.3",
"prisma": "5.16.1",
"prisma": "5.18.0",
"sort-package-json": "2.10.0",
"type-fest": "4.21.0",
"type-fest": "4.25.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/wb/test-fixtures/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.10",
"@blitzjs/next": "2.0.10",
"@prisma/client": "5.16.1",
"blitz": "2.0.10",
"next": "14.2.4",
"prisma": "5.16.1",
"@blitzjs/auth": "2.1.1",
"@blitzjs/next": "2.1.1",
"@prisma/client": "5.18.0",
"blitz": "2.1.1",
"next": "14.2.5",
"prisma": "5.18.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.16.1",
"@types/react": "18.3.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
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.3"
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/sub1",
"devDependencies": {
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/sub2",
"devDependencies": {
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unusual-monorepo/sub1",
"devDependencies": {
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unusual-monorepo/sub2",
"devDependencies": {
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unusual-monorepo/sub3",
"devDependencies": {
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
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.3"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 1404da6

Please sign in to comment.