Skip to content

Commit

Permalink
release: 2023-12-06 (#275)
Browse files Browse the repository at this point in the history
PR-URL: #275
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 Dec 6, 2023
2 parents 1ba7505 + c210c8f commit 32b2338
Show file tree
Hide file tree
Showing 12 changed files with 1,417 additions and 1,371 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@1029a708aefc8cc53feef67c46df7b72c3b634b6 # v1.1.0
- uses: github/privileged-requester@f8d60d9344e1c10976aad5c1af0c7c977badd677 # v2.1.0
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
robotUserToken: ${{ secrets.GH_ACT_PAT }}
github_token: ${{ secrets.GH_ACT_PAT }}
path: .github/autoapprove-config.yaml
prCreator: ${{ github.event.pull_request.user.login }}
prNumber: ${{ github.event.pull_request.number }}
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@b52e14dd333579901e7099e0094b652e8284dea9 # v1
uses: chromaui/action@2f12dc37555ffc9ed980d883e96b6d03724a2d6a # v10
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@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 🏷 Apply repo labels
uses: tinkurlab/monorepo-pr-labeler-action@6242ef35f78e617d14982c66ab715fa400b7ab25 # 4.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ACT_PAT }}
BASE_DIRS: 'apps|packages'
with:
prefix: '📦'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ yarn-error.log*

build-storybook.log
storybook-static/

/public/robots.txt
/public/sitemap.xml
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.10.0
14 changes: 10 additions & 4 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { type StorybookConfig } from '@storybook/nextjs'
import { merge } from 'merge-anything'

import { dirname, join } from 'path'

const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
staticDirs: [
Expand All @@ -10,10 +12,10 @@ const config: StorybookConfig = {
},
],
addons: [
'@storybook/addon-a11y',
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
getAbsolutePath('@storybook/addon-a11y'),
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@storybook/addon-interactions'),
],
framework: {
name: '@storybook/nextjs',
Expand Down Expand Up @@ -47,3 +49,7 @@ const config: StorybookConfig = {
}

export default config

function getAbsolutePath(value: string): string {
return dirname(require.resolve(join(value, 'package.json')))
}
2 changes: 1 addition & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
defaultNS: 'common',
localePath: path.resolve('./public/locales'),
reloadOnPrerender: process.env.NODE_ENV !== 'production',
debug: process.env.NODE_ENV !== 'production',
debug: false, //process.env.NODE_ENV !== 'production',
nonExplicitSupportedLngs: true,
cleanCode: true,
react: { useSuspense: false },
Expand Down
82 changes: 43 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,32 @@
"with-env": "dotenv -e ./.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.27.0",
"@crowdin/crowdin-api-client": "1.28.2",
"@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",
"@neondatabase/serverless": "0.6.0",
"@next/bundle-analyzer": "14.0.3",
"@prisma/client": "5.6.0",
"@tabler/icons-react": "2.40.0",
"@prisma/adapter-neon": "5.7.0",
"@prisma/client": "5.7.0",
"@tabler/icons-react": "2.42.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.43.3",
"@trpc/next": "10.43.3",
"@trpc/react-query": "10.43.3",
"@trpc/server": "10.43.3",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/react-query": "10.44.1",
"@trpc/server": "10.44.1",
"@vercel/analytics": "1.1.1",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"i18next": "23.7.6",
"i18next": "23.7.7",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.1",
"nanoid": "5.0.3",
"i18next-http-backend": "2.4.2",
"nanoid": "5.0.4",
"next": "14.0.3",
"next-i18next": "15.0.0",
"next-sitemap": "4.2.3",
Expand All @@ -64,63 +66,65 @@
"react-i18next": "13.5.0",
"slugify": "1.6.6",
"superjson": "2.2.1",
"ws": "8.14.2",
"zod": "3.22.4"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@storybook/addon-a11y": "7.5.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/addon-viewport": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/addon-a11y": "7.6.3",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/addon-viewport": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/nextjs": "7.6.3",
"@storybook/react": "7.6.3",
"@storybook/testing-library": "0.2.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.4",
"@types/node": "20.9.1",
"@types/luxon": "3.3.7",
"@types/node": "20.10.3",
"@types/prettier": "2.7.3",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"boxen": "7.1.1",
"chromatic": "9.0.0",
"chromatic": "10.0.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.18.1",
"eslint-plugin-codegen": "0.21.0",
"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",
"eslint-plugin-turbo": "1.11.0",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"listr2": "6.6.1",
"lint-staged": "15.2.0",
"listr2": "8.0.0",
"luxon": "3.4.4",
"merge-anything": "5.1.7",
"prettier": "3.1.0",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-packagejson": "2.4.7",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.6.0",
"prisma": "5.7.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.5.3",
"tsx": "4.1.2",
"turbo": "1.10.16",
"type-fest": "4.7.1",
"typescript": "5.2.2"
"storybook": "7.6.3",
"tsx": "4.6.2",
"turbo": "1.11.0",
"type-fest": "4.8.3",
"typescript": "5.3.2"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.0.0"
Expand Down
Loading

1 comment on commit 32b2338

@vercel
Copy link

@vercel vercel bot commented on 32b2338 Dec 6, 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.