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

chore(deps): pin node.js to 20.18.1 #664

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

This PR contains the following updates:

Package Type Update Change
node (source) engines pin 20.x -> 20.18.1

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 changed the title chore(deps): pin node.js to 20.5.0 chore(deps): pin node.js to 20.5.1 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 7dbb63e to 6276e11 Compare August 9, 2023 19:16
@renovate renovate bot changed the title chore(deps): pin node.js to 20.5.1 chore(deps): pin node.js to 20.6.0 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 6276e11 to d7619c3 Compare September 4, 2023 21:57
@renovate renovate bot changed the title chore(deps): pin node.js to 20.6.0 chore(deps): pin node.js to 20.6.1 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from d7619c3 to 39361d0 Compare September 8, 2023 18:22
@renovate renovate bot changed the title chore(deps): pin node.js to 20.6.1 chore(deps): pin node.js to 20.7.0 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 39361d0 to fe0eb2c Compare September 18, 2023 18:27
@renovate
Copy link
Contributor Author

renovate bot commented Sep 18, 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: yarn.lock
[23:09:15.276] INFO (67): Installing tool [email protected]...
[23:09:15.744] ERROR (67): 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:42857:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:42912:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:42927:17)
              at Object.onceWrapper (node:events:629:26)
              at ClientRequest.emit (node:events:526: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:514:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1704841755717,
        "socket": 1704841755717,
        "lookup": 1704841755717,
        "connect": 1704841755717,
        "secureConnect": 1704841755717,
        "upload": 1704841755717,
        "response": 1704841755741,
        "end": 1704841755742,
        "phases": {
          "wait": 0,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 0,
          "firstByte": 24,
          "download": 1,
          "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/9.31.3 node/20.10.0 (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/v20.11.0/SHASUMS256.txt",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[23:09:15.747] FATAL (67): download failed
    err: {
      "type": "Error",
      "message": "download failed",
      "stack":
          Error: download failed
              at HttpService.download (/snapshot/dist/containerbase-cli.js:46423:11)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:51554:30)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52121:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
    }

@renovate renovate bot changed the title chore(deps): pin node.js to 20.7.0 chore(deps): pin node.js to 20.8.0 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from fe0eb2c to 3f53abf Compare September 29, 2023 04:39
@renovate renovate bot changed the title chore(deps): pin node.js to 20.8.0 chore(deps): pin node.js to 20.8.1 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 3f53abf to e6689a5 Compare October 13, 2023 21:18
@renovate renovate bot changed the title chore(deps): pin node.js to 20.8.1 chore(deps): pin node.js to 20.9.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from e6689a5 to d913b34 Compare October 24, 2023 17:57
@renovate renovate bot changed the title chore(deps): pin node.js to 20.9.0 chore(deps): pin node.js to 20.10.0 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from d913b34 to c67cf94 Compare November 22, 2023 16:53
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from c67cf94 to e42c415 Compare January 9, 2024 23:09
@renovate renovate bot changed the title chore(deps): pin node.js to 20.10.0 chore(deps): pin node.js to 20.11.0 Jan 9, 2024
@renovate renovate bot changed the title chore(deps): pin node.js to 20.11.0 chore(deps): pin node.js to 20.11.1 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from e42c415 to 0b0efad Compare February 14, 2024 18:22
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 0b0efad to 8cc4e78 Compare March 26, 2024 19:41
@renovate renovate bot changed the title chore(deps): pin node.js to 20.11.1 chore(deps): pin node.js to 20.12.0 Mar 26, 2024
@renovate renovate bot changed the title chore(deps): pin node.js to 20.12.0 chore(deps): pin node.js to 20.12.1 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 8cc4e78 to a05d1c3 Compare April 3, 2024 17:02
@renovate renovate bot changed the title chore(deps): pin node.js to 20.12.1 chore(deps): pin node.js to 20.12.2 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from a05d1c3 to f774ec2 Compare April 10, 2024 18:35
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from f774ec2 to 3678f93 Compare May 7, 2024 18:22
@renovate renovate bot changed the title chore(deps): pin node.js to 20.12.2 chore(deps): pin node.js to 20.13.0 May 7, 2024
@renovate renovate bot changed the title chore(deps): pin node.js to 20.13.0 chore(deps): pin node.js to 20.13.1 May 9, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 3678f93 to 620cefa Compare May 9, 2024 15:44
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 620cefa to b4deaf7 Compare May 28, 2024 18:39
@renovate renovate bot changed the title chore(deps): pin node.js to 20.13.1 chore(deps): pin node.js to 20.14.0 May 28, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from b4deaf7 to df1b1c1 Compare June 20, 2024 20:12
@renovate renovate bot changed the title chore(deps): pin node.js to 20.14.0 chore(deps): pin node.js to 20.15.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from df1b1c1 to 47e8f80 Compare July 8, 2024 20:10
@renovate renovate bot changed the title chore(deps): pin node.js to 20.15.0 chore(deps): pin node.js to 20.15.1 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 47e8f80 to a971ad6 Compare July 24, 2024 17:03
@renovate renovate bot changed the title chore(deps): pin node.js to 20.15.1 chore(deps): pin node.js to 20.16.0 Jul 24, 2024
@renovate renovate bot changed the title chore(deps): pin node.js to 20.16.0 chore(deps): pin node.js to 20.17.0 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from a971ad6 to 49e065d Compare August 21, 2024 18:03
@renovate renovate bot changed the title chore(deps): pin node.js to 20.17.0 chore(deps): pin node.js to 20.18.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 49e065d to afaab75 Compare October 3, 2024 19:43
@renovate renovate bot changed the title chore(deps): pin node.js to 20.18.0 chore(deps): pin node.js to 20.18.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from afaab75 to 471c076 Compare November 20, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants