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 @hmcts/nodejs-healthcheck to v1.8.5 #3633

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​hmcts/nodejs-healthcheck 1.8.0 -> 1.8.5 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" 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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Oct 5, 2023
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from e0e9d8c to 4ad1fec Compare October 18, 2023 16:24
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from 4ad1fec to 995f9f2 Compare November 23, 2023 11:41
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from 995f9f2 to edae36d Compare November 24, 2023 09:50
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from edae36d to c13f77e Compare November 24, 2023 11:44
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch 2 times, most recently from c2412f3 to a4b7e74 Compare November 30, 2023 01:08
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from a4b7e74 to 199ce24 Compare February 8, 2024 15:21
@renovate renovate bot changed the title Update dependency @hmcts/nodejs-healthcheck to v1.8.3 Update dependency @hmcts/nodejs-healthcheck to v1.8.4 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from 199ce24 to 81c1792 Compare February 19, 2024 16:15
Copy link
Contributor Author

renovate bot commented Mar 8, 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: yarn.lock
[03:51:57.750] INFO (60): Installing tool [email protected]...
[03:51:58.213] ERROR (60): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:38790:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:38845:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:38860:17)
              at Object.onceWrapper (node:events:633:26)
              at ClientRequest.emit (node:events:530:35)
              at ClientRequest.emit (node:domain:488:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
              at TLSSocket.socketOnData (node:_http_client:535:22)
              at TLSSocket.emit (node:events:518:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1715226718186,
        "socket": 1715226718187,
        "lookup": 1715226718187,
        "connect": 1715226718187,
        "secureConnect": 1715226718187,
        "upload": 1715226718187,
        "response": 1715226718211,
        "end": 1715226718211,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 0,
          "firstByte": 24,
          "download": 0,
          "total": 25
        }
      },
      "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": "containerbase/10.6.1 node/20.11.1 (https://github.com/containerbase)",
          "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": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://nodejs.org/dist/v18.16.9/SHASUMS256.txt",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[03:51:58.216] FATAL (60): download failed
    err: {
      "type": "Error",
      "message": "download failed",
      "stack":
          Error: download failed
              at HttpService.download (/snapshot/dist/containerbase-cli.js:47360:11)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53135:30)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53719:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53937:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2430:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3543:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3551:28)
              at async main (/snapshot/dist/containerbase-cli.js:54131:3)
    }
[03:51:58.388] INFO (60): Installed tool node with errors in 638ms.

@renovate renovate bot changed the title Update dependency @hmcts/nodejs-healthcheck to v1.8.4 Update dependency @hmcts/nodejs-healthcheck to v1.8.5 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from 81c1792 to 38d3f00 Compare July 18, 2024 15:56
@renovate renovate bot force-pushed the renovate/hmcts-nodejs-healthcheck-1.x-lockfile branch from 38d3f00 to 6ead82a Compare July 22, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants