Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#313

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typescript-6.0.2
Open

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#313
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typescript-6.0.2

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2

ba63aa5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Apr 14, 2026 in 39s

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 #313 chore(deps-dev): bump typescript from 5.9.3 to 6.0.2.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "branches": {
    "only": [
      "master"
    ]
  },
  "before_script": [
    "npm run start:mock-server &",
    "npm run test",
    "npm run lint"
  ],
  "script": [
    "npm run compile"
  ],
  "after_success": [
    "npx semantic-release"
  ]
}