Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update i18next series packages #3733

Merged
merged 3 commits into from Apr 23, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2023

Summary

Besides the dependency upgrades, this PR also includes:


Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
i18next (source) ^21.8.16 -> ^22.0.0 age adoption passing confidence

Release Notes

i18next/i18next

v22.4.15

Compare Source

  • fix: function t() passed options alteration 1947

v22.4.14

Compare Source

  • fix: pass lng to format function used in nesting 1938

v22.4.13

Compare Source

  • fix: deepFind as fallback for interpolation 1930

v22.4.12

Compare Source

  • fix: getBestMatchFromCodes when dev is a supported lng 1927

v22.4.11

Compare Source

  • types: fix postProcessor key argument type, fixes 1919

v22.4.10

Compare Source

  • format options are optional, fixes 1913

v22.4.9

Compare Source

  • fix: getFixedT with keyPrefix and fallback keys usage 1604

v22.4.8

Compare Source

  • fix: nested interpolation with data model "replace"

v22.4.7

Compare Source

  • fix: interpolation with data model "replace"

v22.4.6

Compare Source

  • types: missing dir function export for typescript

v22.4.5

Compare Source

  • types: allow als general options as second argument for t function

v22.4.4

Compare Source

  • types: fix some strange t function overloads fixes 1882

v22.4.3

Compare Source

  • types: t function overloads fix (open issue is still calling t with optional options argument)

v22.4.2

Compare Source

  • types: t function overloads for call with ns option in combination with objects

v22.4.1

Compare Source

  • fix: function t() passed options alteration 1947

v22.4.0

Compare Source

  • types: more overloads for t function

v22.3.0

Compare Source

  • offer possibility to define a language detector's detect function as promise

v22.2.0

Compare Source

  • types: extend the init method with a generic parameter for backend options 1878, 105, 34

v22.1.5

Compare Source

  • types: ability to pass ns as option instead of prefix i.e. i18next.t('bar', { ns: 'alternate' });

v22.1.4

Compare Source

  • dir function executible also without initialization

v22.1.3

Compare Source

  • named export for dir function

v22.1.2

Compare Source

  • revert: guess if languageDetector is async if no info provided

v22.1.1

Compare Source

  • guess if languageDetector is async if no info provided

v22.1.0

Compare Source

  • extend backend connector to accept also backends with promise / async-await signature

v22.0.8

Compare Source

  • fix options for continuous nesting 1876

v22.0.7

Compare Source

  • Expose some types 1871

v22.0.6

Compare Source

  • fix CallbackError type

v22.0.5

Compare Source

  • Change DefaultTFuncReturn to return null if returnNull typeOption is true 1865

v22.0.4

Compare Source

  • Add type for Formatter.addCached 1862

v22.0.3

Compare Source

  • Make getFixedT type-safe 1860
  • types: Omit object from t function 1858

v22.0.2

Compare Source

  • [TypeScript] Add default value for TDefaultResult 1853

v22.0.1

Compare Source

  • Fix normalize type options 1850

v22.0.0

Compare Source

  • Make the translation function fully type-safe 1775

BREAKING:
Since this is a major rewrite for TypeScript usage we decided to create a major version.
For JavaScript users v22.0.0 is equivalent to 21.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Apr 21, 2023

COMPARE TO master

Total Size Diff 📈 +1.39 KB

