Skip to content

Bump esbuild from 0.25.0 to 0.28.1 in /modules#5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/modules/esbuild-0.28.1
Open

Bump esbuild from 0.25.0 to 0.28.1 in /modules#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/modules/esbuild-0.28.1

Bump esbuild from 0.25.0 to 0.28.1 in /modules

78f34ac
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jun 14, 2026 in 19m 0s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/npm_and_yarn/modules/esbuild-0.28.1 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 22 jobs, running in parallel.

Job Node.js ENV OS State
16.1 14 Linux errored
16.2 13 Linux errored
16.3 12 Linux errored
16.4 11 Linux errored
16.5 10 Linux errored
16.6 9 Linux errored
16.7 8 Linux errored
16.8 14 TZ="America/New_York" Linux errored
16.9 13 TZ="Europe/London" Linux errored
16.10 12 TZ="Asia/Seoul" Linux errored
16.11 11 TZ="America/Los_Angeles" FMTS=misc Linux errored
16.12 10 TZ="Europe/Berlin" FMTS=misc Linux errored
16.13 9 TZ="Asia/Kolkata" FMTS=misc Linux errored
16.14 8 TZ="Asia/Shanghai" FMTS=misc Linux errored
16.15 7 TZ="America/Cancun" FMTS=misc Linux errored
16.16 6 TZ="Asia/Seoul" FMTS=misc Linux errored
16.17 5 TZ="America/Anchorage" FMTS=misc Linux errored
16.18 4 TZ="America/Barbados" FMTS=misc Linux errored
16.19 4.4.7 TZ="Asia/Tokyo" FMTS=misc Linux errored
16.20 0.12 TZ="America/Cayman" FMTS=misc Linux errored
16.21 0.10 TZ="Pacific/Honolulu" FMTS=misc Linux errored
16.22 0.8 TZ="America/Mexico_City" FMTS=misc Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 14, 13, 12, 11, 10, 9, 8
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "14",
    "13",
    "12",
    "11",
    "10",
    "9",
    "8"
  ],
  "before_install": [
    "npm config set strict-ssl false",
    "./misc/node_version.sh",
    "npm install -g mocha@2.x voc",
    "npm install blanket",
    "npm install word",
    "npm install coveralls mocha-lcov-reporter",
    "npm install jsdom@11.x"
  ],
  "before_script": [
    "make init",
    "cd test_files; make all; cd -"
  ],
  "after_success": [
],
"jobs": {
"include": [
{
"node_js": "14",
"env": [
{
"TZ": ""America/New_York""
}
]
},
{
"node_js": "13",
"env": [
{
"TZ": ""Europe/London""
}
]
},
{
"node_js": "12",
"env": [
{
"TZ": ""Asia/Seoul""
}
]
},
{
"node_js": "11",
"env": [
{
"TZ": ""America/Los_Angeles"",
"FMTS": "misc"
}
]
},
{
"node_js": "10",
"env": [
{
"TZ": ""Europe/Berlin"",
"FMTS": "misc"
}
]
},
{
"node_js": "9",
"env": [
{
"TZ": ""Asia/Kolkata"",
"FMTS": "misc"
}
]
},
{
"node_js": "8",
"env": [
{
"TZ": ""Asia/Shanghai"",
"FMTS": "misc"
}
]
},
{
"node_js": "7",
"env": [
{
"TZ": ""America/Cancun"",
"FMTS": "misc"
}
]
},
{
"node_js": "6",
"env": [
{
"TZ": ""Asia/Seoul"",
"FMTS": "misc"
}
]
},
{
"node_js": "5",
"env": [
{
"TZ": ""America/Anchorage"",
"FMTS": "misc"
}
]
},
{
"node_js": "4",
"env": [
{
"TZ": ""America/Barbados"",
"FMTS": "misc"
}
]
},
{
"node_js": "4.4.7",
"env": [
{
"TZ": ""Asia/Tokyo"",
"FMTS": "misc"
}
]
},
{
"node_js": "0.12",
"env": [
{
"TZ": ""America/Cayman"",
"FMTS": "misc"
}
]
},
{
"node_js": "0.10",
"env": [
{
"TZ": ""Pacific/Honolulu"",
"FMTS": "misc"
}
]
},
{
"node_js": "0.8",
"env": [
{
"TZ": ""America/Mexico_City"",
"FMTS": "misc"
}
]
}
]
}
}