Open renovate[bot] opened 5 months ago
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:
The artifact failure details are included below:
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: my-blog@3.0.0
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error dev eslint@"^9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^7.23.0 || ^8.0.0" from eslint-config-next@14.2.3
npm error node_modules/eslint-config-next
npm error dev eslint-config-next@"14.2.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-12T17_57_43_106Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-12T17_57_43_106Z-debug-0.log
This PR contains the following updates:
^1.7.18
->^2.0.0
Release Notes
tailwindlabs/headlessui (@headlessui/react)
### [`v2.2.0`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#220---2024-10-25) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.10...@headlessui/react@v2.2.0) ##### Added - Add React 19 support ([#3543](https://redirect.github.com/tailwindlabs/headlessui/pull/3543)) ### [`v2.1.10`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#2110---2024-10-10) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.9...@headlessui/react@v2.1.10) ##### Fixed - Use `React.JSX` instead of deprecated global `JSX` ([#3511](https://redirect.github.com/tailwindlabs/headlessui/pull/3511)) - Fix crash in `ListboxOptions` when using `as={Fragment}` ([#3513](https://redirect.github.com/tailwindlabs/headlessui/pull/3513)) ### [`v2.1.9`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#219---2024-10-03) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.8...@headlessui/react@v2.1.9) ##### Fixed - Ensure `Element` is available before polyfilling to prevent crashes in non-browser environments ([#3493](https://redirect.github.com/tailwindlabs/headlessui/pull/3493)) - Fix crash when using `instanceof HTMLElement` in some environments ([#3494](https://redirect.github.com/tailwindlabs/headlessui/pull/3494)) - Cleanup `process` in Combobox component when using virtualization ([#3495](https://redirect.github.com/tailwindlabs/headlessui/pull/3495)) ### [`v2.1.8`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#218---2024-09-12) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.7...@headlessui/react@v2.1.8) ##### Fixed - Fix crash when using `as={Fragment}` on `MenuButton`, `ListboxButton`, `DisclosureButton` or `Button` components ([#3478](https://redirect.github.com/tailwindlabs/headlessui/pull/3478)) ### [`v2.1.7`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#217---2024-09-11) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.6...@headlessui/react@v2.1.7) ##### Fixed - Prevent crash in environments where `Element.prototype.getAnimations` is not available ([#3473](https://redirect.github.com/tailwindlabs/headlessui/pull/3473)) ### [`v2.1.6`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#216---2024-09-09) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.5...@headlessui/react@v2.1.6) ##### Fixed - Fix `ListboxOptions` being incorrectly marked as `inert` ([#3466](https://redirect.github.com/tailwindlabs/headlessui/pull/3466)) - Fix crash when using `DisclosureButton` inside of a `DisclosurePanel` when the `Disclosure` is open by default ([#3465](https://redirect.github.com/tailwindlabs/headlessui/pull/3465)) ### [`v2.1.5`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#215---2024-09-04) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.4...@headlessui/react@v2.1.5) ##### Fixed - Fix transition bug on Firefox, triggered by clicking the `PopoverButton` in rapid succession ([#3452](https://redirect.github.com/tailwindlabs/headlessui/pull/3452)) ### [`v2.1.4`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#214---2024-09-03) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.3...@headlessui/react@v2.1.4) ##### Fixed - Fix components not closing properly when using the `transition` prop ([#3448](https://redirect.github.com/tailwindlabs/headlessui/pull/3448)) ### [`v2.1.3`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#213---2024-08-23) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.2...@headlessui/react@v2.1.3) ##### Fixed - Ensure `Transition` component state doesn't change when it becomes hidden ([#3372](https://redirect.github.com/tailwindlabs/headlessui/pull/3372)) - Fix closing components using the `transition` prop, and after scrolling the page ([#3407](https://redirect.github.com/tailwindlabs/headlessui/pull/3407)) - Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack ([#3429](https://redirect.github.com/tailwindlabs/headlessui/pull/3429)) ### [`v2.1.2`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#212---2024-07-05) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.1...@headlessui/react@v2.1.2) ##### Fixed - Fix prematurely added anchoring styles on `ListboxOptions` ([#3337](https://redirect.github.com/tailwindlabs/headlessui/pull/3337)) - Ensure `unmount` on `Dialog` works in combination with the `transition` prop on `DialogBackdrop` and `DialogPanel` components ([#3352](https://redirect.github.com/tailwindlabs/headlessui/pull/3352)) - Fix crash in `Combobox` component when in `virtual` mode when options are empty ([#3356](https://redirect.github.com/tailwindlabs/headlessui/pull/3356)) - Fix hanging tests when using `anchor` prop ([#3357](https://redirect.github.com/tailwindlabs/headlessui/pull/3357)) - Fix `transition` and `focus` prop combination for `PopoverPanel` component ([#3361](https://redirect.github.com/tailwindlabs/headlessui/pull/3361)) - Fix outside click in nested portalled `Popover` components ([#3362](https://redirect.github.com/tailwindlabs/headlessui/pull/3362)) - Fix restoring focus to correct element when closing `Dialog` component ([#3365](https://redirect.github.com/tailwindlabs/headlessui/pull/3365)) - Fix `flushSync` warning for `Combobox` component with `immediate` prop enabled ([#3366](https://redirect.github.com/tailwindlabs/headlessui/pull/3366)) ### [`v2.1.1`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#211---2024-06-26) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.0...@headlessui/react@v2.1.1) ##### Fixed - Fix issues spreading omitted props onto components ([#3313](https://redirect.github.com/tailwindlabs/headlessui/pull/3313)) - Fix initial `anchor="selection"` positioning ([#3324](https://redirect.github.com/tailwindlabs/headlessui/pull/3324)) - Fix render prop in `ComboboxOptions` to use `any` instead of `unknown` ([#3327](https://redirect.github.com/tailwindlabs/headlessui/pull/3327)) - Fix incorrect `Transition` boundary for `Dialog` component ([#3331](https://redirect.github.com/tailwindlabs/headlessui/pull/3331)) ### [`v2.1.0`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#210---2024-06-21) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.4...@headlessui/react@v2.1.0) ##### Added - Add ability to render multiple `Dialog` components at once (without nesting them) ([#3242](https://redirect.github.com/tailwindlabs/headlessui/pull/3242)) - Add new data-attribute-based transition API ([#3273](https://redirect.github.com/tailwindlabs/headlessui/pull/3273), [#3285](https://redirect.github.com/tailwindlabs/headlessui/pull/3285), [#3307](https://redirect.github.com/tailwindlabs/headlessui/pull/3307), [#3309](https://redirect.github.com/tailwindlabs/headlessui/pull/3309), [#3312](https://redirect.github.com/tailwindlabs/headlessui/pull/3312)) - Add `DialogBackdrop` component ([#3307](https://redirect.github.com/tailwindlabs/headlessui/pull/3307), [#3310](https://redirect.github.com/tailwindlabs/headlessui/pull/3310)) - Add `PopoverBackdrop` component to replace `PopoverOverlay` ([#3308](https://redirect.github.com/tailwindlabs/headlessui/pull/3308)) ##### Fixed - Keep `Combobox` open when clicking scrollbar in `ComboboxOptions` ([#3249](https://redirect.github.com/tailwindlabs/headlessui/pull/3249)) - Ensure `ComboboxInput` does not sync with current value while typing ([#3259](https://redirect.github.com/tailwindlabs/headlessui/pull/3259)) - Fix visual jitter in `Combobox` component when using native scrollbar ([#3190](https://redirect.github.com/tailwindlabs/headlessui/pull/3190)) - Improve UX by freezing `ComboboxOptions` while closing ([#3304](https://redirect.github.com/tailwindlabs/headlessui/pull/3304)) - Merge incoming `style` prop on `ComboboxOptions`, `ListboxOptions`, `MenuItems`, and `PopoverPanel` components ([#3250](https://redirect.github.com/tailwindlabs/headlessui/pull/3250)) - Prevent focus on `Checkbox` when it is `disabled` ([#3251](https://redirect.github.com/tailwindlabs/headlessui/pull/3251)) - Use `useId` instead of React internals (for React 19 compatibility) ([#3254](https://redirect.github.com/tailwindlabs/headlessui/pull/3254)) - Cancel outside click behavior on touch devices when scrolling ([#3266](https://redirect.github.com/tailwindlabs/headlessui/pull/3266)) - Correctly apply conditional classes when using `Transition` and `TransitionChild` components ([#3303](https://redirect.github.com/tailwindlabs/headlessui/pull/3303)) ##### Changed - Allow using the `Tab` and `Shift+Tab` keys when the `Listbox` component is open ([#3284](https://redirect.github.com/tailwindlabs/headlessui/pull/3284)) ### [`v2.0.4`](https://redirect.github.com/tailwindlabs/headlessui/blob/HEAD/packages/@headlessui-react/CHANGELOG.md#204---2024-05-25) [Compare Source](https://redirect.github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.3...@headlessui/react@v2.0.4) ##### Fixed - \[internal] Don’t set a focus fallback for Dialog’s in demo mode ([#3194](https://redirect.github.com/tailwindlabs/headlessui/pull/3194)) - Ensure page doesn't scroll down when pressing `Escape` to close the `Dialog` component ([#3218](https://redirect.github.com/tailwindlabs/headlessui/pull/3218)) - Fix crash when toggling between `virtual` and non-virtual mode in `Combobox` component ([#3236](https://redirect.github.com/tailwindlabs/headlessui/pull/3236)) - Ensure tabbing to a portalled `Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.