Skip to content

build(deps): bump @funstack/router from 0.0.10 to 1.1.0#80

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/funstack/router-1.1.0
Open

build(deps): bump @funstack/router from 0.0.10 to 1.1.0#80
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/funstack/router-1.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps @funstack/router from 0.0.10 to 1.1.0.

Release notes

Sourced from @​funstack/router's releases.

1.1.0

What's Changed

Features

  • Expose entryId and entryKey from Navigation API in useLocation (#151)
  • Implement reload navigation support with cache invalidation (#144)

Fixes

  • Convert sync loader errors to rejected promises (#147)

Full Changelog: uhyo/funstack-router@1.0.0...1.1.0

1.0.0

@​funstack/router v1.0.0 🎉

The first stable release of FUNSTACK Router — a modern React router built on the Navigation API.

What's Changed

Breaking Changes

  • Remove useNavigate hook in favor of the native Navigation API (navigation.navigate()). (#132)

Features

  • Add two-phase route definition for React Server Components (RSC) support. (#121)
  • Add hardReload and hardNavigate utilities for bypassing router interception. (#126)

Fixes

  • Move hooks before early return in RouteRenderer to fix rules-of-hooks violation.

Internal

  • Use getter function for routes in setupInterception for better lazy route support.

Full Changelog: uhyo/funstack-router@0.0.10...1.0.0

Commits
  • 61d2d41 chore: bump version to 1.1.0
  • f2374a7 feat: expose entryId and entryKey from Navigation API in useLocation (#151)
  • aa952aa chore(deps-dev): bump the dev-dependencies group with 5 updates (#148)
  • 87db413 fix: convert sync loader errors to rejected promises (#147)
  • c9dcea8 Implement reload navigation support with cache invalidation (#144)
  • 53f72cf chore: bump version to 1.0.0
  • a4775b6 chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 up...
  • 301b2f2 fix: move hooks before early return in RouteRenderer to fix rules-of-hooks
  • c0cd2c4 refactor: use getter function for routes in setupInterception
  • deb0f69 feat!: remove useNavigate hook in favor of native Navigation API (#132)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 15, 2026
Bumps [@funstack/router](https://github.com/uhyo/funstack-router/tree/HEAD/packages/router) from 0.0.10 to 1.1.0.
- [Release notes](https://github.com/uhyo/funstack-router/releases)
- [Commits](https://github.com/uhyo/funstack-router/commits/1.1.0/packages/router)

---
updated-dependencies:
- dependency-name: "@funstack/router"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/funstack/router-1.1.0 branch from c82773a to fd4baa8 Compare March 17, 2026 14:17
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