Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @react-querybuilder/dnd from 6.1.3 to 6.5.4 #3998

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps @react-querybuilder/dnd from 6.1.3 to 6.5.4.

Release notes

Sourced from @​react-querybuilder/dnd's releases.

v6.5.4

See the CHANGELOG entry for v6.5.4.

Full Changelog: react-querybuilder/react-querybuilder@v6.5.3...v6.5.4

v6.5.3

See the CHANGELOG entry for v6.5.3.

Full Changelog: react-querybuilder/react-querybuilder@v6.5.2...v6.5.3

v6.5.2

See the CHANGELOG entry for v6.5.2.

Full Changelog: react-querybuilder/react-querybuilder@v6.5.1...v6.5.2

v6.5.1

See the CHANGELOG entry for v6.5.1.

Full Changelog: react-querybuilder/react-querybuilder@v6.5.0...v6.5.1

v6.5.0

See the CHANGELOG entry for v6.5.0.

Full Changelog: react-querybuilder/react-querybuilder@v6.4.1...v6.5.0

v6.4.1

See the CHANGELOG entry for v6.4.1.

Full Changelog: react-querybuilder/react-querybuilder@v6.4.0...v6.4.1

v6.4.0

See the CHANGELOG entry for v6.4.0.

Full Changelog: react-querybuilder/react-querybuilder@v6.3.0...v6.4.0

v6.3.0

See the CHANGELOG entry for v6.3.0.

Full Changelog: react-querybuilder/react-querybuilder@v6.2.0...v6.3.0

v6.2.0

See the CHANGELOG entry for v6.2.0.

Full Changelog: react-querybuilder/react-querybuilder@v6.1.4...v6.2.0

v6.1.4

See the CHANGELOG entry for v6.1.4.

Full Changelog: react-querybuilder/react-querybuilder@v6.1.3...v6.1.4

Changelog

Sourced from @​react-querybuilder/dnd's changelog.

[v6.5.4] - 2023-11-04

Fixed

  • #585 Avoid React warning about unique key props.
  • #585 Fixed invalid reference to generatePicker in @react-querybuilder/antd.

[v6.5.3] - 2023-10-20

Added

  • #574 transformQuery enhancements:
    • rules properties are no longer retained unconditionally. The rules property can be copied or renamed like any other property using the propertyMap option.
    • propertyMap keys can now have false values. Properties matching a propertyMap key with a value of false will be removed without further processing (including the rules property, which would avoid recursion through the hierarchy althogether).
    • New boolean option omitPath. When true, a path property will not be added to each rule and group in the query hierarchy.

Fixed

  • paramsKeepPrefix was not applying to bind variables generated from rules with an operator of "between", "notBetween", "in", or "notIn".

[v6.5.2] - 2023-10-19

Changed

  • The useValueEditor hook will now update all values that are arrays (Array.isArray(value)) to the first element of the array (value[0]) when operator is anything except "between", "notBetween", "in", or "notIn". Previously this logic only applied when inputType was "number". (To bypass this logic, pass { skipHook: true }.)

Added

  • New paramsKeepPrefix option for formatQuery, which enables compatibility with SQLite. When used in conjunction with the "parameterized_named" export format, the params object keys will maintain the paramPrefix string as it appears in the sql string (e.g. { $param_1: 'val' } instead of { param_1: 'val' }).

Fixed

  • #523 parseMongoDB now properly handles objects in the form of { fieldName: { $not: { /* ...rule */ } } }. This problem was particularly evident for $regex operators that should have generated rules with "doesNot[Contain/BeginWith/EndWith]" operators, since formatQuery(query, 'mongodb') produces this structure and parseMongoDB was not handling the inverse operation.
  • isRuleGroup will not error when the argument is null.
  • #572 parseSQL now recognizes signed numeric values like -12 or +14.

[v6.5.1] - 2023-06-26

Fixed

  • AntDValueEditor calls generatePicker from the correct import.
  • Packages no longer "masquerade as CJS" when imported from ESM under "node16" module resolution.

[v6.5.0] - 2023-06-13

Changed

  • #529 Drag handle components will no longer be rendered unless drag-and-drop is enabled. Previously, drag handle components were rendered unconditionally. Accordingly, the default stylesheet no longer applies display: none to the queryBuilder-dragHandle class when drag-and-drop is disabled since the components will not be rendered anyway.

Added

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

@dependabot dependabot bot requested review from a team as code owners November 20, 2023 07:53
@dependabot dependabot bot added the no-jira label Nov 20, 2023
@toptal-build
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link

changeset-bot bot commented Nov 20, 2023

🦋 Changeset detected

Latest commit: 60321b0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@toptal/picasso-query-builder Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sashuk sashuk self-assigned this Nov 20, 2023
@sashuk sashuk force-pushed the dependabot-npm_and_yarn-react-querybuilder-dnd-6.5.4 branch from 6f7d6f5 to f48f2c1 Compare November 20, 2023 10:05
Copy link
Contributor

@sashuk sashuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, have not tested

@sashuk
Copy link
Contributor

sashuk commented Nov 20, 2023

@toptal-anvil ping reviewers

@sashuk sashuk changed the title chore(deps): bump @react-querybuilder/dnd from 6.1.3 to 6.5.4 Bump @react-querybuilder/dnd from 6.1.3 to 6.5.4 Nov 20, 2023
@sashuk sashuk force-pushed the dependabot-npm_and_yarn-react-querybuilder-dnd-6.5.4 branch from f48f2c1 to 5de31b8 Compare November 20, 2023 10:25
dependabot bot and others added 2 commits November 20, 2023 12:06
Bumps [@react-querybuilder/dnd](https://github.com/react-querybuilder/react-querybuilder/tree/HEAD/packages/dnd) from 6.1.3 to 6.5.4.
- [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/v6.5.4/packages/dnd)

---
updated-dependencies:
- dependency-name: "@react-querybuilder/dnd"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@sashuk sashuk force-pushed the dependabot-npm_and_yarn-react-querybuilder-dnd-6.5.4 branch from 5de31b8 to 60321b0 Compare November 20, 2023 11:06
Copy link
Contributor

@rasitozcan rasitozcan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally on picasso storybook, changes look good.

@rasitozcan rasitozcan merged commit ec2feaa into master Nov 20, 2023
18 checks passed
@rasitozcan rasitozcan deleted the dependabot-npm_and_yarn-react-querybuilder-dnd-6.5.4 branch November 20, 2023 11:26
@toptal-build toptal-build mentioned this pull request Nov 20, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants