Skip to content

Commit

Permalink
release: 2024-06-14 (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jun 14, 2024
2 parents 78aa297 + 8b0f0d3 commit 336b988
Show file tree
Hide file tree
Showing 48 changed files with 1,068 additions and 1,056 deletions.
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- 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 @@ -29,7 +29,7 @@ jobs:
run:
working-directory: packages/ui
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
Expand All @@ -50,7 +50,7 @@ jobs:

# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@fa68b990eaee8aa67857557651a1953a8eb6d70b # v11
uses: chromaui/action@5991575112b472a4fa85429f29cc17e2fb83a2a2 # v11
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 @@ -23,8 +23,8 @@ jobs:
security-events: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
uses: github/codeql-action/init@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
uses: github/codeql-action/analyze@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
HUSKY: 0
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Import GPG key
id: import_gpg
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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 @@ -18,7 +18,7 @@ jobs:
steps:
# Setup steps
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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 @@ -32,7 +32,7 @@ jobs:
HUSKY: 0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
name: Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
name: njsscan code scanning
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 🧐 nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@74e5a58c1edb363b84c9ddd626b0e22f038ac09e
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
uses: github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion InReach.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
},
"prettier.resolveGlobalModules": false,
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsdk": "🚀 InReach App (@weareinreach/app)/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.workspaceSymbols.scope": "allOpenProjects",
"sonarlint.connectedMode.project": {
Expand Down
3 changes: 3 additions & 0 deletions apps/app/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { PrismaPlugin } from '@prisma/nextjs-monorepo-workaround-plugin'
import { RelativeCiAgentWebpackPlugin } from '@relative-ci/agent'
import { withSentryConfig } from '@sentry/nextjs'
import { I18NextHMRPlugin } from 'i18next-hmr/webpack'
import createJiti from 'jiti'
import routes from 'nextjs-routes/config'

import path from 'path'
Expand All @@ -14,6 +15,8 @@ import i18nConfig from './next-i18next.config.mjs'

const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)
const jiti = createJiti(__filename)
jiti('../../packages/env')

