Skip to content

Commit

Permalink
release: 2024-06-06 (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jun 6, 2024
2 parents 218f416 + 8b47251 commit c0a7ea6
Show file tree
Hide file tree
Showing 43 changed files with 3,507 additions and 3,034 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@57a72947e9d7a6d213906cd506276c707e0c580f # v11
uses: chromaui/action@fa68b990eaee8aa67857557651a1953a8eb6d70b # v11
with:
workingDir: packages/ui
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
4 changes: 3 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,6 @@ jobs:
if: github.event_name == 'schedule'
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: crowdin distribution release ${{ secrets.CROWDIN_OTA_HASH }} --no-progress --verbose
run: |
crowdin distribution release ${{ secrets.CROWDIN_OTA_HASH }} --no-progress --verbose
crowdin distribution release ${{ secrets.CROWDIN_OTA_HASH_DB }} -i 24 --no-progress --verbose
2 changes: 1 addition & 1 deletion .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.14.0
36 changes: 18 additions & 18 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.4.2",
"@hookform/resolvers": "3.5.0",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
Expand All @@ -38,15 +38,15 @@
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "14.2.3",
"@next/third-parties": "14.2.3",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/core": "1.24.1",
"@opentelemetry/exporter-trace-otlp-http": "0.51.1",
"@opentelemetry/resources": "1.24.1",
"@opentelemetry/sdk-node": "0.51.1",
"@opentelemetry/sdk-trace-base": "1.24.1",
"@opentelemetry/sdk-trace-node": "1.24.1",
"@opentelemetry/semantic-conventions": "1.24.1",
"@prisma/instrumentation": "5.14.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "0.52.0",
"@opentelemetry/resources": "1.25.0",
"@opentelemetry/sdk-node": "0.52.0",
"@opentelemetry/sdk-trace-base": "1.25.0",
"@opentelemetry/sdk-trace-node": "1.25.0",
"@opentelemetry/semantic-conventions": "1.25.0",
"@prisma/instrumentation": "5.15.0",
"@sentry/browser": "7.116.0",
"@sentry/integrations": "7.114.0",
"@sentry/nextjs": "7.116.0",
Expand Down Expand Up @@ -108,19 +108,19 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.44.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.14.0",
"@relative-ci/agent": "4.2.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.15.0",
"@relative-ci/agent": "4.2.8",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.17.3",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.19",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.1",
Expand All @@ -130,10 +130,10 @@
"eslint-plugin-i18next": "6.0.3",
"i18next-hmr": "3.1.2",
"listr2": "8.2.1",
"prettier": "3.2.5",
"prettier": "3.3.1",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.18.3",
"type-fest": "4.19.0",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "4.10.2"
},
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/af/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "Sluit",
"confirm-account": {
"click-verify": "Klik hier om te verifieer dat u u InReach-rekening bevestig",
"code-requested": "Verification code requested!",
"code-resent": "A new code has been requested. Please check your email.",
"message": "Klik op die volgende skakel om u rekening te bevestig:",
"subject": "Bevestig u rekening"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404: Page not found.",
"500-body": "We're sorry, something went wrong with our server. Please try again later, or start a search below to find safe, verified LGBTQ+ resources in your area.",
"500-title": "500: Something went wrong.",
"code-expired": "The code provided has expired.",
"code-mismatch": "The code provided is not valid.",
"oh-no": "O nee!",
"resend-code": "Request a new code",
"try-again-text": "<Text>Iets het verkeerd geloop! Probeer asseblief weer.</Text>"
},
"exclude": "Uitsluit",
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "أغلق",
"confirm-account": {
"click-verify": "انقر هنا للتحقق من تأكيد حسابك في InReach",
"code-requested": "طلب رمز التحقق!",
"code-resent": "تم طلب رمز جديد. الرجاء التحقق من بريدك الإلكتروني.",
"message": "انقر على الرابط التالي لتأكيد حسابك:",
"subject": "تأكيد حسابك"
},
Expand Down Expand Up @@ -118,7 +120,10 @@
"404-title": "404: الصفحة غير موجودة.",
"500-body": "نحن آسفون، حدث خطأ ما في خادمنا. الرجاء المحاولة مرة أخرى لاحقا، أو بدء البحث أدناه للعثور على موارد LGBTQ+ آمنة ومتحقق منها في منطقتك.",
"500-title": "500: حدث خطأ ما.",
"code-expired": "انتهت صلاحية الرمز المقدم.",
"code-mismatch": "الرمز المقدم غير صالح.",
"oh-no": "Oh no!",
"resend-code": "طلب رمز جديد",
"try-again-text": "<Text>حدث خطأ ما! الرجاء المحاولة مرة أخرى</Text>"
},
"exclude": "استبعاد",
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/de-DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "Schließen",
"confirm-account": {
"click-verify": "Klicke hier, um deinen InReach Account zu bestätigen",
"code-requested": "Bestätigungscode angefordert!",
"code-resent": "Ein neuer Code wurde angefordert. Bitte überprüfen Sie Ihre E-Mail.",
"message": "Klicken Sie auf den folgenden Link, um Ihr Konto zu bestätigen:",
"subject": "Bestätigen Sie Ihr Konto"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404: Seite nicht gefunden.",
"500-body": "Es tut uns leid, etwas ist mit unserem Server schief gelaufen. Bitte versuchen Sie es später noch einmal, oder starten Sie eine Suche unten, um sichere, verifizierte LGBTQ+-Ressourcen in Ihrer Nähe zu finden.",
"500-title": "500: Etwas ist schiefgelaufen.",
"code-expired": "Der angegebene Code ist abgelaufen.",
"code-mismatch": "Der angegebene Code ist nicht gültig.",
"oh-no": "Oh no!",
"resend-code": "Neuen Code anfordern",
"try-again-text": "<Text>Etwas ist schiefgelaufen! Bitte versuchen Sie es erneut.</Text>"
},
"exclude": "Ausschließen",
Expand Down
7 changes: 6 additions & 1 deletion apps/app/public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "Cerrar",
"confirm-account": {
"click-verify": "Haz clic aquí para confirmar tu cuenta de InReach",
"code-requested": "¡Código de verificación solicitado!",
"code-resent": "Se ha solicitado un nuevo código. Por favor, comprueba tu correo electrónico.",
"message": "Haz clic en el siguiente enlace para confirmar tu cuenta:",
"subject": "Confirma tu cuenta"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404: Página no encontrada.",
"500-body": "Lo sentimos, algo salió mal con nuestro servidor. Por favor, inténtalo de nuevo más tarde, o inicia una búsqueda a continuación para encontrar recursos seguros y verificados de LGBTQ+ en tu área.",
"500-title": "500: Algo salió mal.",
"code-expired": "El código proporcionado ha caducado.",
"code-mismatch": "El código proporcionado no es válido.",
"oh-no": "Oh no!",
"resend-code": "Solicitar un nuevo código",
"try-again-text": "<Text>¡Algo salió mal! Por favor, inténtalo de nuevo.</Text>"
},
"exclude": "Excluir",
Expand All @@ -132,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/>\nEncuentra seguridad.<br/>\nBusca pertenecer.",
"tagline": "Busca recursos para personas LGBTQ+.<br/>\nLogra seguridad.<br/>\nEncuentra pertenencia.",
"vetting-process": "Proceso de selección"
},
"forgot-password": "¿Olvidaste la contraseña?",
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/es/landingPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"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>",
"innovative": "<Title2>Innovación ✨</Title2>\n<Text>Somos la primera plataforma tecnológica del mundo que conecta a personas LGBTQ+ que sufren persecución o discriminación con recursos seguros e independientemente verificados.</Text>\n<LinkInnovative>Ve nuestro código fuente y contribuye.</LinkInnovative>",
"intersectional": "<Title2>Interseccional ✊🏿✊🏾✊🏽</Title2>\n<Text>Creemos que la igualdad LGBTQ+ requiere justicia para personas trans, justicia para refugiades, justicia racial, justicia reproductiva, justicia lingüística, justicida de discapacidad – justicia para <strong>todes</strong> les miembres de nuestra comunidad diversa.</Text>\n<LinkIntersect>Conoce más sobre nuestro proceso de selección</LinkIntersect>",
"intersectional": "<Title2>Interseccional ✊🏿✊🏾✊🏽</Title2>\n<Text>Creemos que la igualdad LGBTQ+ requiere justicia para personas trans, justicia para refugiades, justicia racial, justicia reproductiva, justicia lingüística, justicida de discapacidad – justicia para <strong>todes</strong> les miembres de nuestra comunidad diversa.</Text>\n<LinkIntersect>Conozca más sobre nuestro proceso de selección</LinkIntersect>",
"our-values": "Nuestros valores",
"safety-first": "<Title2>Seguridad Primero 🔒</Title2>\n<Text>Sabemos que el anonimato en línea puede ser un asunto de vida o muerte para personas LGBTQ+. Por eso nuestra plataforma está diseñada para proteger la confidencialidad y seguridad de les usuaries en línea.</Text>\n<LinkSafety>Conoce más sobre nuestra política de privacidad.</LinkSafety>"
"safety-first": "<Title2>Seguridad Primero 🔒</Title2>\n<Text>Sabemos que el anonimato en línea puede ser un asunto de vida o muerte para personas LGBTQ+. Por eso nuestra plataforma está diseñada para proteger la confidencialidad y seguridad de les usuaries en línea.</Text>\n<LinkSafety>Conozca más sobre nuestra política de privacidad.</LinkSafety>"
}
}
5 changes: 5 additions & 0 deletions apps/app/public/locales/fa/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "بستن",
"confirm-account": {
"click-verify": "برای تأیید حساب InReach خود اینجا را کلیک کنید",
"code-requested": "Verification code requested!",
"code-resent": "A new code has been requested. Please check your email.",
"message": "برای تأیید حساب کاربری خود روی لینک زیر کلیک کنید:",
"subject": "حساب کاربری خود را تأیید کنید"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404: صفحه یافت نشد.",
"500-body": "متأسفیم، مشکلی در سرور ما رخ داده است. لطفاً بعداً دوباره امتحان کنید یا جستجوی زیر را برای یافتن منابع امن و تأیید شده +LGBTQ در منطقه خود شروع کنید.",
"500-title": "500: مشکلی پیش آمده است.",
"code-expired": "The code provided has expired.",
"code-mismatch": "The code provided is not valid.",
"oh-no": "اوه نه",
"resend-code": "Request a new code",
"try-again-text": "<Text>مشکلی پیش آمده است! لطفا دوباره تلاش کنید.</Text>"
},
"exclude": "حذف کردن",
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "Fermer",
"confirm-account": {
"click-verify": "Cliquer ici pour vérifier votre compte d'InReach",
"code-requested": "Code de vérification demandé !",
"code-resent": "Un nouveau code a été demandé. Veuillez vérifier vos emails.",
"message": "Cliquer sur le lien suivant pour confirmer votre compte :",
"subject": "Confirmer votre compte"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404 : Page non trouvée.",
"500-body": "Nous sommes désolés, une erreur s'est produite avec notre serveur. Veuillez réessayer plus tard, ou lancer une recherche ci-dessous pour trouver des ressources LGBTQ+ sûres et vérifiées dans votre région.",
"500-title": "500: Une erreur s'est produite.",
"code-expired": "Le code fourni a expiré.",
"code-mismatch": "Le code fourni n'est pas valide.",
"oh-no": "Oh non !",
"resend-code": "Demander un nouveau code",
"try-again-text": "<Text>Une erreur s'est produite ! Veuillez réessayer.</Text>"
},
"exclude": "Exclure",
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/hi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "बंद करें",
"confirm-account": {
"click-verify": "अपने इनरीच खाते की पुष्टि करने के लिए यहां क्लिक करें",
"code-requested": "Verification code requested!",
"code-resent": "A new code has been requested. Please check your email.",
"message": "अपने खाते की पुष्टि करने के लिए नीचे दिए गए लिंक पर क्लिक करें:",
"subject": "अपने अकाउंट की पुष्टि करें"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404: Page not found.",
"500-body": "We're sorry, something went wrong with our server. Please try again later, or start a search below to find safe, verified LGBTQ+ resources in your area.",
"500-title": "500: Something went wrong.",
"code-expired": "The code provided has expired.",
"code-mismatch": "The code provided is not valid.",
"oh-no": "अरे नहीं!",
"resend-code": "Request a new code",
"try-again-text": "<Text>कुछ गलत हुआ! कृपया फिर से कोशिश करें।</Text>"
},
"exclude": "बाहर निकालें",
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/ht/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "Fèmen",
"confirm-account": {
"click-verify": "Klike la verifye konfime kont InReach ou",
"code-requested": "Verification code requested!",
"code-resent": "A new code has been requested. Please check your email.",
"message": "Klike sou lyen sa a konfime kont ou:",
"subject": "Konfime kont ou"
},
Expand Down Expand Up @@ -114,7 +116,10 @@
"404-title": "404: Paj la pa jwenn.",
"500-body": "Nou regrèt, gen yon bagay ki ale mal ak sèvè nou an. Tanpri eseye ankò pita, oswa kòmanse yon rechèch anba a pou jwenn resous LGBTQ+ ki an sekirite ak verifye nan zòn ou an.",
"500-title": "500: Yon bagay ale mal.",
"code-expired": "The code provided has expired.",
"code-mismatch": "The code provided is not valid.",
"oh-no": "Oh non!",
"resend-code": "Request a new code",
"try-again-text": "<Text>Yon bagay ale mal! Tanpri eseye ankò.</Text>"
},
"exclude": "Ekskli",
Expand Down
5 changes: 5 additions & 0 deletions apps/app/public/locales/ja/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"close": "閉じる",
"confirm-account": {
"click-verify": "inReachアカウントの確認を行うには、こちらをクリックしてください",
"code-requested": "認証コードをリクエストしました!",
"code-resent": "新しいコードがリクエストされました。メールを確認してください。",
"message": "以下のリンクをクリックしてアカウントを確認してください。",
"subject": "アカウントの確認"
},
Expand Down Expand Up @@ -113,7 +115,10 @@
"404-title": "404: ページが見つかりません。",
"500-body": "申し訳ありませんが、サーバーに問題が発生しました。 後でもう一度お試しいただくか、以下を検索して、お住まいの地域の安全で認証済みのLGBTQ+リソースを探しましょう。",
"500-title": "500: 問題が発生しました。",
"code-expired": "提供されたコードの有効期限が切れています。",
"code-mismatch": "入力されたコードは無効です。",
"oh-no": "すみません",
"resend-code": "新しいコードをリクエストする",
"try-again-text": "<Text>問題が発生しました。もう一度やり直してください。</Text>"
},
"exclude": "除外",
Expand Down
Loading

1 comment on commit c0a7ea6

@vercel
Copy link

@vercel vercel bot commented on c0a7ea6 Jun 6, 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.