Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 28, 2026

Bumps the minor-and-patch group in /frontend with 15 updates:

Package From To
@clerk/clerk-react 5.59.4 5.59.6
@clerk/react-router 2.3.10 2.3.12
@powersync/attachments 2.4.1 2.4.2
@powersync/web 1.31.0 1.32.0
lucide-react 0.562.0 0.563.0
react 19.2.3 19.2.4
@types/react 19.2.9 19.2.10
react-dom 19.2.3 19.2.4
react-router 7.12.0 7.13.0
zod 4.3.5 4.3.6
@types/node 25.0.9 25.0.10
@vitest/coverage-v8 4.0.17 4.0.18
globals 17.0.0 17.2.0
typescript-eslint 8.53.1 8.54.0
vitest 4.0.17 4.0.18

Updates @clerk/clerk-react from 5.59.4 to 5.59.6

Release notes

Sourced from @​clerk/clerk-react's releases.

@​clerk/clerk-react@​5.59.6

Patch Changes

  • Updated dependencies [b7a4e1e]:
    • @​clerk/shared@​3.43.2

@​clerk/clerk-react@​5.59.5

Patch Changes

  • Updated dependencies [e995cc3]:
    • @​clerk/shared@​3.43.1
Changelog

Sourced from @​clerk/clerk-react's changelog.

5.59.6

Patch Changes

  • Updated dependencies [b7a4e1e]:
    • @​clerk/shared@​3.43.2

5.59.5

Patch Changes

  • Updated dependencies [e995cc3]:
    • @​clerk/shared@​3.43.1
Commits

Updates @clerk/react-router from 2.3.10 to 2.3.12

Release notes

Sourced from @​clerk/react-router's releases.

@​clerk/react-router@​2.3.12

Patch Changes

  • Updated dependencies [b7a4e1e]:
    • @​clerk/shared@​3.43.2
    • @​clerk/backend@​2.29.5
    • @​clerk/clerk-react@​5.59.6
    • @​clerk/types@​4.101.13

@​clerk/react-router@​2.3.11

Patch Changes

  • Updated dependencies [e995cc3]:
    • @​clerk/shared@​3.43.1
    • @​clerk/clerk-react@​5.59.5
    • @​clerk/backend@​2.29.4
    • @​clerk/types@​4.101.12
Changelog

Sourced from @​clerk/react-router's changelog.

2.3.12

Patch Changes

  • Updated dependencies [b7a4e1e]:
    • @​clerk/shared@​3.43.2
    • @​clerk/backend@​2.29.5
    • @​clerk/clerk-react@​5.59.6
    • @​clerk/types@​4.101.13

2.3.11

Patch Changes

  • Updated dependencies [e995cc3]:
    • @​clerk/shared@​3.43.1
    • @​clerk/clerk-react@​5.59.5
    • @​clerk/backend@​2.29.4
    • @​clerk/types@​4.101.12
Commits

Updates @powersync/attachments from 2.4.1 to 2.4.2

Release notes

Sourced from @​powersync/attachments's releases.

@​powersync/attachments@​2.4.2

Patch Changes

  • 8db47f3: Re-ordered the types export before the default export. This should allow types to be resolved correctly without warnings.
  • Updated dependencies [aaf6037]
  • Updated dependencies [acf6b70]
  • Updated dependencies [e39359d]
  • Updated dependencies [41953bc]
  • Updated dependencies [25ece59]
    • @​powersync/common@​1.46.0
