Skip to content

build(deps): bump the prod-npm-major-dependencies group across 2 directories with 6 updates#768

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-npm-major-dependencies-80c490a125
Closed

build(deps): bump the prod-npm-major-dependencies group across 2 directories with 6 updates#768
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-npm-major-dependencies-80c490a125

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps the prod-npm-major-dependencies group with 6 updates in the / directory:

Package From To
@remoteoss/json-schema-form 0.12.1-beta.0 1.2.11
apache-arrow 17.0.0 21.1.0
debounce 2.2.0 3.0.0
lucide-react 0.577.0 1.11.0
react-intersection-observer 9.16.0 10.0.3
react-resizable-panels 3.0.6 4.10.0

Bumps the prod-npm-major-dependencies group with 6 updates in the /web-app directory:

Package From To
@remoteoss/json-schema-form 0.12.1-beta.0 1.2.11
apache-arrow 17.0.0 21.1.0
debounce 2.2.0 3.0.0
lucide-react 0.577.0 1.11.0
react-intersection-observer 9.16.0 10.0.3
react-resizable-panels 3.0.6 4.10.0

Updates @remoteoss/json-schema-form from 0.12.1-beta.0 to 1.2.11

Release notes

Sourced from @​remoteoss/json-schema-form's releases.

1.2.10

Bug Fixes
  • modify: Stop modified array item fields being added to schema when missing in original schema (#250) (85e694da)

1.2.9

New Features
  • Support for nested fieldsets conditionals & their defaults; support json-logic allOf conditionals (#248) (a4e2b463)

1.2.8

Bug Fixes
  • group-array: support default values (#245) (d3044693)
  • file: Support validation for file like objects (#246) (726a8b67)

1.2.7

Fixes
  • typescript: export FormResult and related types for better type inference (#241) (a9fd050)

1.2.6

Performance

  • chore(performance): optimise field updates with large dropdown options(#239) (272e053)

1.2.5

Bug Fixes
  • json-logic: apply custom validators when calculating the final schema (#238) (15da4569)

1.2.4

Bug fixes

  • fix(checkbox): Support optional boolean type (234)

1.2.1

Bug Fixes
  • schema: keep custom functions on nested fields (#232) (2dbdd82b)

1.2.0 (2025-09-03)

Bug Fixes
  • schema: validate schema properties when additionalProperties is set to false. (#230) (a1fdceb7)

1.1.2

New Features
  • json-logic: apply computed attrs on nested allOf/anyOf/oneOf properties (#227) (4375598e)
  • allow accumulator/current in reduce/map operations (#225) (82268578)

... (truncated)

Changelog

Sourced from @​remoteoss/json-schema-form's changelog.

1.2.11 (2026-03-19)

Bug Fixes
  • modify: modify properties inside items array (#251) (718af968)

1.2.10 (2026-03-05)

Bug Fixes
  • modify: Stop modified array item fields being added to schema when missing in original schema (#250) (85e694da)

1.2.9 (2026-01-21)

New Features
  • Nested fieldsets conditionals & defaults support, json-logic allOf conditionals support (#248) (a4e2b463)

1.2.8 (2025-12-02)

Bug Fixes
  • group-array: support default values (#245) (d3044693)
  • file: Support validation for file like objects (#246) (726a8b67)

1.2.7 (2025-11-21)

Fixes
  • typescript: export FormResult and related types for better type inference (#241) (a9fd050)

1.2.6 (2025-10-30)

Chores
  • performance: optimise field updates with large dropdown options (#239) (272e0536)

1.2.5 (2025-10-21)

Bug Fixes
  • json-logic: apply custom validators when calculating the final schema (#238) (15da4569)

1.2.4 (2025-10-06)

Bug Fixes

1.2.3 (2025-09-25)

... (truncated)

Commits
  • 0b7e7ab Release 1.2.11
  • 718af96 fix(modify): modify properties inside items array (#251)
  • 7b11f8f Update contributing notes (#252)
  • 3935465 Release 1.2.10
  • 85e694d fix(modify):stop modified array item fields being added to schema when missin...
  • 5053f43 Release 0.12.3-beta.0
  • d30a8d0 Release 1.2.9
  • a4e2b46 feat: Nested fieldsets conditionals & defaults support, json-logic improvemen...
  • 1a1942c Release 1.2.8
  • d304469 feat(group-array): support default values (#245)
  • Additional commits viewable in compare view

Updates apache-arrow from 17.0.0 to 21.1.0

Release notes

Sourced from apache-arrow's releases.

Apache Arrow JS 21.1.0

What's Changed

... (truncated)

Commits

Updates debounce from 2.2.0 to 3.0.0

Release notes

Sourced from debounce's releases.

v3.0.0

Breaking

  • Require Node.js 20 32bdae9
  • This package is now pure ESM. Please read this.
  • Removed named export. Only a default export now.

sindresorhus/debounce@v2.2.0...v3.0.0

Commits

Updates lucide-react from 0.577.0 to 1.11.0

Release notes

Sourced from lucide-react's releases.

Version 1.11.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.11.0

Version 1.10.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.10.0

Version 1.9.0

What's Changed

New Contributors

... (truncated)

Commits

Updates react-intersection-observer from 9.16.0 to 10.0.3

Release notes

Sourced from react-intersection-observer's releases.

v10.0.3

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.2...v10.0.3

v10.0.2

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.0...v10.0.2

v10.0.0

Based on the great work in #718 by @​jantimon - This release adds the new useOnInView hook.

✨ New

  • useOnInView hook — a no-re-render alternative to useInView that delivers (inView, entry) to your callback while returning a ref you can attach to any element. Designed for tracking, analytics, and other side effect heavy workloads where state updates are unnecessary.
  • IntersectionChangeEffect / IntersectionEffectOptions types — exported helper types that describe the new hook’s callback and options surface.
  • Storybook playground + documentation — new story, README section, and JSDoc example demonstrating how to use useOnInView.

⚠️ Breaking Changes

  • useInView, useOnInView, and <InView> now ignore the browser’s initial inView === false emission for onChange events, so handlers only fire once a real visibility change occurs, while still reporting all subsequent enter/leave transitions.

🧪 Testing

  • Added a dedicated Vitest suite for useOnInView, covering thresholds, triggerOnce, skip toggling, merged refs, and multiple observers on the same node.

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v9.16.0...v10.0.0

Commits

Updates react-resizable-panels from 3.0.6 to 4.10.0

Release notes

Sourced from react-resizable-panels's releases.

4.9.0

  • 702: Add disableDoubleClick prop to Separator to enable turning off the double-click size reset behavior.

4.8.0

  • 699: useDefaultLayout hook automatically migrates legacy layouts to version 4 format; see issue 605 or PR 699 for details on how this works.

4.7.6

  • 698: Replace Panel aria-disabled attribute with data-disabled

4.7.5

  • 696: Improved server rendering support for defaultSize prop

4.7.4

  • 689: Fix edge case bug with pointer event capture

4.7.3

  • 690: Imperative Panel API supports non-percentage sizes

4.7.2

  • 683: Don't scroll separator when setting focus

4.7.1

  • 678: Change default overflow styles to support shadows

4.7.0

  • 677: Add groupResizeBehavior prop to Panel, enabling panels to retain their current size (pixels) size when the parent Group is resized.

4.6.5

  • 670: Check for undefined adoptedStyleSheets (to better support environments like jsdom)
  • 671: Bug-fix: Update in-memory layout cache when group is resized by double-clicking on a separator

4.6.4

  • 664, 665: Resize actions sometimes "jump" on touch devices

4.6.3

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

4.6.2

  • 660: Group guards against layouts with mis-ordered Panel id keys

4.6.1

  • 658: Imperative Panel and Group APIs ignored disabled status when resizing panels; this is an explicit override of the disabled state and is required to support conditionally disabled groups.
  • 658: Separator component does not set a cursor: not-allowed style if the parent Group has cursors disabled.

4.6.0

  • 657: Allow Panel and Separator components to be disabled

4.5.9

  • 649: Optimization: Replace useForceUpdate with useSyncExternalStore to avoid side effect of swallowing "click" events in certain cases
  • 654: Bugfix Imperative Group method setLayout persists layout to in-memory cache

... (truncated)

Changelog

Sourced from react-resizable-panels's changelog.

4.10.0

  • 705: Add data-separator="focus" state for Separator elements for more consistent custom CSS styles.

4.9.0

  • 702: Add disableDoubleClick prop to Separator to enable turning off the double-click size reset behavior.

4.8.0

  • 699: useDefaultLayout hook automatically migrates legacy layouts to version 4 format; see issue 605 for details on how this works.

4.7.6

  • 698: Replace Panel aria-disabled attribute with data-disabled

4.7.5

  • 696: Improved server rendering support for defaultSize prop

4.7.4

  • 689: Fix edge case bug with pointer event capture

4.7.3

  • 690: Imperative Panel API supports non-percentage sizes

4.7.2

  • 683: Don't scroll separator when setting focus

4.7.1

  • 678: Change default overflow styles to support shadows

4.7.0

  • 677: Add groupResizeBehavior prop to Panel, enabling panels to retain their current size (pixels) size when the parent Group is resized.

4.6.5

  • 670: Check for undefined adoptedStyleSheets (to better support environments like jsdom)
  • 671: Bug-fix: Update in-memory layout cache when group is resized by double-clicking on a separator

4.6.4

  • 664, 665: Resize actions sometimes "jump" on touch devices

4.6.3

... (truncated)

Commits
  • fa27133 4.9.0 -> 4.10.0
  • b58ed97 Add data-separator "focus" state (#706)
  • f4e5e08 Upgrade react-lib-tools to improve site-search
  • 5cf89ea Made callouts on Common Questions more consistent
  • 435f953 Upgrade react-lib-tools to improve site-search
  • 50f05ab 4.8.0 -> 4.9.0
  • 897d576 Add disableDoubleClick prop to Separator (#702)
  • 1e299c3 4.7.6 -> 4.8.0
  • 09bec23 Import version 3 saved layouts in version 4 (#699)
  • 1adf716 Update CONTRIBUTING.md
  • Additional commits viewable in compare view

Updates @remoteoss/json-schema-form from 0.12.1-beta.0 to 1.2.11

Release notes

Sourced from @​remoteoss/json-schema-form's releases.

1.2.10

Bug Fixes
  • modify: Stop modified array item fields being added to schema when missing in original schema (#250) (85e694da)

1.2.9

New Features
  • Support for nested fieldsets conditionals & their defaults; support json-logic allOf conditionals (#248) (a4e2b463)

1.2.8

Bug Fixes
  • group-array: support default values (#245) (d3044693)
  • file: Support validation for file like objects (#246) (726a8b67)

1.2.7

Fixes
  • typescript: export FormResult and related types for better type inference (#241) (a9fd050)

1.2.6

Performance

  • chore(performance): optimise field updates with large dropdown options(#239) (272e053)

1.2.5

Bug Fixes
  • json-logic: apply custom validators when calculating the final schema (#238) (15da4569)

1.2.4

Bug fixes

  • fix(checkbox): Support optional boolean type (234)

1.2.1

Bug Fixes
  • schema: keep custom functions on nested fields (#232) (2dbdd82b)

1.2.0 (2025-09-03)

Bug Fixes
  • schema: validate schema properties when additionalProperties is set to false. (#230) (a1fdceb7)

1.1.2

New Features
  • json-logic: apply computed attrs on nested allOf/anyOf/oneOf properties (#227) (4375598e)
  • allow accumulator/current in reduce/map operations (#225) (82268578)

... (truncated)

Changelog

Sourced from @​remoteoss/json-schema-form's changelog.

1.2.11 (2026-03-19)

Bug Fixes
  • modify: modify properties inside items array (#251) (718af968)

1.2.10 (2026-03-05)

Bug Fixes
  • modify: Stop modified array item fields being added to schema when missing in original schema (#250) (85e694da)

1.2.9 (2026-01-21)

New Features
  • Nested fieldsets conditionals & defaults support, json-logic allOf conditionals support (#248) (a4e2b463)

1.2.8 (2025-12-02)

Bug Fixes
  • group-array: support default values (#245) (d3044693)
  • file: Support validation for file like objects (#246) (726a8b67)

1.2.7 (2025-11-21)

Fixes
  • typescript: export FormResult and related types for better type inference (#241) (a9fd050)

1.2.6 (2025-10-30)

Chores
  • performance: optimise field updates with large dropdown options (#239) (272e0536)

1.2.5 (2025-10-21)

Bug Fixes
  • json-logic: apply custom validators when calculating the final schema (#238) (15da4569)

1.2.4 (2025-10-06)

Bug Fixes

1.2.3 (2025-09-25)

... (truncated)

Commits
  • 0b7e7ab Release 1.2.11
  • 718af96 fix(modify): modify properties inside items array (#251)
  • 7b11f8f Update contributing notes (#252)
  • 3935465 Release 1.2.10
  • 85e694d fix(modify):stop modified array item fields being added to schema when missin...
  • 5053f43 Release 0.12.3-beta.0
  • d30a8d0 Release 1.2.9
  • a4e2b46 feat: Nested fieldsets conditionals & defaults support, json-logic improvemen...
  • 1a1942c Release 1.2.8
  • d304469 feat(group-array): support default values (#245)
  • Additional commits viewable in compare view

Updates apache-arrow from 17.0.0 to 21.1.0

Release notes

Sourced from apache-arrow's releases.

Apache Arrow JS 21.1.0

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 24, 2026
@deepsource-io
Copy link
Copy Markdown
Contributor

deepsource-io Bot commented Apr 24, 2026

DeepSource Code Review

We reviewed changes in 6e28a15...d0f6fbb on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Rust Apr 27, 2026 1:30p.m. Review ↗
Shell Apr 27, 2026 1:30p.m. Review ↗
JavaScript Apr 27, 2026 1:30p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-npm-major-dependencies-80c490a125 branch from d9c8de7 to 0135f50 Compare April 26, 2026 14:27
…ctories with 6 updates

Bumps the prod-npm-major-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@remoteoss/json-schema-form](https://github.com/remoteoss/json-schema-form) | `0.12.1-beta.0` | `1.2.11` |
| [apache-arrow](https://github.com/apache/arrow-js) | `17.0.0` | `21.1.0` |
| [debounce](https://github.com/sindresorhus/debounce) | `2.2.0` | `3.0.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.577.0` | `1.11.0` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.16.0` | `10.0.3` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `3.0.6` | `4.10.0` |

Bumps the prod-npm-major-dependencies group with 6 updates in the /web-app directory:

| Package | From | To |
| --- | --- | --- |
| [@remoteoss/json-schema-form](https://github.com/remoteoss/json-schema-form) | `0.12.1-beta.0` | `1.2.11` |
| [apache-arrow](https://github.com/apache/arrow-js) | `17.0.0` | `21.1.0` |
| [debounce](https://github.com/sindresorhus/debounce) | `2.2.0` | `3.0.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.577.0` | `1.11.0` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.16.0` | `10.0.3` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `3.0.6` | `4.10.0` |



Updates `@remoteoss/json-schema-form` from 0.12.1-beta.0 to 1.2.11
- [Release notes](https://github.com/remoteoss/json-schema-form/releases)
- [Changelog](https://github.com/remoteoss/json-schema-form/blob/main/CHANGELOG.md)
- [Commits](remoteoss/json-schema-form@v0.12.1-beta.0...1.2.11)

Updates `apache-arrow` from 17.0.0 to 21.1.0
- [Release notes](https://github.com/apache/arrow-js/releases)
- [Commits](https://github.com/apache/arrow-js/commits/v21.1.0)

Updates `debounce` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](sindresorhus/debounce@v2.2.0...v3.0.0)

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

Updates `react-intersection-observer` from 9.16.0 to 10.0.3
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

Updates `react-resizable-panels` from 3.0.6 to 4.10.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@3.0.6...4.10.0)

Updates `@remoteoss/json-schema-form` from 0.12.1-beta.0 to 1.2.11
- [Release notes](https://github.com/remoteoss/json-schema-form/releases)
- [Changelog](https://github.com/remoteoss/json-schema-form/blob/main/CHANGELOG.md)
- [Commits](remoteoss/json-schema-form@v0.12.1-beta.0...1.2.11)

Updates `apache-arrow` from 17.0.0 to 21.1.0
- [Release notes](https://github.com/apache/arrow-js/releases)
- [Commits](https://github.com/apache/arrow-js/commits/v21.1.0)

Updates `debounce` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](sindresorhus/debounce@v2.2.0...v3.0.0)

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

Updates `react-intersection-observer` from 9.16.0 to 10.0.3
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

Updates `react-resizable-panels` from 3.0.6 to 4.10.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@3.0.6...4.10.0)

Updates `@remoteoss/json-schema-form` from 0.12.1-beta.0 to 1.2.11
- [Release notes](https://github.com/remoteoss/json-schema-form/releases)
- [Changelog](https://github.com/remoteoss/json-schema-form/blob/main/CHANGELOG.md)
- [Commits](remoteoss/json-schema-form@v0.12.1-beta.0...1.2.11)

Updates `apache-arrow` from 17.0.0 to 21.1.0
- [Release notes](https://github.com/apache/arrow-js/releases)
- [Commits](https://github.com/apache/arrow-js/commits/v21.1.0)

Updates `debounce` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](sindresorhus/debounce@v2.2.0...v3.0.0)

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

Updates `react-intersection-observer` from 9.16.0 to 10.0.3
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

Updates `react-resizable-panels` from 3.0.6 to 4.10.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@3.0.6...4.10.0)

Updates `@remoteoss/json-schema-form` from 0.12.1-beta.0 to 1.2.11
- [Release notes](https://github.com/remoteoss/json-schema-form/releases)
- [Changelog](https://github.com/remoteoss/json-schema-form/blob/main/CHANGELOG.md)
- [Commits](remoteoss/json-schema-form@v0.12.1-beta.0...1.2.11)

Updates `apache-arrow` from 17.0.0 to 21.1.0
- [Release notes](https://github.com/apache/arrow-js/releases)
- [Commits](https://github.com/apache/arrow-js/commits/v21.1.0)

---
updated-dependencies:
- dependency-name: "@remoteoss/json-schema-form"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: "@remoteoss/json-schema-form"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: "@remoteoss/json-schema-form"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: "@remoteoss/json-schema-form"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: apache-arrow
  dependency-version: 21.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: apache-arrow
  dependency-version: 21.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: apache-arrow
  dependency-version: 21.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: apache-arrow
  dependency-version: 21.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: debounce
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: debounce
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: debounce
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: lucide-react
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: lucide-react
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: lucide-react
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-npm-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-npm-major-dependencies-80c490a125 branch from 0135f50 to d0f6fbb Compare April 27, 2026 13:29
@sonarqubecloud
Copy link
Copy Markdown

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

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/prod-npm-major-dependencies-80c490a125 branch May 4, 2026 02:37
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