Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency find-up to v7 #1301

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
find-up 6.3.0 -> 7.0.0 age adoption passing confidence

Release Notes

sindresorhus/find-up (find-up)

v7.0.0

Compare Source

Breaking
Improvements
  • Accept URL for stopAt option ba19153

Configuration

📅 Schedule: Branch creation - "after 9am on Wednesday" in timezone Europe/London, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added change: dependencies Updates to dependencies only release: skip Skips the release step when this pr is merged labels Nov 22, 2023
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
[10:35:39.002] INFO (10): Installing tool node v18.18.2...
[10:35:39.147] ERROR (10): 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": 1700649339127,
        "socket": 1700649339128,
        "lookup": 1700649339129,
        "connect": 1700649339131,
        "secureConnect": 1700649339136,
        "upload": 1700649339136,
        "response": 1700649339144,
        "end": 1700649339145,
        "phases": {
          "wait": 1,
          "dns": 1,
          "tcp": 2,
          "tls": 5,
          "request": 0,
          "firstByte": 8,
          "download": 1,
          "total": 18
        }
      },
      "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=20231122T103539Z&X-Amz-Expires=300&X-Amz-Signature=d3b40ae30e45fb4e6b1a9224b69b9e59fd91ba00441c4a2afdfb091fd26a6860&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
      }
    }
[10:35:39.148] FATAL (10): 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": 1700649339127,
        "socket": 1700649339128,
        "lookup": 1700649339129,
        "connect": 1700649339131,
        "secureConnect": 1700649339136,
        "upload": 1700649339136,
        "response": 1700649339144,
        "end": 1700649339145,
        "phases": {
          "wait": 1,
          "dns": 1,
          "tcp": 2,
          "tls": 5,
          "request": 0,
          "firstByte": 8,
          "download": 1,
          "total": 18
        }
      },
      "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=20231122T103539Z&X-Amz-Expires=300&X-Amz-Signature=d3b40ae30e45fb4e6b1a9224b69b9e59fd91ba00441c4a2afdfb091fd26a6860&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
      }
    }
[10:35:39.277] INFO (10): Installed tool node with errors in 275ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: dependencies Updates to dependencies only release: skip Skips the release step when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants