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

Replace dependency babel-eslint with @babel/eslint-parser ^7.11.0 #3631

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 Type Update Change
babel-eslint devDependencies replacement ^10.1.0 -> ^7.11.0

This is a special PR that replaces babel-eslint with the community suggested minimal stable replacement version.


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/babel-eslint-replacement branch from 92a48d7 to bc3103e Compare October 18, 2023 16:22
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch from bc3103e to 98d5b6d Compare November 16, 2023 09:55
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch from 98d5b6d to 8906379 Compare November 23, 2023 11:39
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch from 8906379 to 077b341 Compare November 24, 2023 09:48
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch 3 times, most recently from 54e4d3a to 7c00e0f Compare November 30, 2023 01:06
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch 2 times, most recently from 0b63c73 to f4c0fef Compare February 4, 2024 09:58
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch from f4c0fef to 552bdef Compare February 8, 2024 15:17
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch from 552bdef to da904b5 Compare February 25, 2024 10:18
Copy link
Contributor Author

renovate bot commented Feb 25, 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
[16:18:07.642] INFO (197): Installing tool [email protected]...
[16:18:07.889] ERROR (197): 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:44592:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:44647:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:44662: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": 1714580287854,
        "socket": 1714580287855,
        "lookup": 1714580287855,
        "connect": 1714580287855,
        "secureConnect": 1714580287855,
        "upload": 1714580287855,
        "response": 1714580287884,
        "end": 1714580287885,
        "phases": {
          "wait": 1,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 0,
          "firstByte": 29,
          "download": 1,
          "total": 31
        }
      },
      "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.5.2 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
      }
    }
[16:18:07.895] FATAL (197): download failed
    err: {
      "type": "Error",
      "message": "download failed",
      "stack":
          Error: download failed
              at HttpService.download (/snapshot/dist/containerbase-cli.js:48015:11)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53790:30)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:54374:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:54592: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:54786:3)
    }
[16:18:07.928] INFO (197): Installed tool node with errors in 286ms.

@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch 2 times, most recently from fec0ad5 to 797e975 Compare March 8, 2024 14:13
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch from 797e975 to 0eb8302 Compare March 18, 2024 10:34
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch 3 times, most recently from 622f0cc to 6fe06f7 Compare April 12, 2024 12:58
@renovate renovate bot force-pushed the renovate/babel-eslint-replacement branch 2 times, most recently from 42d5384 to 64b0b9a Compare April 19, 2024 13:06
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