Skip to content

chore(deps): bump the dependencies group across 1 directory with 29 updates#110

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/frontend/dependencies-9aea509cc2
Closed

chore(deps): bump the dependencies group across 1 directory with 29 updates#110
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/app/frontend/dependencies-9aea509cc2

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 27 updates in the /app/frontend directory:

Package From To
@chakra-ui/react 2.10.9 3.33.0
@supabase/ssr 0.8.0 0.9.0
@tailwindcss/postcss 4.1.17 4.2.1
@types/dagre 0.7.53 0.7.54
dotenv 17.2.3 17.3.1
framer-motion 11.18.2 12.34.4
konva 10.0.12 10.2.0
lucide-react 0.562.0 0.576.0
next 16.0.4 16.1.6
pdfjs-dist 4.10.38 5.5.207
react 19.2.0 19.2.4
@types/react 19.2.7 19.2.14
react-dom 19.2.0 19.2.4
react-konva 19.2.1 19.2.3
react-resizable-panels 2.1.9 4.7.0
tailwind-merge 3.4.0 3.5.0
winston 3.18.3 3.19.0
winston-loki 6.1.3 6.1.4
zustand 5.0.10 5.0.11
@types/node 20.19.25 25.3.3
@vitest/coverage-v8 2.1.9 4.0.18
eslint 9.39.1 10.0.2
eslint-config-next 16.0.4 16.1.6
fast-check 3.23.2 4.5.3
lint-staged 16.2.7 16.3.1
prettier 3.7.4 3.8.1
vitest 2.1.9 4.0.18

Updates @chakra-ui/react from 2.10.9 to 3.33.0

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.33.0

Minor Changes

  • 60a0a8b Thanks @​segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup when rendering
    • Color Picker: Fixed color not updating when selecting black shades in controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
    • Number Input: Fixed cursor positioning issues after clicking label or scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable, and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled textarea
    • Tooltip: Added data-instant attribute for instant animations when switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b Thanks @​segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.

@​chakra-ui/react@​3.32.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

3.33.0

Minor Changes

  • 60a0a8b Thanks @​segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup when rendering
    • Color Picker: Fixed color not updating when selecting black shades in controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
    • Number Input: Fixed cursor positioning issues after clicking label or scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable, and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled textarea
    • Tooltip: Added data-instant attribute for instant animations when switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b Thanks @​segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.

3.32.0

Minor Changes

Patch Changes

... (truncated)

Commits

Updates @supabase/ssr from 0.8.0 to 0.9.0

Release notes

Sourced from @​supabase/ssr's releases.

v0.9.0

0.9.0 (2026-03-02)

