Skip to content

Commit

Permalink
release: 2024-08-06 (#1371)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **New Features**
- Introduced additional support for community advocacy and self-advocacy
in multiple languages (e.g., English, Spanish, Turkish, etc.).
	
- **Bug Fixes**
- Updated dependencies for improved functionality, security, and
performance across the application.

- **Documentation**
- Adjusted localization strings across various languages to enhance
clarity and consistency.

- **Refactor**
- Reorganized localization strings for addresses in multiple languages
for improved structure within respective JSON files.
- Enhanced data validation and handling in the password reset
functionality.

- **Chores**
- Updated versions of several dependencies in `package.json` files for
various modules.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
kodiakhq[bot] authored Aug 6, 2024
2 parents 95a29df + e285095 commit 2044fc1
Show file tree
Hide file tree
Showing 70 changed files with 1,023 additions and 1,049 deletions.
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: npx -p nextjs-bundle-analysis report

- name: Upload bundle
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: bundle
path: /home/runner/work/InReach/InReach/apps/app/.next/analyze/__bundle_analysis.json
Expand Down
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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
with:
sarif_file: results.sarif
28 changes: 14 additions & 14 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.17.0",
"@sentry/browser": "8.22.0",
"@sentry/nextjs": "8.22.0",
"@sentry/node": "8.22.0",
"@sentry/opentelemetry": "8.22.0",
"@sentry/profiling-node": "8.22.0",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.24.0",
"@sentry/nextjs": "8.24.0",
"@sentry/node": "8.24.0",
"@sentry/opentelemetry": "8.24.0",
"@sentry/profiling-node": "8.24.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.19.3",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand Down Expand Up @@ -84,7 +84,7 @@
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.4",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
"next": "14.2.5",
"next-auth": "4.24.7",
Expand All @@ -98,23 +98,23 @@
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.52.1",
"react-hook-form": "7.52.2",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "15.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.45.3",
"@prisma/nextjs-monorepo-workaround-plugin": "5.17.0",
"@relative-ci/agent": "4.2.9",
"@playwright/test": "1.46.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@relative-ci/agent": "4.2.10",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.19.3",
"@tanstack/react-table-devtools": "8.20.1",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.11",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.14.13",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/af/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "Rekening",
"add": "Voeg {{item}}",
"address": "Adres",
"address_physical": "Fisiese adres",
"adjective": {
"organization": "{{adjective}} organisasie"
},
Expand Down Expand Up @@ -403,6 +401,8 @@
"accept": "Aanvaar",
"account": "Rekening",
"add": "Voeg",
"address": "Address",
"address_physical": "Physical address",
"and": "en",
"and-x-more": "en {{count}} meer",
"approve": "Keur goed",
Expand Down
2 changes: 2 additions & 0 deletions apps/app/public/locales/af/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"community-support": {
"CATEGORYNAME": "Gemeenskapsondersteuning",
"advocacy-and-community-organizing": "Advocacy and Community Organizing",
"community-social-groups": "Gemeenskap en sosiale groepe",
"cultural-centers": "Kulturele sentrums",
"lgbtq-centers": "LGBTQ sentrums",
Expand Down Expand Up @@ -93,6 +94,7 @@
"name-and-gender-change": "Naam en geslag merker verander",
"refugee-claim": "Vlugtelinge eis",
"residency": "Koshuis",
"self-advocacy-information": "Self-Advocacy Information",
"special-immigrant-juvenile-status-sijs": "Spesiale immigrant jeugdige status (SIJS)",
"t-visa": "T visum",
"u-visa": "U visum"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "حساب",
"add": "إضافة {{item}}",
"address": "العنوان",
"address_physical": "العنوان الموقعي",
"adjective": {
"organization": "{{adjective}} منظمة"
},
Expand Down Expand Up @@ -407,6 +405,8 @@
"accept": "القبول",
"account": "حساب",
"add": "إضافة",
"address": "العنوان",
"address_physical": "العنوان الموقعي",
"and": "و",
"and-x-more": "و {{count}} المزيد",
"approve": "الموافقة",
Expand Down
2 changes: 2 additions & 0 deletions apps/app/public/locales/ar/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"community-support": {
"CATEGORYNAME": "الدعم المجتمعي",
"advocacy-and-community-organizing": "الدعوة وتنظيم المجتمعات المحلية",
"community-social-groups": "المجموعات المجتمعية والاجتماعية",
"cultural-centers": "المراكز الثقافية",
"lgbtq-centers": "مراكز LGBTQ",
Expand Down Expand Up @@ -93,6 +94,7 @@
"name-and-gender-change": "تغيير الاسم والعلامات الجنسانية",
"refugee-claim": "طلب اللجوء",
"residency": "الإقامة",
"self-advocacy-information": "معلومات الدعوة الذاتية",
"special-immigrant-juvenile-status-sijs": "حالة الأحداث الخاصة بالمهاجر",
"t-visa": "T visa",
"u-visa": "U visa"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/de-DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "Konto",
"add": "{{item}} hinzufügen",
"address": "Adresse",
"address_physical": "Physische Adresse",
"adjective": {
"organization": "{{adjective}} Organisation"
},
Expand Down Expand Up @@ -403,6 +401,8 @@
"accept": "Akzeptieren",
"account": "Konto",
"add": "Neu",
"address": "Adresse",
"address_physical": "Physische Adresse",
"and": "und",
"and-x-more": "und {{count}} mehr",
"approve": "Bestätigen",
Expand Down
2 changes: 2 additions & 0 deletions apps/app/public/locales/de-DE/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"community-support": {
"CATEGORYNAME": "Community-Unterstützung",
"advocacy-and-community-organizing": "Fürsprecher und Gemeinschaftsorganisation",
"community-social-groups": "Gemeinschaftliche und soziale Gruppen",
"cultural-centers": "Kulturelle Zentren",
"lgbtq-centers": "LGBTQ-Center",
Expand Down Expand Up @@ -93,6 +94,7 @@
"name-and-gender-change": "Name und Geschlechtsmarker ändern",
"refugee-claim": "Flüchtlingsbehauptung",
"residency": "Residenz",
"self-advocacy-information": "Informationen über Selbst-Fürsprecher",
"special-immigrant-juvenile-status-sijs": "Besonderer Jugendstatus für Einwanderer (SIJS)",
"t-visa": "T visa",
"u-visa": "U visa"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "Account",
"add": "Add {{item}}",
"address": "Address",
"address_physical": "Physical address",
"adjective": {
"organization": "{{adjective}} organization"
},
Expand Down Expand Up @@ -413,6 +411,8 @@
"accept": "Accept",
"account": "Account",
"add": "Add",
"address": "Address",
"address_physical": "Physical address",
"and": "and",
"and-x-more": "and {{count}} more",
"approve": "Approve",
Expand Down
12 changes: 6 additions & 6 deletions apps/app/public/locales/es/attribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"cost": {
"CATEGORYNAME": "Costo",
"cost-accepts-insurance": "Este servicio acepta seguros",
"cost-accepts-insurance_default": "Este servicio acepta seguros. Contacte con la organización directamente para obtener más información sobre costes, opciones de asistencia financiera y detalles de cobertura de seguros.",
"cost-accepts-insurance_withUrl": "Este servicio acepta seguros. <Link href=\"{{url}}\">Haga clic aquí para visitar la página</Link> de la organización para obtener más información sobre costes, opciones de asistencia financiera y detalles de cobertura de seguros.",
"cost-accepts-insurance_default": "Este servicio acepta seguros. Contacte la organización directamente para obtener más información sobre costes, opciones de asistencia financiera y detalles de cobertura de seguros.",
"cost-accepts-insurance_withUrl": "Este servicio acepta seguros. <Link href=\"{{url}}\">Haga clic aquí para visitar la página de la organización</Link> para obtener más información sobre costes, opciones de asistencia financiera y detalles de cobertura de seguros.",
"cost-fees": "Incurre un coste",
"cost-free": "Gratis",
"cost-sliding-scale": "Costos determinados en una escala deslizante",
"cost-sliding-scale_default": "Este servicio tiene tarifas de escala deslizante. La cantidad que usted paga por los servicios se ajusta a su nivel de ingresos. Póngase en contacto directamente con la organización para obtener más información.",
"cost-sliding-scale_withUrl": "Este servicio tiene tarifas de escala deslizante. La cantidad que usted paga por los servicios se ajusta a su nivel de ingresos. <Link href=\"{{url}}\">Haga clic aquí para visitar la página de la organización para obtener más información.</Link>"
"cost-sliding-scale": "Costos determinados en una escala móvil",
"cost-sliding-scale_default": "Este servicio tiene tarifas de escala móvil. La cantidad que usted paga por los servicios se ajusta a su nivel de ingresos. Póngase en contacto directamente con la organización para obtener más información.",
"cost-sliding-scale_withUrl": "Este servicio tiene tarifas de escala móvil. La cantidad que usted paga por los servicios se ajusta a su nivel de ingresos. <Link href=\"{{url}}\">Haga clic aquí para visitar la página de la organización para obtener más información.</Link>"
},
"crisis-support-community": {
"elders": "Ancianes",
Expand Down Expand Up @@ -107,7 +107,7 @@
"bipoc-led": "Dirigido por BIPOC",
"black-led": "Dirigido por Negro",
"immigrant-led": "Dirigido por inmigrantes",
"lgbtq-led": "Led LGBTQ+",
"lgbtq-led": "Liderado por LGBTQ+",
"trans-led": "Dirigido por personas trans",
"women-led": "Dirigida por mujeres"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "Cuenta",
"add": "Añadir {{item}}",
"address": "Dirección",
"address_physical": "Dirección física",
"adjective": {
"organization": "{{adjective}} organización"
},
Expand Down Expand Up @@ -403,6 +401,8 @@
"accept": "Aceptar",
"account": "Cuenta",
"add": "Agregar",
"address": "Dirección",
"address_physical": "Dirección física",
"and": "y",
"and-x-more": "y {{count}} más",
"approve": "Aprobar",
Expand Down
14 changes: 8 additions & 6 deletions apps/app/public/locales/es/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"community-support": {
"CATEGORYNAME": "Apoyo comunitario",
"advocacy-and-community-organizing": "Defensa y organización comunitaria",
"community-social-groups": "Grupos comunitarios y sociales",
"cultural-centers": "Centros culturales",
"lgbtq-centers": "Centros LGBTTTI+",
Expand Down Expand Up @@ -39,23 +40,23 @@
"financial-assistance": {
"CATEGORYNAME": "Asistencia Financiera",
"bail-funds": "Fondos de fianza",
"healthcare-and-insurance": "Cuidado sanitario y seguro",
"housing-and-utilities": "Casas y utilidades",
"legal-fees": "Tarifas legales",
"moving-and-domestic-relocation": "Moviendo y reubicación doméstica",
"healthcare-and-insurance": "Asistencia médica y seguro",
"housing-and-utilities": "Vivienda y utilidades",
"legal-fees": "Honorarios legales",
"moving-and-domestic-relocation": "Mudanza y reubicación doméstica",
"mutual-aid": "Ayuda mutua"
},
"food": {
"CATEGORYNAME": "Comida",
"community-meals": "Comidas comunitarias",
"food-assistance": "Ayuda alimentaria",
"food-delivery": "Entrega de alimentos",
"food-delivery": "Entrega de comida",
"food-pantries": "Despensas de comida",
"nutrition-education": "Educación nutricional"
},
"housing": {
"CATEGORYNAME": "Casita",
"drop-in-centers": "Centros Soltar",
"drop-in-centers": "Centros de acogida",
"drop-in-centers-for-lgbtq-youth": "Centros de atención para jóvenes LGBTTTI+",
"emergency-housing": "Vivienda de emergencia",
"housing-information-and-referrals": "Información y referencias sobre vivienda",
Expand Down Expand Up @@ -93,6 +94,7 @@
"name-and-gender-change": "Cambio de nombre y marcador de género",
"refugee-claim": "Solicitud de Refugio",
"residency": "Residencia",
"self-advocacy-information": "Información de autodefensa",
"special-immigrant-juvenile-status-sijs": "Estado Especial de Inmigrante Juvenil (SIJS, por sus siglas en inglés)",
"t-visa": "T visa",
"u-visa": "U visa"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/fa/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "حساب",
"add": "افزودن {{item}}",
"address": "آدرس",
"address_physical": "آدرس فیزیکی",
"adjective": {
"organization": "{{adjective}} سازمان"
},
Expand Down Expand Up @@ -403,6 +401,8 @@
"accept": "قبول کردن",
"account": "حساب کاربری",
"add": "اضافه کردن",
"address": "Address",
"address_physical": "Physical address",
"and": "و",
"and-x-more": "و {{count}} بیشتر",
"approve": "تایید کردن",
Expand Down
2 changes: 2 additions & 0 deletions apps/app/public/locales/fa/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"community-support": {
"CATEGORYNAME": "پشتیبانی جامعه",
"advocacy-and-community-organizing": "Advocacy and Community Organizing",
"community-social-groups": "جامعه و گروه های اجتماعی",
"cultural-centers": "مراکز فرهنگی",
"lgbtq-centers": "مراکز دگرباشان جنسی",
Expand Down Expand Up @@ -93,6 +94,7 @@
"name-and-gender-change": "تغییر نشانگر نام و جنسیت",
"refugee-claim": "ادعای پناهندگی",
"residency": "دستیاری",
"self-advocacy-information": "Self-Advocacy Information",
"special-immigrant-juvenile-status-sijs": "وضعیت ویژه نوجوانان مهاجر (SIJS)",
"t-visa": "ویزای T",
"u-visa": "ویزای U"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "Compte",
"add": "Ajouter {{item}}",
"address": "Adresse",
"address_physical": "Adresse physique",
"adjective": {
"organization": "Organisation {{adjective}}"
},
Expand Down Expand Up @@ -403,6 +401,8 @@
"accept": "Accepter",
"account": "Compte",
"add": "Ajouter",
"address": "Adresse",
"address_physical": "Adresse physique",
"and": "et",
"and-x-more": "et {{count}} de plus",
"approve": "Valider",
Expand Down
2 changes: 2 additions & 0 deletions apps/app/public/locales/fr/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"community-support": {
"CATEGORYNAME": "Support de la communauté",
"advocacy-and-community-organizing": "Plaidoyer et organisation de la communauté",
"community-social-groups": "Groupes communautaires et sociaux",
"cultural-centers": "Centres culturels",
"lgbtq-centers": "Centres LGBTQ",
Expand Down Expand Up @@ -93,6 +94,7 @@
"name-and-gender-change": "Changement de nom et de marqueur de genre",
"refugee-claim": "Demande de réfugié",
"residency": "Résidence",
"self-advocacy-information": "Information sur l'autodéfense",
"special-immigrant-juvenile-status-sijs": "Statut spécial des enfants immigrés (SIJS)",
"t-visa": "T visa",
"u-visa": "U visa"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/public/locales/hi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
},
"account": "अकाउंट",
"add": "{{item}}जोड़ें",
"address": "एड्रेस",
"address_physical": "भौतिक पता",
"adjective": {
"organization": "{{adjective}} संगठन"
},
Expand Down Expand Up @@ -403,6 +401,8 @@
"accept": "स्वीकारें",
"account": "खाता",
"add": "जोड़ें",
"address": "Address",
"address_physical": "Physical address",
"and": "और",
"and-x-more": "और {{count}} और",
"approve": "मंज़ूरी देना",
Expand Down
Loading

1 comment on commit 2044fc1

@vercel
Copy link

@vercel vercel bot commented on 2044fc1 Aug 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.