Skip to content

Commit

Permalink
release: 2024-03-20 (#367)
Browse files Browse the repository at this point in the history
PR-URL: #367
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 Mar 20, 2024
2 parents a29da8f + be3bca6 commit 28261f8
Show file tree
Hide file tree
Showing 5 changed files with 1,410 additions and 1,309 deletions.
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@306092d42c0743800aadf544ee263cbc56598b1b # v11
uses: chromaui/action@da24ada70a2efc3f0b6e1af46fe1b39d2c9d06cf # v11
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@3ab4101902695724f9365a384f86c1074d94e18c # v3
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm install

- name: Restore next build
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
id: restore-build-cache
env:
cache-name: cache-next-build
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # v3.1.2
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@mantine/hooks": "6.0.21",
"@mantine/next": "6.0.21",
"@neondatabase/serverless": "0.9.0",
"@next/bundle-analyzer": "14.1.3",
"@next/bundle-analyzer": "14.1.4",
"@prisma/adapter-neon": "5.11.0",
"@prisma/client": "5.11.0",
"@tabler/icons-react": "2.47.0",
Expand All @@ -58,7 +58,7 @@
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.5.0",
"nanoid": "5.0.6",
"next": "14.1.3",
"next": "14.1.4",
"next-i18next": "15.2.0",
"next-sitemap": "4.2.3",
"nextjs-routes": "2.1.0",
Expand All @@ -84,28 +84,28 @@
"@storybook/testing-library": "0.2.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.4.2",
"@types/node": "20.11.27",
"@types/node": "20.11.30",
"@types/prettier": "2.7.3",
"@types/react": "18.2.65",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/umami": "0.1.5",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"boxen": "7.1.1",
"chromatic": "11.0.8",
"chromatic": "11.2.0",
"dotenv": "16.4.5",
"dotenv-cli": "7.4.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.26.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "1.12.5",
"husky": "9.0.11",
Expand All @@ -122,10 +122,10 @@
"storybook": "7.6.17",
"tsx": "4.7.1",
"turbo": "1.12.5",
"type-fest": "4.12.0",
"type-fest": "4.13.1",
"typescript": "5.4.2"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.0.0"
Expand Down
Loading

0 comments on commit 28261f8

Please sign in to comment.