Skip to content

Commit c93b02d

Browse files
kodiakhq[bot]JoeKarowrenovate[bot]
authored
release: 2024-01-18 (#320)
PR-URL: #320 Co-authored-by: Joe Karow <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents f2fd617 + 984ea3e commit c93b02d

File tree

8 files changed

+1228
-770
lines changed

8 files changed

+1228
-770
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>weareinreach/renovate-config"]
3+
"extends": ["local>weareinreach/renovate-config"],
4+
"schedule": ["before 4am on Monday", "before 4am on Thursday"]
45
}

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install
3434
- name: Publish to Chromatic
35-
uses: chromaui/action@80bf5911f28005ed208f15b7268843b79ca0e23a # v10
35+
uses: chromaui/action@7fb6b0407c69171ce521d08355a825958a5ef81a # v10
3636
with:
3737
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3838
onlyChanged: true

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: ⤵️ Check out code from GitHub
2222
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323
- name: 🏗 Initialize CodeQL
24-
uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3
24+
uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3
2525
- name: 🚀 Perform CodeQL Analysis
26-
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3
26+
uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm install
4444

4545
- name: Restore next build
46-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
46+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
4747
id: restore-build-cache
4848
env:
4949
cache-name: cache-next-build
@@ -66,7 +66,7 @@ jobs:
6666
run: npx -p nextjs-bundle-analysis report
6767

