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

Bump webpack from 5.89.0 to 5.94.0 #398

Closed
wants to merge 1 commit into from

Bump webpack from 5.89.0 to 5.94.0

5cbc5a3
Select commit
Loading
Failed to load commit list.
Closed

Bump webpack from 5.89.0 to 5.94.0 #398

Bump webpack from 5.89.0 to 5.94.0
5cbc5a3
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 30, 2024 in 10m 13s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/npm_and_yarn/webpack-5.94.0 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 Notes
4861.1 20.8.0 Linux passed
4861.2 stable Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 20.8.0, stable
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": false,
  "node_js": [
    "20.8.0",
    "stable"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules"
    ]
  },
  "before_install": [
    "google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &",
    "corepack enable",
    "yarn set version 3.6.4"
  ],
  "install": [
    "yarn --immutable",
    "NODE_ENV=production npm run build"
  ],
  "addons": {
    "chrome": "stable"
  },
  "services": [
    "docker"
  ],
  "script": [
    "npm test",
    "./artifact.sh"
  ],
  "jobs": {
    "allow_failures": [
      {
        "node_js": "stable"
      }
    ]
  }
}