Skip to content

Commit

Permalink
fix(deps): update dependency next-intl to v3.3.2 (#46)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [next-intl](https://next-intl-docs.vercel.app) ([source](https://togithub.com/amannn/next-intl)) | [`3.0.0-beta.19` -> `3.3.2`](https://renovatebot.com/diffs/npm/next-intl/3.0.0-beta.19/3.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-intl/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-intl/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-intl/3.0.0-beta.19/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-intl/3.0.0-beta.19/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>amannn/next-intl (next-intl)</summary>

### [`v3.3.2`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#332-2023-12-11)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.3.1...v3.3.2)

##### Bug Fixes

-   Fix types for passing a custom `type` to `redirect` ([#&#8203;714](https://togithub.com/amannn/next-intl/issues/714)) ([db65cb7](https://togithub.com/amannn/next-intl/commit/db65cb7737a605bd8f2c69bf1b28cd076bf40fcf)), closes [#&#8203;709](https://togithub.com/amannn/next-intl/issues/709)

### [`v3.3.1`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#331-2023-12-07)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.3.0...v3.3.1)

##### Bug Fixes

-   Improve error message when encountering a missing message in production ([#&#8203;706](https://togithub.com/amannn/next-intl/issues/706)) ([515891b](https://togithub.com/amannn/next-intl/commit/515891b539c723778d2a5a2e6c0186bb6f916071))

### [`v3.3.0`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#330-2023-12-06)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.2.5...v3.3.0)

##### Features

-   Add support for `basePath` in middleware and navigation APIs ([#&#8203;699](https://togithub.com/amannn/next-intl/issues/699) by [@&#8203;Robjam](https://togithub.com/Robjam) and [@&#8203;amannn](https://togithub.com/amannn)) ([f670f1b](https://togithub.com/amannn/next-intl/commit/f670f1b37d803c7fbb6fbaa1c8d10f88cf141a84))

#### 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 ([#&#8203;698](https://togithub.com/amannn/next-intl/issues/698) by [@&#8203;anna-colenso](https://togithub.com/anna-colenso)) ([48e9523](https://togithub.com/amannn/next-intl/commit/48e9523863b99b363f63f0aa991c72860d814d7e))

#### 3.2.4 (2023-12-05)

##### Bug Fixes

-   Fix compatibility with `moduleResolution: 'Bundler'` ([#&#8203;694](https://togithub.com/amannn/next-intl/issues/694)) ([f7425a5](https://togithub.com/amannn/next-intl/commit/f7425a54a1d35235ec84d2937006d43152cbbe16)), closes [#&#8203;690](https://togithub.com/amannn/next-intl/issues/690)

#### 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. ([#&#8203;691](https://togithub.com/amannn/next-intl/issues/691)) ([e00ed97](https://togithub.com/amannn/next-intl/commit/e00ed97746dc8d6c264b2f4aa9162681c1a89919)), closes [#&#8203;688](https://togithub.com/amannn/next-intl/issues/688)

#### 3.2.2 (2023-12-04)

##### Bug Fixes

-   Allow to call `getRequestConfig` in outer module closure in a Client Component module graph ([#&#8203;687](https://togithub.com/amannn/next-intl/issues/687)) ([0f16f10](https://togithub.com/amannn/next-intl/commit/0f16f106a68a2a443eb0ec3671084d40bf466d2f)), closes [#&#8203;685](https://togithub.com/amannn/next-intl/issues/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. ([#&#8203;683](https://togithub.com/amannn/next-intl/issues/683)) ([5ca4075](https://togithub.com/amannn/next-intl/commit/5ca4075e58c152e898e9048f3002c11c7aef2dd9)), closes [#&#8203;681](https://togithub.com/amannn/next-intl/issues/681)

### [`v3.2.5`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#325-2023-12-06)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.2.4...v3.2.5)

##### Bug Fixes

-   Correctly normalize pathname for redirects and alternate links when `localePrefix: 'as-needed'` is used with the default locale ([#&#8203;698](https://togithub.com/amannn/next-intl/issues/698) by [@&#8203;anna-colenso](https://togithub.com/anna-colenso)) ([48e9523](https://togithub.com/amannn/next-intl/commit/48e9523863b99b363f63f0aa991c72860d814d7e))

### [`v3.2.4`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#324-2023-12-05)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.2.3...v3.2.4)

##### Bug Fixes

-   Fix compatibility with `moduleResolution: 'Bundler'` ([#&#8203;694](https://togithub.com/amannn/next-intl/issues/694)) ([f7425a5](https://togithub.com/amannn/next-intl/commit/f7425a54a1d35235ec84d2937006d43152cbbe16)), closes [#&#8203;690](https://togithub.com/amannn/next-intl/issues/690)

### [`v3.2.3`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#323-2023-12-05)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.2.2...v3.2.3)

##### Bug Fixes

-   Prefer `locale` from `NextIntlClientProvider` when using `useLocale` in Client Components. `useParams().locale` is still used as a fallback. ([#&#8203;691](https://togithub.com/amannn/next-intl/issues/691)) ([e00ed97](https://togithub.com/amannn/next-intl/commit/e00ed97746dc8d6c264b2f4aa9162681c1a89919)), closes [#&#8203;688](https://togithub.com/amannn/next-intl/issues/688)

### [`v3.2.2`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#322-2023-12-04)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.2.1...v3.2.2)

##### Bug Fixes

-   Allow to call `getRequestConfig` in outer module closure in a Client Component module graph ([#&#8203;687](https://togithub.com/amannn/next-intl/issues/687)) ([0f16f10](https://togithub.com/amannn/next-intl/commit/0f16f106a68a2a443eb0ec3671084d40bf466d2f)), closes [#&#8203;685](https://togithub.com/amannn/next-intl/issues/685)

### [`v3.2.1`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#321-2023-12-01)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.2.0...v3.2.1)

##### 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. ([#&#8203;683](https://togithub.com/amannn/next-intl/issues/683)) ([5ca4075](https://togithub.com/amannn/next-intl/commit/5ca4075e58c152e898e9048f3002c11c7aef2dd9)), closes [#&#8203;681](https://togithub.com/amannn/next-intl/issues/681)

### [`v3.2.0`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#320-2023-11-29)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.1.4...v3.2.0)

##### 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). ([#&#8203;678](https://togithub.com/amannn/next-intl/issues/678)) ([1c68e3b](https://togithub.com/amannn/next-intl/commit/1c68e3b549e2029cbae62d549f609e1d76ca6490)), closes [#&#8203;444](https://togithub.com/amannn/next-intl/issues/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) ([#&#8203;662](https://togithub.com/amannn/next-intl/issues/662)) ([2bb867d](https://togithub.com/amannn/next-intl/commit/2bb867d1747123763a4e0144a99236ca3a8bc884)), closes [#&#8203;658](https://togithub.com/amannn/next-intl/issues/658)

#### 3.1.3 (2023-11-22)

##### Bug Fixes

-   Don't set cookie on response if `localeDetection: false` ([#&#8203;654](https://togithub.com/amannn/next-intl/issues/654)) ([e85149c](https://togithub.com/amannn/next-intl/commit/e85149cb27d9e036dda1712a03a152d5fe241986)), closes [#&#8203;609](https://togithub.com/amannn/next-intl/issues/609)

#### 3.1.2 (2023-11-20)

##### Bug Fixes

-   Update link to migration example in error messages ([#&#8203;648](https://togithub.com/amannn/next-intl/issues/648) by [@&#8203;outloudvi](https://togithub.com/outloudvi)) ([1f3b226](https://togithub.com/amannn/next-intl/commit/1f3b22672938dbc8421c918ed11438eca5436a32))

#### 3.1.1 (2023-11-20)

**Note:** Version bump only for package root

### [`v3.1.4`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#314-2023-11-24)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.1.3...v3.1.4)

##### Bug Fixes

-   Apply correct port and protocol during domain-based redirects when called from an internal address (e.g. from a proxy) ([#&#8203;662](https://togithub.com/amannn/next-intl/issues/662)) ([2bb867d](https://togithub.com/amannn/next-intl/commit/2bb867d1747123763a4e0144a99236ca3a8bc884)), closes [#&#8203;658](https://togithub.com/amannn/next-intl/issues/658)

### [`v3.1.3`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#313-2023-11-22)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.1.2...v3.1.3)

##### Bug Fixes

-   Don't set cookie on response if `localeDetection: false` ([#&#8203;654](https://togithub.com/amannn/next-intl/issues/654)) ([e85149c](https://togithub.com/amannn/next-intl/commit/e85149cb27d9e036dda1712a03a152d5fe241986)), closes [#&#8203;609](https://togithub.com/amannn/next-intl/issues/609)

### [`v3.1.2`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#312-2023-11-20)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.1.1...v3.1.2)

##### Bug Fixes

-   Update link to migration example in error messages ([#&#8203;648](https://togithub.com/amannn/next-intl/issues/648) by [@&#8203;outloudvi](https://togithub.com/outloudvi)) ([1f3b226](https://togithub.com/amannn/next-intl/commit/1f3b22672938dbc8421c918ed11438eca5436a32))

### [`v3.1.1`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#311-2023-11-20)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.1.0...v3.1.1)

**Note:** Version bump only for package root

### [`v3.1.0`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#310-2023-11-17)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.0.3...v3.1.0)

##### Features

-   Experimental support for `--turbo` (requires `next@^14.0.3`) ([#&#8203;641](https://togithub.com/amannn/next-intl/issues/641)) ([46c6ec7](https://togithub.com/amannn/next-intl/commit/46c6ec751651ac6d827fec6544a26d3abd5bb70a)), closes [#&#8203;250](https://togithub.com/amannn/next-intl/issues/250)

#### 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` ([#&#8203;633](https://togithub.com/amannn/next-intl/issues/633)) ([824363a](https://togithub.com/amannn/next-intl/commit/824363a97d4cc735cb627349e7e16c80fd22b25a)), closes [#&#8203;631](https://togithub.com/amannn/next-intl/issues/631)

#### 3.0.2 (2023-11-15)

##### Bug Fixes

-   Allow usage of `getTranslations({namespace})` without TypeScript integration for messages ([#&#8203;630](https://togithub.com/amannn/next-intl/issues/630)) ([62cf29c](https://togithub.com/amannn/next-intl/commit/62cf29c978863cf65f62e34f739775901f0f6d8a)), closes [#&#8203;625](https://togithub.com/amannn/next-intl/issues/625)

#### 3.0.1 (2023-11-14)

Add provenance statement to published packages.

### [`v3.0.3`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#303-2023-11-15)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.0.2...v3.0.3)

##### Bug Fixes

-   Don't retrieve defaults for `locale`, `now` and `timeZone` if these options have been provided to `NextIntlClientProvider` ([#&#8203;633](https://togithub.com/amannn/next-intl/issues/633)) ([824363a](https://togithub.com/amannn/next-intl/commit/824363a97d4cc735cb627349e7e16c80fd22b25a)), closes [#&#8203;631](https://togithub.com/amannn/next-intl/issues/631)

### [`v3.0.2`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#302-2023-11-15)

[Compare Source](https://togithub.com/amannn/next-intl/compare/v3.0.1...v3.0.2)

##### Bug Fixes

-   Allow usage of `getTranslations({namespace})` without TypeScript integration for messages ([#&#8203;630](https://togithub.com/amannn/next-intl/issues/630)) ([62cf29c](https://togithub.com/amannn/next-intl/commit/62cf29c978863cf65f62e34f739775901f0f6d8a)), closes [#&#8203;625](https://togithub.com/amannn/next-intl/issues/625)

### [`v3.0.1`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#301-2023-11-14)

Add provenance statement to published packages.

### [`v3.0.0`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#300-2023-11-14)

Please refer to [the release notes](https://next-intl-docs.vercel.app/blog/next-intl-3-0).

#### 2.22.1 (2023-11-02)

##### Bug Fixes

-   Correct version range ([ffbff8e](https://togithub.com/amannn/next-intl/commit/ffbff8ef6c028f61bf6d239dbc232e4a86cb452a))

</details>

---

### 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 this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kinguru-io/kinguru-monorepo).
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 8285888 commit 3f89320
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-40f262c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'web': patch
---

Updated dependency `next-intl` to `3.3.2`.
2 changes: 1 addition & 1 deletion apps/web/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 8 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f89320

Please sign in to comment.