Diff by File
Name Diff
packages/console/package.json 📈 +1 Bytes
packages/console/src/components/CopyToClipboard/index.tsx 📈 +6 Bytes
packages/console/src/components/Dropdown/DropdownItem.tsx 📈 +26 Bytes
packages/console/src/components/DynamicT/index.tsx 📈 +547 Bytes
packages/console/src/components/FormCard/index.tsx 📈 +53 Bytes
packages/console/src/components/FormField/index.tsx 📈 +55 Bytes
packages/console/src/components/RadioGroup/Radio.tsx 📈 +55 Bytes
packages/console/src/components/Table/TablePlaceholder.tsx 📈 +53 Bytes
packages/console/src/components/UserAccountInformation/index.tsx 0 Bytes
packages/console/src/consts/connectors.ts 📈 +9 Bytes
packages/console/src/containers/ConsoleContent/Sidebar/components/Item/index.tsx 📈 +19 Bytes
packages/console/src/containers/ConsoleContent/Sidebar/hook.tsx 📈 +6 Bytes
packages/console/src/hooks/use-me-custom-data.ts 📈 +97 Bytes
packages/console/src/include.d/i18next.d.ts 📈 +281 Bytes
packages/console/src/include.d/react-i18next.d.ts 📈 +264 Bytes
packages/console/src/onboarding/components/CardSelector/MultiCardSelector/CardItem.tsx 📈 +65 Bytes
packages/console/src/onboarding/pages/SignInExperience/components/PlatformTabs/PlatformTab.tsx 📈 +63 Bytes
packages/console/src/pages/Connectors/components/ConnectorName/index.tsx 📈 +5 Bytes
packages/console/src/pages/Dashboard/components/Block.tsx 📈 +63 Bytes
packages/console/src/pages/GetStarted/components/GetStartedProgress/index.tsx 📈 +63 Bytes
packages/console/src/pages/Profile/components/CardContent/index.tsx 📈 +65 Bytes
packages/console/src/pages/Profile/components/MainFlowLikeModal/index.tsx 📈 +6 Bytes
packages/console/src/pages/SignInExperience/components/SignUpAndSignInChangePreview/SignUpAndSignInDiffSection/SignInDiffSection.tsx 📈 +47 Bytes
packages/console/src/pages/SignInExperience/components/SignUpAndSignInChangePreview/SignUpAndSignInDiffSection/SignUpDiffSection.tsx 📈 +47 Bytes
packages/console/src/pages/SignInExperience/constants.ts 0 Bytes
packages/core/package.json 0 Bytes
packages/demo-app/package.json 📈 +1 Bytes
packages/ui/package.json 📈 +1 Bytes
packages/ui/src/Layout/LandingPageLayout/index.tsx 📈 +6 Bytes
packages/ui/src/Layout/SecondaryPageLayout/index.tsx 📈 +6 Bytes
packages/ui/src/components/BrandingHeader/index.tsx 📈 +6 Bytes
packages/ui/src/components/Button/index.tsx 📈 +6 Bytes
packages/ui/src/components/ConfirmModal/type.ts 📈 +6 Bytes
packages/ui/src/components/Divider/index.tsx 📈 +33 Bytes
packages/ui/src/components/DynamicT/index.tsx 📈 +539 Bytes
packages/ui/src/components/ErrorMessage/index.tsx 📈 +6 Bytes
packages/ui/src/components/InputFields/SmartInputField/utils.ts 📈 +122 Bytes
packages/ui/src/components/Notification/InlineNotification/index.tsx 📈 +6 Bytes
packages/ui/src/components/PageMeta/index.tsx 📈 +26 Bytes
packages/ui/src/components/TextLink/index.tsx 📈 +41 Bytes
packages/ui/src/containers/SetPassword/Lite.tsx 📈 +6 Bytes
packages/ui/src/containers/SetPassword/SetPassword.tsx 📈 +6 Bytes
packages/ui/src/containers/SocialLinkAccount/index.tsx 📈 +6 Bytes
packages/ui/src/include.d/i18next.d.ts 📈 +261 Bytes
packages/ui/src/include.d/react-i18next.d.ts 📈 +267 Bytes
packages/ui/src/pages/Continue/IdentifierProfileForm/index.tsx 📈 +6 Bytes
packages/ui/src/pages/Continue/SetEmailOrPhone/index.tsx 📈 +6 Bytes
packages/ui/src/pages/Continue/SetUsername/index.tsx 📈 +6 Bytes
packages/ui/src/pages/ErrorPage/index.tsx 📈 +6 Bytes
packages/ui/src/pages/ForgotPassword/ForgotPasswordForm/index.tsx 📈 +6 Bytes
packages/ui/src/pages/Register/IdentifierRegisterForm/index.tsx 📈 +6 Bytes
packages/ui/src/pages/SocialLinkAccount/index.tsx 📈 +6 Bytes
packages/ui/src/utils/form.ts 📈 +67 Bytes
pnpm-lock.yaml 📈 +163 Bytes

@renovate
Copy link
Contributor Author

renovate bot commented Apr 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@github-actions github-actions bot added size/s and removed size/xs labels Apr 21, 2023
@gao-sun gao-sun changed the title chore(deps): update dependency i18next to v22 chore(deps): update i18next series packages Apr 21, 2023
@github-actions github-actions bot added size/m and removed size/s labels Apr 21, 2023
@gao-sun gao-sun requested a review from a team April 21, 2023 16:48
@gao-sun gao-sun enabled auto-merge (squash) April 21, 2023 17:07
@gao-sun gao-sun disabled auto-merge April 23, 2023 09:45
@gao-sun gao-sun enabled auto-merge April 23, 2023 09:45
@gao-sun gao-sun merged commit 9f14e06 into master Apr 23, 2023
25 checks passed
@gao-sun gao-sun deleted the renovate/i18next-22.x branch April 23, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

4 participants