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 eslint to v9 #172

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

Update dependency eslint to v9

d155f07
Select commit
Loading
Failed to load commit list.
Open

Update dependency eslint to v9 #172

Update dependency eslint to v9
d155f07
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action May 9, 2024 in 1m 5s

Build Errored

The build errored.

Details

This is a normal build for the renovate/major-eslint-monorepo branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 10
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "10"
  ],
  "cache": {
    "yarn": true,
    "npm": true
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "before_script": [
    "yarn lint",
    "yarn size"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "XkdE/LmydCEZUY+SoMW4I2+ZY9QIzjBnA1PXdJeZ9tbx18rljfYP5aUCz5bKqP49/iA762fvi5rR3agfyQObtspDKIknMxIFFhERHPc+7H4o3H1WxUjdq++Ye1+0SklyQ0msv0cvJVmGXUUxkW03bV2v0lw/dzsxEVDyrj+KLfJ8p1vIuEO1SJrl1fQDH6h9KsTqGtrspd80RRZ/Jr/2+xYTUesPiyi5E7K7xeDRcpPm12WtUyBTQeZPeUQ8RkXinBo+9qXLS/5Zg7Id9t1u8OpQTihqcbZqGsgsEV5C0aQ+e1C3TjONl5slad8/gNdtVUnXH/dV8vcKIjJ4WltV2Pg9dSapdRS9OKg/azuY3lSXHpA/zW/C6IBkIPsaYygImbUO6inicEzqsyIXNs+ddhFZBE/efOXkXEhtBUQKRI9gRczG/1nfD695aIewgzbVhMW+miWMQvUuLXTSC6HjS7nWPbGjHaNm00GpfR1qnUauI6OPYDTp3MrFhdvSUOMPykAyFzhzBjTx8FjwDBRHMy64xvSgv+8zi/GJm/NxrEl40O4Yh9P4fH2OhK5ev+MndFiXrXZuVvjUGPIhVCvvPcfEeLEMvMZ6v5K3nOr+afKgt/XkxyoSLXVKlKAaMmXG46TDYgqLSwqn3IgVxhhd54UkK3w1Lj0Evo2yPNEMXvg="
      }
    }
  ]
}