Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

bump(deps): update dependency @headlessui/react to ^1.7.17 #104

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react ^1.7.15 -> ^1.7.17 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v1.7.17

Compare Source

Fixed
  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#​2626)
  • Render <MainTreeNode /> in Popover.Group component only (#​2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#​2635)
  • Don't assume <Tab /> components are available when setting the next index (#​2642)
  • Fix incorrectly focused Combobox.Input component on page load (#​2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#​2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#​2660)
  • Fix hydration of components inside <Suspense> (#​2663)
  • Prevent scrolling when focusing a tab (#​2674)

v1.7.16

Compare Source

Fixed
  • Ensure the caret is in a consistent position when syncing the Combobox.Input value (#​2568)
  • Improve "outside click" behaviour in combination with 3rd party libraries (#​2572)
  • Ensure IME works on Android devices (#​2580)
  • Calculate aria-expanded purely based on the open/closed state (#​2610)
  • Submit form on Enter even if no submit-like button was found (#​2613)

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 is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from thedoublejay as a code owner July 27, 2023 16:01
@netlify
Copy link

netlify bot commented Jul 27, 2023

Deploy Preview for wallet-defichain failed.

Name Link
🔨 Latest commit b49b569
🔍 Latest deploy log https://app.netlify.com/sites/wallet-defichain/deploys/655dc58bd8903d000918709e

@renovate renovate bot changed the title bump(deps): update dependency @headlessui/react to ^1.7.16 bump(deps): update dependency @headlessui/react to ^1.7.17 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch from 454790f to 6ca8c4a Compare August 17, 2023 16:02
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 3 times, most recently from 844439a to dbc689e Compare October 18, 2023 10:33
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 3 times, most recently from f3b1fd1 to 683d12e Compare November 3, 2023 06:42
@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch 2 times, most recently from ae46993 to fb41a8e Compare November 16, 2023 09:08
Copy link
Contributor Author

renovate bot commented Nov 22, 2023

⚠ 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: pnpm-lock.yaml
[09:10:27.657] INFO (9): Installing tool node v18.18.2...
[09:10:27.802] ERROR (9): failed to check url
    url: "https://github.com/containerbase/node-prebuild/releases/download/18.18.2/node-18.18.2-x86_64.tar.xz.sha512"
    err: {
      "type": "HTTPError",
      "message": "Response code 401 (Unauthorized)",
      "stack":
          HTTPError: Response code 401 (Unauthorized)
              at _Request.<anonymous> (/snapshot/dist/containerbase-cli.js:42795:32)
              at Object.onceWrapper (node:events:652:26)
              at _Request.emit (node:events:549:35)
              at _Request.emit (node:domain:482:12)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:42363:14)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async _Request._onResponse (/snapshot/dist/containerbase-cli.js:42398:7)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1700644227785,
        "socket": 1700644227785,
        "lookup": 1700644227787,
        "connect": 1700644227789,
        "secureConnect": 1700644227793,
        "upload": 1700644227794,
        "response": 1700644227798,
        "end": 1700644227800,
        "phases": {
          "wait": 0,
          "dns": 2,
          "tcp": 2,
          "tls": 4,
          "request": 1,
          "firstByte": 4,
          "download": 2,
          "total": 15
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "got (https://github.com/sindresorhus/got)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://objects.githubusercontent.com/github-production-release-asset-2e65be/622868958/6ac114f3-a50c-4100-a964-0102b3fd3574?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231122T091027Z&X-Amz-Expires=300&X-Amz-Signature=f4b87bc785f7f46f85f2d8e7bb42aae18788d6b4dc7fb4d7e47b5c6e34561949&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=622868958&response-content-disposition=attachment%3B%20filename%3Dnode-18.18.2-x86_64.tar.xz.sha512&response-content-type=application%2Foctet-stream",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[09:10:27.803] FATAL (9): Response code 401 (Unauthorized)
    err: {
      "type": "HTTPError",
      "message": "Response code 401 (Unauthorized)",
      "stack":
          HTTPError: Response code 401 (Unauthorized)
              at _Request.<anonymous> (/snapshot/dist/containerbase-cli.js:42795:32)
              at Object.onceWrapper (node:events:652:26)
              at _Request.emit (node:events:549:35)
              at _Request.emit (node:domain:482:12)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:42363:14)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async _Request._onResponse (/snapshot/dist/containerbase-cli.js:42398:7)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1700644227785,
        "socket": 1700644227785,
        "lookup": 1700644227787,
        "connect": 1700644227789,
        "secureConnect": 1700644227793,
        "upload": 1700644227794,
        "response": 1700644227798,
        "end": 1700644227800,
        "phases": {
          "wait": 0,
          "dns": 2,
          "tcp": 2,
          "tls": 4,
          "request": 1,
          "firstByte": 4,
          "download": 2,
          "total": 15
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "got (https://github.com/sindresorhus/got)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://objects.githubusercontent.com/github-production-release-asset-2e65be/622868958/6ac114f3-a50c-4100-a964-0102b3fd3574?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231122T091027Z&X-Amz-Expires=300&X-Amz-Signature=f4b87bc785f7f46f85f2d8e7bb42aae18788d6b4dc7fb4d7e47b5c6e34561949&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=622868958&response-content-disposition=attachment%3B%20filename%3Dnode-18.18.2-x86_64.tar.xz.sha512&response-content-type=application%2Foctet-stream",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[09:10:27.820] INFO (9): Installed tool node with errors in 163ms.

@renovate renovate bot force-pushed the renovate/headlessui-react-1.x branch from fb41a8e to b49b569 Compare November 22, 2023 09:10
Copy link
Contributor Author

renovate bot commented Nov 23, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^1.7.17). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/headlessui-react-1.x branch November 23, 2023 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant