Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 2024-08-27 #1400

Merged
merged 18 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d4411ce
fix(auth): update all non-major dependencies (#1375)
renovate[bot] Aug 13, 2024
f884af7
chore(workflows): update github/privileged-requester action to v2.3.0…
renovate[bot] Aug 13, 2024
406907e
fix(app): update all non-major dependencies (#1383)
renovate[bot] Aug 14, 2024
c0355c3
fix(auth): update all non-major dependencies (#1384)
renovate[bot] Aug 15, 2024
e44b6cf
chore(workflows): update github actions (#1382)
renovate[bot] Aug 15, 2024
a57d108
chore(db): update all non-major dependencies to v2.0.14 (#1385)
renovate[bot] Aug 15, 2024
30ef8a0
chore(ui): update dependency i18next to v23.12.4 (#1386)
renovate[bot] Aug 15, 2024
23e83b9
fix(auth): update all non-major dependencies (#1387)
renovate[bot] Aug 19, 2024
e4a8809
chore(ui): update dependency @swc/core to v1.7.14 (#1388)
renovate[bot] Aug 19, 2024
d5072bb
chore(util): lock file maintenance (#1390)
renovate[bot] Aug 19, 2024
156663b
fix(auth): update all non-major dependencies (#1391)
renovate[bot] Aug 21, 2024
143691c
chore(workflows): update github/codeql-action digest to 883d858 (#1389)
renovate[bot] Aug 21, 2024
43e68ab
chore(web): update next.js to v14.2.6 (#1394)
renovate[bot] Aug 22, 2024
30ebf2b
fix(auth): update all non-major dependencies (#1392)
renovate[bot] Aug 23, 2024
aec5a0e
chore(workflows): update github actions (#1393)
renovate[bot] Aug 23, 2024
e328a5e
chore(ui): update all non-major dependencies (#1395)
renovate[bot] Aug 27, 2024
3f4add2
fix: alert styling (#1398)
JoeKarow Aug 27, 2024
5eae784
chore(web): update next.js to v14.2.7 (#1397)
renovate[bot] Aug 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: '🤖 PR Auto Approve'
steps:
- uses: github/privileged-requester@3bfe4fe11beb79a205f0143769d3035d728cec2d # v2.2.0
- uses: github/privileged-requester@ebdc640ba40d7488197e7d4dae814fbfae092e65 # v2.3.2
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
github_token: ${{ secrets.GH_ACT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@fdbe7756d4dbf493e2fbb822df73be7accd07e1c # v11
uses: chromaui/action@b984808b772126a9f44b2b7737b131b68a2ede32 # v11
with:
workingDir: packages/ui
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
uses: github/codeql-action/init@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
uses: github/codeql-action/analyze@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3
2 changes: 1 addition & 1 deletion .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
uses: github/codeql-action/upload-sarif@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
48 changes: 24 additions & 24 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.9.0",
"@mantine/carousel": "6.0.22",
Expand All @@ -36,24 +36,24 @@
"@mantine/notifications": "6.0.22",
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/bundle-analyzer": "14.2.5",
"@next/third-parties": "14.2.5",
"@next/bundle-analyzer": "14.2.7",
"@next/third-parties": "14.2.7",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.25.1",
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-node": "0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.24.0",
"@sentry/nextjs": "8.24.0",
"@sentry/node": "8.24.0",
"@sentry/opentelemetry": "8.24.0",
"@sentry/profiling-node": "8.24.0",
"@sentry/browser": "8.27.0",
"@sentry/nextjs": "8.27.0",
"@sentry/node": "8.27.0",
"@sentry/opentelemetry": "8.27.0",
"@sentry/profiling-node": "8.27.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand All @@ -72,50 +72,50 @@
"@weareinreach/util": "workspace:*",
"cookies-next": "4.2.1",
"crud-object-diff": "2.3.6",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.12.2",
"i18next": "23.14.0",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.2",
"i18next-http-backend": "2.6.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
"next": "14.2.5",
"next": "14.2.7",
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"next-seo": "6.5.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-google-analytics": "2.3.7",
"nextjs-routes": "2.2.1",
"object-sizeof": "2.6.5",
"pretty-bytes": "6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "15.0.1",
"zod": "3.23.8"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.46.0",
"@playwright/test": "1.46.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@relative-ci/agent": "4.2.10",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.1",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.11",
"@tanstack/react-table-devtools": "8.20.5",
"@total-typescript/ts-reset": "0.6.0",
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -126,13 +126,13 @@
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-i18next": "6.0.9",
"i18next-hmr": "3.1.2",
"i18next-hmr": "3.1.3",
"jiti": "1.21.6",
"listr2": "8.2.4",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.23.0",
"type-fest": "4.25.0",
"typescript": "5.5.4",
"webpack-bundle-analyzer": "4.10.2"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.22",
"@mantine/core": "6.0.22",
Expand All @@ -25,19 +25,19 @@
"@mantine/nprogress": "6.0.22",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"embla-carousel-react": "7.1.0",
"i18next": "23.12.2",
"next": "14.2.5",
"i18next": "23.14.0",
"next": "14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.5",
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@next/bundle-analyzer": "14.2.7",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@turbo/gen": "2.0.12",
"@turbo/gen": "2.1.0",
"@types/lint-staged": "13.3.0",
"@types/node": "20.14.14",
"@types/node": "20.16.1",
"@types/yargs": "17.0.33",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"boxen": "8.0.1",
"docker-compose": "0.24.8",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.4",
"knip": "5.27.1",
"lint-staged": "15.2.8",
"husky": "9.1.5",
"knip": "5.27.4",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.1",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.10.0",
"tsx": "4.16.5",
"turbo": "2.0.12",
"sherif": "0.11.0",
"tsx": "4.19.0",
"turbo": "2.1.0",
"typescript": "5.5.4",
"typesync": "0.13.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": "^20.12.2",
"pnpm": "^9.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"just-compact": "3.2.0"
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/node": "20.14.14",
"@types/node": "20.16.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.23.0",
"next": "14.2.7",
"nextjs-google-analytics": "2.3.7",
"type-fest": "4.25.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3"
"next": "14.2.7",
"nextjs-google-analytics": "2.3.7"
}
}
22 changes: 11 additions & 11 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.24.0",
"@sentry/nextjs": "8.27.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand All @@ -43,37 +43,37 @@
"just-map-values": "3.2.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"libphonenumber-js": "1.11.5",
"libphonenumber-js": "1.11.7",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.10.0",
"remeda": "2.11.0",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
"zod": "3.23.8"
},
"devDependencies": {
"@turbo/gen": "2.0.12",
"@types/eslint": "8.56.11",
"@turbo/gen": "2.1.0",
"@types/eslint": "8.56.12",
"@types/google.maps": "3.55.12",
"@types/luxon": "3.4.2",
"@types/node": "20.14.14",
"@types/node": "20.16.1",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"i18next": "23.12.2",
"i18next": "23.14.0",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.5",
"next": "14.2.7",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.23.0",
"type-fest": "4.25.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"i18next": "23.12.2",
"next": "14.2.5"
"i18next": "23.14.0",
"next": "14.2.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const LocationBasedAlertBanner = async ({
level: true,
text: { select: { tsKey: { select: { ns: true, key: true, text: true } } } },
},
orderBy: { order: 'asc' },
})

const formatted = alerts.map(
Expand Down
12 changes: 6 additions & 6 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.625.0",
"@aws-sdk/client-cognito-identity-provider": "3.637.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -69,21 +69,21 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.5",
"next": "14.2.7",
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
},
"peerDependencies": {
"next": "14.2.5",
"next": "14.2.7",
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/eslint": "8.56.12",
"@types/node": "20.16.1",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.0",
Expand Down
Loading
Loading