Skip to content

Commit

Permalink
release: 2023-10-20 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 20, 2023
2 parents 6c865cf + 00fc39e commit a4992f0
Show file tree
Hide file tree
Showing 34 changed files with 3,367 additions and 3,412 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@91ebaf95f94bf27577b474f91936815d0f98138e # v1.0.1
- uses: github/privileged-requester@84266cf193738e72b6d108c17bd38607d600e808 # v1.0.3
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Cleanup
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run:
working-directory: packages/ui
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
Expand All @@ -49,7 +49,7 @@ jobs:

# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@78b6788ed70a57e2f7c9c335f9677cbb0cbc542a # v1
uses: chromaui/action@0b0d3df01fda65d7b89f09d02f18e1457a8d84b9 # v1
with:
workingDir: packages/ui
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 # v2
uses: github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 # v2
uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
continue-on-error: true
name: Analyze the repo with CodeSee
steps:
- uses: Codesee-io/codesee-action@4782354e8e7602f6e4449d1a0ef4dc9341fc95d0 # v2
- uses: Codesee-io/codesee-action@4f66933f195ad209dab16bcdd12cbacfff7f8707 # v2
with:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Import GPG key
id: import_gpg
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Check for updated files
if: (github.event_name != 'pull_request' && github.ref_name == 'dev') || github.event_name == 'scheduled'
uses: tj-actions/verify-changed-files@30aa174f53f67ecd5dc8e190dfbe46392202e5a5 # v16
uses: tj-actions/verify-changed-files@54e20d3c522fbeed99ebaf2e38a1eb33214c58ba # v16
id: verify-changed-files
with:
files: '**/locales/*/*.json'
Expand Down
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Setup steps
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
DB_DIRECT_URL: ${{ secrets.DB_DIRECT_URL }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.1
18.18.2
52 changes: 26 additions & 26 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "13.5.4",
"@next/bundle-analyzer": "13.5.3",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/exporter-trace-otlp-http": "0.44.0",
"@opentelemetry/resources": "1.17.1",
Expand All @@ -45,17 +45,17 @@
"@opentelemetry/sdk-trace-node": "1.17.1",
"@opentelemetry/semantic-conventions": "1.17.1",
"@prisma/instrumentation": "5.4.2",
"@sentry/nextjs": "7.73.0",
"@sentry/node": "7.73.0",
"@sentry/opentelemetry-node": "7.73.0",
"@sentry/nextjs": "7.74.1",
"@sentry/node": "7.74.1",
"@sentry/opentelemetry-node": "7.74.1",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.10.6",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/server": "10.40.0",
"@vercel/analytics": "1.1.0",
"@tanstack/react-table": "8.10.7",
"@trpc/client": "10.41.0",
"@trpc/next": "10.41.0",
"@trpc/react-query": "10.41.0",
"@trpc/server": "10.41.0",
"@vercel/analytics": "1.1.1",
"@vercel/edge-config": "0.4.1",
"@vercel/kv": "0.2.3",
"@weareinreach/analytics": "workspace:*",
Expand All @@ -71,7 +71,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.5.1",
"i18next": "23.6.0",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.5.0",
"i18next-http-backend": "2.2.2",
Expand All @@ -82,7 +82,7 @@
"luxon": "3.4.3",
"mantine-react-table": "1.3.3",
"next": "13.5.3",
"next-auth": "4.23.2",
"next-auth": "4.24.3",
"next-i18next": "14.0.3",
"next-seo": "6.1.0",
"nextjs-google-analytics": "2.3.3",
Expand All @@ -95,37 +95,37 @@
"react-hook-consent": "3.4.0",
"react-hook-form": "7.47.0",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "13.2.2",
"react-i18next": "13.3.1",
"zod": "3.22.4"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.4.2",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.4",
"@types/gtag.js": "0.0.16",
"@types/luxon": "3.3.2",
"@types/node": "18.18.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/eslint": "8.44.6",
"@types/gtag.js": "0.0.17",
"@types/luxon": "3.3.3",
"@types/node": "18.18.6",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"@types/umami": "0.1.4",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.0",
"commander": "11.1.0",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "7.0.1",
"listr2": "7.0.2",
"prettier": "3.0.3",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.4.0",
"type-fest": "4.5.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "4.9.1"
},
Expand Down
Loading

1 comment on commit a4992f0

@vercel
Copy link

@vercel vercel bot commented on a4992f0 Oct 20, 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.