Skip to content

chore: bump the production-dependencies group with 4 updates - #263

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-3ddd57c5bb
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-3ddd57c5bb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 4 updates: @seamless-auth/react, lucide-react, react and react-dom.

Updates @seamless-auth/react from 0.9.0 to 0.12.0

Changelog

Sourced from @​seamless-auth/react's changelog.

0.12.0

Minor Changes

  • f59be34: Add a passkey while signed in, and say what a 401 at enrollment means.

    registerPasskey is now on useAuth() and on the framework-agnostic session actions, not only on the client. The bundled UI already told users they could "add a passkey later from a device that does", and nothing in the package implemented that: credentials could be listed and deleted but never added. The context version refreshes the session afterwards, so a settings screen renders the new passkey without a reload.

    Enrollment now requires a signed-in session, which is a coordinated change with seamless-auth-api and the server adapters. Upgrade all three together: the auth API and the adapter have no safe release order between them, and enrollment answers 401 until both land. The signup flow already satisfies it, because verifying the email OTP issues a session before the passkey screen is reached, so nothing in the bundled views moves. An application that called registerPasskey() before verifying an address has to move that call after it.

    A 401 from enrollment now reads "Your session expired before the passkey was saved" rather than the generic "Error registering passkey." It is the session rather than anything about the authenticator, and the generic wording invited the user to retry with the same expired one. isUnauthenticated(error) is exported for callers rendering their own screens.

    Corrects a stale README example that still passed a token to registerPasskey, a field removed when the wire contract moved to @seamless-auth/types.

0.11.0

Minor Changes

  • bd26c22: Read the returnTo an OAuth sign-in asked for, and land on it.

    startOAuthLogin has taken a returnTo since OAuth landed here, and nothing ever read one back. The auth server validated it against the configured origins and signed it into the state, but finishOAuthLogin was typed as a bare MessageResult, so the whole callback body was discarded and an adopter had no way to learn where the flow had been asked to end up.

    finishOAuthLogin now resolves to FinishOAuthLoginResult, the completed OAuth response minus its session material, for the same reason LoginStartResult drops it: sessions are carried by cookies, so there is no reason to hand an adopter raw tokens. The new field on it is returnTo, absent when the caller asked for nothing.

    The bundled OAuthCallback view lands there instead of always going to /. This is the same gap the magic link redirect closed in 0.10.0: the headless client could reach the feature and an application using AuthRoutes could not, which is the audience least likely to be wiring up its own client.

    The view only follows a destination on its own origin. That is not the guard against an open

... (truncated)

Commits

Updates lucide-react from 1.40.0 to 1.44.0

Release notes

Sourced from lucide-react's releases.

Version 1.44.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.43.0...1.44.0

Version 1.43.0

What's Changed

Full Changelog: lucide-icons/lucide@1.42.0...1.43.0

Version 1.42.0

What's Changed

New Contributors

... (truncated)

Commits

Updates react from 19.2.8 to 19.3.0

Release notes

Sourced from react's releases.

19.3.0 (September 9, 2026)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.3 release post for more information.

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

... (truncated)

Changelog

Sourced from react's changelog.

19.3.0 (September 9, 2026)

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

... (truncated)

Commits

Updates react-dom from 19.2.8 to 19.3.0

Release notes

Sourced from react-dom's releases.

19.3.0 (September 9, 2026)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.3 release post for more information.

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

  • Fast Refresh Fixes
    • Fix Fast Refresh to find and remount edits to components wrapped behind lazy() (@​sophiebits #36965)
    • Fix Fast Refresh so edits to a memo() comparison function take effect (@​sophiebits #36964)
    • Fix Fast Refresh crash when an edit changes the kind of a component's type (@​sophiebits #36963)
    • Unify hot reload type resolution for Fast Refresh (@​sophiebits #36962)
    • Fix Fast Refresh to remount correctly when an edit changes the component kind (@​sophiebits #36950)
    • Double invoke effects in StrictMode after Fast Refre...

      Description has been truncated

Bumps the production-dependencies group with 4 updates: [@seamless-auth/react](https://github.com/fells-code/seamless-auth-react/tree/HEAD/packages/react), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom).


Updates `@seamless-auth/react` from 0.9.0 to 0.12.0
- [Release notes](https://github.com/fells-code/seamless-auth-react/releases)
- [Changelog](https://github.com/fells-code/seamless-auth-react/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/fells-code/seamless-auth-react/commits/v0.12.0/packages/react)

Updates `lucide-react` from 1.40.0 to 1.44.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.44.0/packages/lucide-react)

Updates `react` from 19.2.8 to 19.3.0
- [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/v19.3.0/packages/react)

Updates `react-dom` from 19.2.8 to 19.3.0
- [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/v19.3.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@seamless-auth/react"
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.3.0
  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 added the dependencies Dependency updates label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants