Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the npm-production group with 28 updates in the /frontend directory:

Package From To
@auth/core 0.39.0 0.39.1
@bufbuild/protobuf 2.2.5 2.4.0
@radix-ui/react-accordion 1.2.8 1.2.10
@radix-ui/react-alert-dialog 1.1.11 1.1.13
@radix-ui/react-avatar 1.1.7 1.1.9
@radix-ui/react-dropdown-menu 2.1.12 2.1.14
@radix-ui/react-label 2.1.4 2.1.6
@radix-ui/react-popover 1.1.11 1.1.13
@radix-ui/react-radio-group 1.3.4 1.3.6
@radix-ui/react-scroll-area 1.2.6 1.2.8
@radix-ui/react-select 2.2.2 2.2.4
@radix-ui/react-separator 1.1.4 1.1.6
@radix-ui/react-slot 1.2.0 1.2.2
@radix-ui/react-switch 1.2.2 1.2.4
@radix-ui/react-tabs 1.1.9 1.1.11
@radix-ui/react-toggle 1.1.6 1.1.8
@radix-ui/react-toggle-group 1.1.7 1.1.9
@radix-ui/react-tooltip 1.2.4 1.2.6
@tanstack/react-query 5.75.2 5.76.1
@tanstack/react-virtual 3.13.7 3.13.8
next 15.3.1 15.3.2
papaparse 5.5.2 5.5.3
@types/papaparse 5.3.15 5.3.16
posthog-js 1.239.1 1.245.0
react-day-picker 9.6.7 9.7.0
react-hook-form 7.56.2 7.56.4
tailwind-merge 3.2.0 3.3.0
yaml 2.7.1 2.8.0

Updates @auth/core from 0.39.0 to 0.39.1

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.39.1

