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 v8.57.1 #144

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

chore(deps): update dependency eslint to v8.57.1

d878150
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency eslint to v8.57.1 #144

chore(deps): update dependency eslint to v8.57.1
d878150
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 1, 2025 in 2m 41s

Build Passed

The build passed.

Details

This is a normal build for the renovate/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
515.1 18 Linux passed
515.2 20 Linux passed

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"
      }
    }
  ]
}