Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@floating-ui/react-dom (source) 2.0.4 -> 2.1.0 age adoption passing confidence
@zendeskgarden/container-breadcrumb (source) 1.0.7 -> 1.0.8 age adoption passing confidence
@zendeskgarden/container-focusvisible (source) 2.0.2 -> 2.0.3 age adoption passing confidence
@zendeskgarden/container-menu (source) 0.3.0 -> 0.3.3 age adoption passing confidence
@zendeskgarden/container-modal (source) 1.0.12 -> 1.0.15 age adoption passing confidence
@zendeskgarden/container-schedule (source) 2.0.8 -> 2.0.9 age adoption passing confidence
@zendeskgarden/container-scrollregion (source) 1.0.8 -> 1.0.9 age adoption passing confidence
@zendeskgarden/container-selection (source) 3.0.6 -> 3.0.9 age adoption passing confidence
@zendeskgarden/container-slider (source) 0.1.8 -> 0.1.11 age adoption passing confidence
@zendeskgarden/container-splitter (source) 2.0.14 -> 2.0.17 age adoption passing confidence
@zendeskgarden/container-tabs (source) 2.0.7 -> 2.0.10 age adoption passing confidence
@zendeskgarden/container-tooltip (source) 1.0.12 -> 1.0.16 age adoption passing confidence
date-fns 3.3.1 -> 3.6.0 age adoption passing confidence
polished (source) 4.2.2 -> 4.3.1 age adoption passing confidence

Release Notes

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

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

v2.0.8

Compare Source

Patch Changes
  • Update dependencies: @floating-ui/dom@1.6.1

v2.0.7

Compare Source

Patch Changes
  • Update dependencies: @floating-ui/dom@1.6.0

v2.0.6

Compare Source

Patch Changes
  • d3a773b: fix: make whileElementsMounted reactive with respect from changing from a function to undefined

v2.0.5

Compare Source

Patch Changes
zendeskgarden/react-containers (@​zendeskgarden/container-breadcrumb)

v1.0.8

Compare Source

date-fns/date-fns (date-fns)

v3.6.0

Compare Source

On this release worked @​kossnocorp and @​world1dan. Also, thanks to @​seated for sponsoring me.

Fixed
Added

v3.5.0

Compare Source

Kudos to @​fturmel, @​kossnocorp, @​makstyle119, @​tan75, @​marcreichel, @​tareknatsheh and @​audunru for working on the release. Also, thanks to @​seated for sponsoring me.

Fixed
Added
  • Added the constructNow function that creates the current date using the passed reference date's constructor.

v3.4.0

Compare Source

Kudos to @​kossnocorp, @​sakamossan and @​Revan99 for working on the release. Also thanks to @​seated for sponsoring me.

Added
styled-components/polished (polished)

v4.3.1

Compare Source

Bug Fixes & Improvements

  • Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup.
  • Update dependencies.

v4.3.0

Compare Source


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 June 3, 2024 00:48
@renovate
Copy link
Contributor Author

renovate bot commented Jun 3, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error No workspaces found:
npm error   --workspace=packages/dropdownsnext
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-03T20_00_18_824Z-debug-0.log

@renovate renovate bot force-pushed the renovate/packages-minor-patch branch from 45505ec to 62d989c Compare June 3, 2024 17:16
@geotrev geotrev force-pushed the renovate/packages-minor-patch branch from 62d989c to e4929b2 Compare June 3, 2024 20:25
@renovate
Copy link
Contributor Author

renovate bot commented Jun 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@geotrev
Copy link
Contributor

geotrev commented Jun 3, 2024

Will need to catch floating-ui in the additional packages consuming it on next when cherry picking as well.

@coveralls
Copy link

Coverage Status

coverage: 96.347%. remained the same
when pulling e4929b2 on renovate/packages-minor-patch
into a267eb3 on main.

@geotrev geotrev merged commit e2db4db into main Jun 4, 2024
@geotrev geotrev deleted the renovate/packages-minor-patch branch June 4, 2024 18:03
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.

5 participants