Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps react-querybuilder from 6.5.4 to 8.11.1.

Release notes

Sourced from react-querybuilder's releases.

v8.11.1

Fixed

  • #960 Issues with type and dependencies

CHANGELOG entry for v8.11.1

react-querybuilder/react-querybuilder@v8.11.0...v8.11.1

v8.11.0

Added

  • #957 New hideDefaultDragPreview prop for QueryBuilderDnD hides the browser's default drag preview, enabling custom drag layers and components.
  • #954 Default styles now apply { cursor: not-allowed; opacity: 0.5; } to drag handles of locked/disabled rules and groups, visually clarifying the inability to drag the elements.
  • All pure boolean props are now assignable on QueryBuilderContext.

CHANGELOG entry for v8.11.0

react-querybuilder/react-querybuilder@v8.10.0...v8.11.0

v8.10.0

Added

  • #947 showInputLabels prop for QueryBuilderMaterial displays the title as a label above/within each input component rendered by MaterialValueEditor and MaterialValueSelector.
  • #950 customExpressionHandler option for parseCEL.
  • #950 parseCEL types, type guard functions, and other utilities are exported.
  • #948 Support for "muting" rules and groups. showMuteButtons prop will display a button with 🔊 or 🔇 depending on the boolean muted property of the rule/group. As with rules/groups deemed invalid, formatQuery will skip over rules/groups with muted: true.

Fixed

  • #947 Default titles for field, operator, and combinator selectors are now singular ("Fields"→"Field", "Operators"→"Operator", "Combinators"→"Combinator").
  • useMergedContext handles matchMode and matchThreshold translations.
  • Default styles for queryBuilder-justified and queryBuilder-branches work properly for RTL languages (dir="rtl").
  • #951 formatQuery properly handles invalid rules and groups in queries with independent combinators.

CHANGELOG entry for v8.10.0

react-querybuilder/react-querybuilder@v8.9.2...v8.10.0

v8.9.2

Fixed

  • Build configuration for core and main packages

CHANGELOG entry for v8.9.2

... (truncated)

Changelog

Sourced from react-querybuilder's changelog.

[v8.11.1] - 2025-10-23

Fixed

  • #960 Issues with type and dependencies

[v8.11.0] - 2025-10-21

Added

  • #957 New hideDefaultDragPreview prop for QueryBuilderDnD hides the browser's default drag preview, enabling custom drag layers and components.
  • #954 Default styles now apply { cursor: not-allowed; opacity: 0.5; } to drag handles of locked/disabled rules and groups, visually clarifying the inability to drag the elements.
  • All pure boolean props are now assignable on QueryBuilderContext.

[v8.10.0] - 2025-10-09

Added

  • #947 showInputLabels prop for QueryBuilderMaterial displays the title as a label above/within each input component rendered by MaterialValueEditor and MaterialValueSelector.
  • #950 customExpressionHandler option for parseCEL.
  • #950 parseCEL types, type guard functions, and other utilities are exported.
  • #948 Support for "muting" rules and groups. showMuteButtons prop will display a button with 🔊 or 🔇 depending on the boolean muted property of the rule/group. As with rules/groups deemed invalid, formatQuery will skip over rules/groups with muted: true.

Fixed

  • #947 Default titles for field, operator, and combinator selectors are now singular ("Fields"→"Field", "Operators"→"Operator", "Combinators"→"Combinator").
  • useMergedContext handles matchMode and matchThreshold translations.
  • Default styles for queryBuilder-justified and queryBuilder-branches work properly for RTL languages (dir="rtl").
  • #951 formatQuery properly handles invalid rules and groups in queries with independent combinators.

[v8.9.2] - 2025-09-22

Fixed

  • Build configuration for core and main packages

[v8.9.1] - 2025-09-20

Fixed

  • Publish configuration for core package

[v8.9.0] - 2025-09-20

Added

  • #942 Core features moved to new package @react-querybuilder/core. All exports are re-exported by react-querybuilder, so no breaking changes.
  • #935 New class dndDropNotAllowed added to elements that cannot accept a drop from the hovering element. Default style is cursor: not-allowed.

[v8.8.4] - 2025-08-27

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-querybuilder](https://github.com/react-querybuilder/react-querybuilder/tree/HEAD/packages/react-querybuilder) from 6.5.4 to 8.11.1.
- [Release notes](https://github.com/react-querybuilder/react-querybuilder/releases)
- [Changelog](https://github.com/react-querybuilder/react-querybuilder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react-querybuilder/react-querybuilder/commits/v8.11.1/packages/react-querybuilder)

---
updated-dependencies:
- dependency-name: react-querybuilder
  dependency-version: 8.11.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code MAJOR labels Oct 27, 2025
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 MAJOR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant