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): update dependency eslint to v9 #160

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

chore(deps): update dependency eslint to v9

093ef42
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency eslint to v9 #160

chore(deps): update dependency eslint to v9
093ef42
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Mar 11, 2025 in 1m 53s

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 has two jobs, running in parallel.

Job Node.js OS State
561.1 18 Linux errored
561.2 20 Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 18, 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": false,
  "node_js": [
    "18",
    "20"
  ],
  "before_install": [
    "echo -e \"machine github.ibm.com\\n  login $GH_TOKEN\" > ~/.netrc",
    "[ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_3d8a3eb98382_key -iv $encrypted_3d8a3eb98382_iv -in transit.env.enc -out transit.env -d || true",
    "[ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_6de0fb2f002f_key -iv $encrypted_6de0fb2f002f_iv -in directlink.env.enc -out directlink.env -d || true",
    "[ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true",
    "[ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_fb1b85a9795b_key -iv $encrypted_fb1b85a9795b_iv -in cislog.env.enc -out cislog.env -d || true",
    "[ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true"
  ],
  "script": [
    "npm run build",
    "npm run test-unit-travis || travis_terminate 1",
    "npm run check-packages"
  ],
  "deploy": [
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "npx semantic-release",
      "on": {
        "branch": [
          "master"
        ],
        "node_js": "20"
      }
    }
  ]
}