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

chore(deps): update non-major package dependencies #1664

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dnd-kit/core (source) 6.0.8 -> 6.1.0 age adoption passing confidence
@dnd-kit/utilities (source) 3.2.1 -> 3.2.2 age adoption passing confidence
@types/lodash.debounce (source) 4.0.7 -> 4.0.9 age adoption passing confidence
@types/lodash.isequal (source) 4.5.6 -> 4.5.8 age adoption passing confidence
@types/lodash.memoize (source) 4.1.7 -> 4.1.9 age adoption passing confidence
@types/lodash.throttle (source) 4.1.7 -> 4.1.9 age adoption passing confidence
@types/react-beautiful-dnd (source) 13.1.5 -> 13.1.7 age adoption passing confidence
@types/react-transition-group (source) 4.4.7 -> 4.4.10 age adoption passing confidence
@types/react-window (source) 1.8.6 -> 1.8.8 age adoption passing confidence
react-window (source) 1.8.9 -> 1.8.10 age adoption passing confidence

Release Notes

clauderic/dnd-kit (@​dnd-kit/core)

v6.1.0

Compare Source

Minor Changes
  • #​1271 bc588c7 Thanks @​clauderic! - Introduce bypassActivationConstraint() option for PointerSensor, MouseSensor and TouchSensor. This optional argument can be used to conditionally bypass activation constraints. An example use-case would be to bypass activation constraints when the activator event target is the activatorNode of a draggable source.

    useSensor(PointerSensor, {
      activationConstraint: {
        delay: 250,
        tolerance: 5,
      },
      bypassActivationConstraint({event, activeNode}) {
        return activeNode.activatorNode.current?.contains(event.target);
      },
    });
  • #​1269 b417f0f Thanks @​clauderic! - Allow delay and distance activation constraints to be used concurrently for MouseSensor, TouchSensor and PointerSensor.

Patch Changes
clauderic/dnd-kit (@​dnd-kit/utilities)

v3.2.2

Compare Source

Patch Changes
bvaughn/react-window (react-window)

v1.8.10

Compare Source

  • Fix scrollDirection when direction is RTL (#​690)

Configuration

📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 5th week" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 11, 2023 01:02
@jzempel jzempel merged commit f1a1132 into main Dec 21, 2023
2 checks passed
@jzempel jzempel deleted the renovate/packages-minor-patch branch December 21, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant