Skip to content

Commit 7d8d932

Browse files
fix(auth): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4e49f8 commit 7d8d932

File tree

11 files changed

+747
-734
lines changed

11 files changed

+747
-734
lines changed

apps/app/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@trpc/next": "10.45.2",
6161
"@trpc/react-query": "10.45.2",
6262
"@trpc/server": "10.45.2",
63-
"@vercel/analytics": "1.2.2",
63+
"@vercel/analytics": "1.3.1",
6464
"@vercel/edge-config": "1.1.1",
6565
"@vercel/kv": "1.0.1",
66-
"@vercel/speed-insights": "1.0.10",
66+
"@vercel/speed-insights": "1.0.11",
6767
"@weareinreach/analytics": "workspace:*",
6868
"@weareinreach/api": "workspace:*",
6969
"@weareinreach/auth": "workspace:*",
@@ -93,7 +93,7 @@
9393
"next-i18next": "15.3.0",
9494
"next-seo": "6.5.0",
9595
"nextjs-google-analytics": "2.3.3",
96-
"nextjs-routes": "2.1.0",
96+
"nextjs-routes": "2.2.0",
9797
"object-sizeof": "2.6.4",
9898
"pretty-bytes": "6.1.1",
9999
"react": "18.3.1",
@@ -102,12 +102,12 @@
102102
"react-hook-consent": "3.5.3",
103103
"react-hook-form": "7.51.5",
104104
"react-hook-form-mantine": "2.0.0",
105-
"react-i18next": "14.1.1",
105+
"react-i18next": "14.1.2",
106106
"zod": "3.23.8"
107107
},
108108
"devDependencies": {
109109
"@hookform/devtools": "4.3.1",
110-
"@playwright/test": "1.44.0",
110+
"@playwright/test": "1.44.1",
111111
"@prisma/nextjs-monorepo-workaround-plugin": "5.14.0",
112112
"@relative-ci/agent": "4.2.7",
113113
"@tanstack/react-query-devtools": "4.36.1",
@@ -117,10 +117,10 @@
117117
"@types/gtag.js": "0.0.19",
118118
"@types/luxon": "3.4.2",
119119
"@types/node": "20.12.12",
120-
"@types/react": "18.3.2",
120+
"@types/react": "18.3.3",
121121
"@types/react-dom": "18.3.0",
122-
"@typescript-eslint/eslint-plugin": "7.10.0",
123-
"@typescript-eslint/parser": "7.10.0",
122+
"@typescript-eslint/eslint-plugin": "7.11.0",
123+
"@typescript-eslint/parser": "7.11.0",
124124
"@weareinreach/config": "workspace:*",
125125
"@weareinreach/eslint-config": "workspace:*",
126126
"@welldone-software/why-did-you-render": "8.0.1",
@@ -133,7 +133,7 @@
133133
"prettier": "3.2.5",
134134
"trpc-panel": "1.3.4",
135135
"trpc-playground": "1.0.4",
136-
"type-fest": "4.18.2",
136+
"type-fest": "4.18.3",
137137
"typescript": "5.4.5",
138138
"webpack-bundle-analyzer": "4.10.2"
139139
},

apps/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"next": "14.2.3",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
34-
"react-i18next": "14.1.1"
34+
"react-i18next": "14.1.2"
3535
},
3636
"devDependencies": {
3737
"@next/bundle-analyzer": "14.2.3",
3838
"@types/eslint": "8.56.10",
3939
"@types/node": "20.12.12",
40-
"@types/react": "18.3.2",
40+
"@types/react": "18.3.3",
4141
"@types/react-dom": "18.3.0",
4242
"@weareinreach/config": "workspace:*",
4343
"@weareinreach/eslint-config": "workspace:*",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"types:sync": "typesync"
3939
},
4040
"devDependencies": {
41-
"@changesets/cli": "2.27.3",
41+
"@changesets/cli": "2.27.4",
4242
"@turbo/gen": "1.13.3",
4343
"@types/lint-staged": "13.3.0",
4444
"@types/node": "20.12.12",
@@ -50,20 +50,20 @@
5050
"dotenv": "16.4.5",
5151
"dotenv-expand": "11.0.6",
5252
"husky": "9.0.11",
53-
"knip": "5.16.0",
54-
"lint-staged": "15.2.4",
53+
"knip": "5.17.3",
54+
"lint-staged": "15.2.5",
5555
"prettier": "3.2.5",
5656
"prettier-plugin-jsdoc": "1.3.0",
5757
"prettier-plugin-packagejson": "2.5.0",
5858
"prettier-plugin-prisma": "5.0.0",
5959
"sherif": "0.8.4",
60-
"tsx": "4.10.5",
60+
"tsx": "4.11.0",
6161
"turbo": "1.13.3",
6262
"typescript": "5.4.5",
6363
"typesync": "0.12.1",
6464
"yargs": "17.7.2"
6565
},
66-
"packageManager": "[email protected].2",
66+
"packageManager": "[email protected].3",
6767
"engines": {
6868
"node": "^20.12.2",
6969
"pnpm": "^9.0.0"

packages/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@weareinreach/eslint-config": "workspace:*",
2222
"next": "14.2.3",
2323
"nextjs-google-analytics": "2.3.3",
24-
"type-fest": "4.18.2"
24+
"type-fest": "4.18.3"
2525
},
2626
"peerDependencies": {
2727
"next": "14.2.3",

packages/api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@weareinreach/db": "workspace:*",
3232
"@weareinreach/env": "workspace:*",
3333
"@weareinreach/util": "workspace:*",
34-
"ajv": "8.13.0",
34+
"ajv": "8.14.0",
3535
"alex": "11.0.1",
3636
"crud-object-diff": "2.3.6",
3737
"geo-tz": "8.0.2",
@@ -43,7 +43,7 @@
4343
"just-map-values": "3.2.0",
4444
"just-omit": "2.2.0",
4545
"just-pick": "4.2.0",
46-
"libphonenumber-js": "1.11.1",
46+
"libphonenumber-js": "1.11.2",
4747
"luxon": "3.4.4",
4848
"nanoid": "5.0.7",
4949
"remeda": "1.61.0",
@@ -69,7 +69,7 @@
6969
"next": "14.2.3",
7070
"prettier": "3.2.5",
7171
"trpc-panel": "1.3.4",
72-
"type-fest": "4.18.2",
72+
"type-fest": "4.18.3",
7373
"typescript": "5.4.5"
7474
},
7575
"peerDependencies": {

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"with-env": "dotenv -e ../../.env --"
5656
},
5757
"dependencies": {
58-
"@aws-sdk/client-cognito-identity-provider": "3.577.0",
58+
"@aws-sdk/client-cognito-identity-provider": "3.583.0",
5959
"@next-auth/prisma-adapter": "1.0.7",
6060
"@weareinreach/db": "workspace:*",
6161
"@weareinreach/env": "workspace:*",
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@types/eslint": "8.56.10",
7070
"@types/node": "20.12.12",
71-
"@types/react": "18.3.2",
71+
"@types/react": "18.3.3",
7272
"@types/react-dom": "18.3.0",
7373
"@weareinreach/config": "workspace:*",
7474
"@weareinreach/eslint-config": "workspace:*",

packages/db/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@octokit/core": "5.2.0",
6767
"@snaplet/copycat": "5.0.0",
68-
"@snaplet/seed": "0.97.19",
68+
"@snaplet/seed": "0.97.20",
6969
"@terraformer/wkt": "2.2.1",
7070
"@turbo/gen": "1.13.3",
7171
"@turf/helpers": "7.0.0-alpha.116",
@@ -91,7 +91,7 @@
9191
"inquirer-autocomplete-prompt": "3.0.1",
9292
"just-compact": "3.2.0",
9393
"kysely-codegen": "0.15.0",
94-
"libphonenumber-js": "1.11.1",
94+
"libphonenumber-js": "1.11.2",
9595
"listr2": "8.2.1",
9696
"luxon": "3.4.4",
9797
"p-queue": "8.0.1",
@@ -110,10 +110,10 @@
110110
"sql-bricks-postgres": "0.6.0",
111111
"string-byte-length": "3.0.0",
112112
"tiny-invariant": "1.3.3",
113-
"tsx": "4.10.5",
114-
"type-fest": "4.18.2",
113+
"tsx": "4.11.0",
114+
"type-fest": "4.18.3",
115115
"typescript": "5.4.5",
116-
"zod-prisma-types": "3.1.6",
116+
"zod-prisma-types": "3.1.8",
117117
"zod-to-json-schema": "3.23.0"
118118
},
119119
"prisma": {

packages/env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@t3-oss/env-nextjs": "0.9.2",
2121
"@weareinreach/util": "workspace:*",
22-
"chromatic": "11.4.0",
22+
"chromatic": "11.4.1",
2323
"zod": "3.23.8"
2424
},
2525
"devDependencies": {

packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@types/eslint": "8.56.10",
2020
"@types/eslint-config-prettier": "6.11.3",
2121
"@types/node": "20.12.12",
22-
"@typescript-eslint/eslint-plugin": "7.10.0",
23-
"@typescript-eslint/parser": "7.10.0",
22+
"@typescript-eslint/eslint-plugin": "7.11.0",
23+
"@typescript-eslint/parser": "7.11.0",
2424
"eslint": "8.57.0",
2525
"eslint-config-next": "14.2.3",
2626
"eslint-config-prettier": "9.1.0",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-i18next": "6.0.3",
3232
"eslint-plugin-import": "npm:[email protected]",
3333
"eslint-plugin-node": "npm:[email protected]",
34-
"eslint-plugin-react": "7.34.1",
34+
"eslint-plugin-react": "7.34.2",
3535
"eslint-plugin-storybook": "0.8.0",
3636
"eslint-plugin-turbo": "1.13.3",
3737
"next": "14.2.3",

packages/ui/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@weareinreach/analytics": "workspace:*",
3333
"@weareinreach/env": "workspace:*",
3434
"@weareinreach/util": "workspace:*",
35-
"ahooks": "3.7.11",
36-
"ajv": "8.13.0",
35+
"ahooks": "3.8.0",
36+
"ajv": "8.14.0",
3737
"ajv-errors": "3.0.0",
3838
"alex": "11.0.1",
3939
"cookies-next": "4.2.1",
@@ -47,12 +47,12 @@
4747
"just-group-by": "2.2.0",
4848
"just-map-values": "3.2.0",
4949
"just-order-by": "1.0.0",
50-
"libphonenumber-js": "1.11.1",
50+
"libphonenumber-js": "1.11.2",
5151
"locale-includes": "1.0.6",
5252
"localized-address-format": "1.3.1",
53-
"nextjs-routes": "2.1.0",
53+
"nextjs-routes": "2.2.0",
5454
"probe-image-size": "7.2.3",
55-
"react-phone-number-input": "3.4.1",
55+
"react-phone-number-input": "3.4.3",
5656
"react-string-replace": "1.1.1",
5757
"social-links": "1.14.0",
5858
"timezones-list": "3.0.3",
@@ -68,11 +68,11 @@
6868
"@hookform/error-message": "2.0.1",
6969
"@hookform/resolvers": "3.4.2",
7070
"@iconify-icon/react": "2.1.0",
71-
"@iconify-json/carbon": "1.1.33",
71+
"@iconify-json/carbon": "1.1.34",
7272
"@iconify-json/fluent-mdl2": "1.1.7",
7373
"@iconify-json/mdi": "1.1.66",
7474
"@iconify-json/ph": "1.1.13",
75-
"@iconify-json/simple-icons": "1.1.102",
75+
"@iconify-json/simple-icons": "1.1.103",
7676
"@iconify/react": "4.1.1",
7777
"@iconify/types": "2.0.0",
7878
"@iconify/utils": "2.1.23",
@@ -120,7 +120,7 @@
120120
"@types/luxon": "3.4.2",
121121
"@types/node": "20.12.12",
122122
"@types/probe-image-size": "7.2.4",
123-
"@types/react": "18.3.2",
123+
"@types/react": "18.3.3",
124124
"@types/react-dom": "18.3.0",
125125
"@types/terraformer__wkt": "2.0.3",
126126
"@weareinreach/api": "workspace:*",
@@ -129,7 +129,7 @@
129129
"@weareinreach/db": "workspace:*",
130130
"@weareinreach/eslint-config": "workspace:*",
131131
"@welldone-software/why-did-you-render": "8.0.1",
132-
"chromatic": "11.4.0",
132+
"chromatic": "11.4.1",
133133
"css-loader": "6.11.0",
134134
"dayjs": "1.11.11",
135135
"dotenv": "16.4.5",
@@ -158,7 +158,7 @@
158158
"react-hook-form": "7.51.5",
159159
"react-hook-form-mantine": "2.0.0",
160160
"react-hook-tracer": "1.4.0",
161-
"react-i18next": "14.1.1",
161+
"react-i18next": "14.1.2",
162162
"react-refresh": "0.14.2",
163163
"react-refresh-typescript": "2.0.9",
164164
"resolve-url-loader": "5.0.0",
@@ -167,8 +167,8 @@
167167
"storybook-addon-pseudo-states": "2.2.1",
168168
"style-loader": "3.3.4",
169169
"tsconfig-paths-webpack-plugin": "4.1.0",
170-
"tsx": "4.10.5",
171-
"type-fest": "4.18.2",
170+
"tsx": "4.11.0",
171+
"type-fest": "4.18.3",
172172
"typescript": "5.4.5",
173173
"webpack": "5.91.0",
174174
"zod": "3.23.8"
@@ -212,7 +212,7 @@
212212
"react-error-boundary": "4.0.13",
213213
"react-hook-form": "7.51.5",
214214
"react-hook-form-mantine": "2.0.0",
215-
"react-i18next": "14.1.1"
215+
"react-i18next": "14.1.2"
216216
},
217217
"msw": {
218218
"workerDirectory": [

0 commit comments

Comments
 (0)