Skip to content

Commit

Permalink
release: 2023-11-16 (#252)
Browse files Browse the repository at this point in the history
PR-URL: #252
Co-authored-by: Joe Karow <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 16, 2023
2 parents d662e39 + 79b22b7 commit 1ba7505
Show file tree
Hide file tree
Showing 7 changed files with 1,745 additions and 1,701 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@84266cf193738e72b6d108c17bd38607d600e808 # v1.0.3
- uses: github/privileged-requester@1029a708aefc8cc53feef67c46df7b72c3b634b6 # v1.1.0
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@d726e4e790a99e876f71b8e09d3053bfe783d6b8 # v1
uses: chromaui/action@b52e14dd333579901e7099e0094b652e8284dea9 # v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
node-version-file: .nvmrc
cache: pnpm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@
"with-env": "dotenv -e ./.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.26.0",
"@crowdin/crowdin-api-client": "1.27.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/next": "6.0.21",
"@next/bundle-analyzer": "14.0.1",
"@prisma/client": "5.5.2",
"@next/bundle-analyzer": "14.0.3",
"@prisma/client": "5.6.0",
"@tabler/icons-react": "2.40.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.43.1",
"@trpc/next": "10.43.1",
"@trpc/react-query": "10.43.1",
"@trpc/server": "10.43.1",
"@trpc/client": "10.43.3",
"@trpc/next": "10.43.3",
"@trpc/react-query": "10.43.3",
"@trpc/server": "10.43.3",
"@vercel/analytics": "1.1.1",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"i18next": "23.6.0",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.3.1",
"i18next": "23.7.6",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.1",
"nanoid": "5.0.3",
"next": "14.0.1",
"next": "14.0.3",
"next-i18next": "15.0.0",
"next-sitemap": "4.2.3",
"nextjs-routes": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.3.1",
"react-i18next": "13.5.0",
"slugify": "1.6.6",
"superjson": "2.2.0",
"superjson": "2.2.1",
"zod": "3.22.4"
},
"devDependencies": {
Expand All @@ -79,50 +79,50 @@
"@storybook/react": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.3",
"@types/node": "18.18.8",
"@types/luxon": "3.3.4",
"@types/node": "20.9.1",
"@types/prettier": "2.7.3",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/umami": "0.1.4",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"boxen": "7.1.1",
"chromatic": "7.6.0",
"chromatic": "9.0.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-codegen": "0.18.1",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.10.16",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"lint-staged": "15.1.0",
"listr2": "6.6.1",
"luxon": "3.4.3",
"luxon": "3.4.4",
"merge-anything": "5.1.7",
"prettier": "3.0.3",
"prettier": "3.1.0",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.5.2",
"prisma": "5.6.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.5.3",
"tsx": "3.14.0",
"tsx": "4.1.2",
"turbo": "1.10.16",
"type-fest": "4.6.0",
"type-fest": "4.7.1",
"typescript": "5.2.2"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"engines": {
"node": "^18.0.0",
"node": "^20.0.0",
"pnpm": "^8.0.0"
},
"ct3aMetadata": {
Expand Down
Loading

1 comment on commit 1ba7505

@vercel
Copy link

@vercel vercel bot commented on 1ba7505 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.