Skip to content

Commit

Permalink
release: 2023-12-21 (#293)
Browse files Browse the repository at this point in the history
PR-URL: #293
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 21, 2023
2 parents d0a8fa8 + abc7258 commit d1bb7e2
Show file tree
Hide file tree
Showing 6 changed files with 932 additions and 683 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: .nvmrc
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@ad023504f8a7c8bd7f63d0f6775c05357f3a6478 # v10
uses: chromaui/action@24e115aa107a595a2e98d6df99a418c388818c54 # 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# standalone: true

- name: Install Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run_install: false

- name: Install Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down Expand Up @@ -66,13 +66,13 @@ jobs:
run: npx -p nextjs-bundle-analysis report

- name: Upload bundle
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
with:
name: bundle
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/next": "6.0.21",
"@neondatabase/serverless": "0.6.0",
"@neondatabase/serverless": "0.6.1",
"@next/bundle-analyzer": "14.0.4",
"@prisma/adapter-neon": "5.7.0",
"@prisma/client": "5.7.0",
"@prisma/adapter-neon": "5.7.1",
"@prisma/client": "5.7.1",
"@tabler/icons-react": "2.44.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -51,10 +51,10 @@
"@trpc/react-query": "10.44.1",
"@trpc/server": "10.44.1",
"@vercel/analytics": "1.1.1",
"@vercel/speed-insights": "1.0.1",
"@vercel/speed-insights": "1.0.2",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"i18next": "23.7.8",
"i18next": "23.7.11",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.2",
"nanoid": "5.0.4",
Expand All @@ -64,68 +64,68 @@
"nextjs-routes": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"react-i18next": "14.0.0",
"slugify": "1.6.6",
"superjson": "2.2.1",
"ws": "8.15.0",
"ws": "8.15.1",
"zod": "3.22.4"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@storybook/addon-a11y": "7.6.4",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-interactions": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/addon-viewport": "7.6.4",
"@storybook/blocks": "7.6.4",
"@storybook/nextjs": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/addon-a11y": "7.6.6",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-interactions": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/addon-viewport": "7.6.6",
"@storybook/blocks": "7.6.6",
"@storybook/nextjs": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/testing-library": "0.2.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.7",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/prettier": "2.7.3",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/umami": "0.1.5",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"boxen": "7.1.1",
"chromatic": "10.1.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.21.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.11.1",
"eslint-plugin-turbo": "1.11.2",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"listr2": "8.0.0",
"listr2": "8.0.1",
"luxon": "3.4.4",
"merge-anything": "5.1.7",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-packagejson": "2.4.7",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.7.0",
"prisma": "5.7.1",
"react-docgen-typescript": "2.2.2",
"storybook": "7.6.4",
"tsx": "4.6.2",
"turbo": "1.11.1",
"storybook": "7.6.6",
"tsx": "4.7.0",
"turbo": "1.11.2",
"type-fest": "4.8.3",
"typescript": "5.3.3"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.0.0"
Expand Down
Loading

1 comment on commit d1bb7e2

@vercel
Copy link

@vercel vercel bot commented on d1bb7e2 Dec 21, 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.