6868
- name: Upload bundle
69-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
69+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4
7070
with:
7171
name: bundle
7272
path: .next/analyze/__bundle_analysis.json
@@ -104,6 +104,7 @@ jobs:
104104
echo "body<<EOF" >> $GITHUB_OUTPUT
105105
echo "$(cat .next/analyze/__bundle_analysis_comment.txt)" >> $GITHUB_OUTPUT
106106
echo EOF >> $GITHUB_OUTPUT
107+
echo "$(cat .next/analyze/__bundle_analysis_comment.txt)" >> $GITHUB_STEP_SUMMARY
107108
108109
- name: Find Comment
109110
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
20.11.0

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"analyze": "ANALYZE=true pnpm build",
6+
"analyze": "ANALYZE=true pnpm build:next",
77
"build": "turbo build:next",
88
"postbuild": "next-sitemap",
99
"build-storybook": "storybook build",
@@ -31,34 +31,34 @@
3131
"with-env": "dotenv -e ./.env --"
3232
},
3333
"dependencies": {
34-
"@crowdin/crowdin-api-client": "1.29.4",
34+
"@crowdin/crowdin-api-client": "1.29.5",
3535
"@emotion/react": "11.11.3",
3636
"@emotion/server": "11.11.0",
3737
"@mantine/carousel": "6.0.21",
3838
"@mantine/core": "6.0.21",
3939
"@mantine/form": "6.0.21",
4040
"@mantine/hooks": "6.0.21",
4141
"@mantine/next": "6.0.21",
42-
"@neondatabase/serverless": "0.7.1",
43-
"@next/bundle-analyzer": "14.0.4",
44-
"@prisma/adapter-neon": "5.8.0",
45-
"@prisma/client": "5.8.0",
46-
"@tabler/icons-react": "2.45.0",
42+
"@neondatabase/serverless": "0.7.2",
43+
"@next/bundle-analyzer": "14.1.0",
44+
"@prisma/adapter-neon": "5.8.1",
45+
"@prisma/client": "5.8.1",
46+
"@tabler/icons-react": "2.46.0",
4747
"@tanstack/react-query": "4.36.1",
4848
"@tanstack/react-query-devtools": "4.36.1",
4949
"@trpc/client": "10.45.0",
5050
"@trpc/next": "10.45.0",
5151
"@trpc/react-query": "10.45.0",
5252
"@trpc/server": "10.45.0",
53-
"@vercel/analytics": "1.1.1",
54-
"@vercel/speed-insights": "1.0.2",
53+
"@vercel/analytics": "1.1.2",
54+
"@vercel/speed-insights": "1.0.5",
5555
"embla-carousel-auto-height": "7.1.0",
5656
"embla-carousel-react": "7.1.0",
5757
"i18next": "23.7.16",
5858
"i18next-browser-languagedetector": "7.2.0",
5959
"i18next-http-backend": "2.4.2",
6060
"nanoid": "5.0.4",
61-
"next": "14.0.4",
61+
"next": "14.1.0",
6262
"next-i18next": "15.2.0",
6363
"next-sitemap": "4.2.3",
6464
"nextjs-routes": "2.1.0",
@@ -73,35 +73,35 @@
7373
"devDependencies": {
7474
"@faker-js/faker": "7.6.0",
7575
"@paralleldrive/cuid2": "2.2.2",
76-
"@storybook/addon-a11y": "7.6.7",
77-
"@storybook/addon-essentials": "7.6.7",
78-
"@storybook/addon-interactions": "7.6.7",
79-
"@storybook/addon-links": "7.6.7",
80-
"@storybook/addon-viewport": "7.6.7",
81-
"@storybook/blocks": "7.6.7",
82-
"@storybook/nextjs": "7.6.7",
83-
"@storybook/react": "7.6.7",
76+
"@storybook/addon-a11y": "7.6.10",
77+
"@storybook/addon-essentials": "7.6.10",
78+
"@storybook/addon-interactions": "7.6.10",
79+
"@storybook/addon-links": "7.6.10",
80+
"@storybook/addon-viewport": "7.6.10",
81+
"@storybook/blocks": "7.6.10",
82+
"@storybook/nextjs": "7.6.10",
83+
"@storybook/react": "7.6.10",
8484
"@storybook/testing-library": "0.2.2",
8585
"@tomfreudenberg/next-auth-mock": "0.5.6",
86-
"@types/luxon": "3.4.0",
87-
"@types/node": "20.10.8",
86+
"@types/luxon": "3.4.1",
87+
"@types/node": "20.11.5",
8888
"@types/prettier": "2.7.3",
89-
"@types/react": "18.2.47",
89+
"@types/react": "18.2.48",
9090
"@types/react-dom": "18.2.18",
9191
"@types/umami": "0.1.5",
9292
"@types/ws": "8.5.10",
93-
"@typescript-eslint/eslint-plugin": "6.18.1",
94-
"@typescript-eslint/parser": "6.18.1",
93+
"@typescript-eslint/eslint-plugin": "6.19.0",
94+
"@typescript-eslint/parser": "6.19.0",
9595
"boxen": "7.1.1",
96-
"chromatic": "10.2.0",
96+
"chromatic": "10.3.1",
9797
"dotenv": "16.3.1",
9898
"dotenv-cli": "7.3.0",
9999
"eslint": "8.56.0",
100-
"eslint-config-next": "14.0.4",
100+
"eslint-config-next": "14.1.0",
101101
"eslint-config-prettier": "9.1.0",
102102
"eslint-formatter-github": "1.1.4",
103103
"eslint-import-resolver-typescript": "3.6.1",
104-
"eslint-plugin-codegen": "0.21.0",
104+
"eslint-plugin-codegen": "0.22.0",
105105
"eslint-plugin-i18next": "6.0.3",
106106
"eslint-plugin-import": "2.29.1",
107107
"eslint-plugin-node": "11.1.0",
@@ -113,19 +113,19 @@
113113
"listr2": "8.0.1",
114114
"luxon": "3.4.4",
115115
"merge-anything": "5.1.7",
116-
"prettier": "3.1.1",
116+
"prettier": "3.2.4",
117117
"prettier-plugin-jsdoc": "1.3.0",
118118
"prettier-plugin-packagejson": "2.4.9",
119119
"prettier-plugin-prisma": "5.0.0",
120-
"prisma": "5.8.0",
120+
"prisma": "5.8.1",
121121
"react-docgen-typescript": "2.2.2",
122-
"storybook": "7.6.7",
122+
"storybook": "7.6.10",
123123
"tsx": "4.7.0",
124124
"turbo": "1.11.3",
125125
"type-fest": "4.9.0",
126126
"typescript": "5.3.3"
127127
},
128-
"packageManager": "[email protected].0",
128+
"packageManager": "[email protected].1",
129129
"engines": {
130130
"node": "^20.0.0",
131131
"pnpm": "^8.0.0"

0 commit comments

Comments
 (0)