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

Update dependency next-intl to v3.5.4 #70

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-intl (source) 3.0.0-rc.10 -> 3.5.4 age adoption passing confidence

Release Notes

amannn/next-intl (next-intl)

v3.5.4

Compare Source

Bug Fixes

v3.5.3

Compare Source

Bug Fixes

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • Remove x-default alternate links entry for non-root pathnames when using localePrefix: 'always' (#​805) (c5bb0f5)

v3.5.0

Compare Source

Features
  • Make options for createSharedPathnamesNavigation along with locales argument optional (relevant when locales aren't known statically) (#​784) (614053d)

3.4.5 (2024-01-19)

Bug Fixes

3.4.4 (2024-01-17)

Bug Fixes
  • Improve error message for missing messages by including the locale (#​782) (79eee9d)

3.4.3 (2024-01-16)

Bug Fixes
  • Apply global timeZone when using date skeletons in messages (e.g. Ordered on {orderDate, date, ::yyyyMd}) (#​695) (8940192), closes #​693

3.4.2 (2024-01-09)

Bug Fixes

3.4.1 (2024-01-03)

Bug Fixes

v3.4.5

Compare Source

Bug Fixes

v3.4.4

Compare Source

Bug Fixes
  • Improve error message for missing messages by including the locale (#​782) (79eee9d)

v3.4.3

Compare Source

Bug Fixes
  • Apply global timeZone when using date skeletons in messages (e.g. Ordered on {orderDate, date, ::yyyyMd}) (#​695) (8940192), closes #​693

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

Features

3.3.3 (2023-12-20)

Bug Fixes
  • Improve performance when calling hooks like useTranslations in Server Components by making sure we only suspend when i18n config is initially loaded and never for subsequent calls (#​741) (4185a72)

3.3.2 (2023-12-11)

Bug Fixes

3.3.1 (2023-12-07)

Bug Fixes
  • Improve error message when encountering a missing message in production (#​706) (515891b)

v3.3.3

Compare Source

Bug Fixes
  • Improve performance when calling hooks like useTranslations in Server Components by making sure we only suspend when i18n config is initially loaded and never for subsequent calls (#​741) (4185a72)

v3.3.2

Compare Source

Bug Fixes

v3.3.1

Compare Source

Bug Fixes
  • Improve error message when encountering a missing message in production (#​706) (515891b)

v3.3.0

Compare Source

Features

3.2.5 (2023-12-06)

Bug Fixes
  • Correctly normalize pathname for redirects and alternate links when localePrefix: 'as-needed' is used with the default locale (#​698 by @​anna-colenso) (48e9523)

3.2.4 (2023-12-05)

Bug Fixes

3.2.3 (2023-12-05)

Bug Fixes
  • Prefer locale from NextIntlClientProvider when using useLocale in Client Components. useParams().locale is still used as a fallback. (#​691) (e00ed97), closes #​688

3.2.2 (2023-12-04)

Bug Fixes
  • Allow to call getRequestConfig in outer module closure in a Client Component module graph (#​687) (0f16f10), closes #​685

3.2.1 (2023-12-01)

Bug Fixes
  • Allow to import next-intl/server into Client Components (however not call any functions). This allows for easier testing of page components with multiple exports. (#​683) (5ca4075), closes #​681

v3.2.5

Compare Source

Bug Fixes
  • Correctly normalize pathname for redirects and alternate links when localePrefix: 'as-needed' is used with the default locale (#​698 by @​anna-colenso) (48e9523)

v3.2.4

Compare Source

Bug Fixes

v3.2.3

Compare Source

Bug Fixes
  • Prefer locale from NextIntlClientProvider when using useLocale in Client Components. useParams().locale is still used as a fallback. (#​691) (e00ed97), closes #​688

v3.2.2

Compare Source

Bug Fixes
  • Allow to call getRequestConfig in outer module closure in a Client Component module graph (#​687) (0f16f10), closes #​685

v3.2.1

Compare Source

Bug Fixes
  • Allow to import next-intl/server into Client Components (however not call any functions). This allows for easier testing of page components with multiple exports. (#​683) (5ca4075), closes #​681

v3.2.0

Compare Source

Features
  • Add localePrefix for navigation APIs for an improved initial render of Link when using localePrefix: never. Also fix edge case in middleware when using localized pathnames for redirects that remove a locale prefix (fixes an infinite loop). (#​678) (1c68e3b), closes #​444

3.1.4 (2023-11-24)

Bug Fixes
  • Apply correct port and protocol during domain-based redirects when called from an internal address (e.g. from a proxy) (#​662) (2bb867d), closes #​658

3.1.3 (2023-11-22)

Bug Fixes

3.1.2 (2023-11-20)

Bug Fixes

3.1.1 (2023-11-20)

Note: Version bump only for package root

v3.1.4

Compare Source

Bug Fixes
  • Apply correct port and protocol during domain-based redirects when called from an internal address (e.g. from a proxy) (#​662) (2bb867d), closes #​658

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Note: Version bump only for package root

v3.1.0

Compare Source

Features

3.0.3 (2023-11-15)

Bug Fixes
  • Don't retrieve defaults for locale, now and timeZone if these options have been provided to NextIntlClientProvider (#​633) (824363a), closes #​631

3.0.2 (2023-11-15)

Bug Fixes
  • Allow usage of getTranslations({namespace}) without TypeScript integration for messages (#​630) (62cf29c), closes #​625

3.0.1 (2023-11-14)

Add provenance statement to published packages.

v3.0.3

Compare Source

Bug Fixes
  • Don't retrieve defaults for locale, now and timeZone if these options have been provided to NextIntlClientProvider (#​633) (824363a), closes #​631

v3.0.2

Compare Source

Bug Fixes
  • Allow usage of getTranslations({namespace}) without TypeScript integration for messages (#​630) (62cf29c), closes #​625

v3.0.1

Add provenance statement to published packages.

v3.0.0

Please refer to the release notes.

2.22.1 (2023-11-02)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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 this update 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.

@DanielleHuisman DanielleHuisman merged commit f18439d into main Feb 1, 2024
2 checks passed
@DanielleHuisman DanielleHuisman deleted the renovate/next-intl-3.x-lockfile branch February 1, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant