Skip to content

Commit

Permalink
release: 2023-09-05 (#164)
Browse files Browse the repository at this point in the history
PR-URL: #164
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 committed Sep 5, 2023
2 parents 7c20aae + 0f75aa2 commit 732529e
Show file tree
Hide file tree
Showing 6 changed files with 998 additions and 1,300 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
CI: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- name: Install Node.js
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm install
# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@355e2a05a179e9e89c2b237dcd55adbeb89e577e # v1
uses: chromaui/action@ebe6961baace1e0d9cc098eb14ae41ab96394958 # v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:
# Setup steps
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5
uses: crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7 # v5
with:
gpg_private_key: ${{ secrets.BOT_GPG_KEY }}
git_user_signingkey: true
Expand Down
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,81 +33,81 @@
"@crowdin/crowdin-api-client": "1.24.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.19",
"@mantine/core": "6.0.19",
"@mantine/dates": "6.0.19",
"@mantine/dropzone": "6.0.19",
"@mantine/form": "6.0.19",
"@mantine/hooks": "6.0.19",
"@mantine/modals": "6.0.19",
"@mantine/next": "6.0.19",
"@mantine/notifications": "6.0.19",
"@mantine/nprogress": "6.0.19",
"@mantine/prism": "6.0.19",
"@mantine/spotlight": "6.0.19",
"@mantine/tiptap": "6.0.19",
"@mantine/utils": "6.0.19",
"@mantine/carousel": "6.0.20",
"@mantine/core": "6.0.20",
"@mantine/dates": "6.0.20",
"@mantine/dropzone": "6.0.20",
"@mantine/form": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/modals": "6.0.20",
"@mantine/next": "6.0.20",
"@mantine/notifications": "6.0.20",
"@mantine/nprogress": "6.0.20",
"@mantine/prism": "6.0.20",
"@mantine/spotlight": "6.0.20",
"@mantine/tiptap": "6.0.20",
"@mantine/utils": "6.0.20",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "13.4.19",
"@prisma/client": "5.2.0",
"@tabler/icons-react": "2.32.0",
"@tabler/icons-react": "2.33.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"@tiptap/extension-link": "2.1.6",
"@tiptap/react": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
"@trpc/react-query": "10.37.1",
"@trpc/server": "10.37.1",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
"@tiptap/starter-kit": "2.1.8",
"@trpc/client": "10.38.1",
"@trpc/next": "10.38.1",
"@trpc/react-query": "10.38.1",
"@trpc/server": "10.38.1",
"@vercel/analytics": "1.0.2",
"dayjs": "1.11.9",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"eslint-config-prettier": "9.0.0",
"i18next": "23.4.5",
"i18next": "23.4.6",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"luxon": "3.4.0",
"i18next-http-backend": "2.2.2",
"luxon": "3.4.2",
"nanoid": "4.0.2",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-i18next": "14.0.3",
"next-sitemap": "4.2.2",
"nextjs-routes": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.1.2",
"react-i18next": "13.2.2",
"slugify": "1.6.6",
"superjson": "1.13.1",
"zod": "3.22.2"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@storybook/addon-a11y": "7.3.2",
"@storybook/addon-essentials": "7.3.2",
"@storybook/addon-interactions": "7.3.2",
"@storybook/addon-links": "7.3.2",
"@storybook/addon-viewport": "7.3.2",
"@storybook/blocks": "7.3.2",
"@storybook/nextjs": "7.3.2",
"@storybook/react": "7.3.2",
"@storybook/addon-a11y": "7.4.0",
"@storybook/addon-essentials": "7.4.0",
"@storybook/addon-interactions": "7.4.0",
"@storybook/addon-links": "7.4.0",
"@storybook/addon-viewport": "7.4.0",
"@storybook/blocks": "7.4.0",
"@storybook/nextjs": "7.4.0",
"@storybook/react": "7.4.0",
"@storybook/testing-library": "0.2.0",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.1",
"@types/node": "18.17.8",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/prettier": "2.7.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"boxen": "7.1.1",
"chromatic": "6.23.0",
"chromatic": "7.0.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
Expand All @@ -118,24 +118,24 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.12",
"eslint-plugin-turbo": "1.10.13",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"listr2": "6.6.1",
"merge-anything": "5.1.7",
"prettier": "3.0.2",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "1.0.1",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.2.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.3.2",
"tsx": "3.12.7",
"turbo": "1.10.12",
"type-fest": "4.2.0",
"typescript": "5.1.6"
"storybook": "7.4.0",
"tsx": "3.12.8",
"turbo": "1.10.13",
"type-fest": "4.3.1",
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.1",
"engines": {
"node": "^18.0.0",
"pnpm": "^8.0.0"
Expand Down
Loading

1 comment on commit 732529e

@vercel
Copy link

@vercel vercel bot commented on 732529e Sep 5, 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.