Commits
  • e1fed97 Version Packages (#820)
  • b55099e Merge pull request #827 from powersync-ja/feat/refactor-sync-diagnostics-client
  • 2d35959 refactor: simplify parameter handling in client-params component by removing ...
  • 2824a70 feat: add unique ID to parameter entries in client-params component
  • b3ce974 chore: update pnpm-lock.yaml with new dependencies and remove console logs in...
  • de24524 chore: regenerated pnpm-lock.yaml and adjust sidebar component min height
  • 0b51d58 Merge branch 'main' into feat/refactor-sync-diagnostics-client
  • 3f7c203 Merge pull request #818 from powersync-ja/bump-opsqlite
  • 7b8b3b6 Merge branch 'bump-opsqlite' of github.com:powersync-ja/powersync-js into bum...
  • 2b14ccc README tips for running iOS tests
  • Additional commits viewable in compare view

Updates @powersync/web from 1.31.0 to 1.32.0

Release notes

Sourced from @​powersync/web's releases.

@​powersync/web@​1.32.0

Minor Changes

  • 25ece59: Improved ESM exports and module declarations. Importing these packages in SSR environments should no longer throw errors.

  • 8db47f3: [Internal] Improved BSON bundling process.

  • aaf6037: Add support for storage-backed (non-TEMP) SQLite triggers and tables for managed triggers. These resources persist on disk while in use and are automatically cleaned up when no longer claimed or needed. They should not be considered permanent triggers; PowerSync manages their lifecycle.

  • acf6b70: The Rust sync client is now enabled by default. To keep using the JavaScript client implementation, pass clientImplementation: SyncClientImplementation.JAVASCRIPT in options when calling PowerSync.connect.

    Note that the JavaScript client will be removed in a future version of the SDK. If you choose to it due to issues with the Rust client, please file an issue or reach out to us.

  • aaf6037: Managed triggers now use storage-backed (non-TEMP) SQLite triggers and tables when OPFS is the VFS. Resources persist across tabs and connection cycles to detect cross‑tab changes, and are automatically cleaned up when no longer in use. These should not be treated as permanent triggers; their lifecycle is managed by PowerSync.

Patch Changes

  • Updated dependencies [aaf6037]
  • Updated dependencies [acf6b70]
  • Updated dependencies [e39359d]
  • Updated dependencies [41953bc]
  • Updated dependencies [25ece59]
    • @​powersync/common@​1.46.0
Commits
  • e1fed97 Version Packages (#820)
  • b55099e Merge pull request #827 from powersync-ja/feat/refactor-sync-diagnostics-client
  • 2d35959 refactor: simplify parameter handling in client-params component by removing ...
  • 2824a70 feat: add unique ID to parameter entries in client-params component
  • b3ce974 chore: update pnpm-lock.yaml with new dependencies and remove console logs in...
  • de24524 chore: regenerated pnpm-lock.yaml and adjust sidebar component min height
  • 0b51d58 Merge branch 'main' into feat/refactor-sync-diagnostics-client
  • 3f7c203 Merge pull request #818 from powersync-ja/bump-opsqlite
  • 7b8b3b6 Merge branch 'bump-opsqlite' of github.com:powersync-ja/powersync-js into bum...
  • 2b14ccc README tips for running iOS tests
  • Additional commits viewable in compare view

Updates lucide-react from 0.562.0 to 0.563.0

Release notes

Sourced from lucide-react's releases.

Version 0.563.0

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before. Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes

New Contributors

Full Changelog: lucide-icons/lucide@0.562.0...0.563.0

Commits
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • See full diff in compare view

Updates react from 19.2.3 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates @types/react from 19.2.9 to 19.2.10

Commits

Updates react-dom from 19.2.3 to 19.2.4

Release notes

Sourced from react-dom's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates react-router from 7.12.0 to 7.13.0

Release notes

Sourced from react-router's releases.

v7.13.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7130

Changelog

Sourced from react-router's changelog.

7.13.0

Minor Changes

  • Add crossOrigin prop to Links component (#14687)

Patch Changes

  • Fix double slash normalization for useNavigate colon urls (#14718)
  • Update failed origin checks to return a 400 status instead of a 500 (#14737)
  • Bugfix #14666: Inline criticalCss is missing nonce (#14691)
  • Loosen allowedActionOrigins glob check so ** matches all domains (#14722)
Commits

Updates zod from 4.3.5 to 4.3.6

Release notes

Sourced from zod's releases.

v4.3.6

Commits:

  • 9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors
  • f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (#5634)
  • 251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call
  • edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (#5646)
  • 85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (#5628)
  • cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (#5638)
  • dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (#5656)
  • 762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling
  • ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6
Commits

Updates @types/node from 25.0.9 to 25.0.10

Commits

Updates @types/react from 19.2.9 to 19.2.10

Commits

Updates @vitest/coverage-v8 from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates globals from 17.0.0 to 17.2.0

Release notes

Sourced from globals's releases.

v17.2.0

  • jasmine: Add throwUnless and throwUnlessAsync globals (#335) 97f23a7

sindresorhus/globals@v17.1.0...v17.2.0

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

sindresorhus/globals@v17.0.0...v17.1.0

Commits

Updates typescript-eslint from 8.53.1 to 8.54.0

Release notes

Sourced from typescript-eslint's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.54.0 (2026-01-26)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 4.0.17 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group in /frontend with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@clerk/clerk-react](https://github.com/clerk/javascript/tree/HEAD/packages/react) | `5.59.4` | `5.59.6` |
| [@clerk/react-router](https://github.com/clerk/javascript/tree/HEAD/packages/react-router) | `2.3.10` | `2.3.12` |
| [@powersync/attachments](https://github.com/powersync-ja/powersync-js) | `2.4.1` | `2.4.2` |
| [@powersync/web](https://github.com/powersync-ja/powersync-js) | `1.31.0` | `1.32.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.563.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.9` | `19.2.10` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.12.0` | `7.13.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.3.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.9` | `25.0.10` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.17` | `4.0.18` |
| [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.2.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.1` | `8.54.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.17` | `4.0.18` |


Updates `@clerk/clerk-react` from 5.59.4 to 5.59.6
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/clerk-react@5.59.6/packages/react/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/clerk-react@5.59.6/packages/react)

Updates `@clerk/react-router` from 2.3.10 to 2.3.12
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/react-router@2.3.12/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/react-router@2.3.12/packages/react-router)

Updates `@powersync/attachments` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/powersync-ja/powersync-js/releases)
- [Commits](https://github.com/powersync-ja/powersync-js/compare/@powersync/attachments@2.4.1...@powersync/attachments@2.4.2)

Updates `@powersync/web` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/powersync-ja/powersync-js/releases)
- [Commits](https://github.com/powersync-ja/powersync-js/compare/@powersync/web@1.31.0...@powersync/web@1.32.0)

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

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.9 to 19.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-router` from 7.12.0 to 7.13.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.13.0/packages/react-router)

Updates `zod` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.5...v4.3.6)

Updates `@types/node` from 25.0.9 to 25.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.9 to 19.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vitest/coverage-v8` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `globals` from 17.0.0 to 17.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.2.0)

Updates `typescript-eslint` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `vitest` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: "@clerk/clerk-react"
  dependency-version: 5.59.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@clerk/react-router"
  dependency-version: 2.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@powersync/attachments"
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@powersync/web"
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.563.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-router
  dependency-version: 7.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: globals
  dependency-version: 17.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 28, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

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