Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@floating-ui/react-dom (source) 2.0.8 -> 2.1.1 age adoption passing confidence
@types/react-transition-group (source) 4.4.10 -> 4.4.11 age adoption passing confidence
@zendeskgarden/container-accordion (source) 3.0.8 -> 3.0.10 age adoption passing confidence
@zendeskgarden/container-breadcrumb (source) 1.0.8 -> 1.0.9 age adoption passing confidence
@zendeskgarden/container-combobox (source) 2.0.0 -> 2.0.2 age adoption passing confidence
@zendeskgarden/container-field (source) 3.0.15 -> 3.0.17 age adoption passing confidence
@zendeskgarden/container-grid (source) 3.0.14 -> 3.0.16 age adoption passing confidence
@zendeskgarden/container-menu (source) ^0.3.0 -> ^0.4.0 age adoption passing confidence
@zendeskgarden/container-modal (source) 1.0.15 -> 1.0.17 age adoption passing confidence
@zendeskgarden/container-schedule (source) 2.0.9 -> 2.0.11 age adoption passing confidence
@zendeskgarden/container-scrollregion (source) 1.0.9 -> 1.0.11 age adoption passing confidence
@zendeskgarden/container-splitter (source) 2.0.17 -> 2.0.18 age adoption passing confidence
@zendeskgarden/container-tabs (source) 2.0.10 -> 2.0.12 age adoption passing confidence
@zendeskgarden/container-tooltip (source) 1.0.16 -> 1.0.18 age adoption passing confidence
@zendeskgarden/svg-icons (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@zendeskgarden/svg-icons (source) 7.0.0 -> 7.2.0 age adoption passing confidence

Release Notes

floating-ui/floating-ui (@​floating-ui/react-dom)

v2.1.1

Compare Source

Patch Changes
  • refactor: improve types and internal codebase consistency. All documented types are now exported.

v2.1.0

Compare Source

Minor Changes
  • feat: support dependency array as a second argument of all middleware. This ensures stateful options can be kept reactive when making them derived (passing a function that returns the options):
const [value, setValue] = React.useState(0);

const offset1 = offset(value); // reactive
const offset2 = offset(() => value); // NOT reactive
const offset3 = offset(() => value, [value]); // reactive

This also includes size's apply function:

size(
  {
    apply() {
      value; // reactive
    },
  },
  [value],
);

v2.0.9

Compare Source

Patch Changes
  • fix(types): replace React_2 with React in generated .d.ts files
zendeskgarden/react-containers (@​zendeskgarden/container-accordion)

v3.0.10

Compare Source

v3.0.9

Compare Source

zendeskgarden/svg-icons (@​zendeskgarden/svg-icons)

v7.2.0

Compare Source

Features
7.1.1 (2024-05-13)
Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 5, 2024 01:09
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from ba68da2 to 8fced5e Compare August 6, 2024 08:55
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 8fced5e to 59ae9f1 Compare August 10, 2024 17:38
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 59ae9f1 to c51d2e6 Compare August 12, 2024 13:39
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from c51d2e6 to 23f9b07 Compare August 15, 2024 14:54
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 23f9b07 to 39b2195 Compare August 15, 2024 15:37
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 39b2195 to ed8d86c Compare August 15, 2024 23:30
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from ed8d86c to 81ec567 Compare August 19, 2024 20:40
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 81ec567 to 99ff2b0 Compare August 20, 2024 17:33
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 99ff2b0 to 8f5ce8f Compare August 20, 2024 17:54
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 8f5ce8f to 16d8207 Compare August 20, 2024 18:40
@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 16d8207 to 3568a25 Compare August 20, 2024 18:51
@jzempel jzempel merged commit 13d202b into main Aug 20, 2024
@jzempel jzempel deleted the renovate/packages-minor-patch branch August 20, 2024 20:48
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