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.3.1 #878

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps react-querybuilder from 4.3.1 to 5.3.1.

Release notes

Sourced from react-querybuilder's releases.

v5.3.1

See the CHANGELOG entry for v5.3.1.

Full Changelog: https://github.com/react-querybuilder/react-querybuilder/compare/v5.3.0...v5.3.1

v5.3.0

See the CHANGELOG entry for v5.3.0.

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

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.

... (truncated)

Changelog

Sourced from react-querybuilder's changelog.

[v5.3.1] - 2022-12-23

Fixed

  • #432 The crypto package was used in a way that didn't work in some Node environments.

[v5.3.0] - 2022-12-23

Changed

  • New rule and group ids are now generated as valid v4 UUIDs using crypto.getRandomValues() instead of Math.random(). The generateID function used internally is exported.
  • #418 TypeScript interface NameLabelPair has been deprecated and is now an alias for the Option interface.

Fixed

  • #407 Drag-and-drop will now allow drops on locked rules (which places the dragged rule/group below the drop target) and above locked rules/groups.
  • #411 When showCombinatorsBetweenRules is enabled, a combinator selector immediately above a locked rule/group will no longer be locked unless the group it belongs to is locked.
  • jsonLogicAdditionalOperators is exported again (documentation).

Added

  • #422 Adding the class queryBuilder-branches displays "tree view" branch lines.
  • #426 Dynamic classnames based on the specific rule/group properties.
    • New function props getRuleClassname and getRuleGroupClassname are passed the rule or group, and the return value will be added as a class to the surrounding div.
    • Field, Operator, and new interface Combinator now have an optional className property that will be applied to rules or groups that specify the appropriate attribute.
  • #417 Optional arity property for operators. When arity is either "unary" or a number less than 2, the value editor will not render when that operator is selected (similar to the standard "null"/"notNull" operators).
  • #408 The interfaces Option (née NameLabelPair), Field, and ValueEditorProps now accept generics for name and other properties.
  • #418 A new OptionList type covers the options property for all standard selection lists (field, operator, combinator, etc.). Previously this was a union type: NameLabelPair[] | OptionGroup<NameLabelPair>[]. OptionList is equivalent to this type, but 1) doesn't require typing the base type twice, and 2) uses the new Option name instead of the deprecated NameLabelPair.
  • #421 When independentCombinators is enabled, custom onAddRule and onAddGroup callbacks can add a combinatorPreceding property to the rule/group which will end up being the combinator inserted above the new rule/group (if the parent group is not empty).

[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

... (truncated)

Commits
  • 743b546 v5.3.1
  • f1779df Adjust crypto use for Node
  • dba88fe v5.3.0
  • d3a9487 Update main dependencies
  • 1fe0dca Use getRandomValues instead of randomUUID for greater availability
  • 499974e Add dynamic classnames
  • 922614f Merge pull request #422 from react-querybuilder/branch-lines
  • db251eb Use gap in styles instead of row-/column-gap
  • 6b27e84 Add "tree view" branch styles
  • 29f27a9 Allow specification of preceding combinator when adding a rule/group
  • Additional commits viewable in compare view


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

codecov-commenter commented 1 year ago

Codecov Report

Merging #878 (972e062) into develop (acd6aad) will increase coverage by 10.55%. The diff coverage is n/a.

@@             Coverage Diff              @@
##           develop     #878       +/-   ##
============================================
+ Coverage    46.33%   56.89%   +10.55%     
============================================
  Files          195      129       -66     
  Lines         7059     1965     -5094     
  Branches       520      520               
============================================
- Hits          3271     1118     -2153     
+ Misses        3684      743     -2941     
  Partials       104      104               
Impacted Files Coverage Δ
core/serializers.py
data_updates/Python/download_oecd.py
core/models.py
...anagement/commands/run_frozen_dataset_after_etl.py
data/models.py
...ement/commands/send_renew_links_for_old_queries.py
core/errors.py
data/apps.py
integrations/tests.py
data_updates/Python/oecd_data.py
... and 56 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more