Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 0e25835 commit 78ab92a
Show file tree
Hide file tree
Showing 16 changed files with 912 additions and 810 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
20 changes: 10 additions & 10 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@opentelemetry/semantic-conventions": "1.27.0",
"@prisma/instrumentation": "5.20.0",
"@sentry/browser": "8.32.0",
"@sentry/nextjs": "8.32.0",
"@sentry/node": "8.32.0",
"@sentry/opentelemetry": "8.32.0",
"@sentry/profiling-node": "8.32.0",
"@sentry/nextjs": "8.33.1",
"@sentry/node": "8.33.1",
"@sentry/opentelemetry": "8.33.1",
"@sentry/profiling-node": "8.33.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
Expand All @@ -76,10 +76,10 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.15.1",
"i18next": "23.15.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.6.1",
"i18next-http-backend": "2.6.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
Expand All @@ -91,7 +91,7 @@
"next-i18next": "15.3.1",
"next-seo": "6.6.0",
"nextjs-google-analytics": "2.3.7",
"nextjs-routes": "2.2.2",
"nextjs-routes": "2.2.3",
"object-sizeof": "2.6.5",
"pretty-bytes": "6.1.1",
"react": "18.3.1",
Expand All @@ -107,14 +107,14 @@
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.47.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.20.0",
"@relative-ci/agent": "4.2.11",
"@relative-ci/agent": "4.2.12",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.5",
"@total-typescript/ts-reset": "0.6.1",
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -128,7 +128,7 @@
"eslint-plugin-i18next": "6.1.0",
"i18next-hmr": "3.1.3",
"jiti": "1.21.6",
"listr2": "8.2.4",
"listr2": "8.2.5",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.13",
"embla-carousel-react": "7.1.0",
"i18next": "23.15.1",
"i18next": "23.15.2",
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.14",
"@types/eslint": "8.56.12",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/eslint": "8.56.12",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@vercel/ncc": "0.38.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/eslint": "8.56.12",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@vercel/ncc": "0.38.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"types:sync": "typesync"
},
"devDependencies": {
"@changesets/cli": "2.27.8",
"@changesets/cli": "2.27.9",
"@turbo/gen": "2.1.3",
"@types/lint-staged": "13.3.0",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/yargs": "17.0.33",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -50,7 +50,7 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.6",
"knip": "5.30.6",
"knip": "5.33.1",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -63,7 +63,7 @@
"typesync": "0.13.0",
"yargs": "17.7.2"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": "^20.12.2",
"pnpm": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.9.0",
"@sentry/nextjs": "8.32.0",
"@sentry/nextjs": "8.33.1",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand All @@ -43,10 +43,10 @@
"just-map-values": "3.2.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"libphonenumber-js": "1.11.10",
"libphonenumber-js": "1.11.11",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.14.0",
"remeda": "2.15.0",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
Expand All @@ -57,13 +57,13 @@
"@types/eslint": "8.56.12",
"@types/google.maps": "3.58.1",
"@types/luxon": "3.4.2",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.1",
"i18next": "23.15.1",
"i18next": "23.15.2",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.14",
Expand All @@ -73,7 +73,7 @@
"typescript": "5.6.2"
},
"peerDependencies": {
"i18next": "23.15.1",
"i18next": "23.15.2",
"next": "14.2.14"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.662.0",
"@aws-sdk/client-cognito-identity-provider": "3.666.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/ms": "0.7.34",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.10",
"@types/terraformer__wkt": "2.0.3",
Expand All @@ -94,8 +94,8 @@
"just-compact": "3.2.0",
"just-group-by": "2.2.0",
"kysely-codegen": "0.16.8",
"libphonenumber-js": "1.11.10",
"listr2": "8.2.4",
"libphonenumber-js": "1.11.11",
"listr2": "8.2.5",
"log-update": "6.1.0",
"luxon": "3.5.0",
"p-queue": "8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.11.0",
"chromatic": "11.12.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.12",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
52 changes: 26 additions & 26 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"just-group-by": "2.2.0",
"just-map-values": "3.2.0",
"just-order-by": "1.0.0",
"libphonenumber-js": "1.11.10",
"libphonenumber-js": "1.11.11",
"locale-includes": "1.0.6",
"localized-address-format": "1.3.1",
"nextjs-routes": "2.2.2",
"nextjs-routes": "2.2.3",
"probe-image-size": "7.2.3",
"react-phone-number-input": "3.4.8",
"react-string-replace": "1.1.1",
Expand All @@ -75,7 +75,7 @@
"@iconify-json/fluent-mdl2": "1.2.0",
"@iconify-json/mdi": "1.2.0",
"@iconify-json/ph": "1.2.0",
"@iconify-json/simple-icons": "1.2.5",
"@iconify-json/simple-icons": "1.2.6",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.33",
Expand All @@ -89,25 +89,25 @@
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/third-parties": "14.2.14",
"@storybook/addon-a11y": "8.3.4",
"@storybook/addon-actions": "8.3.4",
"@storybook/addon-a11y": "8.3.5",
"@storybook/addon-actions": "8.3.5",
"@storybook/addon-designs": "8.0.3",
"@storybook/addon-essentials": "8.3.4",
"@storybook/addon-interactions": "8.3.4",
"@storybook/addon-links": "8.3.4",
"@storybook/addon-mdx-gfm": "8.3.4",
"@storybook/addon-viewport": "8.3.4",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-mdx-gfm": "8.3.5",
"@storybook/addon-viewport": "8.3.5",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/components": "8.3.4",
"@storybook/core-events": "8.3.4",
"@storybook/manager-api": "8.3.4",
"@storybook/nextjs": "8.3.4",
"@storybook/preview-api": "8.3.4",
"@storybook/react": "8.3.4",
"@storybook/test": "8.3.4",
"@storybook/components": "8.3.5",
"@storybook/core-events": "8.3.5",
"@storybook/manager-api": "8.3.5",
"@storybook/nextjs": "8.3.5",
"@storybook/preview-api": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/test": "8.3.5",
"@storybook/test-runner": "0.19.1",
"@storybook/theming": "8.3.4",
"@storybook/types": "8.3.4",
"@storybook/theming": "8.3.5",
"@storybook/types": "8.3.5",
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@tanstack/react-query": "4.36.1",
Expand All @@ -121,24 +121,24 @@
"@types/eslint": "8.56.12",
"@types/google.maps": "3.58.1",
"@types/luxon": "3.4.2",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/probe-image-size": "7.2.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.3",
"chromatic": "11.11.0",
"chromatic": "11.12.0",
"css-loader": "6.11.0",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"embla-carousel-react": "7.1.0",
"eslint": "8.57.1",
"i18next": "23.15.1",
"i18next": "23.15.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-hmr": "3.1.3",
"i18next-http-backend": "2.6.1",
"i18next-http-backend": "2.6.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
Expand All @@ -163,7 +163,7 @@
"react-refresh-typescript": "2.0.9",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "8.3.4",
"storybook": "8.3.5",
"storybook-addon-pseudo-states": "3.1.1",
"style-loader": "3.3.4",
"swc-loader": "0.2.6",
Expand Down Expand Up @@ -200,8 +200,8 @@
"@weareinreach/auth": "*",
"dayjs": "1.11.13",
"embla-carousel-react": "7.1.0",
"i18next": "23.15.1",
"i18next-http-backend": "2.6.1",
"i18next": "23.15.2",
"i18next-http-backend": "2.6.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/luxon": "3.4.2",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.1",
Expand Down
Loading

0 comments on commit 78ab92a

Please sign in to comment.