Bugfixes

  • core: AuthError.type should not be internal (#12946) (4155eee8)

Other

  • fix typo in Asgardeo provider (#12943)
Commits
  • 2cbbbeb chore(release): bump package version(s) [skip ci]
  • baa15f4 docs: filename in google getting started doc (#12938)
  • faee6af docs: correct typo in signin.mdx (#12939)
  • 9f09e30 fix(qwik): don't build server deps on client (#12723)
  • 4155eee fix(core): AuthError.type should not be internal (#12946)
  • 30797e3 docs: fix typo in Asgardeo provider (#12943)
  • c7409f3 fix(adapter-prisma): import PrismaClientKnownRequestError for edge runtime ...
  • 6a0fa0c chore: update sveltekit example lock file
  • 5664a65 chore: update sveltekit example lock file
  • 262db25 docs: improve documentation in Credentials provider (#12873)
  • Additional commits viewable in compare view

Updates @bufbuild/protobuf from 2.2.5 to 2.4.0

Release notes

Sourced from @​bufbuild/protobuf's releases.

v2.4.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.3.0...v2.3.1

v2.3.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.2.5...v2.3.0

Commits

Updates @radix-ui/react-accordion from 1.2.8 to 1.2.10

Commits

Updates @radix-ui/react-alert-dialog from 1.1.11 to 1.1.13

Commits

Updates @radix-ui/react-avatar from 1.1.7 to 1.1.9

Commits

Updates @radix-ui/react-dialog from 1.1.11 to 1.1.13

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.12 to 2.1.14

Commits

Updates @radix-ui/react-label from 2.1.4 to 2.1.6

Commits

Updates @radix-ui/react-popover from 1.1.11 to 1.1.13

Commits

Updates @radix-ui/react-radio-group from 1.3.4 to 1.3.6

Commits

Updates @radix-ui/react-scroll-area from 1.2.6 to 1.2.8

Commits

Updates @radix-ui/react-select from 2.2.2 to 2.2.4

Commits

Updates @radix-ui/react-separator from 1.1.4 to 1.1.6

Commits

Updates @radix-ui/react-slot from 1.2.0 to 1.2.2

Commits

Updates @radix-ui/react-switch from 1.2.2 to 1.2.4

Commits

Updates @radix-ui/react-tabs from 1.1.9 to 1.1.11

Commits

Updates @radix-ui/react-toggle from 1.1.6 to 1.1.8

Commits

Updates @radix-ui/react-toggle-group from 1.1.7 to 1.1.9

Commits

Updates @radix-ui/react-tooltip from 1.2.4 to 1.2.6

Commits

Updates @tanstack/react-query from 5.75.2 to 5.76.1

Release notes

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

v5.76.1

Version 5.76.1 - 5/13/25, 10:04 PM

Changes

Fix

  • experimental_createQueryPersister: return more utilities, rename persister (#8062) (65ef198) by Damian Osipiuk

Packages

  • @​tanstack/query-persist-client-core@​5.76.1
  • @​tanstack/react-query@​5.76.1
  • @​tanstack/query-async-storage-persister@​5.76.1
  • @​tanstack/query-sync-storage-persister@​5.76.1
  • @​tanstack/react-query-devtools@​5.76.1
  • @​tanstack/react-query-persist-client@​5.76.1
  • @​tanstack/react-query-next-experimental@​5.76.1
  • @​tanstack/solid-query-persist-client@​5.76.1
  • @​tanstack/svelte-query-persist-client@​5.76.1

v5.76.0

Version 5.76.0 - 5/12/25, 9:07 AM

Changes

Feat

  • devtools: 🏝️ TanStack Query DevTools for Expo/React Native! 🚀 (#8846) (696fd44) by Austin Johnson

Test

  • query-core: add test case for InfiniteQueryObserver (#9141) (c89c6a0) by MINSEONG KIM
  • react-query: initiate queryClient in beforeEach (#9142) (6a52926) by Lachlan Collins

Packages

  • @​tanstack/query-core@​5.76.0
  • @​tanstack/query-devtools@​5.76.0
  • @​tanstack/react-query@​5.76.0
  • @​tanstack/query-broadcast-client-experimental@​5.76.0
  • @​tanstack/query-persist-client-core@​5.76.0
  • @​tanstack/query-sync-storage-persister@​5.76.0
  • @​tanstack/react-query-devtools@​5.76.0
  • @​tanstack/react-query-persist-client@​5.76.0
  • @​tanstack/react-query-next-experimental@​5.76.0
  • @​tanstack/solid-query@​5.76.0
  • @​tanstack/solid-query-devtools@​5.76.0
  • @​tanstack/solid-query-persist-client@​5.76.0
  • @​tanstack/svelte-query@​5.76.0

... (truncated)

Commits
  • 5c9bd11 release: v5.76.1
  • 65ef198 fix(experimental_createQueryPersister): return more utilities, rename persist...
  • 08cb4b6 release: v5.76.0
  • 6a52926 test(react-query): initiate queryClient in beforeEach (#9142)
  • b1e0c9f release: v5.75.7
  • 07cbfe1 refactor(react-query): exchange react-query noop to query-core noop (#9122)
  • 3da0c7e release: v5.75.6
  • 295a5d5 refactor: integration should throw error (#9130)
  • 66ea5f2 chore: add typescript-eslint/require-await rule (#9116)
  • 2a62ea1 test(react-query): improve branch coverage for useSuspenseQuery skipToken err...
  • Additional commits viewable in compare view

Updates @tanstack/react-virtual from 3.13.7 to 3.13.8

Release notes

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

@​tanstack/react-virtual@​3.13.8

Patch Changes

  • Updated dependencies [60719f6]:
    • @​tanstack/virtual-core@​3.13.8
Changelog

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

3.13.8

Patch Changes

  • Updated dependencies [60719f6]:
    • @​tanstack/virtual-core@​3.13.8
Commits

Updates next from 15.3.1 to 15.3.2

Release notes

Sourced from next's releases.

v15.3.2

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

Core Changes

  • backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (#78488) (#78883)
  • @​next/mdx: Use stable turbopack config options (#78880)
  • Fix react-compiler: Fix detection of interest (#78879)
  • Fix turbopack: Backport sourcemap bugfix (#78881)
  • [next-server] preserve rsc query for rsc redirects (#78876)
  • Update middleware public/static matching (#78875)

Credits

Huge thanks to @​ijjk, @​huozhi, @​kdy1, @​wbinnssmith, and @​bgw for helping!

Commits

Updates papaparse from 5.5.2 to 5.5.3

Commits

Updates @types/papaparse from 5.3.15 to 5.3.16

Commits

Updates posthog-js from 1.239.1 to 1.245.0

Release notes

Sourced from posthog-js's releases.

1.245.0 - 2025-05-19

  • feat: add new options for survey positions (#1965)

1.244.0 - 2025-05-19

1.243.1 - 2025-05-19

1.242.3 - 2025-05-19

  • fix: add new relic to payload host denylist (#1952)
  • chore: remove unused function from survey extensions (#1960)

1.242.2 - 2025-05-15

  • fix: center positioning for surveys (#1959)
  • chore: escape quotation marks on elements string handling (#1943)

1.242.1 - 2025-05-14

  • fix: retrieve survey shadow should include posthog ref (#1955)

1.242.0 - 2025-05-13

  • feat: use css files for survey styles (#1950)

1.241.1 - 2025-05-13

  • fix: Remove initial person info from event payload (#1953)

1.241.0 - 2025-05-13

  • feat: Add calculateEventProperties to public API (#1951)

1.240.6 - 2025-05-09

  • feat: use css files for survey widget styles (#1948)

1.240.5 - 2025-05-08

  • fix: padding on cancel button (#1946)
  • chore: make rollup able to bundle CSS files (#1945)

1.240.4 - 2025-05-07

  • chore: include response within the survey_quesiton property (#1942)

1.240.3 - 2025-05-07

  • fix: false flag should not trigger linked flags (#1944)

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.245.0 - 2025-05-19

  • feat: add new options for survey positions (#1965)

1.244.0 - 2025-05-19

1.243.1 - 2025-05-19

1.243.0 - 2025-05-19

  • feat: suppression matching (#1937)

1.242.3 - 2025-05-19

  • fix: add new relic to payload host denylist (#1952)
  • chore: remove unused function from survey extensions (#1960)

1.242.2 - 2025-05-15

  • fix: center positioning for surveys (#1959)
  • chore: escape quotation marks on elements string handling (#1943)

1.242.1 - 2025-05-14

  • fix: retrieve survey shadow should include posthog ref (#1955)

1.242.0 - 2025-05-13

  • feat: use css files for survey styles (#1950)

1.241.1 - 2025-05-13

  • fix: Remove initial person info from event payload (#1953)

1.241.0 - 2025-05-13

  • feat: Add calculateEventProperties to public API (#1951)

1.240.6 - 2025-05-09

  • feat: use css files for survey widget styles (#1948)

1.240.5 - 2025-05-08

  • fix: padding on cancel button (#1946)
  • chore: make rollup able to bundle CSS files (#1945)

... (truncated)

Commits
  • f6fa076 chore: Bump version to 1.245.0
  • 9fd4cfd feat: add new options for survey positions (#1965)
  • 6c5338c chore: Bump version to 1.244.0
  • 46f52d3 feat: allow answer question when clicking on the choice (#1958)
  • 7026b5a feat: sample violations for easier testing (#1966)
  • c45f4aa chore: Bump version to 1.243.1
  • 43cbe99 fix: survey should reappear after url is matching again (#1962)
  • 5920f8f chore: Bump version to 1.243.0
  • 20bed1d feat: suppression matching (#1937)
  • 6730998 chore: Bump version to 1.242.3
  • Additional commits viewable in compare view

Updates react-day-picker from 9.6.7 to 9.7.0

Release notes

Sourced from react-day-picker's releases.

v9.7.0

DayPicker 9.7 introduces a new navLayout prop to customize the layout of the navigation and includes improvements for time zones and localization.

Navigation Layouts

The navLayout prop allows you to change the layout of the navigation buttons in the calendar:

  • With navLayout="around", navigation buttons are displayed on either side of the caption.
  • With navLayout="after", navigation buttons are displayed after the caption. This layout ensures that the focus order respects the visual order, conforming to the WCAG 2.2 guidelines for accessibility.

For more details, see the Navigation Layouts section in the documentation.

<DayPicker navLayout="around" />
<DayPicker navLayout="after" />

What's Changed

Full Changelog: gpbl/react-day-picker@v9.6.7...v9.7.0

Commits

Updates react-hook-form from 7.56.2 to 7.56.4

Release notes

Sourced from react-hook-form's releases.

Version 7.56.4

🐞 fix: Changes setValue to skip values that are not in ownProperties to prevent infinite call stack (#12731) 🐞 fix: checkbox duplication handling in useFieldArray (#12793) 🐞 fix: make mode and reValidateMode reactive (#12803)

Version 7.56.3

Revert "📭 close #12773 pass input ref instead partial (#12775)"

Commits

Updates tailwind-merge from 3.2.0 to 3.3.0

Release notes

Sourced from tailwind-merge's releases.

v3.3.0

New Features

Full Changelog: dcastil/tailwind-merge@v3.2.0...v3.3.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and @​block for sponsoring tailwind-merge! ❤️

Commits
  • ceb3b4a v3.3.0
  • 876ada9 add changelog for v3.3.0
  • ac1d918 Merge pull request #575 from dcastil/feature/add-support-for-tailwind-css-v4.1.5
  • e545f96 add *-lh utilities
  • 596d9a6 add test case for *-lh utilities
  • 8c2f180 Merge pull request #572 from dcastil/renovate/major-octokit-monorepo
  • b4d2ed6 Merge pull request #570 from dcastil/dependabot/npm_and_yarn/vite-6.3.4
  • d6ba428 Bump vite from 6.2.6 to 6.3.4
  • 421f4f2 Merge pull request #571 from dcastil/renovate/all-minor-patch
  • efb48ab Update dependency @​octokit/types to v14
  • Additional commits viewable in compare view

Updates yaml from 2.7.1 to 2.8.0

Release notes

Sourced from yaml's releases.

v2.8.0

  • Add node cache for faster alias resolution (#612)
  • Re-introduce compatibility with Node.js 14.6 (#614)
  • Add --merge option to CLI tool (#611)
  • Improve error for tag resolution error on null value (#616)
  • Allow empty string as plain scalar representation, for failsafe schema (#616)
  • docs: include cli example (#617)
Commits
  • c000eb7 2.8.0
  • 1e85fc8 style: Apply updated lint rules
  • 02f7d5f chore: Refresh lockfile
  • 389ca7c docs: include cli example (#617)
  • 0f29ce6 feat: Add --merge option to CLI tool (#611)
  • e00cab9 fix: Improve error for tag resolution error on null value (#616)
  • 2a841cc fix: Allow empty string as plain scalar representation, for failsafe schema (...
  • 55c5ef4 feat: Add node cache for faster alias resolution (#612)
  • ab17552 Merge pull request #614 from eemeli/engines-compat
  • b27c124 ci: Re-introduce tests for Node.js 14.6 and later
  • Additional commits viewable in compare view

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 npm-production group with 28 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@auth/core](https://github.com/nextauthjs/next-auth) | `0.39.0` | `0.39.1` |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.2.5` | `2.4.0` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.8` | `1.2.10` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.13` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.9` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.12` | `2.1.14` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.4` | `2.1.6` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.13` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.3.4` | `1.3.6` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.6` | `1.2.8` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.2.2` | `2.2.4` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.6` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.2.0` | `1.2.2` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.4` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.9` | `1.1.11` |
| [@radix-ui/react-toggle](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.8` |
| [@radix-ui/react-toggle-group](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.9` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.2.4` | `1.2.6` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.75.2` | `5.76.1` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.7` | `3.13.8` |
| [next](https://github.com/vercel/next.js) | `15.3.1` | `15.3.2` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.5.2` | `5.5.3` |
| [@types/papaparse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/papaparse) | `5.3.15` | `5.3.16` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.239.1` | `1.245.0` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.6.7` | `9.7.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.2` | `7.56.4` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.2.0` | `3.3.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.7.1` | `2.8.0` |



Updates `@auth/core` from 0.39.0 to 0.39.1
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/[email protected]...@auth/[email protected])

Updates `@bufbuild/protobuf` from 2.2.5 to 2.4.0
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.4.0/packages/protobuf)

Updates `@radix-ui/react-accordion` from 1.2.8 to 1.2.10
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-alert-dialog` from 1.1.11 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-avatar` from 1.1.7 to 1.1.9
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dialog` from 1.1.11 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.1.12 to 2.1.14
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-label` from 2.1.4 to 2.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.1.11 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-radio-group` from 1.3.4 to 1.3.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-scroll-area` from 1.2.6 to 1.2.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.2.2 to 2.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-separator` from 1.1.4 to 1.1.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slot` from 1.2.0 to 1.2.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-switch` from 1.2.2 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tabs` from 1.1.9 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-toggle` from 1.1.6 to 1.1.8
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-toggle-group` from 1.1.7 to 1.1.9
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.2.4 to 1.2.6
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@tanstack/react-query` from 5.75.2 to 5.76.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.76.1/packages/react-query)

Updates `@tanstack/react-virtual` from 3.13.7 to 3.13.8
- [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/[email protected]/packages/react-virtual)

Updates `next` from 15.3.1 to 15.3.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.3.1...v15.3.2)

Updates `papaparse` from 5.5.2 to 5.5.3
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Commits](https://github.com/mholt/PapaParse/commits)

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

Updates `posthog-js` from 1.239.1 to 1.245.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-js@v1.239.1...v1.245.0)

Updates `react-day-picker` from 9.6.7 to 9.7.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.6.7...v9.7.0)

Updates `react-hook-form` from 7.56.2 to 7.56.4
- [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.56.2...v7.56.4)

Updates `tailwind-merge` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.2.0...v3.3.0)

Updates `yaml` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.7.1...v2.8.0)

---
updated-dependencies:
- dependency-name: "@auth/core"
  dependency-version: 0.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@bufbuild/protobuf"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-accordion"
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-radio-group"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-switch"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-toggle"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-toggle-group"
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.76.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: next
  dependency-version: 15.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: papaparse
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@types/papaparse"
  dependency-version: 5.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: posthog-js
  dependency-version: 1.245.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: react-day-picker
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: react-hook-form
  dependency-version: 7.56.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: tailwind-merge
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: yaml
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from nickzelei May 19, 2025 17:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 19, 2025
@vercel
Copy link

vercel bot commented May 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Visit Preview May 19, 2025 5:51pm

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

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

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/npm-production-e1c1e41e10 branch May 26, 2025 17:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants