Skip to content

chore(app-builder): bump the app-builder-minor-patch group across 1 directory with 51 updates - #1072

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/app-builder/app-builder-minor-patch-6df9024a5a
Closed

chore(app-builder): bump the app-builder-minor-patch group across 1 directory with 51 updates#1072
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/app-builder/app-builder-minor-patch-6df9024a5a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Copy link
Copy Markdown
Contributor

Bumps the app-builder-minor-patch group with 51 updates in the /packages/app-builder directory:

Package From To
@ariakit/react 0.4.15 0.4.18
@dagrejs/dagre 1.1.4 1.1.5
@hookform/devtools 4.3.3 4.4.0
@lottiefiles/dotlottie-react 0.14.2 0.15.2
@mcansh/http-helmet 0.13.0 0.13.2
@preact/signals-react 3.0.1 3.3.0
@radix-ui/react-avatar 1.1.3 1.1.10
@radix-ui/react-checkbox 1.1.4 1.3.3
@radix-ui/react-collapsible 1.1.3 1.1.12
@radix-ui/react-dialog 1.1.6 1.1.15
@radix-ui/react-dropdown-menu 2.1.6 2.1.16
@radix-ui/react-hover-card 1.1.6 1.1.15
@radix-ui/react-label 2.1.2 2.1.7
@radix-ui/react-popover 1.1.6 1.1.15
@radix-ui/react-radio-group 1.2.3 1.3.8
@radix-ui/react-scroll-area 1.2.3 1.2.10
@radix-ui/react-select 2.1.6 2.2.6
@radix-ui/react-separator 1.1.2 1.1.7
@radix-ui/react-slot 1.2.0 1.2.3
@radix-ui/react-switch 1.1.3 1.2.6
@radix-ui/react-tooltip 1.1.8 1.2.8
@remix-run/node 2.16.5 2.17.0
@remix-run/react 2.16.5 2.17.0
@remix-run/serve 2.16.5 2.17.0
@remix-run/server-runtime 2.16.5 2.17.0
@tanstack/react-form 1.1.2 1.19.3
@tanstack/react-query 5.84.1 5.85.6
@tanstack/react-query-devtools 5.83.1 5.85.6
@tanstack/react-table 8.21.2 8.21.3
@tanstack/react-virtual 3.13.4 3.13.12
decode-formdata 0.8.0 0.9.0
i18next-browser-languagedetector 8.0.4 8.2.0
isbot 5.1.25 5.1.30
match-sorter 8.0.0 8.1.0
radash 12.1.0 12.1.1
react-day-picker 9.6.3 9.9.0
react-hook-form 7.54.2 7.62.0
react-hot-toast 2.5.2 2.6.0
react-i18next 15.4.1 15.7.3
remeda 2.21.2 2.30.0
temporal-polyfill 0.2.5 0.3.0
ts-pattern 5.6.2 5.8.0
zod 4.1.4 4.1.5
zustand 5.0.3 5.0.8
@remix-run/dev 2.16.8 2.17.0
@segment/analytics-next 1.79.0 1.81.1
@sentry/cli 2.42.5 2.53.0
@types/qs 6.9.18 6.14.0
jsdom 26.0.0 26.1.0
postcss 8.5.3 8.5.6
tsx 4.19.3 4.20.5

Updates @ariakit/react from 0.4.15 to 0.4.18

Release notes

Sourced from @​ariakit/react's releases.

@​ariakit/react-core@​0.4.18

Improved Combobox performance

Thanks to @​iamakulov, the Combobox component now opens ~30% faster by removing unnecessary calls to an internal function that adds global event listeners. See the pull request for more details.

Other updates

  • Improved PopoverArrow default appearance when using semi-transparent borders.

@​ariakit/react@​0.4.18

Improved Combobox performance

Thanks to @​iamakulov, the Combobox component now opens ~30% faster by removing unnecessary calls to an internal function that adds global event listeners. See the pull request for more details.

Other updates

  • Improved PopoverArrow default appearance when using semi-transparent borders.
  • Updated dependencies: @ariakit/react-core@0.4.18

@​ariakit/react-core@​0.4.17

@​ariakit/react@​0.4.17

  • Restored support for React 17 in PopoverArrow.
  • Updated dependencies: @ariakit/react-core@0.4.17

@​ariakit/react-core@​0.4.16

Improved PopoverArrow

The PopoverArrow component now attempts to infer its border width from the popover’s box-shadow style when all lengths are 0px and the spread radius exceeds 0px (e.g., box-shadow: 0 0 0 1px black), which is commonly known as a "ring". If the border width cannot be inferred, you can use the new borderWidth prop to define it. This ensures a consistent size regardless of the arrow's size, which wasn't achievable before when manually setting the CSS stroke-width property.

In addition, the arrow’s SVG path has been slightly modified to be more angled in the pointing direction. Note that you can always provide your own SVG using the children prop.

Scrolling behavior when closing dialogs and popovers

When hiding a dialog or popover, the finalFocus element will no longer scroll into view. This change prevents scrolling issues when the element lies outside the viewport and mirrors the behavior of native HTML dialog and popover elements.

Other updates

  • Fixed data-focus-visible attribute removal on lower-end devices.
  • Fixed Select not passing down the disabled prop to the native select element.
  • Fixed Dialog initial focus behavior in Safari for non-focusable elements.
  • Fixed valid state not updating on Form.
  • Fixed moveOnKeyPress being triggered with composition text commands.
  • Updated dependencies: @ariakit/core@0.4.15

@​ariakit/react@​0.4.16

Improved PopoverArrow

The PopoverArrow component now attempts to infer its border width from the popover’s box-shadow style when all lengths are 0px and the spread radius exceeds 0px (e.g., box-shadow: 0 0 0 1px black), which is commonly known as a "ring". If the border width cannot be inferred, you can use the new borderWidth prop to define it. This ensures a consistent size regardless of the arrow's size, which wasn't achievable before when manually setting the CSS stroke-width property.

... (truncated)

Changelog

Sourced from @​ariakit/react's changelog.

0.4.18

Improved Combobox performance

Thanks to @​iamakulov, the Combobox component now opens ~30% faster by removing unnecessary calls to an internal function that adds global event listeners. See the pull request for more details.

Other updates

  • Improved PopoverArrow default appearance when using semi-transparent borders.
  • Updated dependencies: @ariakit/react-core@0.4.18

0.4.17

  • Restored support for React 17 in PopoverArrow.
  • Updated dependencies: @ariakit/react-core@0.4.17

0.4.16

Improved PopoverArrow

The PopoverArrow component now attempts to infer its border width from the popover’s box-shadow style when all lengths are 0px and the spread radius exceeds 0px (e.g., box-shadow: 0 0 0 1px black), which is commonly known as a "ring". If the border width cannot be inferred, you can use the new borderWidth prop to define it. This ensures a consistent size regardless of the arrow's size, which wasn't achievable before when manually setting the CSS stroke-width property.

In addition, the arrow’s SVG path has been slightly modified to be more angled in the pointing direction. Note that you can always provide your own SVG using the children prop.

Scrolling behavior when closing dialogs and popovers

When hiding a dialog or popover, the finalFocus element will no longer scroll into view. This change prevents scrolling issues when the element lies outside the viewport and mirrors the behavior of native HTML dialog and popover elements.

Other updates

  • Fixed data-focus-visible attribute removal on lower-end devices.
  • Fixed Select not passing down the disabled prop to the native select element.
  • Fixed Dialog initial focus behavior in Safari for non-focusable elements.
  • Fixed valid state not updating on Form.
  • Fixed moveOnKeyPress being triggered with composition text commands.
  • Updated dependencies: @ariakit/react-core@0.4.16
Commits

Updates @dagrejs/dagre from 1.1.4 to 1.1.5

Commits
  • 1339f55 Building for release
  • 9459f01 Bumping the version
  • 9e77f2c Missing semicolon
  • 3ee2243 Merge pull request #271 from anyazz/manual-ranking
  • 8eba845 Merge branch 'master' into manual-ranking
  • ccbb66e Merge pull request #478 from metaturso/477/fix-unique-id-toString
  • 23295c7 Merge pull request #470 from lindsaytoffolo/master
  • 3c6952e Fixed undefined name generation in addDummyNode.
  • 7e44855 Fixed uniqueId producing [object undefined].
  • a0223d3 Fix typing of graphlib neighbor functions
  • Additional commits viewable in compare view

Updates @hookform/devtools from 4.3.3 to 4.4.0

Commits

Updates @lottiefiles/dotlottie-react from 0.14.2 to 0.15.2

Release notes

Sourced from @​lottiefiles/dotlottie-react's releases.

@​lottiefiles/dotlottie-react@​0.15.2

Patch Changes

  • Updated dependencies [7090211]
    • @​lottiefiles/dotlottie-web@​0.50.2

@​lottiefiles/dotlottie-react@​0.15.2-pre.0

Patch Changes

  • Updated dependencies [3aad9f5]
    • @​lottiefiles/dotlottie-web@​0.51.0-pre.0

@​lottiefiles/dotlottie-react@​0.15.1

Patch Changes

  • Updated dependencies [43ebcec]
    • @​lottiefiles/dotlottie-web@​0.50.1

@​lottiefiles/dotlottie-react@​0.14.4

Patch Changes

  • Updated dependencies [e3c09bb]
    • @​lottiefiles/dotlottie-web@​0.49.0

@​lottiefiles/dotlottie-react@​0.14.3

Patch Changes

  • Updated dependencies [950ad52]
    • @​lottiefiles/dotlottie-web@​0.48.0

@​lottiefiles/dotlottie-react@​0.14.3-pre.0

Patch Changes

  • Updated dependencies [f40ebdc]
    • @​lottiefiles/dotlottie-web@​0.48.0-pre.0
Changelog

Sourced from @​lottiefiles/dotlottie-react's changelog.

0.15.2

Patch Changes

  • Updated dependencies [7090211]
    • @​lottiefiles/dotlottie-web@​0.50.2

0.15.1

Patch Changes

  • Updated dependencies [43ebcec]
    • @​lottiefiles/dotlottie-web@​0.50.1

0.15.0

Minor Changes

  • a01796d: refactor: Replace manual event dispatching with WASM CallbackObserver integration

Patch Changes

  • 1744a2c: chore: add sideEffects: false flag to package.json to allow tree shaking
  • Updated dependencies [a01796d]
  • Updated dependencies [41dff2e]
  • Updated dependencies [5bd67a5]
  • Updated dependencies [a01796d]
  • Updated dependencies [a01796d]
  • Updated dependencies [1744a2c]
    • @​lottiefiles/dotlottie-web@​0.50.0

0.14.4

Patch Changes

  • Updated dependencies [e3c09bb]
    • @​lottiefiles/dotlottie-web@​0.49.0

0.14.3

Patch Changes

  • Updated dependencies [950ad52]
    • @​lottiefiles/dotlottie-web@​0.48.0

0.14.3-pre.0

Patch Changes

  • Updated dependencies [f40ebdc]

... (truncated)

Commits

Updates @mcansh/http-helmet from 0.13.0 to 0.13.2

Release notes

Sourced from @​mcansh/http-helmet's releases.

@​mcansh/http-helmet@​0.13.2

Patch Changes

  • db6e852: explicitly handle case-insensitive Set-Cookie keys. may have already been fine, but added happy-dom to add a test for NonceProvider/useNonce and it popped up
  • 16f4a4e: add createPermissionsPolicy to error message thrown when passing a non array input of permissions

@​mcansh/http-helmet@​0.13.1

Patch Changes

  • c79afa8: bump dependencies to latest versions
  • 3826f9d: add license to both packages during build
Changelog

Sourced from @​mcansh/http-helmet's changelog.

0.13.2

Patch Changes

  • db6e852: explicitly handle case-insensitive Set-Cookie keys. may have already been fine, but added happy-dom to add a test for NonceProvider/useNonce and it popped up
  • 16f4a4e: add createPermissionsPolicy to error message thrown when passing a non array input of permissions

0.13.1

Patch Changes

  • c79afa8: bump dependencies to latest versions
  • 3826f9d: add license to both packages during build
Commits
  • 3daea1f chore: Update version for release (#45)
  • db6e852 test: add test for NonceProvider and useNonce; handle case-insensitive Set-Co...
  • 16f4a4e test(http-helmet): improve coverage (#43)
  • 8faa27e ci: upload coverage to codecov (#40)
  • d790d99 test: shorthands are already tested
  • 2fc6867 chore: remove copying license as pnpm does that for you (#27)
  • de0b037 test(http-helmet): add tests for CSP shorthand constant mappings (#26)
  • 27d73fd chore: Update version for release (#19)
  • c79afa8 chore(deps): bump to latest (#23)
  • 3826f9d chore: typedoc (#18)
  • Additional commits viewable in compare view

Updates @preact/signals-react from 3.0.1 to 3.3.0

Release notes

Sourced from @​preact/signals-react's releases.

@​preact/signals-react@​3.2.1

Patch Changes

@​preact/signals-react@​3.2.0

Minor Changes

Patch Changes

@​preact/signals-react@​3.1.1

Patch Changes

@​preact/signals-react@​3.1.0

Minor Changes

Changelog

Sourced from @​preact/signals-react's changelog.

3.3.0

Minor Changes

Patch Changes

  • Updated dependencies [6cc7005]:
    • @​preact/signals-core@​1.12.0

3.2.1

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

Commits

Updates @radix-ui/react-avatar from 1.1.3 to 1.1.10

Commits

Updates @radix-ui/react-checkbox from 1.1.4 to 1.3.3

Commits

Updates @radix-ui/react-collapsible from 1.1.3 to 1.1.12

Commits

Updates @radix-ui/react-dialog from 1.1.6 to 1.1.15

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.6 to 2.1.16

Commits

Updates @radix-ui/react-hover-card from 1.1.6 to 1.1.15

Commits

Updates @radix-ui/react-label from 2.1.2 to 2.1.7

Commits

Updates @radix-ui/react-popover from 1.1.6 to 1.1.15

Commits

Updates @radix-ui/react-radio-group from 1.2.3 to 1.3.8

Commits

Updates @radix-ui/react-scroll-area from 1.2.3 to 1.2.10

Commits

Updates @radix-ui/react-select from 2.1.6 to 2.2.6

Commits

Updates @radix-ui/react-separator from 1.1.2 to 1.1.7

Commits

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

Commits

Updates @radix-ui/react-switch from 1.1.3 to 1.2.6

Commits

Updates @radix-ui/react-tooltip from 1.1.8 to 1.2.8

Commits

Updates @remix-run/node from 2.16.5 to 2.17.0

Release notes

Sourced from @​remix-run/node's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

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

v2.16.7

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

v2.16.6

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

Changelog

Sourced from @​remix-run/node's changelog.

2.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.17.0

2.16.8

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.8

2.16.7

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.7

2.16.6

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.6
Commits

Updates @remix-run/react from 2.16.5 to 2.17.0

Release notes

Sourced from @​remix-run/react's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

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

v2.16.7

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

v2.16.6

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

Changelog

Sourced from @​remix-run/react's changelog.

2.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.17.0

2.16.8

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.8

2.16.7

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.16.7

2.16.6

Patch Changes

  • Fix window is not defined error in Single Fetch when server-rendering <PrefetchPageLinks> (#10601)
  • upgrate turbo-stream to 2.4.1 (#9973)
  • Updated dependencies:
    • @remix-run/server-runtime@2.16.6
Commits

Updates @remix-run/serve from 2.16.5 to 2.17.0

Release notes

Sourced from @​remix-run/serve's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

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

v2.16.7

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

v2.16.6

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

Changelog

Sourced from @​remix-run/serve's changelog.

2.17.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.17.0
    • @remix-run/node@2.17.0

2.16.8

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.16.8
    • @remix-run/node@2.16.8

2.16.7

Patch Changes

  • Updated dependencies:
    • @remix-run/express@2.16.7
    • @remix-run/node@2.16.7

2.16.6

Patch Changes

  • Remove redundant '@​remix-run/node/install' import from remix-serve because it manually calls installGlobals separately (#10306)
  • Updated dependencies:
    • @remix-run/node@2.16.6
    • @remix-run/express@2.16.6
Commits

Updates @remix-run/server-runtime from 2.16.5 to 2.17.0

Release notes

Sourced from @​remix-run/server-runtime's releases.

v2.17.0

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2170

v2.16.8

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

v2.16.7

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

v2.16.6

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

Changelog

Sourced from @​remix-run/server-runtime's changelog.

2.17.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.17.0.

2.16.8

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.8.

2.16.7

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.16.7.

2.16.6

Patch Changes

  • upgrade turbo-stream to 2.4.1 (#9973)
Commits

Updates @tanstack/react-form from 1.1.2 to 1.19.3

Release notes

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

v1.19.3

Version 1.19.3 - 8/28/25, 2:52 PM

Changes

Fix

  • Upgrade devalue to fix security vulnerability (#1716) (24e30ab) by Corbin Crutchley

Chore

  • deps: update all non-major dependencies (#1714) (84c64f7) by renovate[bot]
  • deps: update all non-major dependencies (#1702) (355d9b4) by renovate[bot]

Ci

  • apply automated fixes and generate docs (b0e5206) by autofix-ci[bot]
  • apply automated fixes and generate docs (d3a1b59) by autofix-ci[bot]

Packages

  • @​tanstack/angular-form@​1.19.3
  • @​tanstack/form-core@​1.19.3
  • @​tanstack/react-form@​1.19.3
  • @​tanstack/solid-form@​1.19.3
  • @​tanstack/svelte-form@​1.19.3
  • @​tanstack/vue-form@​1.19.3
  • @​tanstack/lit-form@​1.19.3

v1.19.2

Version 1.19.2 - 8/14/25, 7:16 AM

Changes

Fix

  • core: fix formOptions type inferance (#1687) (b8476c1) by Harry Whorlow

Chore

  • deps: update all non-major dependencies (#1685) (2dd4b97) by renovate[bot]

Ci

  • apply automated fixes and generate docs (424c3c7) by autofix-ci[bot]
  • apply automated fixes and generate docs (9e092e2) by autofix-ci[bot]

Docs

  • react-form: Fix typo in form composition flowchart (#1688) (090d2ef) by Jaime R.

... (truncated)

Commits

Updates @tanstack/react-query from 5.84.1 to 5.85.6

Release notes

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

v5.85.6

Version 5.85.6 - 8/30/25, 12:21 PM

Changes

Fix

  • core: make sure queries revert synchronously (#9601) (379670d) by Dominik Dorfmeister

Chore

  • deps: update marocchino/sticky-pull-request-comment digest to 9c40848 (#9473) (7c464e3) by renovate[bot]

Test

  • react-que...

    Description has been truncated

…irectory with 51 updates

Bumps the app-builder-minor-patch group with 51 updates in the /packages/app-builder directory:

| Package | From | To |
| --- | --- | --- |
| [@ariakit/react](https://github.com/ariakit/ariakit/tree/HEAD/packages/ariakit-react) | `0.4.15` | `0.4.18` |
| [@dagrejs/dagre](https://github.com/dagrejs/dagre) | `1.1.4` | `1.1.5` |
| [@hookform/devtools](https://github.com/react-hook-form/devtools) | `4.3.3` | `4.4.0` |
| [@lottiefiles/dotlottie-react](https://github.com/LottieFiles/dotlottie-web/tree/HEAD/packages/react) | `0.14.2` | `0.15.2` |
| [@mcansh/http-helmet](https://github.com/mcansh/packages/tree/HEAD/packages/http-helmet) | `0.13.0` | `0.13.2` |
| [@preact/signals-react](https://github.com/preactjs/signals/tree/HEAD/packages/react) | `3.0.1` | `3.3.0` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.10` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.1.4` | `1.3.3` |
| [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.12` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.6` | `2.1.16` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.2` | `2.1.7` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.15` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.2.3` | `1.3.8` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.10` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.6` | `2.2.6` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.7` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.2.0` | `1.2.3` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.1.3` | `1.2.6` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.8` | `1.2.8` |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.16.5` | `2.17.0` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.16.5` | `2.17.0` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.16.5` | `2.17.0` |
| [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime) | `2.16.5` | `2.17.0` |
| [@tanstack/react-form](https://github.com/TanStack/form/tree/HEAD/packages/react-form) | `1.1.2` | `1.19.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.84.1` | `5.85.6` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.83.1` | `5.85.6` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.21.2` | `8.21.3` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.4` | `3.13.12` |
| [decode-formdata](https://github.com/fabian-hiller/decode-formdata) | `0.8.0` | `0.9.0` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.0.4` | `8.2.0` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.25` | `5.1.30` |
| [match-sorter](https://github.com/kentcdodds/match-sorter) | `8.0.0` | `8.1.0` |
| [radash](https://github.com/rayepps/radash) | `12.1.0` | `12.1.1` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.6.3` | `9.9.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.62.0` |
| [react-hot-toast](https://github.com/timolins/react-hot-toast) | `2.5.2` | `2.6.0` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.4.1` | `15.7.3` |
| [remeda](https://github.com/remeda/remeda) | `2.21.2` | `2.30.0` |
| [temporal-polyfill](https://github.com/fullcalendar/temporal-polyfill) | `0.2.5` | `0.3.0` |
| [ts-pattern](https://github.com/gvergnaud/ts-pattern) | `5.6.2` | `5.8.0` |
| [zod](https://github.com/colinhacks/zod) | `4.1.4` | `4.1.5` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.3` | `5.0.8` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.16.8` | `2.17.0` |
| [@segment/analytics-next](https://github.com/segmentio/analytics-next/tree/HEAD/packages/browser) | `1.79.0` | `1.81.1` |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.42.5` | `2.53.0` |
| [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) | `6.9.18` | `6.14.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `26.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.3` | `4.20.5` |



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

Updates `@dagrejs/dagre` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/dagrejs/dagre/releases)
- [Commits](dagrejs/dagre@v1.1.4...v1.1.5)

Updates `@hookform/devtools` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/react-hook-form/devtools/releases)
- [Changelog](https://github.com/react-hook-form/devtools/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/devtools@v4.3.3...v4.4.0)

Updates `@lottiefiles/dotlottie-react` from 0.14.2 to 0.15.2
- [Release notes](https://github.com/LottieFiles/dotlottie-web/releases)
- [Changelog](https://github.com/LottieFiles/dotlottie-web/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/LottieFiles/dotlottie-web/commits/@lottiefiles/dotlottie-react@0.15.2/packages/react)

Updates `@mcansh/http-helmet` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/mcansh/packages/releases)
- [Changelog](https://github.com/mcansh/packages/blob/dev/packages/http-helmet/CHANGELOG.md)
- [Commits](https://github.com/mcansh/packages/commits/@mcansh/http-helmet@0.13.2/packages/http-helmet)

Updates `@preact/signals-react` from 3.0.1 to 3.3.0
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/HEAD/packages/react)

Updates `@radix-ui/react-avatar` from 1.1.3 to 1.1.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-checkbox` from 1.1.4 to 1.3.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-collapsible` from 1.1.3 to 1.1.12
- [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.6 to 1.1.15
- [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.6 to 2.1.16
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-hover-card` from 1.1.6 to 1.1.15
- [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.2 to 2.1.7
- [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.6 to 1.1.15
- [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.2.3 to 1.3.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-scroll-area` from 1.2.3 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-select` from 2.1.6 to 2.2.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-separator` from 1.1.2 to 1.1.7
- [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.3
- [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.1.3 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 `@radix-ui/react-tooltip` from 1.1.8 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 `@remix-run/node` from 2.16.5 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/node@2.17.0/packages/remix-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@2.17.0/packages/remix-node)

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

Updates `@remix-run/serve` from 2.16.5 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/serve@2.17.0/packages/remix-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/serve@2.17.0/packages/remix-serve)

Updates `@remix-run/server-runtime` from 2.16.5 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/server-runtime@2.17.0/packages/remix-server-runtime/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/server-runtime@2.17.0/packages/remix-server-runtime)

Updates `@tanstack/react-form` from 1.1.2 to 1.19.3
- [Release notes](https://github.com/TanStack/form/releases)
- [Commits](https://github.com/TanStack/form/commits/v1.19.3/packages/react-form)

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

Updates `@tanstack/react-query-devtools` from 5.83.1 to 5.85.6
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.85.6/packages/react-query-devtools)

Updates `@tanstack/react-table` from 8.21.2 to 8.21.3
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.21.3/packages/react-table)

Updates `@tanstack/react-virtual` from 3.13.4 to 3.13.12
- [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.12/packages/react-virtual)

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

Updates `i18next-browser-languagedetector` from 8.0.4 to 8.2.0
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.0.4...v8.2.0)

Updates `isbot` from 5.1.25 to 5.1.30
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.25...v5.1.30)

Updates `match-sorter` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/kentcdodds/match-sorter/releases)
- [Commits](kentcdodds/match-sorter@v8.0.0...v8.1.0)

Updates `radash` from 12.1.0 to 12.1.1
- [Release notes](https://github.com/rayepps/radash/releases)
- [Commits](sodiray/radash@v12.1.0...v12.1.1)

Updates `react-day-picker` from 9.6.3 to 9.9.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.3...v9.9.0)

Updates `react-hook-form` from 7.54.2 to 7.62.0
- [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.54.2...v7.62.0)

Updates `react-hot-toast` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](timolins/react-hot-toast@v2.5.2...v2.6.0)

Updates `react-i18next` from 15.4.1 to 15.7.3
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.4.1...v15.7.3)

Updates `remeda` from 2.21.2 to 2.30.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](remeda/remeda@v2.21.2...v2.30.0)

Updates `temporal-polyfill` from 0.2.5 to 0.3.0
- [Release notes](https://github.com/fullcalendar/temporal-polyfill/releases)
- [Changelog](https://github.com/fullcalendar/temporal-polyfill/blob/main/CHANGELOG.md)
- [Commits](fullcalendar/temporal-polyfill@v0.2.5...v0.3.0)

Updates `ts-pattern` from 5.6.2 to 5.8.0
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v5.6.2...v5.8.0)

Updates `zod` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.4...v4.1.5)

Updates `zustand` from 5.0.3 to 5.0.8
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.3...v5.0.8)

Updates `@remix-run/dev` from 2.16.8 to 2.17.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/dev@2.17.0/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.17.0/packages/remix-dev)

Updates `@segment/analytics-next` from 1.79.0 to 1.81.1
- [Release notes](https://github.com/segmentio/analytics-next/releases)
- [Changelog](https://github.com/segmentio/analytics-next/blob/master/packages/browser/CHANGELOG.md)
- [Commits](https://github.com/segmentio/analytics-next/commits/@segment/analytics-next@1.81.1/packages/browser)

Updates `@sentry/cli` from 2.42.5 to 2.53.0
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.42.5...2.53.0)

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

Updates `jsdom` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...26.1.0)

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

Updates `tsx` from 4.19.3 to 4.20.5
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.3...v4.20.5)

---
updated-dependencies:
- dependency-name: "@ariakit/react"
  dependency-version: 0.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@dagrejs/dagre"
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@hookform/devtools"
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@lottiefiles/dotlottie-react"
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@mcansh/http-helmet"
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@preact/signals-react"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-checkbox"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-collapsible"
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-hover-card"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-label"
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-radio-group"
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-select"
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-switch"
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@radix-ui/react-tooltip"
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@remix-run/node"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@remix-run/react"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@remix-run/serve"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@remix-run/server-runtime"
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@tanstack/react-form"
  dependency-version: 1.19.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.85.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.85.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@tanstack/react-table"
  dependency-version: 8.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: decode-formdata
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: i18next-browser-languagedetector
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: isbot
  dependency-version: 5.1.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: match-sorter
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: radash
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: react-day-picker
  dependency-version: 9.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: react-hot-toast
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: react-i18next
  dependency-version: 15.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: remeda
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: temporal-polyfill
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: ts-pattern
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: zod
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: zustand
  dependency-version: 5.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: "@remix-run/dev"
  dependency-version: 2.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@segment/analytics-next"
  dependency-version: 1.81.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@sentry/cli"
  dependency-version: 2.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: "@types/qs"
  dependency-version: 6.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-builder-minor-patch
- dependency-name: tsx
  dependency-version: 4.20.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-builder-minor-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 Sep 2, 2025
@siiick

siiick commented Sep 16, 2025

Copy link
Copy Markdown
Contributor

Closing this PR due to a new Dependabot strategy.

@siiick siiick closed this Sep 16, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2025

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/packages/app-builder/app-builder-minor-patch-6df9024a5a branch September 16, 2025 15:22
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.

1 participant