Skip to content

build(deps): bump the prod-npm-major-dependencies group with 8 updates#745

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-npm-major-dependencies-6fa82b2e0a
Open

build(deps): bump the prod-npm-major-dependencies group with 8 updates#745
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-npm-major-dependencies-6fa82b2e0a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the prod-npm-major-dependencies group with 8 updates:

Package From To
@remoteoss/json-schema-form 0.12.1-beta.0 1.2.11
@sentry/vite-plugin 4.9.1 5.2.0
apache-arrow 17.0.0 21.1.0
debounce 2.2.0 3.0.0
lucide-react 0.577.0 1.8.0
react-intersection-observer 9.16.0 10.0.3
react-resizable-panels 3.0.6 4.10.0
react-syntax-highlighter 15.6.6 16.1.1

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 @sentry/vite-plugin from 4.9.1 to 5.2.0

Release notes

Sourced from @​sentry/vite-plugin's releases.

5.2.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

5.1.1

Bug Fixes 🐛

Internal Changes 🔧

5.1.0

New Features ✨

5.0.0

Breaking Changes 🛠

Bug Fixes 🐛

... (truncated)

Changelog

Sourced from @​sentry/vite-plugin's changelog.

5.2.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

5.1.1

Bug Fixes 🐛

Internal Changes 🔧

5.1.0

New Features ✨

5.0.0

Breaking Changes 🛠

... (truncated)

Commits
  • e2cdbf8 release: 5.2.0
  • 89bea0f ci(tests): Use deterministic debugids (#912)
  • 9fa5191 test: Add esbuild integration tests (#911)
  • aa73f53 fix(rollup): Make rollup an optional peer dependency (#913)
  • 1e6cfc7 chore(deps): Bump vulnerable webpack version (#909)
  • 3bf270c feat(core): Pass mapDir to rewriteSourcesHook (#908)
  • 97614c9 fix(core): Conditionally add tracing headers (#907)
  • a0aefde fix(e2e-tests): Pin axios to 1.13.5 to avoid compromised 1.14.1 (#906)
  • 136d4cf fix: Add missing webpack5 entrypoint in webpack-plugin (#905)
  • 0a89c2f test: Vite integration tests (#899)
  • 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.8.0

Release notes

Sourced from lucide-react's releases.

Version 1.8.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

Version 1.7.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.6.0...1.7.0

Version 1.6.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.5.0...1.6.0

Version 1.5.0

What's Changed

... (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-separ...

    Description has been truncated

Bumps the prod-npm-major-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@remoteoss/json-schema-form](https://github.com/remoteoss/json-schema-form) | `0.12.1-beta.0` | `1.2.11` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `4.9.1` | `5.2.0` |
| [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.8.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` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.6.6` | `16.1.1` |


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 `@sentry/vite-plugin` from 4.9.1 to 5.2.0
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@4.9.1...5.2.0)

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.8.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.8.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 `react-syntax-highlighter` from 15.6.6 to 16.1.1
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](react-syntax-highlighter/react-syntax-highlighter@v15.6.6...v16.1.1)

---
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: "@sentry/vite-plugin"
  dependency-version: 5.2.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: lucide-react
  dependency-version: 1.8.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-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-syntax-highlighter
  dependency-version: 16.1.1
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 13, 2026
@deepsource-io
Copy link
Copy Markdown
Contributor

deepsource-io bot commented Apr 13, 2026

DeepSource Code Review

We reviewed changes in 0594766...61667ed 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 13, 2026 12:13p.m. Review ↗
Shell Apr 13, 2026 12:13p.m. Review ↗
JavaScript Apr 13, 2026 12:13p.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants