Title: chore(deps)(deps): bump the nextjs group across 1 directory with 4 updates by dependabot[bot] · Pull Request #121 · aicodingstack/aicodingstack.io · GitHub
Open Graph Title: chore(deps)(deps): bump the nextjs group across 1 directory with 4 updates by dependabot[bot] · Pull Request #121 · aicodingstack/aicodingstack.io
X Title: chore(deps)(deps): bump the nextjs group across 1 directory with 4 updates by dependabot[bot] · Pull Request #121 · aicodingstack/aicodingstack.io
Description: Bumps the nextjs group with 4 updates in the / directory: next, next-intl, react and react-dom.
Updates next from 16.1.6 to 16.2.3
Release notes
Sourced from next's releases.
v16.2.3
[!NOTE]
This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see https://vercel.com/changelog/summary-of-cve-2026-23869. The release does not include all pending features/changes on canary.
Core Changes
Ensure app-page reports stale ISR revalidation errors via onRequestError (#92282)
Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#91981 through #92273)
Deduplicate output assets and detect content conflicts on emit (#92292)
Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)
turbo-tasks-backend: stability fixes for task cancellation and error handling (#92254)
Credits
Huge thanks to @icyJoseph, @sokra, @wbinnssmith, @eps1lon and @ztanner for helping!
v16.2.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
backport: Move expanded adapters docs to API reference (#92115) (#92129)
Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#92130)
[create-next-app] Skip interactive prompts when CLI flags are provided (#91840)
next.config.js: Accept an option for serverFastRefresh (#91968)
Turbopack: enable server HMR for app route handlers (#91466)
Turbopack: exclude metadata routes from server HMR (#92034)
Fix CI for glibc linux builds
Backport: disable bmi2 in qfilter #92177
[backport] Fix CSS HMR on Safari (#92174)
Credits
Huge thanks to @nextjs-bot, @icyJoseph, @ijjk, @gaojude, @wbinnssmith, @lukesandberg, and @bgw for helping!
v16.2.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
docs: post release amends (#91715)
docs: fix broken Activity Patterns demo link in preserving UI state guide (#91698)
Fix adapter outputs for dynamic metadata routes (#91680)
Turbopack: fix webpack loader runner layer (#91727)
Fix server actions in standalone mode with cacheComponents (#91711)
turbo-persistence: remove Unmergeable mmap advice (#91713)
Fix layout segment optimization: move app-page imports to server-utility transition (#91701)
Turbopack: lazy require metadata and handle TLA (#91705)
[turbopack] Respect {eval:true} in worker_threads constructors (#91666)
... (truncated)
Commits
d5f649b v16.2.3
2873928 [16.x] Avoid consuming cyclic models multiple times (#75)
d7c7765 [backport]: Ensure app-page reports stale ISR revalidation errors via onReque...
c573e8c fix(server-hmr): metadata routes overwrite page runtime HMR handler (#92273)
57b8f65 next-core: deduplicate output assets and detect content conflicts on emit (#9...
f158df1 Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)
356d605 turbo-tasks-backend: stability fixes for task cancellation and error handling...
3b77a6e Fix DashMap read-write self-deadlock in task_cache causing hangs (#92210)
b2f208a Backport: new view-transitions guide, update and fixes (#92264)
52faae3 v16.2.2
Additional commits viewable in compare view
Updates next-intl from 4.7.0 to 4.9.1
Release notes
Sourced from next-intl's releases.
v4.9.1
4.9.1 (2026-04-10)
Bug Fixes
Improve middleware pathname validation (#2304) (1c80b66) – by @amannn
v4.9.0
4.9.0 (2026-04-01)
Features
Support transitionTypes on Link (#2302) (02811f5) – by @amannn
v4.8.4
4.8.4 (2026-03-31)
Bug Fixes
Remove TypeScript peer dependency and update examples to TypeScript v6 (#2293) (5e7bcd7) – by @wojtekmaj
v4.8.3
4.8.3 (2026-02-16)
Bug Fixes
Update @formatjs/intl-localematcher (#2265) (196f1f3) – by @amannn
v4.8.2
4.8.2 (2026-02-02)
Bug Fixes
Avoid throwing config errors for non-Next.js consumers of next.config.ts (#2245) (f57800e) – by @amannn
v4.8.1
4.8.1 (2026-01-30)
Bug Fixes
Fix precompile alias on Windows (#2237) (8e7151a) – by @amannn
v4.8.0
4.8.0 (2026-01-28)
Features
Ahead-of-time compilation for messages (blog post, #2220) – by @amannn
Fixes
... (truncated)
Changelog
Sourced from next-intl's changelog.
4.9.1 (2026-04-10)
Bug Fixes
Improve middleware pathname validation (#2304) (1c80b66) – by @amannn
4.9.0 (2026-04-01)
Features
Support transitionTypes on Link (#2302) (02811f5) – by @amannn
4.8.4 (2026-03-31)
Bug Fixes
Remove TypeScript peer dependency and update examples to TypeScript v6 (#2293) (5e7bcd7) – by @wojtekmaj
4.8.3 (2026-02-16)
Bug Fixes
Update @formatjs/intl-localematcher (#2265) (196f1f3) – by @amannn
4.8.2 (2026-02-02)
Bug Fixes
Avoid throwing config errors for non-Next.js consumers of next.config.ts (#2245) (f57800e) – by @amannn
4.8.1 (2026-01-30)
Bug Fixes
Fix precompile alias on Windows (#2237) (8e7151a) – by @amannn
4.8.0 (2026-01-28)
Features
Ahead-of-time compilation for messages (#2220) (02149c1) – by @amannn
Commits
b4aa538 v4.9.1
1c80b66 fix: Improve middleware pathname validation (#2304)
b65f8c4 v4.9.0
02811f5 feat: Support transitionTypes on Link (#2302)
722785b v4.8.4
5e7bcd7 fix: Remove TypeScript peer dependency and update examples to TypeScript v6 (...
c9d6051 fix: Remove TypeScript peer dependency and update examples to TypeScript v6 (...
5be07b6 fix: Remove TypeScript peer dependency and update examples to TypeScript v6 (...
58326e7 docs: Fix typos (#2282)
ed19787 docs: Fix typos (#2283)
Additional commits viewable in compare view
Updates react from 19.2.4 to 19.2.5
Release notes
Sourced from react's releases.
19.2.5 (April 8th, 2026)
React Server Components
Add more cycle protections (#36236 by @eps1lon and @unstubbable)
Commits
23f4f9f 19.2.5
See full diff in compare view
Updates react-dom from 19.2.4 to 19.2.5
Release notes
Sourced from react-dom's releases.
19.2.5 (April 8th, 2026)
React Server Components
Add more cycle protections (#36236 by @eps1lon and @unstubbable)
Commits
23f4f9f 19.2.5
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show
Open Graph Description: Bumps the nextjs group with 4 updates in the / directory: next, next-intl, react and react-dom. Updates next from 16.1.6 to 16.2.3 Release notes Sourced from next's releases. v16.2.3 [!NOTE]...
X Description: Bumps the nextjs group with 4 updates in the / directory: next, next-intl, react and react-dom. Updates next from 16.1.6 to 16.2.3 Release notes Sourced from next's releases. v16.2.3 [!N...
Opengraph URL: https://github.com/aicodingstack/aicodingstack.io/pull/121
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:b389cf67-34be-f5eb-ca98-c14760a53f76 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | BD5A:35AE45:186EDBA:23C12FF:6A4E52B7 |
| html-safe-nonce | b6611e633df86bfb0dd4b49c56ce24942a479dbbfc4249e13ae0cc531e502204 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRDVBOjM1QUU0NToxODZFREJBOjIzQzEyRkY6NkE0RTUyQjciLCJ2aXNpdG9yX2lkIjoiMjE4MTI3Mjk2NDk1NTAwMTUyNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 5c1d486e7c017750a4ee14f3e6db102e5198c481bea1f873ce9fbfdd31631b2a |
| hovercard-subject-tag | pull_request:3521254740 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/aicodingstack/aicodingstack.io/pull/121/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the nextjs group with 4 updates in the / directory: next, next-intl, react and react-dom. Updates next from 16.1.6 to 16.2.3 Release notes Sourced from next's releases. v16.2.3 [!NOTE]... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/aicodingstack/aicodingstack.io git https://github.com/aicodingstack/aicodingstack.io.git |
| octolytics-dimension-user_id | 242950640 |
| octolytics-dimension-user_login | aicodingstack |
| octolytics-dimension-repository_id | 1097345677 |
| octolytics-dimension-repository_nwo | aicodingstack/aicodingstack.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1097345677 |
| octolytics-dimension-repository_network_root_nwo | aicodingstack/aicodingstack.io |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f344f1eab54fc7dfc02d0d018cda7e158c3db65c |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width