Skip to content

Commit

Permalink
release: 2024-02-07 (#332)
Browse files Browse the repository at this point in the history
PR-URL: #332
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 8, 2024
2 parents c93b02d + d966a8c commit 790899d
Show file tree
Hide file tree
Showing 14 changed files with 884 additions and 1,271 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # 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@7fb6b0407c69171ce521d08355a825958a5ef81a # v10
uses: chromaui/action@c53f50952a7b6d99666d77d8a61eb1b58944d68a # 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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3
4 changes: 2 additions & 2 deletions .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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -56,7 +56,7 @@ jobs:

# Commit changes
- name: Commit changed files
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
if: always()
with:
message: 'chore: lint & format'
Expand Down
10 changes: 5 additions & 5 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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: npx -p nextjs-bundle-analysis report

- name: Upload bundle
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
name: bundle
path: .next/analyze/__bundle_analysis.json
Expand Down Expand Up @@ -107,22 +107,22 @@ jobs:
echo "$(cat .next/analyze/__bundle_analysis_comment.txt)" >> $GITHUB_STEP_SUMMARY
- name: Find Comment
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3
if: success() && github.event.number
id: fc
with:
issue-number: ${{ github.event.number }}
body-includes: '<!-- __NEXTJS_BUNDLE_@weareinreach/glaad -->'

- name: Create Comment
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}

- name: Update Comment
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: mheap/github-action-required-labels@4e9ef4ce8c697cf55716ecbf7f13a3d9e0b6ac6a # v5
uses: mheap/github-action-required-labels@cc7a79fadbba6ed1d6f0efd70707e7b8bf7e6910 # v5
with:
labels: 'breaking-change, bugfix, documentation, enhancement, refactor, performance, new-feature, maintenance, ci, dependencies, translations, changelog-ignore'
mode: minimum
Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:fix": "next lint --fix",
"lint:staged": "lint-staged",
"notify:install": "tsx ./.lib/runInstall.ts",
"prepare": "tsx ./.lib/prepare.ts",
"prepare": "husky",
"start": "next start",
"with-env": "dotenv -e ./.env --"
},
Expand All @@ -39,32 +39,32 @@
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/next": "6.0.21",
"@neondatabase/serverless": "0.7.2",
"@neondatabase/serverless": "0.8.1",
"@next/bundle-analyzer": "14.1.0",
"@prisma/adapter-neon": "5.8.1",
"@prisma/client": "5.8.1",
"@tabler/icons-react": "2.46.0",
"@prisma/adapter-neon": "5.9.1",
"@prisma/client": "5.9.1",
"@tabler/icons-react": "2.47.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"@vercel/analytics": "1.1.2",
"@vercel/speed-insights": "1.0.5",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@vercel/analytics": "1.1.3",
"@vercel/speed-insights": "1.0.9",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"i18next": "23.7.16",
"i18next": "23.8.2",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.2",
"nanoid": "5.0.4",
"i18next-http-backend": "2.4.3",
"nanoid": "5.0.5",
"next": "14.1.0",
"next-i18next": "15.2.0",
"next-sitemap": "4.2.3",
"nextjs-routes": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0",
"react-i18next": "14.0.5",
"slugify": "1.6.6",
"superjson": "2.2.1",
"ws": "8.16.0",
Expand All @@ -73,59 +73,59 @@
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@storybook/addon-a11y": "7.6.10",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/addon-links": "7.6.10",
"@storybook/addon-viewport": "7.6.10",
"@storybook/blocks": "7.6.10",
"@storybook/nextjs": "7.6.10",
"@storybook/react": "7.6.10",
"@storybook/addon-a11y": "7.6.13",
"@storybook/addon-essentials": "7.6.13",
"@storybook/addon-interactions": "7.6.13",
"@storybook/addon-links": "7.6.13",
"@storybook/addon-viewport": "7.6.13",
"@storybook/blocks": "7.6.13",
"@storybook/nextjs": "7.6.13",
"@storybook/react": "7.6.13",
"@storybook/testing-library": "0.2.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.4.1",
"@types/node": "20.11.5",
"@types/luxon": "3.4.2",
"@types/node": "20.11.16",
"@types/prettier": "2.7.3",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/umami": "0.1.5",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"boxen": "7.1.1",
"chromatic": "10.3.1",
"dotenv": "16.3.1",
"chromatic": "10.9.0",
"dotenv": "16.4.1",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.22.0",
"eslint-plugin-codegen": "0.23.0",
"eslint-plugin-i18next": "6.0.3",
"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.3",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"listr2": "8.0.1",
"eslint-plugin-turbo": "1.12.3",
"husky": "9.0.10",
"lint-staged": "15.2.2",
"listr2": "8.0.2",
"luxon": "3.4.4",
"merge-anything": "5.1.7",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.4.9",
"prettier-plugin-packagejson": "2.4.10",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.8.1",
"prisma": "5.9.1",
"react-docgen-typescript": "2.2.2",
"storybook": "7.6.10",
"storybook": "7.6.13",
"tsx": "4.7.0",
"turbo": "1.11.3",
"type-fest": "4.9.0",
"turbo": "1.12.3",
"type-fest": "4.10.2",
"typescript": "5.3.3"
},
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.0.0"
Expand All @@ -136,7 +136,7 @@
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"minimumChangeThreshold": 512,
"showDetails": true
},
"pnpm": {
Expand Down
Loading

0 comments on commit 790899d

Please sign in to comment.