Skip to content

Bump @eslint/js from 9.39.2 to 10.0.1 - #242

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint/js-10.0.1
Open

Bump @eslint/js from 9.39.2 to 10.0.1#242
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint/js-10.0.1

Bump @eslint/js from 9.39.2 to 10.0.1

cbccd73
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 9, 2026 in 49s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #242 Bump @eslint/js from 9.39.2 to 10.0.1.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
931.1 node Linux errored
931.2 lts\/\* Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions node, lts/*
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "npm run lint && npm run test && npm run test-build"
  ],
  "node_js": [
    "node",
    "lts/*"
  ],
  "branches": {
    "only": [
      "main",
      "beta"
    ]
  }
}