Title: chore(deps)(deps): bump the minor-and-patch group across 1 directory with 3 updates by dependabot[bot] · Pull Request #114 · aicodingstack/aicodingstack.io · GitHub
Open Graph Title: chore(deps)(deps): bump the minor-and-patch group across 1 directory with 3 updates by dependabot[bot] · Pull Request #114 · aicodingstack/aicodingstack.io
X Title: chore(deps)(deps): bump the minor-and-patch group across 1 directory with 3 updates by dependabot[bot] · Pull Request #114 · aicodingstack/aicodingstack.io
Description: Bumps the minor-and-patch group with 3 updates in the / directory: @next/third-parties, @opennextjs/cloudflare and recharts.
Updates @next/third-parties from 16.1.6 to 16.2.1
Release notes
Sourced from @next/third-parties's releases.
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)
Credits
Huge thanks to @icyJoseph, @abhishekmardiya, @ijjk, @mischnic, @unstubbable, @sokra, and @lukesandberg for helping!
v16.2.1-canary.13
Misc Changes
docs: opengraph-image papercuts: #92018
Update revalidateTag examples to use the new two-argument signature: #92065
Credits
Huge thanks to @icyJoseph and @aurorascharff for helping!
v16.2.1-canary.12
Core Changes
Upgrade React from 3cb2c420-20260324 to 9627b5a1-20260327: #92015
[experiment] Add useOffline flag with offline retry behavior: #92011
adapters: remove unused suffix code: #91997
[experiment] Add useOffline hook to expose offline state to userland: #92012
[turbopack] Don't use turborepo to build the docker image: #92029
Misc Changes
Use RcStr directly in napi(object) structs instead of converting to String: #92014
Rename SingleModuleReference::asset to SingleModuleReference::module: #92028
Credits
Huge thanks to @acdlite, @ztanner, @mmastrac, @sokra, and @bgw for helping!
v16.2.1-canary.11
Core Changes
... (truncated)
Commits
ed7d2ce v16.2.1
c5c94df v16.2.0
3683192 v16.2.0-canary.104
6689814 v16.2.0-canary.103
ad66dbc v16.2.0-canary.102
b856498 v16.2.0-canary.101
136b77e v16.2.0-canary.100
0f59973 v16.2.0-canary.99
792522d v16.2.0-canary.98
2769b55 v16.2.0-canary.97
Additional commits viewable in compare view
Updates @opennextjs/cloudflare from 1.16.0 to 1.18.0
Release notes
Sourced from @opennextjs/cloudflare's releases.
@opennextjs/cloudflare@1.18.0
Minor Changes
#1159 75f5f0a Thanks @edmundhung! - Use remote dev for R2 cache population
Using remote dev is not subject to the Cloudflare API rate limit of 1,200 requests per 5 minutes that caused failures for large applications with thousands of prerendered pages.
@opennextjs/cloudflare@1.17.3
Patch Changes
#1160 161e726 Thanks @matthewvolk! - fix(patches): include prefetch-hints.json in loadManifest build-time inlining
Next.js 16.2.0 introduced prefetch-hints.json as a new server manifest loaded unconditionally
by NextNodeServer.getPrefetchHints(). The file exists in the build output but wasn't matched by
the glob pattern *-manifest.json, causing the patched loadManifest() to throw at runtime.
@opennextjs/cloudflare@1.17.2
Patch Changes
#1151 a143282 Thanks @nathanschram! - fix: handle known optional manifests gracefully in loadManifest/evalManifest patches
Next.js loads certain manifests with handleMissing: true (returning {} when the file doesn't
exist). The adapter's build-time glob scan doesn't find these files when they're conditionally
generated, so the patched function threw at runtime, crashing dynamic routes with 500.
Instead of a blanket catch-all, handle only the specific optional manifests from Next.js
route-module.ts:
react-loadable-manifest (Turbopack per-route, not all routes have dynamic imports)
subresource-integrity-manifest (only when experimental.sri configured)
server-reference-manifest (App Router only)
dynamic-css-manifest (Pages Router + Webpack only)
fallback-build-manifest (only for /_error page)
prefetch-hints (new in Next.js 16.2)
_client-reference-manifest.js (optional for static metadata routes, evalManifest)
Manifest matching strips .json before comparison since some Next.js constants omit
the extension (SUBRESOURCE_INTEGRITY_MANIFEST, DYNAMIC_CSS_MANIFEST, etc.).
Unknown manifests still throw to surface genuine errors.
Fixes #1141.
@opennextjs/cloudflare@1.17.1
Patch Changes
#1147 f5bd138 Thanks @vicb! - make dev /cdn-cgi/image behaves like prod for consistency
@opennextjs/cloudflare@1.17.0
Minor Changes
... (truncated)
Changelog
Sourced from @opennextjs/cloudflare's changelog.
1.18.0
Minor Changes
#1159 75f5f0a Thanks @edmundhung! - Use remote dev for R2 cache population
Using remote dev is not subject to the Cloudflare API rate limit of 1,200 requests per 5 minutes that caused failures for large applications with thousands of prerendered pages.
1.17.3
Patch Changes
#1160 161e726 Thanks @matthewvolk! - fix(patches): include prefetch-hints.json in loadManifest build-time inlining
Next.js 16.2.0 introduced prefetch-hints.json as a new server manifest loaded unconditionally
by NextNodeServer.getPrefetchHints(). The file exists in the build output but wasn't matched by
the glob pattern *-manifest.json, causing the patched loadManifest() to throw at runtime.
1.17.2
Patch Changes
#1151 a143282 Thanks @nathanschram! - fix: handle known optional manifests gracefully in loadManifest/evalManifest patches
Next.js loads certain manifests with handleMissing: true (returning {} when the file doesn't
exist). The adapter's build-time glob scan doesn't find these files when they're conditionally
generated, so the patched function threw at runtime, crashing dynamic routes with 500.
Instead of a blanket catch-all, handle only the specific optional manifests from Next.js
route-module.ts:
react-loadable-manifest (Turbopack per-route, not all routes have dynamic imports)
subresource-integrity-manifest (only when experimental.sri configured)
server-reference-manifest (App Router only)
dynamic-css-manifest (Pages Router + Webpack only)
fallback-build-manifest (only for /_error page)
prefetch-hints (new in Next.js 16.2)
_client-reference-manifest.js (optional for static metadata routes, evalManifest)
Manifest matching strips .json before comparison since some Next.js constants omit
the extension (SUBRESOURCE_INTEGRITY_MANIFEST, DYNAMIC_CSS_MANIFEST, etc.).
Unknown manifests still throw to surface genuine errors.
Fixes #1141.
1.17.1
Patch Changes
... (truncated)
Commits
da62708 Version Packages (#1165)
75f5f0a feat: use remote dev for r2 cache population (#1159)
6fdc1e2 Version Packages (#1162)
161e726 fix(patches): include prefetch-hints.json in loadManifest glob for Next.js 16...
7ccf5ea Version Packages (#1161)
a143282 fix(patches): return empty object for unhandled manifests in loadManifest (#1...
206794f Version Packages (#1149)
f5bd138 make dev /cdn-cgi/image behaves like prod for consistency (#1147)
e965e4d refactor: creation of config files (#1146)
7d86f42 Version Packages (#1143)
Additional commits viewable in compare view
Updates recharts from 3.7.0 to 3.8.1
Release notes
Sourced from recharts's releases.
v3.8.1
What's Changed
Bugfixes!
fix(z-index): prevent elements from disappearing during dynamic zIndex transitions by @VIDHITTS in recharts/recharts#7006
fix: prevent tooltip flicker in syncMethod="value" with mismatched data arrays by @roy7 in recharts/recharts#7020
docs: add missing SVG props documentation to PolarGrid #3400 by @ramanverse in recharts/recharts#6987
fix: add cursor prop type to BaseChartProps by @mixelburg in recharts/recharts#7065
fix: restore arrow key navigation when active index is outside zoomed… by @AbishekRaj2007 in recharts/recharts#7086
Add test for ticks spacing by @VIDHITTS in recharts/recharts#7082
fix(Pie): skip minAngle redistribution when no segment needs it by @Harikrushn9118 in recharts/recharts#7097
fix(DefaultLegendContent): use entry.value for aria-label when formatter returns React element by @mixelburg in recharts/recharts#7109
fix(PolarRadiusAxis): update ticks prop type by @PavelVanecek in recharts/recharts#7112
fix: PieChart double padding gap when a data item has value 0 by @Copilot in recharts/recharts#7113
Add boxplot example by @PavelVanecek in recharts/recharts#7130
[fix] Update ticks calculator and domain extension by @PavelVanecek in recharts/recharts#7146
fix: guard against non-function d3-scale exports in getD3ScaleFromType by @tdebarochez in recharts/recharts#7123
fix: stackOffset expand should not override numerical XAxis domain by @SeaL773 in recharts/recharts#7152
fix: resolve keyboard navigation and tooltip issues for Pie charts (#6921) by @olagokemills in recharts/recharts#7140
fix(Tooltip): prevent crash on sparse or undefined payload entries by @Om-Mishra09 in recharts/recharts#7149
fix(RechartsWrapper): prevent ResizeObserver memory leak on ref update by @Om-Mishra09 in recharts/recharts#7161
New Contributors
@AbishekRaj2007 made their first contribution in recharts/recharts#7086
@tdebarochez made their first contribution in recharts/recharts#7123
@SeaL773 made their first contribution in recharts/recharts#7152
@olagokemills made their first contribution in recharts/recharts#7140
Full Changelog: recharts/recharts@v3.8.0...v3.8.1
v3.8.0
What's Changed
We added generics to our data and dataKey props and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/
We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/
And new functions and hooks:
getRelativeCoordinate - converts mouse events to pixel positions
Convert Data → Pixels:
useXAxisScale - returns a function to convert X data values to pixel positions
useYAxisScale - returns a function to convert Y data values to pixel positions
useCartesianScale - convenience hook for converting both at once
Pixels → Data:
... (truncated)
Commits
5b10788 chore(deps-dev): bump diff from 8.0.3 to 8.0.4 (#7156)
222396f chore(deps): bump react-router-dom from 7.13.1 to 7.13.2 (#7164)
c2642da chore(deps-dev): bump typescript-eslint from 8.57.1 to 8.57.2 (#7166)
b186929 fix(RechartsWrapper): prevent ResizeObserver memory leak on ref update (#7161)
738f71f fix(Tooltip): prevent crash on sparse or undefined payload entries (#7149)
00daf0b chore(deps-dev): bump rollup from 4.59.0 to 4.60.0 (#7158)
eba4f2a chore(deps-dev): bump marked from 17.0.4 to 17.0.5 (#7157)
201d060 fix: resolve keyboard navigation and tooltip issues for Pie charts (#6921) (#...
670d092 chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 (#7150)
86ca8de fix: stackOffset expand should not override numerical XAxis domain (#7152)
Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by corkscreewe, a new releaser for recharts since your current version.
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 minor-and-patch group with 3 updates in the / directory: @next/third-parties, @opennextjs/cloudflare and recharts. Updates @next/third-parties from 16.1.6 to 16.2.1 Release notes Sourced...
X Description: Bumps the minor-and-patch group with 3 updates in the / directory: @next/third-parties, @opennextjs/cloudflare and recharts. Updates @next/third-parties from 16.1.6 to 16.2.1 Release notes Sourced...
Opengraph URL: https://github.com/aicodingstack/aicodingstack.io/pull/114
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:51679f59-9113-c199-c431-b2365ea8f0c7 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9F00:3C204:102CEBE:179961C:6A4E33D2 |
| html-safe-nonce | dcd4f2e91eeeae8b61009a6ecc1f2e1f3c9e0016ea6ebae38015f440c32f4309 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RjAwOjNDMjA0OjEwMkNFQkU6MTc5OTYxQzo2QTRFMzNEMiIsInZpc2l0b3JfaWQiOiIzNjc0ODUwODE4NTUxMzI5NzQ2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | cfd9dbf11d6d0f1fcd8614a3419ddbd8c2357e950f1eb3f0c8ed81c17c6a167a |
| hovercard-subject-tag | pull_request:3464491471 |
| 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/114/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 minor-and-patch group with 3 updates in the / directory: @next/third-parties, @opennextjs/cloudflare and recharts. Updates @next/third-parties from 16.1.6 to 16.2.1 Release notes Sourced... |
| 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 | 42a6d378d7587a44c93aca255096cd66b7c8eb2d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width