From bb8192f74258d8a6420a120c4942b58d0be36697 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 23 Dec 2024 15:24:14 +0000 Subject: [PATCH] fix(deps): update dependency @headlessui/react to v2.2.0 (#377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@headlessui/react](https://github.com/tailwindlabs/headlessui) ([source](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react)) | dependencies | minor | [`2.1.10` -> `2.2.0`](https://renovatebot.com/diffs/npm/@headlessui%2freact/2.1.10/2.2.0) | --- ### Release Notes
tailwindlabs/headlessui (@​headlessui/react) ### [`v2.2.0`](https://github.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#220---2024-10-25) [Compare Source](https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.10...@headlessui/react@v2.2.0) ##### Added - Add React 19 support ([#​3543](https://github.com/tailwindlabs/headlessui/pull/3543))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/377 Reviewed-by: Alexandre Soro Co-authored-by: renovate Co-committed-by: renovate --- packages/frontend/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 353c00ec5..40bf57fa0 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -23,7 +23,7 @@ "dependencies": { "@fontsource-variable/nunito": "5.1.0", "@fontsource/carter-one": "5.1.0", - "@headlessui/react": "2.1.10", + "@headlessui/react": "2.2.0", "@hookform/resolvers": "3.9.1", "@ou-ca/common": "workspace:*", "@sentry/react": "8.47.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2a505cd8..a65216a38 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -176,8 +176,8 @@ importers: specifier: 5.1.0 version: 5.1.0 '@headlessui/react': - specifier: 2.1.10 - version: 2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 2.2.0 + version: 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@hookform/resolvers': specifier: 3.9.1 version: 3.9.1(react-hook-form@7.51.5(react@18.3.1)) @@ -871,12 +871,12 @@ packages: '@fontsource/carter-one@5.1.0': resolution: {integrity: sha512-N5ywouYdKBBYAti45G1qowgSnpa42adqkuYzTQUC6Ab+MGVsVFxd3+UjD0Gz7KP9vsgzihBc7H4JG88Hkng6ow==} - '@headlessui/react@2.1.10': - resolution: {integrity: sha512-6mLa2fjMDAFQi+/R10B+zU3edsUk/MDtENB2zHho0lqKU1uzhAfJLUduWds4nCo8wbl3vULtC5rJfZAQ1yqIng==} + '@headlessui/react@2.2.0': + resolution: {integrity: sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==} engines: {node: '>=10'} peerDependencies: - react: ^18 - react-dom: ^18 + react: ^18 || ^19 || ^19.0.0-rc + react-dom: ^18 || ^19 || ^19.0.0-rc '@hookform/resolvers@3.9.1': resolution: {integrity: sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==} @@ -4155,7 +4155,7 @@ snapshots: '@fontsource/carter-one@5.1.0': {} - '@headlessui/react@2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@headlessui/react@2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react': 0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/focus': 3.19.0(react@18.3.1)