-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Release Jan. 29, 2025: automated tools, add french to common…
… language files, add Spanish translations for the latest story submissions (#482) <!--- Please provide a general summary of your changes in the title above --> # Pull Request type <!-- Please try to limit your pull request to one type; submit multiple pull requests if needed. --> Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no API changes) - [ ] Build-related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: N/A ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - - - ## Does this introduce a breaking change? - [ ] Yes - [ ] No <!-- If this does introduce a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR, such as screenshots of how the component looks before and after the change. -->
- Loading branch information
Showing
29 changed files
with
4,045 additions
and
4,922 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
|
||
pnpm lint:staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.13.1 | ||
20.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
project_id: '14' | ||
api_token_env: 'CROWDIN_PERSONAL_TOKEN' | ||
base_url: https://inreach.crowdin.com | ||
base_path: '.' | ||
preserve_hierarchy: true | ||
files: | ||
- source: /public/locales/en/*.json | ||
translation: /public/locales/%two_letters_code%/%original_file_name% | ||
type: i18next_json | ||
update_option: 'update_as_unapproved' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,103 +31,103 @@ | |
"with-env": "dotenv -e ./.env --" | ||
}, | ||
"dependencies": { | ||
"@crowdin/crowdin-api-client": "1.33.1", | ||
"@emotion/react": "11.11.4", | ||
"@crowdin/crowdin-api-client": "1.36.0", | ||
"@emotion/react": "11.13.3", | ||
"@emotion/server": "11.11.0", | ||
"@mantine/carousel": "6.0.21", | ||
"@mantine/core": "6.0.21", | ||
"@mantine/form": "6.0.21", | ||
"@mantine/hooks": "6.0.21", | ||
"@mantine/next": "6.0.21", | ||
"@neondatabase/serverless": "0.9.3", | ||
"@next/bundle-analyzer": "14.2.3", | ||
"@prisma/adapter-neon": "5.14.0", | ||
"@prisma/client": "5.14.0", | ||
"@storybook/test": "8.1.3", | ||
"@mantine/carousel": "6.0.22", | ||
"@mantine/core": "6.0.22", | ||
"@mantine/form": "6.0.22", | ||
"@mantine/hooks": "6.0.22", | ||
"@mantine/next": "6.0.22", | ||
"@neondatabase/serverless": "0.9.5", | ||
"@next/bundle-analyzer": "14.2.13", | ||
"@prisma/adapter-neon": "5.20.0", | ||
"@prisma/client": "5.20.0", | ||
"@storybook/test": "8.3.3", | ||
"@tabler/icons-react": "2.47.0", | ||
"@tanstack/react-query": "4.36.1", | ||
"@tanstack/react-query-devtools": "4.36.1", | ||
"@trpc/client": "10.45.2", | ||
"@trpc/next": "10.45.2", | ||
"@trpc/react-query": "10.45.2", | ||
"@trpc/server": "10.45.2", | ||
"@vercel/analytics": "1.3.0", | ||
"@vercel/speed-insights": "1.0.10", | ||
"@vercel/analytics": "1.3.1", | ||
"@vercel/speed-insights": "1.0.12", | ||
"embla-carousel-auto-height": "7.1.0", | ||
"embla-carousel-react": "7.1.0", | ||
"i18next": "23.11.5", | ||
"i18next": "23.15.1", | ||
"i18next-browser-languagedetector": "8.0.0", | ||
"i18next-http-backend": "2.5.2", | ||
"i18next-http-backend": "2.6.1", | ||
"nanoid": "5.0.7", | ||
"next": "14.2.3", | ||
"next-i18next": "15.3.0", | ||
"next": "14.2.13", | ||
"next-i18next": "15.3.1", | ||
"next-sitemap": "4.2.3", | ||
"nextjs-routes": "2.1.0", | ||
"nextjs-routes": "2.2.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-i18next": "14.1.2", | ||
"react-i18next": "15.0.2", | ||
"slugify": "1.6.6", | ||
"superjson": "2.2.1", | ||
"ws": "8.17.0", | ||
"ws": "8.18.0", | ||
"zod": "3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@faker-js/faker": "7.6.0", | ||
"@paralleldrive/cuid2": "2.2.2", | ||
"@relative-ci/agent": "4.2.7", | ||
"@storybook/addon-a11y": "8.1.3", | ||
"@storybook/addon-essentials": "8.1.3", | ||
"@storybook/addon-interactions": "8.1.3", | ||
"@storybook/addon-links": "8.1.3", | ||
"@storybook/addon-viewport": "8.1.3", | ||
"@storybook/blocks": "8.1.3", | ||
"@storybook/nextjs": "8.1.3", | ||
"@storybook/react": "8.1.3", | ||
"@relative-ci/agent": "4.2.11", | ||
"@storybook/addon-a11y": "8.3.3", | ||
"@storybook/addon-essentials": "8.3.3", | ||
"@storybook/addon-interactions": "8.3.3", | ||
"@storybook/addon-links": "8.3.3", | ||
"@storybook/addon-viewport": "8.3.3", | ||
"@storybook/blocks": "8.3.3", | ||
"@storybook/nextjs": "8.3.3", | ||
"@storybook/react": "8.3.3", | ||
"@tomfreudenberg/next-auth-mock": "0.5.6", | ||
"@types/luxon": "3.4.2", | ||
"@types/node": "20.12.12", | ||
"@types/react": "18.3.2", | ||
"@types/node": "20.16.7", | ||
"@types/react": "18.3.9", | ||
"@types/react-dom": "18.3.0", | ||
"@types/umami": "0.1.5", | ||
"@types/ws": "8.5.10", | ||
"@typescript-eslint/eslint-plugin": "7.10.0", | ||
"@typescript-eslint/parser": "7.10.0", | ||
"@types/ws": "8.5.12", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"boxen": "7.1.1", | ||
"chromatic": "11.4.0", | ||
"chromatic": "11.10.4", | ||
"dotenv": "16.4.5", | ||
"dotenv-cli": "7.4.2", | ||
"eslint": "8.57.0", | ||
"eslint-config-next": "14.2.3", | ||
"eslint": "8.57.1", | ||
"eslint-config-next": "14.2.13", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-formatter-github": "1.1.4", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-codegen": "0.28.0", | ||
"eslint-plugin-i18next": "6.0.3", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-codegen": "0.29.0", | ||
"eslint-plugin-i18next": "6.1.0", | ||
"eslint-plugin-import": "npm:[email protected]", | ||
"eslint-plugin-node": "npm:[email protected]", | ||
"eslint-plugin-react": "7.34.1", | ||
"eslint-plugin-react": "7.36.1", | ||
"eslint-plugin-storybook": "0.8.0", | ||
"eslint-plugin-turbo": "1.13.3", | ||
"husky": "9.0.11", | ||
"i18next-hmr": "3.1.2", | ||
"knip": "5.16.0", | ||
"lint-staged": "15.2.4", | ||
"listr2": "8.2.1", | ||
"luxon": "3.4.4", | ||
"merge-anything": "5.1.7", | ||
"prettier": "3.2.5", | ||
"eslint-plugin-turbo": "1.13.4", | ||
"husky": "9.1.6", | ||
"i18next-hmr": "3.1.3", | ||
"knip": "5.30.5", | ||
"lint-staged": "15.2.10", | ||
"listr2": "8.2.4", | ||
"luxon": "3.5.0", | ||
"merge-anything": "6.0.2", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-jsdoc": "1.3.0", | ||
"prettier-plugin-packagejson": "2.5.0", | ||
"prettier-plugin-packagejson": "2.5.2", | ||
"prettier-plugin-prisma": "5.0.0", | ||
"prisma": "5.14.0", | ||
"prisma": "5.20.0", | ||
"react-docgen-typescript": "2.2.2", | ||
"storybook": "8.1.3", | ||
"tsx": "4.11.0", | ||
"turbo": "1.13.3", | ||
"type-fest": "4.18.2", | ||
"typescript": "5.4.5" | ||
"storybook": "8.3.3", | ||
"tsx": "4.19.1", | ||
"turbo": "1.13.4", | ||
"type-fest": "4.26.1", | ||
"typescript": "5.6.2" | ||
}, | ||
"packageManager": "pnpm@9.1.2", | ||
"packageManager": "pnpm@9.11.0", | ||
"engines": { | ||
"node": "^20.12.2", | ||
"pnpm": "^9.0.0" | ||
|
Oops, something went wrong.