Skip to content

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

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

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.1

Release notes

Sourced from @​funstack/static's releases.

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

Features

  • Built-in file-system routing (experimental) — define your pages as files under a routes directory instead of writing an EntryDefinition[] by hand (#123)
    • The fsRoutes helper requires an explicit dir and adapter, and a Next.js-style adapter is available as a convenience module @funstack/static/fs-routes/next-adapter (#125)
    • Route precedence and conflict validation in the next adapter (#135)
    • Builds fail with a clear error when a dynamic route lacks generateStaticParams (#136)
    • The routes root is stripped deterministically via a required base option (#155)

Fixes

  • Fixed duplicate React instances on dev server cold start ("Invalid hook call" errors) by collapsing React into a single optimized chunk (#126, #132)
  • Fixed nested defer() payload references not resolving in production builds (#151)
  • Fixed dev HMR re-fetch resolving the wrong entry in multi-entry mode (#157)
  • outDir is now resolved against the Vite root in builds (#154)
  • The preview server now sets the Content-Type header when serving HTML (#156)
  • Non-SSR mounts that would destroy existing DOM are now detected and wrapped in an error boundary (#158)
  • Fixed rsc:update payloads being lost when they arrive before the dev client mounts (#161)
  • Reduced dev server memory usage by evicting stale defer entries (#159)
  • Fixed unnecessary buffering of RSC payloads during SSR rendering (#162, #163)
  • Interpolated paths in generated virtual modules are now properly escaped (#164)

Improvements

  • Sped up the build ID-finalization pipeline (#165)

... (truncated)

Commits
  • 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"...
  • 5339cd2 build(deps): bump the minor-and-patch group with 7 updates (#172)
  • 841d3cf chore: bump version to 1.3.0
  • e59f368 build(deps): bump the minor-and-patch group with 8 updates (#171)
  • 694a3b4 build(deps): bump the minor-and-patch group with 11 updates (#170)
  • 4b77177 build(deps): bump the minor-and-patch group with 5 updates (#169)
  • 9efc20c build(deps): bump the minor-and-patch group with 11 updates (#168)
  • 60f42c3 perf: speed up build ID-finalization pipeline (#165)
  • 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
…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.1
- [Release notes](https://github.com/uhyo/funstack-static/releases)
- [Commits](https://github.com/uhyo/funstack-static/commits/1.3.1/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 93fa256 to bdc523b Compare September 4, 2026 00:49
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