devinit / ddw-analyst-ui

The Development Data Warehouse
http://ddw.devinit.org/
GNU General Public License v3.0
2 stars 1 forks source link

Bump react-querybuilder from 4.3.1 to 5.2.0 #856

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps react-querybuilder from 4.3.1 to 5.2.0.

Release notes

Sourced from react-querybuilder's releases.

v5.2.0

See the CHANGELOG entry for v5.2.0.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.1.3...v5.2.0

v5.1.3

See the CHANGELOG entry for v5.1.3.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.1.2...v5.1.3

v5.1.2

See the CHANGELOG entry for v5.1.2.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.1.1...v5.1.2

v5.1.1

See the CHANGELOG entry for v5.1.1.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.1.0...v5.1.1

v5.1.0

See the CHANGELOG entry for v5.1.0.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.0.0...v5.1.0

v5.0.0

See the CHANGELOG entry for v5.0.0.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v4.5.2...v5.0.0

v5.0.0-alpha.9

See CHANGELOG.

This is likely the last prerelease before 5.0.0 final is released.

v5.0.0-alpha.6

Fixed

  • #364 The array passed to the fields prop was being mutated if it contained duplicates, whether they were duplicate field names or option group labels.

Added

  • When drag-and-drop is enabled, rules will be copied instead of moved if the user has a modifier key (Alt on Windows/Linux, Option ⌥ on Mac) pressed when the drop occurs.

v5.0.0-alpha.3

  • f3d2f1ff Renamed QueryBuilderWithoutDndProvider to QueryBuilderDndWithoutProvider
  • #359 Convert CHANGELOG to "Keep a Changelog" format

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.0.0-alpha.0...v5.0.0-alpha.3

... (truncated)

Changelog

Sourced from react-querybuilder's changelog.

[v5.2.0] - 2022-11-26

Added

  • #403 Add onRemove prop and pass rule/group to all ActionElements (buttons).

[v5.1.3] - 2022-11-23

Fixed

  • #387 Support antd version 5.

[v5.1.2] - 2022-11-21

Fixed

  • #399/#401 When dragging a rule or group over a group header, the dndOver class is no longer applied to child group headers.

[v5.1.1] - 2022-10-27

Fixed

  • parseMongoDB and parseJsonLogic now respect independentCombinators option.
  • Narrowed rule group types, like DefaultRuleGroupType and DefaultRuleGroupTypeIC, are respected by convertFromIC and convertToIC.
  • v3 documentation was migrated from dedicated README to website versioned docs

[v5.1.0] - 2022-10-26

Fixed

  • #394 parseJsonLogic now handles null values correctly.

Added

  • #392 parseMongoDB utility for importing queries from MongoDB.

[v5.0.0] - 2022-10-22

Changed

  • Internet Explorer is no longer supported.
  • The minimum TypeScript version is now 4.5.
  • When defaultQuery is defined, an id property will be added to each rule and group in the query hierarchy. This will be reflected in the onQueryChange callback parameter. In previous versions defaultQuery was not modified by the component itself, but id is now added because it is a required attribute internally.

... (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 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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 1 year ago

Superseded by #878.