Skip to content

Commit

Permalink
release: 2024-03-07 (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 7, 2024
2 parents fc0f4db + 61d4265 commit 672f4b6
Show file tree
Hide file tree
Showing 39 changed files with 4,522 additions and 4,406 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
6 changes: 3 additions & 3 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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@eb6d385c0e52fb28e2f6b70e15c835cb3cbfff17 # v18
uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
id: verify-changed-files
with:
files: '**/locales/*/*.json'
Expand All @@ -114,15 +114,15 @@ jobs:
- name: Get files to commit
if: steps.run-prettier.conclusion == 'success'
uses: tj-actions/verify-changed-files@eb6d385c0e52fb28e2f6b70e15c835cb3cbfff17 # v18
uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
id: get-pending-files
with:
separator: <br>

- name: Commit files
id: commit-files
if: ((github.event_name != 'pull_request' && github.ref_name == 'dev') || github.event_name == 'scheduled') && steps.verify-changed-files.outputs.files_changed
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6
with:
token: ${{ secrets.GH_ACT_PAT }}
commit-message: Updated translations from Crowdin
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 @@ -54,7 +54,7 @@ jobs:
run: pnpm install

- name: Restore next build
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
id: restore-build-cache
env:
cache-name: cache-next-build
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@47b3d888fe66b639e431abf22ebca059152f1eea # v3
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
with:
sarif_file: results.sarif
66 changes: 33 additions & 33 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.3.4",
"@mantine/carousel": "6.0.21",
Expand All @@ -36,25 +36,25 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "14.1.0",
"@next/third-parties": "14.1.0",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/core": "1.21.0",
"@opentelemetry/exporter-trace-otlp-http": "0.48.0",
"@opentelemetry/resources": "1.21.0",
"@opentelemetry/sdk-node": "0.48.0",
"@opentelemetry/sdk-trace-base": "1.21.0",
"@opentelemetry/sdk-trace-node": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0",
"@next/bundle-analyzer": "14.1.3",
"@next/third-parties": "14.1.3",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/core": "1.22.0",
"@opentelemetry/exporter-trace-otlp-http": "0.49.1",
"@opentelemetry/resources": "1.22.0",
"@opentelemetry/sdk-node": "0.49.1",
"@opentelemetry/sdk-trace-base": "1.22.0",
"@opentelemetry/sdk-trace-node": "1.22.0",
"@opentelemetry/semantic-conventions": "1.22.0",
"@prisma/instrumentation": "5.10.2",
"@sentry/browser": "7.102.1",
"@sentry/nextjs": "7.102.1",
"@sentry/node": "7.102.1",
"@sentry/opentelemetry": "7.102.1",
"@sentry/opentelemetry-node": "7.102.1",
"@sentry/profiling-node": "7.102.1",
"@sentry/browser": "7.105.0",
"@sentry/nextjs": "7.105.0",
"@sentry/node": "7.105.0",
"@sentry/opentelemetry": "7.105.0",
"@sentry/opentelemetry-node": "7.105.0",
"@sentry/profiling-node": "7.105.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.12.0",
"@tanstack/react-table": "8.13.2",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
Expand Down Expand Up @@ -87,7 +87,7 @@
"just-compare": "2.3.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"next": "14.1.0",
"next": "14.1.3",
"next-auth": "4.24.6",
"next-i18next": "15.2.0",
"next-seo": "6.5.0",
Expand All @@ -97,29 +97,29 @@
"pretty-bytes": "6.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-hook-consent": "3.5.2",
"react-hook-form": "7.50.1",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.51.0",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.0.5",
"react-i18next": "14.0.7",
"zod": "3.22.4"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.41.2",
"@playwright/test": "1.42.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.10.2",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.12.0",
"@tanstack/react-table-devtools": "8.13.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.3",
"@types/eslint": "8.56.5",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.20",
"@types/react": "18.2.59",
"@types/react-dom": "18.2.19",
"@types/node": "20.11.25",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
Expand All @@ -133,8 +133,8 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.10.3",
"typescript": "5.3.3",
"type-fest": "4.11.1",
"typescript": "5.4.2",
"webpack-bundle-analyzer": "4.10.1"
},
"ct3aMetadata": {
Expand Down
68 changes: 34 additions & 34 deletions apps/app/public/locales/ht/attribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"additional": {
"CATEGORYNAME": "Lòt Enfòmasyon",
"at-capacity": "Nan kapasite",
"geo-near-public-transit": "Toupre transpò piblik",
"geo-public-transit-description": "Transpò piblik/direksyon espesifik",
"geo-near-public-transit": "Tou prè transpò piblik",
"geo-public-transit-description": "Transpò piblik/direksyon spesifik",
"has-confidentiality-policy": "Gen yon règleman konfidansyalite",
"offers-remote-services": "Remote",
"private-practice": "Private Practice",
"offers-remote-services": "Tele travay",
"private-practice": "Pratik Prive",
"religiously-affiliated": "Relijyezman afilye",
"time-walk-in": "Gen mache-nan èdtan",
"wheelchair-accessible_false": "Pa aksesib",
Expand All @@ -25,23 +25,23 @@
"api": "Opòtinite ki sèvi kominote zile Azyatik ak Pasifik la",
"asexual": "Opòtinite ki sèvi kominote aseksyèl la",
"asia-immigrant": "Opòtinite ki sèvi moun ki soti nan peyi Azyatik",
"asylee": "Opòtinite ki sèvi Asylees (moun ki te akòde estati azil)",
"asylum-seeker": "Opportunities that serve Asylum seekers from {{country}}",
"asylee": "Opòtinite ki sèvi moun kia ap chache Azil (moun ki te akòde estati azil)",
"asylum-seeker": "Opòtinite ki sèvi moun k ap chèche azil ki soti nan {{country}}",
"bipoc": "Opòtinite ki sèvi Nwa, endijèn, ak moun ki gen koulè",
"bisexual": "Opòtinite ki sèvi Kominote Biseksyèl la",
"black": "Opòtinite ki sèvi Kominote Nwa a",
"black": "Opòtinite ki sèvi Kominote Nwa",
"citizens": "Sitwayen nan {{country}}",
"conversion-therapy-survivors": "Opòtinite ki sèvi Sivivan Terapi Konvèsyon",
"daca-recipient-seeker": "Opòtinite ki sèvi Dreamers (moun ki resevwa DACA)",
"detained-immigrant": "Opòtinite ki sèvi imigran arete",
"detained-immigrant": "Opòtinite ki sèvi imigran yo deteni",
"disabled": "Opòtinite ki sèvi kominote ki andikape",
"gay": "Opòtinite ki sèvi kominote a Gay",
"gender-nonconforming": "Opòtinite ki sèvi kominote a ki pa konfòme sèks",
"hiv-aids": "Opòtinite ki sèvi kominote VIH+ak nan risk",
"homeless": "Opòtinite ki sèvi moun ki san kay",
"hiv-aids": "Opòtinite ki sèvi kominote VIH+ak kominote a risk",
"homeless": "Opòtinite ki sèvi indivi ki san kay",
"human-trafficking-survivor": "Opòtinite ki sèvi sivivan trafik moun",
"intersex": "Opòtinite ki sèvi kominote entèsekèl la",
"language-speakers": "Opòtinite ki sèvi {{language}} moun kap pale",
"language-speakers": "Opòtinite ki sèvi {{lang}} moun kap pale",
"latin-america-immigrant": "Opòtinite ki sèvi moun ki soti nan Amerik Latin nan",
"latinx": "Opòtinite ki sèvi kominote Latinx",
"lesbian": "Opòtinite ki sèvi kominote Madivin",
Expand All @@ -52,67 +52,67 @@
"native-american-two-spirit": "Opòtinite ki sèvi kominote Ameriken Endyen Natif Natal la",
"nonbinary": "Opòtinite ki sèvi kominote a Nonbinary",
"queer": "Opòtinite ki sèvi kominote a Queer",
"refugee": "Opòtinite ki sèvi Refijye",
"refugee": "Opòtinite ki sèvi Refijye yo",
"residents-green-card-holders": "Opòtinite ki sèvi moun ki abite nan peyi ki moun ki gen kat vèt",
"seniors": "“granmoun aje” defini kòm 65 ane oswa plis",
"sex-workers": "Opòtinite ki sèvi travayè sèks",
"teens": "“jèn timoun” defini kòm 12-18 ane fin vye granmoun",
"teens": "“jèn timoun” defini kòm 12-18 ane",
"trans-youth": "Opòtinite ki sèvi jèn Trans",
"trans-youth-caregivers": "Opòtinite ki sèvi moun kap bay swen nan jèn Trans",
"transfeminine": "Opòtinite ki sèvi kominote Trans Feminin",
"transgender": "Opòtinite ki sèvi kominote transganr la (pou kominote ki pa konfòme oswa ki pa binè, sèvi ak pwopriyete sèks ki pa konfòme oswa nonbinary)",
"transgender": "Opòtinite ki sèvi kominote transjend la (pou kominote ki pa konfòme oswa ki pa binè, sèvi ak pwopriyete sèks ki pa konfòm oswa nonbinè)",
"transmasculine": "Opòtinite ki sèvi Tras maskilen Kominote a",
"unaccompanied-minors": "Opòtinite ki sèvi minè ki pa akonpaye",
"undocumented": "Opòtinite ki sèvi imigran san papye"
},
"cost": {
"CATEGORYNAME": "Cost",
"cost-fees": "Incurs yon pri",
"CATEGORYNAME": "Pri",
"cost-fees": "Bay yon pri",
"cost-free": "Gratis nan pri"
},
"crisis-support-community": {
"elders": "Elders",
"general-lgbtq": "General LGBTQ+"
"elders": "Granmoun yo",
"general-lgbtq": "LGBTQ+ Jeneral"
},
"eligibility": {
"CATEGORYNAME": "Kondisyon pou Kalifikasyon",
"elig-age_max": "Under {{max}}",
"elig-age_min": "{{min}} and older",
"elig-age_max": "Anba {{max}}",
"elig-age_min": "{{min}} ak plis",
"elig-age_range": "{{min}} - {{max}}",
"other-describe": "Lòt (deskripsyon tèks gratis)",
"req-medical-insurance": "Mande asirans medikal",
"req-medical-insurance": "Asirans medikal rekòmande",
"req-photo-id": "Mande pou yon ID foto",
"req-proof-of-age": "Egzije prèv ki gen laj",
"req-proof-of-age": "Egzije prèv laj",
"req-proof-of-income": "Mande prèv revni",
"req-proof-of-residence": "Egzije prèv rezidans",
"req-referral": "Mande yon referans",
"time-appointment-required": "Randevou Tan Egzije"
},
"lang": {
"CATEGORYNAME": "Languages",
"CATEGORYNAME": "Lang",
"all-languages-by-interpreter": "Tout lang atravè entèprèt",
"american-sign-language": "Lang Siy Ameriken",
"lang-offered": "Lang espesifik yo ofri"
"lang-offered": "Lang spesifik yo ofri"
},
"orgleader": {
"CATEGORYNAME": "Lidèchip Òganizasyon",
"bipoc-led": "BIPOC-dirije",
"bipoc-led": "Dirije pa BIPOC",
"black-led": "Nwa-dirije",
"immigrant-led": "Imigran dirije",
"trans-led": "Transsèks-dirije",
"women-led": "Fanm-dirije"
"trans-led": "Dirije pa transèksyèl",
"women-led": "Dirije pa Fanm"
},
"serviceaccess": {
"CATEGORYNAME": "Enstriksyon Aksè Sèvis",
"CATEGORYNAME": "Aksè Enstriksyon yo Sèvis",
"accessemail": "Aksè Enstriksyon - Imèl",
"accessfile": "Aksè Enstriksyon - File",
"accessfile": "Aksè Enstriksyon - dosye",
"accesslink": "Aksè Enstriksyon - Link",
"accesslocation": "Aksè Enstriksyon - Kote",
"accessphone": "Aksè Enstriksyon - Telefòn",
"accesspublictransit": "Aksè Enstriksyon - Transpò Piblik",
"accesssms": "Access Instructions - SMS",
"accesssms": "Aksè Enstriksyon - SMS",
"accesstext": "Aksè Enstriksyon - Tèks",
"accesswhatsapp": "Access Instructions - WhatsApp"
"accesswhatsapp": "Aksè Enstriksyon - WhatsApp"
},
"srvfocus": {
"CATEGORYNAME": "Sèvis Konsantre",
Expand Down Expand Up @@ -154,10 +154,10 @@
"grassroots-direct": "Grassroots dirèk sèvis òganizasyon",
"healthcare": "Founisè swen sante",
"lawyer": "Avoka",
"other": "Other (please specify)",
"paralegal": "Paralegal oswa lòt anplwaye sipò legal",
"other": "Lòt (tanpri presize)",
"paralegal": "Paralegal oswa lòt staff sipò legal",
"social-worker": "Travayè sosyal",
"student-club": "Klib elèv",
"student-club": "Club dirijan elèv/ administratè",
"teacher": "Pwofesè",
"therapist-counselor": "Terapi/konseye"
}
Expand Down
Loading

0 comments on commit 672f4b6

Please sign in to comment.