const isVercelActiveDev = process.env.VERCEL_ENV === 'preview' && process.env.VERCEL_GIT_COMMIT_REF !== 'dev'
const isVercelProd = process.env.VERCEL_ENV === 'production'
Expand Down
13 changes: 7 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "14.2.3",
"@next/third-parties": "14.2.3",
"@next/bundle-analyzer": "14.2.4",
"@next/third-parties": "14.2.4",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "0.52.0",
Expand All @@ -61,9 +61,9 @@
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "1.3.1",
"@vercel/edge-config": "1.1.1",
"@vercel/edge-config": "1.2.0",
"@vercel/kv": "2.0.0",
"@vercel/speed-insights": "1.0.11",
"@vercel/speed-insights": "1.0.12",
"@weareinreach/analytics": "workspace:*",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand All @@ -88,7 +88,7 @@
"just-compare": "2.3.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"next": "14.2.3",
"next": "14.2.4",
"next-auth": "4.24.7",
"next-i18next": "15.3.0",
"next-seo": "6.5.0",
Expand Down Expand Up @@ -129,8 +129,9 @@
"eslint": "8.57.0",
"eslint-plugin-i18next": "6.0.3",
"i18next-hmr": "3.1.2",
"jiti": "1.21.6",
"listr2": "8.2.1",
"prettier": "3.3.1",
"prettier": "3.3.2",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.20.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/public/locales/ar/attribute.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"additional": {
"CATEGORYNAME": "معلومات إضافية",
"at-capacity": "على السعة",
"at-capacity": "بالسعة القصوى",
"geo-near-public-transit": "المواصلات العامة القريبة",
"geo-public-transit-description": "النقل العام / اتجاهات محددة",
"has-confidentiality-policy": "لديه سياسة سرية",
Expand Down
12 changes: 6 additions & 6 deletions apps/app/public/locales/ar/common.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"about-us": "نبذة عنا",
"about-us": "نُبْذَة عنا",
"access": {
"sms-with-body": "النص <strong>{{body}}</strong> إلى {{code}}"
},
"account": "حساب",
"add": "إضافة {{item}}",
"address": "العنوان",
"address_physical": "العنوان المادي",
"address_physical": "العنوان الموقعي",
"adjective": {
"organization": "{{adjective}} منظمة"
},
Expand Down Expand Up @@ -82,11 +82,11 @@
"create-new-list": "إنشاء قائمة جديدة",
"crisis-support": {
"intl-stay-safe": "<Title3>📣 يرجى البقاء آمنًا على الإنترنت</Title3>\n<Text> قد يؤدي تصفح أي من هذه المواقع <strong>إلى ترك سجل على جهاز الكمبيوتر الخاص بك أو المتصفح</strong>, تمامًا كما يفعل أي موقع ويب بعد زيارتك له. يرجى اتخاذ الخطوات اللازمة لتجنب المواقف غير الآمنة في منطقتك.</Text>",
"intl-these-verified": "هذه الموارد التي تم التحقق منها يمكن أن تساعد مجتمع LGBTQ+ في أي مكان في العالم.",
"intl-we-recommend": "ونحن نوصي بهذه الموارد الدولية",
"intl-these-verified": "هذه الموارد الموثوقة تستطيع أن تساعد مجتمع LGBTQ+ في أي مكان في العالم.",
"intl-we-recommend": "ونحن نوصي بهذه الموارد العالمية",
"natl-find-help-now": "ابحث عن المساعدة الآن",
"natl-these-verified": "<Text>هذه الموارد التي تم التحقق منها يمكن أن تساعد مجتمع LGBTQ+ في الولايات المتحدة. هذه الخدمات هي <strong>متاحة عن بعد و سرية و</strong> و <strong>مجانية</strong>.</Text>",
"outside-service-area": "الاتصال لا يعمل في {{country}}",
"natl-these-verified": "<Text>هذه الموارد الموثوقة تستطيع مساعدة مجتمع LGBTQ+ في الولايات المتحدة. هذه الخدمات هي <strong>متاحة عن بعد و سرية و</strong> و <strong>مجانية</strong>.</Text>",
"outside-service-area": "In-Reach لا يعمل في {{country}}",
"who-this-serves": "<Text><strong>من يخدم هذا المورد:</strong> {{targetPop}}</Text>"
},
"current-location": "الموقع الحالي",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/public/locales/ar/country.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"demonym_other": "البلغاريين"
},
"BHR": {
"name": "Bahrain",
"name": "مملكة البحرين",
"demonym_zero": "Bahrainis",
"demonym_one": "البحرينية",
"demonym_two": "Bahrainis",
Expand Down
8 changes: 4 additions & 4 deletions apps/app/public/locales/ar/suggestOrg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"body": {
"accept-country": "يرجى ملاحظة أننا لا نستطيع أن نقبل إلا المنظمات الموجودة في الولايات المتحدة والمكسيك وكندا في هذا الوقت.",
"accept-country": "يرجى ملاحظة أننا لا نقبل إلا المنظمات الموجودة في الولايات المتحدة والمكسيك وكندا في هذا الوقت.",
"additional-info": "معلومات إضافية",
"intro-text": "نشكرك على اهتمامك بالمساهمة في تطبيق InRereach! استخدم هذا النموذج لاقتراح منظمة (على سبيل المثال. لا تستهدف الربح، المنظمات الشعبية أو المجتمعية، أنظمة الرعاية الصحية، الممارسة الخاصة، إلخ) تعتقد أنه ينبغي إدراجها. إنه لأمر جيد إذا لم يكن لديك كل المعلومات التي يطلبها النموذج - فقط ملء ما تعرفه. وسوف نقوم بالباقة! نحن نقدر تقديمكم وتشكرك على مساعدتك في زيادة الوصول إلى الموارد الآمنة التي تم التحقق منها لمجتمع LGBTQ+ المتنوع. وتخضع جميع المنظمات المقترحة للاستعراض من جانب المتطوعين المدربين التابعين للمعهد قبل نشرها في المنشور.",
"required-info": "المعلومات المطلوبة",
"subject-review": "وتخضع جميع المنظمات المقترحة للاستعراض من جانب المنظمة قبل النشر.",
"intro-text": "نشكرك على اهتمامك بالمساهمة في تطبيق InRereach! استخدم هذا الإستبيان لاقتراح منظمة (على سبيل المثال. لا تستهدف الربح، المنظمات الشعبية أو المجتمعية، أنظمة الرعاية الصحية، الممارسة الخاصة، إلخ) تعتقد أنه ينبغي إدراجها. لا تقلق إن لم يكن لديك كل المعلومات التي يطلبها النموذج - فقط إملء ما تعرفه. وسوف نقوم بالباقي! نحن نقدر تقديمكم وشُكراً على مساعدتك في زيادة الوصول إلى الموارد الآمنة التي تم التحقق منها لمجتمع LGBTQ+ المتنوع. وتخضع جميع المنظمات المقترحة للاستعراض من جانب المتطوعين المدربين التابعين للمعهد قبل نشرها في In-Reach.",
"required-info": "المعلومات اللازمة",
"subject-review": "وتخضع جميع المنظمات المقترحة للتدقيق من قِبل المنظمة قبل النشر.",
"suggest-org": "اقترح منظمة"
},
"form": {
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/en/gov-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1352,8 +1352,8 @@
"us-maryland": "Maryland",
"us-maryland-allegany-county": "Allegany",
"us-maryland-anne-arundel-county": "Anne Arundel",
"us-maryland-baltimore-city": "Baltimore",
"us-maryland-baltimore-county": "Baltimore",
"us-maryland-baltimore-city": "Baltimore City",
"us-maryland-baltimore-county": "Baltimore County",
"us-maryland-calvert-county": "Calvert",
"us-maryland-caroline-county": "Caroline",
"us-maryland-carroll-county": "Carroll",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"share-feedback": "Compartir comentarios",
"subscribe-newsletter": "Suscríbete a nuestro boletín",
"suggest-org": "Sugerir una organización",
"tagline": "Busca recursos para personas LGBTQ+.<br/>\nLogra seguridad.<br/>\nEncuentra pertenencia.",
"tagline": "Busca recursos para personas LGBTQ+.<br/>\nLogra seguridad.<br/>\nEncuentra pertenecer.",
"vetting-process": "Proceso de selección"
},
"forgot-password": "¿Olvidaste la contraseña?",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/public/locales/es/landingPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"8": "ayuda legal",
"9": "traducción"
},
"subheading": "Bienvenide a la primera plataforma de código abierto del mundo que conecta a personas TLGBQ+ (transgénero, lesbiana, gay, bisexual, queer y más identidades) que sufren persecución o discriminación con recursos seguros y verificados."
"subheading": "Bienvenide a la primera plataforma de código abierto del mundo que conecta a personas TLGBQ+ (transgénero, lesbiano, gay, bisexual, y más identidades) que sufren discriminación y persecución con recursos seguros y verificados."
},
"values": {
"free": "<Title2>Gratis para siempre 🔑</Title2>\n<Text>Nuestra plataforma de código abierto es 100% gratuita para todes, para garantizar que la ayuda segura siempre esté InReach(\"Al Alcance\"). </Text>\n<LinkFree>Dona para ayudarnos a mantener nuestra plataforma gratis.</LinkFree>",
Expand Down
24 changes: 12 additions & 12 deletions apps/app/public/locales/ja/attribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"geo-public-transit-description": "公共交通機関/特定の道順",
"has-confidentiality-policy": "機密保持方針があるもの",
"offers-remote-services": "リモート",
"private-practice": "プライベート練習",
"private-practice": "個人的な練習",
"religiously-affiliated": "宗教に関係している",
"time-walk-in": "事前予約なしでの受け入れ時間あり",
"wheelchair-accessible": "アクセス可能",
"wheelchair-accessible": "利用可能な",
"wheelchair-accessible_false": "アクセス不可",
"wheelchair-accessible_true": "アクセシブル"
"wheelchair-accessible_true": "利用可能な"
},
"alerts": {
"CATEGORYNAME": "アラート",
Expand Down Expand Up @@ -79,7 +79,7 @@
"CATEGORYNAME": "資格要件",
"elig-age": "対象年齢",
"elig-age_max": "{{max}} 未満",
"elig-age_min": "{{min}} 以上",
"elig-age_min": "{{min}} 超過",
"elig-age_range": "{{min}} - {{max}}",
"other-describe": "その他 (自由記述)",
"req-medical-insurance": "医療保険が必要なもの",
Expand Down Expand Up @@ -109,7 +109,7 @@
"accessemail": "アクセス方法-電子メール",
"accessfile": "アクセス方法-ファイル",
"accesslink": "アクセス方法-リンク",
"accesslocation": "アクセス方法-場所",
"accesslocation": "アクセス方法・位置",
"accessphone": "アクセス方法-電話",
"accesspublictransit": "アクセス方法-公共交通機関",
"accesssms": "アクセス手順 - SMS",
Expand All @@ -122,7 +122,7 @@
"bipoc-comm": "BIPOC(黒人、先住民、有色人種)コミュニティ",
"caregivers": "介護者コミュニティ",
"disabled": "障がい者コミュニティ",
"elder": "高齢者に焦点を当てた",
"elder": "老人の対象者",
"gender-nc": "ジェンダーノンコンフォーミング",
"hiv-comm": "HIVコミュニティ",
"immigrant-comm": "移民コミュニティ",
Expand All @@ -134,14 +134,14 @@
"trans-fem": "トランス女性/トランスフェミニン",
"trans-masc": "トランス男性/トランスマスキュリン",
"trans-youth-focus": "トランスジェンダーの若者",
"women": "女性に焦点を当てた"
"women": "女性に対象者"
},
"sys": {
"CATEGORYNAME": "システム",
"incompatible-info": "互換性のない情報"
},
"tpop": {
"other": "ターゲット数 - その他"
"other": "対象人口 ・ ほかの"
},
"userlawpractice": {
"CATEGORYNAME": "法律実務オプション",
Expand All @@ -151,12 +151,12 @@
"legal-nonprofit": "法的非営利組織"
},
"userserviceprovider": {
"CATEGORYNAME": "サービスプロバイダーオプション",
"case-mananger": "ケースマネージャー",
"CATEGORYNAME": "サービス提供者の選択肢",
"case-mananger": "福祉相談員",
"community-org": "コミュニティ組織のボランティア/スタッフ",
"friend-family": "該当なし (友人/家族に代わって見る)",
"friend-family": "該当なし (友人か家人のために)",
"govt-agency": "政府機関",
"grassroots-direct": "草の根ダイレクトサービス組織",
"grassroots-direct": "グラスルーツ直航組織",
"healthcare": "医療従事者",
"lawyer": "弁護士",
"other": "その他 (具体的に記入してください)",
Expand Down
34 changes: 20 additions & 14 deletions apps/app/turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": [
"build:prebuild",
Expand All @@ -12,26 +12,32 @@
"^db:dataMigrate"
],
"env": [
"DATABASE_URL",
"DB_DIRECT_URL",
"NEXTAUTH_SECRET",
"NEXTAUTH_URL",
"VERCEL_URL",
"PORT",
"AWS_REGION",
"COGNITO_ACCESS_KEY",
"COGNITO_CLIENT_ID",
"COGNITO_CLIENT_SECRET",
"COGNITO_ISSUER",
"COGNITO_USER_POOL_ID",
"AWS_REGION",
"COGNITO_ACCESS_KEY",
"COGNITO_SECRET",
"NODE_ENV",
"COGNITO_USER_POOL_ID",
"CRON_KEY",
"CROWDIN_TOKEN",
"DATABASE_URL",
"DB_DIRECT_URL",
"EDGE_CONFIG",
"FEATURE_FLAG_CONFIG",
"GOOGLE_PLACES_API_KEY",
"NEXT_PUBLIC_GOOGLE_MAPS_API",
"KV_REST_API_READ_ONLY_TOKEN",
"KV_REST_API_TOKEN",
"KV_REST_API_URL",
"KV_URL",
"NEXTAUTH_SECRET",
"NEXTAUTH_URL",
"NODE_ENV",
"PORT",
"SENTRY_AUTH_TOKEN",
"NEXT_PUBLIC_SENTRY_DSN",
"SENTRY_ORG",
"SENTRY_PROJECT",
"SENTRY_ORG"
"VERCEL_URL"
],
"outputs": [".next/**"]
},
Expand Down
Loading

1 comment on commit 336b988

@vercel
Copy link

@vercel vercel bot commented on 336b988 Jun 14, 2024

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.