Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates - #246

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-05dfe0a2a4
Closed

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#246
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-05dfe0a2a4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: @funstack/static, react and react-dom.

Updates @funstack/static from 1.2.0 to 1.3.2

Release notes

Sourced from @​funstack/static's releases.

1.3.2

What's Changed

This release focuses on the experimental file-system routing feature.

Fixes

  • Server Components now show live params after soft navigation (#177). Under file-system routing, a Server Component page or layout kept its build-time params and rendered output after client-side navigation between pages of the same dynamic route. Each Server Component node is now pre-rendered once per params combination as a deferred RSC chunk and loaded on navigation; first load and hydration are unchanged, and a URL whose params were never generated falls back to a full page load.
    • Note: Server Component layouts now receive only the params of dynamic segments at or above them (e.g. a [lang]/ layout sees { lang }, not a descendant { slug }).
  • Fail the build on fs-route configurations that would render broken pages (#178). generateStaticParams() values, param names, and static segment names are validated against what URLPattern can actually match, modules without a default export are rejected, and fsRoutes.dir must be a subdirectory of the Vite root.
  • Detect colliding generated URLs and dedupe duplicate params (#179). Two different routes generating the same URL now fail with an error naming both files, while duplicate params from a single generateStaticParams() are collapsed into one page.
  • Cache fs-routes enumeration across dev requests (#180). The dev server no longer rebuilds the route tree, re-runs generateStaticParams(), or re-registers RSC chunks on every request, so chunk IDs stay stable and long-idle tabs remain soft-navigable.

Improvements

  • Shared deferred-payload ID generation, so fs-route chunks get readable names in dev tools (#179).
  • Internal cleanup of the fs routing implementation (#182).

Thanks

A big thank you to @​k35o for reporting #174, which drove the live-params fix in this release. 🎉

Full Changelog: uhyo/funstack-static@1.3.1...1.3.2

1.3.1

What's Changed

Features

  • Keep fs-route params live for Client Components and expose route objects (#176)
    • Under file-system routing, "use client" pages and layouts are now passed to the router as component types, so their params prop stays up to date across client-side soft navigation (e.g. /ja/en under [lang]). No user code changes needed.
    • Server Component pages/layouts now receive a route prop — an opaque route object that can be forwarded to Client Components and passed to the router's typed hooks (useRouteParams(route)) to read the live params of the current URL.
    • New types FsRouteObject<Params> and FsRouteComponentProps<Params> are exported from @funstack/static/fs-routes.
    • Note: a Server Component page's own rendered output still reflects its build-time params after soft navigation (static hosting serves one pre-rendered payload per page). See the "Params on Client-Side Navigation" section of the File-System Routing docs.

Fixes

  • Report a clear error when a fs-routes page module is marked "use client" (#175)
    • A page module that exports generateStaticParams() from a "use client" module now fails the build with an actionable message naming the file and showing the split-and-re-export fix, instead of an opaque error from inside the RSC runtime.
    • The other fs-routes build errors (missing generateStaticParams(), missing param value) now include the source file name as well.

Thanks

A big thank you to @​k35o for contributing the clearer "use client" page-module error (#175) and for reporting both #173 and #174, which drove the changes in this release. 🎉

Full Changelog: uhyo/funstack-static@1.3.0...1.3.1

1.3.0

What's Changed

... (truncated)

Commits
  • 5a988aa chore: bump version to 1.3.2
  • de0e5ef chore: drop stale comment claiming ssr is required for fs-routes in dev
  • c459e2d refactor: clean up fs routing internals (#182)
  • 834258d fix: cache fs-routes enumeration across dev requests (#180)
  • 646e0f0 fix: fail on fs-route pages generating the same URL, dedupe duplicate params ...
  • 13e3de2 fix: fail the build on fs-route configurations that would render broken pages...
  • bc4c5f2 feat: render Server Component output with live params on soft navigation (#177)
  • 903ff75 chore: bump version to 1.3.1
  • 7fb713b feat: keep fs-route params live for Client Components and expose route object...
  • b1aab2b fix: report a clear error when a fs-routes page module is marked "use client"...
  • Additional commits viewable in compare view

Updates react from 19.2.8 to 19.3.0-canary-83840902-20260719

Commits

Updates react-dom from 19.2.8 to 19.3.0-canary-83840902-20260719

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 3 updates chore(deps): bump the production-dependencies group across 1 directory with 3 updates Aug 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-05dfe0a2a4 branch from 1eb935a to 93fa256 Compare August 27, 2026 13:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-05dfe0a2a4 branch 2 times, most recently from bdc523b to 197d4a7 Compare September 10, 2026 04:53
…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@funstack/static](https://github.com/uhyo/funstack-static/tree/HEAD/packages/static), [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom).


Updates `@funstack/static` from 1.2.0 to 1.3.2
- [Release notes](https://github.com/uhyo/funstack-static/releases)
- [Commits](https://github.com/uhyo/funstack-static/commits/1.3.2/packages/static)

Updates `react` from 19.2.8 to 19.3.0-canary-83840902-20260719
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/HEAD/packages/react)

Updates `react-dom` from 19.2.8 to 19.3.0-canary-83840902-20260719
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/HEAD/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@funstack/static"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.3.0-canary-83840902-20260719
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.3.0-canary-83840902-20260719
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-05dfe0a2a4 branch from 197d4a7 to 03a8ef5 Compare September 10, 2026 06:42
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-05dfe0a2a4 branch September 10, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants