Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 51 updates#8767

Open
dependabot[bot] wants to merge 1 commit intopreviewfrom
dependabot/npm_and_yarn/minor-and-patch-14c28aed93
Open

chore(deps): bump the minor-and-patch group across 1 directory with 51 updates#8767
dependabot[bot] wants to merge 1 commit intopreviewfrom
dependabot/npm_and_yarn/minor-and-patch-14c28aed93

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-and-patch group with 51 updates in the / directory:

Package From To
lint-staged 16.2.7 16.4.0
oxfmt 0.35.0 0.41.0
oxlint 1.51.0 1.56.0
turbo 2.8.12 2.8.17
@fontsource/material-symbols-rounded 5.2.30 5.2.38
@tanstack/react-virtual 3.13.12 3.13.23
@tanstack/virtual-core 3.13.12 3.13.23
isbot 5.1.31 5.1.36
react-hook-form 7.51.5 7.71.2
serve 14.2.5 14.2.6
@effect/platform 0.94.1 0.95.0
@effect/platform-node 0.104.0 0.105.0
cors 2.8.5 2.8.6
effect 3.19.14 3.20.0
ioredis 5.7.0 5.10.0
sharp 0.34.3 0.34.5
ws 8.18.3 8.19.0
y-protocols 1.0.6 1.0.7
yjs 13.6.27 13.6.30
@types/express-ws 3.0.5 3.0.6
@vitest/coverage-v8 4.0.17 4.1.0
vitest 4.0.15 4.1.0
@intercom/messenger-js-sdk 0.0.12 0.0.18
emoji-picker-react 4.12.2 4.18.0
react-pdf-html 2.1.3 2.1.5
@floating-ui/dom 1.7.4 1.7.6
@floating-ui/react 0.26.28 0.27.19
emoji-regex 10.5.0 10.6.0
tiptap-markdown 0.8.10 0.9.0
postcss 8.5.6 8.5.8
winston 3.17.0 3.19.0
framer-motion 12.23.12 12.38.0
react-day-picker 9.5.0 9.14.0
tailwind-merge 3.4.0 3.5.0
@tailwindcss/postcss 4.1.17 4.2.1
tailwindcss 4.1.17 4.2.1
@storybook/test 8.6.14 8.6.15
autoprefixer 10.4.21 10.4.27
sanitize-html 2.17.0 2.17.1
@types/sanitize-html 2.16.0 2.16.1
@atlaskit/pragmatic-drag-and-drop 1.7.4 1.7.9
@dotenvx/dotenvx 1.51.1 1.55.1
axios 1.13.5 1.13.6
lucide-react 0.469.0 0.577.0
mobx-react 9.1.1 9.2.1
mobx-utils 6.0.8 6.1.1
mobx 6.12.0 6.15.0
react-router 7.12.0 7.13.1
swr 2.2.4 2.4.1
tsdown 0.16.0 0.21.4
typescript 5.8.3 5.9.3

Updates lint-staged from 16.2.7 to 16.4.0

Release notes

Sourced from lint-staged's releases.

v16.4.0

Minor Changes

v16.3.4

Patch Changes

v16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.4.0

Minor Changes

16.3.4

Patch Changes

16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 445f9dd chore(changeset): release
  • d91be60 docs: update readme to use picomatch
  • b392a9f refactor: extract matchFiles and add unit tests
  • 687fc90 refactor: replace micromatch with picomatch
  • 26dadf9 chore(changeset): release
  • 9d6e827 build(deps): update dependencies
  • 8aea986 chore(changeset): release
  • 0109e8d fix: strip Git CRLF warning from output
  • dfd6a7a chore(changeset): release
  • 2adaf6c fix(Windows): do not spawn tasks as detached since it opens a cmd window on ...
  • Additional commits viewable in compare view

Updates oxfmt from 0.35.0 to 0.41.0

Changelog

Sourced from oxfmt's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

[0.40.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

[0.36.0] - 2026-03-02

🐛 Bug Fixes

  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#19829) (Boshen)

📚 Documentation

  • 2fa936f README.md: Map npm package links to npmx.dev (#19666) (Boshen)
Commits
  • 5446ebd release(apps): oxlint v1.56.0 && oxfmt v0.41.0 (#20423)
  • 6a26b93 release(apps): oxlint v1.55.0 && oxfmt v0.40.0 (#20293)
  • bc20217 fix(oxlint,oxfmt): Omit useless | null for Option\<T> field from schema (#...
  • 36e7d29 release(apps): oxlint v1.54.0 && oxfmt v0.39.0 (#20267)
  • 856781f release(apps): oxlint v1.53.0 && oxfmt v0.38.0 (#20218)
  • 9870467 release(apps): oxlint v1.52.0 && oxfmt v0.37.0 (#20143)
  • 3d7b2ec release(apps): oxlint v1.51.0 && oxfmt v0.36.0 (#19912)
  • 04e6223 fix(npm): add preferUnplugged for Yarn PnP compatibility (#19829)
  • 3c57b5e chore(linter, formatter): update playground url (#19697)
  • 2fa936f docs(README.md): map npm package links to npmx.dev (#19666)
  • See full diff in compare view

Updates oxlint from 1.51.0 to 1.56.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

[1.55.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

📚 Documentation

  • f339f10 linter/plugins: Promote JS plugins to alpha status (#20281) (overlookmotel)

[1.54.0] - 2026-03-12

📚 Documentation

  • 0c7da4f linter: Fix extra closing brace in example config. (#20253) (connorshea)

[1.52.0] - 2026-03-09

🚀 Features

  • 61bf388 linter: Add options.reportUnusedDisableDirectives to config file (#19799) (Peter Wagenet)
  • 2919313 linter: Introduce denyWarnings config options (#19926) (camc314)
  • a607119 linter: Introduce maxWarnings config option (#19777) (camc314)

📚 Documentation

  • 6c0e0b5 linter: Add oxlint.config.ts to the config docs. (#19941) (connorshea)
  • 160e423 linter: Add a note that the typeAware and typeCheck options require oxlint-tsgolint (#19940) (connorshea)
Commits
  • 5446ebd release(apps): oxlint v1.56.0 && oxfmt v0.41.0 (#20423)
  • 6a26b93 release(apps): oxlint v1.55.0 && oxfmt v0.40.0 (#20293)
  • f339f10 docs(linter/plugins): promote JS plugins to alpha status (#20281)
  • bc20217 fix(oxlint,oxfmt): Omit useless | null for Option\<T> field from schema (#...
  • 36e7d29 release(apps): oxlint v1.54.0 && oxfmt v0.39.0 (#20267)
  • 0c7da4f docs(linter): Fix extra closing brace in example config. (#20253)
  • 856781f release(apps): oxlint v1.53.0 && oxfmt v0.38.0 (#20218)
  • 9870467 release(apps): oxlint v1.52.0 && oxfmt v0.37.0 (#20143)
  • 61bf388 feat(linter): add options.reportUnusedDisableDirectives to config file (#19...
  • 6c0e0b5 docs(linter): Add oxlint.config.ts to the config docs. (#19941)
  • Additional commits viewable in compare view

Updates turbo from 2.8.12 to 2.8.17

Release notes

Sourced from turbo's releases.

Turborepo v2.8.17

What's Changed

create-turbo

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.16...v2.8.17

Turborepo v2.8.17-canary.16

What's Changed

create-turbo

Full Changelog: vercel/turborepo@v2.8.17-canary.15...v2.8.17-canary.16

Turborepo v2.8.17-canary.15

... (truncated)

Commits

Updates @fontsource/material-symbols-rounded from 5.2.30 to 5.2.38

Commits

Updates @tanstack/react-virtual from 3.13.12 to 3.13.23

Release notes

Sourced from @​tanstack/react-virtual's releases.

@​tanstack/react-virtual@​3.13.23

Patch Changes

  • Updated dependencies [7ece2d5]:
    • @​tanstack/virtual-core@​3.13.23

@​tanstack/react-virtual@​3.13.22

Patch Changes

@​tanstack/react-virtual@​3.13.21

Patch Changes

  • Updated dependencies [be89e29]:
    • @​tanstack/virtual-core@​3.13.21

@​tanstack/react-virtual@​3.13.20

Patch Changes

  • Updated dependencies [ff83e94]:
    • @​tanstack/virtual-core@​3.13.20

@​tanstack/react-virtual@​3.13.19

Patch Changes

  • Updated dependencies [843109c]:
    • @​tanstack/virtual-core@​3.13.19

@​tanstack/react-virtual@​3.13.18

Patch Changes

  • Updated dependencies [9067574]:
    • @​tanstack/virtual-core@​3.13.18

@​tanstack/react-virtual@​3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @​tanstack/virtual-core@​3.13.17

@​tanstack/react-virtual@​3.13.16

Patch Changes

  • Updated dependencies [db6df21]:
    • @​tanstack/virtual-core@​3.13.16

@​tanstack/react-virtual@​3.13.15

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-virtual's changelog.

3.13.23

Patch Changes

  • Updated dependencies [7ece2d5]:
    • @​tanstack/virtual-core@​3.13.23

3.13.22

Patch Changes

3.13.21

Patch Changes

  • Updated dependencies [be89e29]:
    • @​tanstack/virtual-core@​3.13.21

3.13.20

Patch Changes

  • Updated dependencies [ff83e94]:
    • @​tanstack/virtual-core@​3.13.20

3.13.19

Patch Changes

  • Updated dependencies [843109c]:
    • @​tanstack/virtual-core@​3.13.19

3.13.18

Patch Changes

  • Updated dependencies [9067574]:
    • @​tanstack/virtual-core@​3.13.18

3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @​tanstack/virtual-core@​3.13.17

3.13.16

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/react-virtual since your current version.


Updates @tanstack/virtual-core from 3.13.12 to 3.13.23

Release notes

Sourced from @​tanstack/virtual-core's releases.

@​tanstack/virtual-core@​3.13.23

Patch Changes

  • fix(virtual-core): remove incorrect elementsCache cleanup using getItemKey (#1148)

@​tanstack/virtual-core@​3.13.22

Patch Changes

  • Add 'instant' to ScrollBehavior type to match the W3C spec (#1122)

  • perf(virtual-core): skip sync DOM reads during normal scrolling (#1146)

@​tanstack/virtual-core@​3.13.21

Patch Changes

  • fix(virtual-core): smooth scrolling for dynamic item sizes (#1108)

@​tanstack/virtual-core@​3.13.20

Patch Changes

  • fix(virtual-core): early return in _measureElement for disconnected nodes (#1135)

@​tanstack/virtual-core@​3.13.19

Patch Changes

  • Fix crash when component unmounts during scrollToIndex by adding a null guard for targetWindow inside the requestAnimationFrame callback (#1129)

@​tanstack/virtual-core@​3.13.18

Patch Changes

  • revert(virtual-core): "notify framework when count changes" 2542c5a (#1112)

@​tanstack/virtual-core@​3.13.17

Patch Changes

  • fix(virtual-core): preserve auto alignment for visible items when scrolling (#1110)

@​tanstack/virtual-core@​3.13.16

Patch Changes

  • fix(virtual-core): improve scrollToIndex reliability in dynamic mode (#1106)
    • Wait extra frame for ResizeObserver measurements before verifying position
    • Abort pending scroll operations when new scrollToIndex is called

@​tanstack/virtual-core@​3.13.15

Patch Changes

  • fix(virtual-core): scroll to last index properly (#1105)

@​tanstack/virtual-core@​3.13.14

... (truncated)

Changelog

Sourced from @​tanstack/virtual-core's changelog.

3.13.23

Patch Changes

  • fix(virtual-core): remove incorrect elementsCache cleanup using getItemKey (#1148)

3.13.22

Patch Changes

  • Add 'instant' to ScrollBehavior type to match the W3C spec (#1122)

  • perf(virtual-core): skip sync DOM reads during normal scrolling (#1146)

3.13.21

Patch Changes

  • fix(virtual-core): smooth scrolling for dynamic item sizes (#1108)

3.13.20

Patch Changes

  • fix(virtual-core): early return in _measureElement for disconnected nodes (#1135)

3.13.19

Patch Changes

  • Fix crash when component unmounts during scrollToIndex by adding a null guard for targetWindow inside the requestAnimationFrame callback (#1129)

3.13.18

Patch Changes

  • revert(virtual-core): "notify framework when count changes" 2542c5a (#1112)

3.13.17

Patch Changes

  • fix(virtual-core): preserve auto alignment for visible items when scrolling (#1110)

3.13.16

Patch Changes

  • fix(virtual-core): improve scrollToIndex reliability in dynamic mode (#1106)
    • Wait extra frame for ResizeObserver measurements before verifying position

... (truncated)

Commits
  • 9394e13 ci: Version Packages (#1149)
  • 7ece2d5 fix(virtual-core): remove incorrect elementsCache cleanup using getItemKey (#...
  • c2f1c39 ci: Version Packages (#1139)
  • fc3c733 perf(virtual-core): skip sync DOM reads during normal scrolling (#1144)
  • 54d771a fix(virtual-core): add 'instant' to ScrollBehavior type (#1122)
  • c4da5cb ci: Version Packages (#1137)
  • be89e29 fix(virtual-core): smooth scrolling for dynamic item sizes (#1108)
  • d2a9995 ci: Version Packages (#1136)
  • ff83e94 fix(virtual-core): early return in _measureElement for disconnected nodes (#1...
  • e0e4dcd ci: Version Packages (#1131)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/virtual-core since your current version.


Updates isbot from 5.1.31 to 5.1.36

Changelog

Sourced from isbot's changelog.

5.1.36

  • [Pattern] Pattern updates

5.1.35

  • [Pattern] Pattern updates

5.1.34

  • [Pattern] Pattern updates

5.1.33

  • [Pattern] Pattern updates

5.1.32

  • [Pattern] Pattern updates
Commits

Updates react-hook-form from 7.51.5 to 7.71.2

Release notes

Sourced from react-hook-form's releases.

Version 7.71.2

🕵️‍♂️ fix: use DeepPartialSkipArrayKey for WatchObserver value parameter (#13278) 🧹 fix(clearErrors): emit name signal for targeted field updates (#13280)

thanks to @​veeceey, @​kaigritun, @​pgoslatara & @​seongbiny

Version v7.71.1

🐞 fix #13250 issue with booleans_as_integers (#13252)

Version 7.71.0

⚡ perf: memoize FormProvider context value to prevent unnecessary rerenders (#13235) 🚄 perf: separate control context to prevent unnecessary rerenders (#13234) 🐞 fix: update isValid when field disabled state changes (#13231) 👌 chore: optimize bundle size via safe terser options (#13243) (#1324...

Description has been truncated

…1 updates

Bumps the minor-and-patch group with 51 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.4.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.35.0` | `0.41.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.51.0` | `1.56.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.8.12` | `2.8.17` |
| [@fontsource/material-symbols-rounded](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/material-symbols-rounded) | `5.2.30` | `5.2.38` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.12` | `3.13.23` |
| [@tanstack/virtual-core](https://github.com/TanStack/virtual/tree/HEAD/packages/virtual-core) | `3.13.12` | `3.13.23` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.31` | `5.1.36` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.5` | `7.71.2` |
| [serve](https://github.com/vercel/serve) | `14.2.5` | `14.2.6` |
| [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) | `0.94.1` | `0.95.0` |
| [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) | `0.104.0` | `0.105.0` |
| [cors](https://github.com/expressjs/cors) | `2.8.5` | `2.8.6` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.19.14` | `3.20.0` |
| [ioredis](https://github.com/luin/ioredis) | `5.7.0` | `5.10.0` |
| [sharp](https://github.com/lovell/sharp) | `0.34.3` | `0.34.5` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [y-protocols](https://github.com/yjs/y-protocols) | `1.0.6` | `1.0.7` |
| [yjs](https://github.com/yjs/yjs) | `13.6.27` | `13.6.30` |
| [@types/express-ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-ws) | `3.0.5` | `3.0.6` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.17` | `4.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.15` | `4.1.0` |
| @intercom/messenger-js-sdk | `0.0.12` | `0.0.18` |
| [emoji-picker-react](https://github.com/ealush/emoji-picker-react) | `4.12.2` | `4.18.0` |
| [react-pdf-html](https://github.com/danomatic/react-pdf-html) | `2.1.3` | `2.1.5` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.7.6` |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.28` | `0.27.19` |
| [emoji-regex](https://github.com/mathiasbynens/emoji-regex) | `10.5.0` | `10.6.0` |
| [tiptap-markdown](https://github.com/aguingand/tiptap-markdown) | `0.8.10` | `0.9.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` |
| [winston](https://github.com/winstonjs/winston) | `3.17.0` | `3.19.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.12` | `12.38.0` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.5.0` | `9.14.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.17` | `4.2.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.17` | `4.2.1` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.6.14` | `8.6.15` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.27` |
| [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) | `2.17.0` | `2.17.1` |
| [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sanitize-html) | `2.16.0` | `2.16.1` |
| [@atlaskit/pragmatic-drag-and-drop](https://github.com/atlassian/pragmatic-drag-and-drop) | `1.7.4` | `1.7.9` |
| [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) | `1.51.1` | `1.55.1` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.13.6` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.469.0` | `0.577.0` |
| [mobx-react](https://github.com/mobxjs/mobx) | `9.1.1` | `9.2.1` |
| [mobx-utils](https://github.com/mobxjs/mobx-utils) | `6.0.8` | `6.1.1` |
| [mobx](https://github.com/mobxjs/mobx) | `6.12.0` | `6.15.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.12.0` | `7.13.1` |
| [swr](https://github.com/vercel/swr) | `2.2.4` | `2.4.1` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.16.0` | `0.21.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |



Updates `lint-staged` from 16.2.7 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.4.0)

Updates `oxfmt` from 0.35.0 to 0.41.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.41.0/npm/oxfmt)

Updates `oxlint` from 1.51.0 to 1.56.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.56.0/npm/oxlint)

Updates `turbo` from 2.8.12 to 2.8.17
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.8.12...v2.8.17)

Updates `@fontsource/material-symbols-rounded` from 5.2.30 to 5.2.38
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/material-symbols-rounded)

Updates `@tanstack/react-virtual` from 3.13.12 to 3.13.23
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.23/packages/react-virtual)

Updates `@tanstack/virtual-core` from 3.13.12 to 3.13.23
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/virtual-core/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/virtual-core@3.13.23/packages/virtual-core)

Updates `isbot` from 5.1.31 to 5.1.36
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.31...v5.1.36)

Updates `react-hook-form` from 7.51.5 to 7.71.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.51.5...v7.71.2)

Updates `serve` from 14.2.5 to 14.2.6
- [Release notes](https://github.com/vercel/serve/releases)
- [Changelog](https://github.com/vercel/serve/blob/main/CHANGELOG.md)
- [Commits](vercel/serve@v14.2.5...v14.2.6)

Updates `@effect/platform` from 0.94.1 to 0.95.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform@0.95.0/packages/platform)

Updates `@effect/platform-node` from 0.104.0 to 0.105.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-node@0.105.0/packages/platform-node)

Updates `cors` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](expressjs/cors@v2.8.5...v2.8.6)

Updates `effect` from 3.19.14 to 3.20.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.20.0/packages/effect)

Updates `ioredis` from 5.7.0 to 5.10.0
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.7.0...v5.10.0)

Updates `sharp` from 0.34.3 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.3...v0.34.5)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

Updates `y-protocols` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/yjs/y-protocols/releases)
- [Commits](yjs/y-protocols@v1.0.6...v1.0.7)

Updates `yjs` from 13.6.27 to 13.6.30
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.27...v13.6.30)

Updates `@types/express-ws` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-ws)

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

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

Updates `@intercom/messenger-js-sdk` from 0.0.12 to 0.0.18

Updates `emoji-picker-react` from 4.12.2 to 4.18.0
- [Release notes](https://github.com/ealush/emoji-picker-react/releases)
- [Commits](https://github.com/ealush/emoji-picker-react/commits)

Updates `react-pdf-html` from 2.1.3 to 2.1.5
- [Commits](danomatic/react-pdf-html@v2.1.3...v2.1.5)

Updates `@floating-ui/dom` from 1.7.4 to 1.7.6
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.6/packages/dom)

Updates `@floating-ui/react` from 0.26.28 to 0.27.19
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.19/packages/react)

Updates `emoji-regex` from 10.5.0 to 10.6.0
- [Commits](mathiasbynens/emoji-regex@v10.5.0...v10.6.0)

Updates `tiptap-markdown` from 0.8.10 to 0.9.0
- [Release notes](https://github.com/aguingand/tiptap-markdown/releases)
- [Commits](aguingand/tiptap-markdown@v0.8.10...v0.9.0)

Updates `postcss` from 8.5.6 to 8.5.8
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.6...8.5.8)

Updates `winston` from 3.17.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.17.0...v3.19.0)

Updates `framer-motion` from 12.23.12 to 12.38.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.12...v12.38.0)

Updates `react-day-picker` from 9.5.0 to 9.14.0
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v9.5.0...v9.14.0)

Updates `tailwind-merge` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0)

Updates `@tailwindcss/postcss` from 4.1.17 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss)

Updates `tailwindcss` from 4.1.17 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss)

Updates `@storybook/test` from 8.6.14 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/lib/test)

Updates `autoprefixer` from 10.4.21 to 10.4.27
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.4.27)

Updates `sanitize-html` from 2.17.0 to 2.17.1
- [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/apostrophe/commits/2.17.1/packages/sanitize-html)

Updates `@types/sanitize-html` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)

Updates `@types/sanitize-html` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)

Updates `@atlaskit/pragmatic-drag-and-drop` from 1.7.4 to 1.7.9
- [Commits](https://github.com/atlassian/pragmatic-drag-and-drop/commits)

Updates `@dotenvx/dotenvx` from 1.51.1 to 1.55.1
- [Release notes](https://github.com/dotenvx/dotenvx/releases)
- [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md)
- [Commits](dotenvx/dotenvx@v1.51.1...v1.55.1)

Updates `axios` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.13.6)

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

Updates `mobx-react` from 9.1.1 to 9.2.1
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits)

Updates `mobx-utils` from 6.0.8 to 6.1.1
- [Changelog](https://github.com/mobxjs/mobx-utils/blob/master/CHANGELOG.md)
- [Commits](mobxjs/mobx-utils@6.0.8...v6.1.1)

Updates `mobx` from 6.12.0 to 6.15.0
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits)

Updates `react-router` from 7.12.0 to 7.13.1
- [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.1/packages/react-router)

Updates `swr` from 2.2.4 to 2.4.1
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.2.4...v2.4.1)

Updates `tsdown` from 0.16.0 to 0.21.4
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.16.0...v0.21.4)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: oxfmt
  dependency-version: 0.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: oxlint
  dependency-version: 1.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: turbo
  dependency-version: 2.8.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@fontsource/material-symbols-rounded"
  dependency-version: 5.2.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/virtual-core"
  dependency-version: 3.13.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: isbot
  dependency-version: 5.1.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-hook-form
  dependency-version: 7.71.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: serve
  dependency-version: 14.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@effect/platform"
  dependency-version: 0.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@effect/platform-node"
  dependency-version: 0.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cors
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: effect
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ioredis
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: y-protocols
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: yjs
  dependency-version: 13.6.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/express-ws"
  dependency-version: 3.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@intercom/messenger-js-sdk"
  dependency-version: 0.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: emoji-picker-react
  dependency-version: 4.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-pdf-html
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@floating-ui/react"
  dependency-version: 0.27.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: emoji-regex
  dependency-version: 10.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tiptap-markdown
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-day-picker
  dependency-version: 9.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@storybook/test"
  dependency-version: 8.6.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sanitize-html
  dependency-version: 2.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/sanitize-html"
  dependency-version: 2.16.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/sanitize-html"
  dependency-version: 2.16.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@atlaskit/pragmatic-drag-and-drop"
  dependency-version: 1.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@dotenvx/dotenvx"
  dependency-version: 1.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-version: 1.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mobx-react
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mobx-utils
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mobx
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-router
  dependency-version: 7.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: swr
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tsdown
  dependency-version: 0.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Mar 17, 2026
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