-
Notifications
You must be signed in to change notification settings - Fork 16
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 Next.js #3142
Merged
Merged
Update Next.js #3142
Conversation
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
renovate
bot
force-pushed
the
renovate/next.js
branch
26 times, most recently
from
December 12, 2024 20:07
1a449d3
to
99c5850
Compare
renovate
bot
force-pushed
the
renovate/next.js
branch
11 times, most recently
from
December 16, 2024 18:48
c71e1b4
to
03c1460
Compare
renovate
bot
force-pushed
the
renovate/next.js
branch
8 times, most recently
from
December 18, 2024 16:43
58ad397
to
5a1c4f4
Compare
renovate
bot
force-pushed
the
renovate/next.js
branch
from
December 18, 2024 17:31
5a1c4f4
to
240e5c2
Compare
Tested locally, looks good. |
acouch
approved these changes
Dec 18, 2024
doug-s-nava
pushed a commit
that referenced
this pull request
Dec 30, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@storybook/nextjs](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs)) | [`8.4.3` -> `8.4.7`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/8.4.3/8.4.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/8.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/8.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/8.4.3/8.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/8.4.3/8.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`14.2.17` -> `14.2.20`](https://renovatebot.com/diffs/npm/next/14.2.17/14.2.20) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.2.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.2.17/14.2.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.2.17/14.2.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next-intl](https://next-intl.dev) ([source](https://redirect.github.com/amannn/next-intl)) | [`3.25.1` -> `3.26.2`](https://renovatebot.com/diffs/npm/next-intl/3.25.1/3.26.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-intl/3.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-intl/3.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-intl/3.25.1/3.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-intl/3.25.1/3.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>storybookjs/storybook (@​storybook/nextjs)</summary> ### [`v8.4.7`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#847) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.6...v8.4.7) - Telemetry: Improve anonymous id calculation - [#​29736](https://redirect.github.com/storybookjs/storybook/pull/29736), thanks [@​tmeasday](https://redirect.github.com/tmeasday)! - Vue: Properly resolve Vite plugin - [#​29795](https://redirect.github.com/storybookjs/storybook/pull/29795), thanks [@​tobiasdiez](https://redirect.github.com/tobiasdiez)! ### [`v8.4.6`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#846) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.5...v8.4.6) - Addon Test: Use pathe for better windows support - [#​29676](https://redirect.github.com/storybookjs/storybook/pull/29676), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Angular: Default to standalone components in Angular v19 - [#​29677](https://redirect.github.com/storybookjs/storybook/pull/29677), thanks [@​ingowagner](https://redirect.github.com/ingowagner)! - Frameworks: Add Vite 6 support - [#​29710](https://redirect.github.com/storybookjs/storybook/pull/29710), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Portable stories: Support multiple annotation notations from preview - [#​29733](https://redirect.github.com/storybookjs/storybook/pull/29733), thanks [@​yannbf](https://redirect.github.com/yannbf)! - React: Upgrade react-docgen-typescript to support Vite 6 - [#​29724](https://redirect.github.com/storybookjs/storybook/pull/29724), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Svelte: Support `@sveltejs/vite-plugin-svelte` v5 - [#​29731](https://redirect.github.com/storybookjs/storybook/pull/29731), thanks [@​JReinhold](https://redirect.github.com/JReinhold)! ### [`v8.4.5`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#845) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.4...v8.4.5) - Angular: Support v19 - [#​29659](https://redirect.github.com/storybookjs/storybook/pull/29659), thanks [@​leosvelperez](https://redirect.github.com/leosvelperez)! - CLI: Disable corepack auto pin behavior - [#​29627](https://redirect.github.com/storybookjs/storybook/pull/29627), thanks [@​yannbf](https://redirect.github.com/yannbf)! - CLI: Fix qwik init - [#​29632](https://redirect.github.com/storybookjs/storybook/pull/29632), thanks [@​shilman](https://redirect.github.com/shilman)! - Nextjs-Vite: Add Next.js 15 support - [#​29640](https://redirect.github.com/storybookjs/storybook/pull/29640), thanks [@​yannbf](https://redirect.github.com/yannbf)! ### [`v8.4.4`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#844) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.3...v8.4.4) - Addon Test: Only optimize react deps if applicable in vitest-plugin - [#​29617](https://redirect.github.com/storybookjs/storybook/pull/29617), thanks [@​yannbf](https://redirect.github.com/yannbf)! </details> <details> <summary>vercel/next.js (next)</summary> ### [`v14.2.20`](https://redirect.github.com/vercel/next.js/compare/v14.2.19...ed78a4aa673034719d5664536a80d326eebac7e1) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.19...v14.2.20) ### [`v14.2.19`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.19) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.18...v14.2.19) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - ensure worker exits bubble to parent process ([#​73433](https://redirect.github.com/vercel/next.js/issues/73433)) - Increase max cache tags to 128 ([#​73125](https://redirect.github.com/vercel/next.js/issues/73125)) ##### Misc Changes - Update max tag items limit in docs ([#​73445](https://redirect.github.com/vercel/next.js/issues/73445)) ##### Credits Huge thanks to [@​ztanner](https://redirect.github.com/ztanner) and [@​ijjk](https://redirect.github.com/ijjk) for helping! ### [`v14.2.18`](https://redirect.github.com/vercel/next.js/compare/v14.2.17...v14.2.18) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.17...v14.2.18) </details> <details> <summary>amannn/next-intl (next-intl)</summary> ### [`v3.26.2`](https://redirect.github.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3262-2024-12-18) [Compare Source](https://redirect.github.com/amannn/next-intl/compare/v3.26.1...v3.26.2) ##### Bug Fixes - Support `t.has` when `getTranslations` is called with an object argument ([#​1616](https://redirect.github.com/amannn/next-intl/issues/1616)) ([64895a2](https://redirect.github.com/amannn/next-intl/commit/64895a2bb3c445f6e3deab85152a0d04ced17e46)), closes [/github.com/amannn/next-intl/discussions/437#discussioncomment-11593318](https://redirect.github.com/amannn//github.com/amannn/next-intl/discussions/437/issues/discussioncomment-11593318) – by [@​amannn](https://redirect.github.com/amannn) ### [`v3.26.1`](https://redirect.github.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3261-2024-12-11) [Compare Source](https://redirect.github.com/amannn/next-intl/compare/v3.26.0...v3.26.1) ##### Bug Fixes - Use new domain `next-intl.dev` in links ([#​1601](https://redirect.github.com/amannn/next-intl/issues/1601)) ([40a9a77](https://redirect.github.com/amannn/next-intl/commit/40a9a7722edc8e7787ed799a4bf1d3c4a2e04848)) – by [@​amannn](https://redirect.github.com/amannn) ### [`v3.26.0`](https://redirect.github.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3260-2024-12-06) [Compare Source](https://redirect.github.com/amannn/next-intl/compare/v3.25.3...v3.26.0) ##### Features - Support React 19 ([#​1597](https://redirect.github.com/amannn/next-intl/issues/1597)) ([e0ffe29](https://redirect.github.com/amannn/next-intl/commit/e0ffe292a3cae8955fcd06bd8e8e2b02c525ef69)) – by [@​amannn](https://redirect.github.com/amannn) ### [`v3.25.3`](https://redirect.github.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3253-2024-11-26) [Compare Source](https://redirect.github.com/amannn/next-intl/compare/v3.25.2...v3.25.3) ##### Bug Fixes - Follow-up for [#​1573](https://redirect.github.com/amannn/next-intl/issues/1573) to also handle the case when a non-default locale is in use ([#​1578](https://redirect.github.com/amannn/next-intl/issues/1578)) ([fd71741](https://redirect.github.com/amannn/next-intl/commit/fd7174179881a19e3573fceb9c6e903923644761)), closes [#​1568](https://redirect.github.com/amannn/next-intl/issues/1568) – by [@​amannn](https://redirect.github.com/amannn) ### [`v3.25.2`](https://redirect.github.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3252-2024-11-25) [Compare Source](https://redirect.github.com/amannn/next-intl/compare/v3.25.1...v3.25.2) ##### Bug Fixes - Handle inconsistency in Next.js when using `usePathname` with custom prefixes, `localePrefix: 'as-needed'` and static rendering ([#​1573](https://redirect.github.com/amannn/next-intl/issues/1573)) ([20fd0f0](https://redirect.github.com/amannn/next-intl/commit/20fd0f0015839357893bcd256ff880a98b01ea1f)) – by [@​amannn](https://redirect.github.com/amannn) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/HHS/simpler-grants-gov). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.4.3
->8.4.7
14.2.17
->14.2.20
3.25.1
->3.26.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
storybookjs/storybook (@storybook/nextjs)
v8.4.7
Compare Source
v8.4.6
Compare Source
@sveltejs/vite-plugin-svelte
v5 - #29731, thanks @JReinhold!v8.4.5
Compare Source
v8.4.4
Compare Source
vercel/next.js (next)
v14.2.20
Compare Source
v14.2.19
Compare Source
Core Changes
Misc Changes
Credits
Huge thanks to @ztanner and @ijjk for helping!
v14.2.18
Compare Source
amannn/next-intl (next-intl)
v3.26.2
Compare Source
Bug Fixes
t.has
whengetTranslations
is called with an object argument (#1616) (64895a2), closes /github.com/amannn/next-intl/discussions/437#discussioncomment-11593318 – by @amannnv3.26.1
Compare Source
Bug Fixes
next-intl.dev
in links (#1601) (40a9a77) – by @amannnv3.26.0
Compare Source
Features
v3.25.3
Compare Source
Bug Fixes
v3.25.2
Compare Source
Bug Fixes
usePathname
with custom prefixes,localePrefix: 'as-needed'
and static rendering (#1573) (20fd0f0) – by @amannnConfiguration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.