Features

  • release workflow RC versioning and publish reliability (#164) (81e68f4)

v0.9.0-rc.66

What's Changed

Full Changelog: supabase/ssr@v0.8.1...v0.9.0-rc.66

v0.9.0-rc.7

What's Changed

Full Changelog: supabase/ssr@v0.9.0-rc.6...v0.9.0-rc.7

v0.9.0-rc.6

What's Changed

Full Changelog: supabase/ssr@v0.9.0-rc.5...v0.9.0-rc.6

v0.9.0-rc.5

What's Changed

Full Changelog: supabase/ssr@v0.8.0...v0.9.0-rc.5

v0.8.1

0.8.1 (2026-03-02)

Bug Fixes

  • update README session docs (#159) (b859905)
  • use skipAutoInitialize to prevent SSR token refresh race condition (#131) (0b7be28)
Changelog

Sourced from @​supabase/ssr's changelog.

0.9.0 (2026-03-02)

Features

  • release workflow RC versioning and publish reliability (#164) (81e68f4)

0.8.1 (2026-03-02)

Bug Fixes

  • update README session docs (#159) (b859905)
  • use skipAutoInitialize to prevent SSR token refresh race condition (#131) (0b7be28)
Commits
  • ea85814 chore(main): release 0.9.0 (#165)
  • 81e68f4 feat: release workflow RC versioning and publish reliability (#164)
  • 0845d56 build(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in the npm_and_yarn group...
  • 50fe027 chore(main): release 0.8.1 (#157)
  • 614a2fa build(deps): bump rollup from 4.24.2 to 4.59.0 in the npm_and_yarn group acro...
  • b859905 fix: update README session docs (#159)
  • 8409ea1 chore: create github prerelease changelog notes (#158)
  • ea126c3 chore: add github token for releases (#156)
  • 0b7be28 fix: use skipAutoInitialize to prevent SSR token refresh race condition (#131)
  • f9fb1dd chore: use simple version tags for release-please (#148)
  • Additional commits viewable in compare view

Updates @supabase/supabase-js from 2.90.1 to 2.98.0

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.98.0

2.98.0 (2026-02-26)

🚀 Features

  • auth: add token_endpoint_auth_method to OAuth client create/update (#2132)
  • auth: support custom providers via custom: prefix in Provider type (#2134)
  • auth: add currentPassword to UserAttributes type (#2131)

🩹 Fixes

  • auth: recover from orphaned navigator locks via steal fallback (#2106)
  • auth: lower lockAcquireTimeout default to 5s and fix stale JSDoc (#2125)
  • auth: fixes userattributes type (#2139)
  • realtime: patch channel join payloads with resolved access token before flushing send buffer (#2136)

❤️ Thank You

v2.97.1-canary.5

2.97.1-canary.5 (2026-02-26)

🩹 Fixes

  • auth: fixes userattributes type (#2139)

❤️ Thank You

v2.97.1-canary.4

2.97.1-canary.4 (2026-02-25)

🩹 Fixes

  • realtime: patch channel join payloads with resolved access token before flushing send buffer (#2136)

❤️ Thank You

v2.97.1-canary.3

2.97.1-canary.3 (2026-02-24)

🚀 Features

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.98.0 (2026-02-26)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.97.0 (2026-02-18)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.96.0 (2026-02-17)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.95.3 (2026-02-06)

🚀 Features

  • supabase: add canonical CORS headers export for edge functions (#2071)

❤️ Thank You

2.95.0 (2026-02-05)

🚀 Features

  • supabase: add canonical CORS headers export for edge functions (#2071)

❤️ Thank You

2.94.1 (2026-02-04)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.94.0 (2026-02-03)

🚀 Features

  • postgrest: add URL length validation and timeout protection (#2078)

❤️ Thank You

2.93.3 (2026-01-29)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

... (truncated)

Commits
  • c56d249 chore(release): version 2.97.0 changelogs (#2124)
  • 32c319b docs(supabase): document UNUSED_EXTERNAL_IMPORT build warning as false positi...
  • fb84c6e chore(release): version 2.96.0 changelogs (#2121)
  • 27779b2 chore(release): version 2.95.3 changelogs (#2102)
  • c74bde1 docs(supabase): include cors module in TypeDoc generation (#2095)
  • acd85d4 chore(release): version 2.95.0 changelogs (#2094)
  • c4a8a43 feat(supabase): add canonical CORS headers export for edge functions (#2071)
  • a867430 chore(release): version 2.94.1 changelogs (#2089)
  • edb3009 chore(release): version 2.94.0 changelogs (#2085)
  • 7ec2df9 feat(postgrest): add URL length validation and timeout protection (#2078)
  • Additional commits viewable in compare view

Updates @tailwindcss/postcss from 4.1.17 to 4.2.1

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)

v4.1.18

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)

... (truncated)

Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)

[4.1.18] - 2025-12-11

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)

... (truncated)

Commits

Updates @types/dagre from 0.7.53 to 0.7.54

Commits

Updates dotenv from 17.2.3 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates framer-motion from 11.18.2 to 12.34.4

Changelog

Sourced from framer-motion's changelog.

[12.34.4] 2026-03-02

Fixed

  • Ensure onComplete fires at the end of an animation sequence.

[12.34.3] 2026-02-20

Fixed

  • Ensure velocity is never transferred to a time-derived spring.

[12.34.2] 2026-02-18

Fixed

  • Layout animations: Reset motion value velocity when starting a new layout animation.

[12.34.1] 2026-02-17

Fixed

  • useScroll: Ensure animations aren't hardware accelerated when target is set.
  • Improve animatable "none" generation for mask values.

[12.34.0] 2026-02-09

Added

  • useScroll: Hardware accelerated animations.

[12.33.2] 2026-02-06

Fixed

  • Improve detection of detached elements with vanilla layout animations.

[12.33.1] 2026-02-06

Fixed

  • AnimatePresence: Ensure exiting nodes are correctly removed when rapidly switching children.

[12.33.0] 2026-02-05

Added

  • <motion />: New propagate.tap prop prevents tap gestures from propagating to parents.

[12.32.0] 2026-02-05

... (truncated)

Commits
  • 81005d3 v12.34.4
  • 6cf6b60 Updating changelog
  • e03a253 Merge pull request #3571 from motiondivision/worktree-fix-issue-3563
  • 21869e9 fix: fire onComplete when animate sequence finishes
  • d8b219f Merge pull request #3568 from motiondivision/dependabot/npm_and_yarn/minimatc...
  • 1c293c0 Merge pull request #3567 from motiondivision/dependabot/npm_and_yarn/rollup-4...
  • 337bf8b Merge pull request #3566 from motiondivision/dependabot/npm_and_yarn/devalue-...
  • 12677fd Remove automatic Claude Code review workflow
  • 9a232ec Updating Readmes
  • fef565a chore(deps): bump minimatch from 3.1.2 to 3.1.5
  • Additional commits viewable in compare view

Updates konva from 10.0.12 to 10.2.0

Release notes

Sourced from konva's releases.

10.2.0

Features

  • add rotateAnchorAngle to Transformer for customizable rotation anchor positioning (Anton Lavrevov)

Code Refactoring

  • simplify rectangle drawing code in Transformer class (Anton Lavrevov)

Commits

  • 05a93b7: update CHANGELOG with new version (Anton Lavrevov)
  • af16d92: build for 10.2.0 (Anton Lavrevov)
  • 067dd7b: update cdn link (Anton Lavrevov)

10.1.0

Features

Bug Fixes

  • correct requestAnimationFrame fallback timing from 60ms to 16ms #2007 (张俊祥)
  • revert to master latest #2013 (wenxingluo)
  • update canvas release logic to reduce memory usage by releasing buffer canvas immediately. close #2000 (Anton Lavrevov)

Performance Improvements

  • optimize proto listener perf, considering that the same node type shares the same listners #2013 (wenxingluo)

Chores

Commits

  • 1d41a22: Fix bounding box calculation for bezier lines. (Daniel Bruce) #2001
  • 6f23eea: added underline offset option and related test for Text Annotation (Husnain Taj) #2012
  • 84152d6: fix formating (Husnain Taj) #2012
  • 2e963ad: remove unnecessary console log statements from Text tests (Husnain Taj) #2012
  • c462815: fix inconsistent docs (Anton Lavrevov)
  • a4441c6: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
  • 64d62f3: add build (Anton Lavrevov)
  • 36081d8: Fixed cached render with buffer canvas is used. close #2002 (Anton Lavrevov)
  • 7fbf772: update CHANGELOG with new version (Anton Lavrevov)
  • 1d54586: build for 10.1.0 (Anton Lavrevov)
  • ccaa2f6: update cdn link (Anton Lavrevov)
Changelog

Sourced from konva's changelog.

10.2.0 (2026-01-15)

  • Added rotateAnchorAngle property to Transformer to control the position of the rotation anchor around the bounding box

10.1.0 (2026-01-14)

  • Added underline offset option and related test for Text Annotation
  • Fixed large memory usage on cache
  • Fix bounding box calculation for bezier lines
  • Fixed cached render with buffer canvas is used
Commits
  • 067dd7b update cdn link
  • af16d92 build for 10.2.0
  • 05a93b7 update CHANGELOG with new version
  • e673319 refactor: simplify rectangle drawing code in Transformer class
  • 50c0043 feat: add rotateAnchorAngle to Transformer for customizable rotation anchor p...
  • ccaa2f6 update cdn link
  • 1d54586 build for 10.1.0
  • 7fbf772 update CHANGELOG with new version
  • 36081d8 Fixed cached render with buffer canvas is used. close #2002
  • 64d62f3 add build
  • Additional commits viewable in compare view

Updates lucide-react from 0.562.0 to 0.576.0

Release notes

Sourced from lucide-react's releases.

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Version 0.575.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.573.0...0.575.0

Version 0.574.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.572.0...0.574.0

Version 0.573.0

What's Changed

... (truncated)

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 next from 16.0.4 to 16.1.6

Release notes

Sourced from next's releases.

v16.1.6

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (

…pdates

Bumps the dependencies group with 27 updates in the /app/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `2.10.9` | `3.33.0` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.8.0` | `0.9.0` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.17` | `4.2.1` |
| [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre) | `0.7.53` | `0.7.54` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.3.1` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.18.2` | `12.34.4` |
| [konva](https://github.com/konvajs/konva) | `10.0.12` | `10.2.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.576.0` |
| [next](https://github.com/vercel/next.js) | `16.0.4` | `16.1.6` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js) | `4.10.38` | `5.5.207` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.14` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.4` |
| [react-konva](https://github.com/konvajs/react-konva) | `19.2.1` | `19.2.3` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `2.1.9` | `4.7.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` |
| [winston](https://github.com/winstonjs/winston) | `3.18.3` | `3.19.0` |
| [winston-loki](https://github.com/JaniAnttonen/winston-loki) | `6.1.3` | `6.1.4` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.10` | `5.0.11` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.25` | `25.3.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.9` | `4.0.18` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `10.0.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.4` | `16.1.6` |
| [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) | `3.23.2` | `4.5.3` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.3.1` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.9` | `4.0.18` |



Updates `@chakra-ui/react` from 2.10.9 to 3.33.0
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.33.0/packages/react)

Updates `@supabase/ssr` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.8.0...v0.9.0)

Updates `@supabase/supabase-js` from 2.90.1 to 2.98.0
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.98.0/packages/core/supabase-js)

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 `@types/dagre` from 0.7.53 to 0.7.54
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre)

Updates `dotenv` from 17.2.3 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.3...v17.3.1)

Updates `framer-motion` from 11.18.2 to 12.34.4
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.18.2...v12.34.4)

Updates `konva` from 10.0.12 to 10.2.0
- [Release notes](https://github.com/konvajs/konva/releases)
- [Changelog](https://github.com/konvajs/konva/blob/master/CHANGELOG.md)
- [Commits](konvajs/konva@10.0.12...10.2.0)

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

Updates `next` from 16.0.4 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.4...v16.1.6)

Updates `pdfjs-dist` from 4.10.38 to 5.5.207
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v4.10.38...v5.5.207)

Updates `react` from 19.2.0 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.7 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.0 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-konva` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/konvajs/react-konva/releases)
- [Commits](https://github.com/konvajs/react-konva/commits)

Updates `react-resizable-panels` from 2.1.9 to 4.7.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@2.1.9...4.7.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` 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 `winston` from 3.18.3 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.18.3...v3.19.0)

Updates `winston-loki` from 6.1.3 to 6.1.4
- [Release notes](https://github.com/JaniAnttonen/winston-loki/releases)
- [Commits](JaniAnttonen/winston-loki@v6.1.3...v6.1.4)

Updates `zustand` from 5.0.10 to 5.0.11
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.10...v5.0.11)

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

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

Updates `@vitest/coverage-v8` from 2.1.9 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 `eslint` from 9.39.1 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v10.0.2)

Updates `eslint-config-next` from 16.0.4 to 16.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.1.6/packages/eslint-config-next)

Updates `fast-check` from 3.23.2 to 4.5.3
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v4.5.3/packages/fast-check)

Updates `lint-staged` from 16.2.7 to 16.3.1
- [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.3.1)

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

Updates `vitest` from 2.1.9 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: "@chakra-ui/react"
  dependency-version: 3.33.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@supabase/ssr"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.98.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/dagre"
  dependency-version: 0.7.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: framer-motion
  dependency-version: 12.34.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: konva
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 0.576.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pdfjs-dist
  dependency-version: 5.5.207
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-konva
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: winston-loki
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zustand
  dependency-version: 5.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: fast-check
  dependency-version: 4.5.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

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 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 10, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/frontend/dependencies-9aea509cc2 branch March 10, 2026 06:38
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