Skip to content

Bump linkify-it from 5.0.0 to 5.0.2 in /studio-ui - #8814

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/studio-ui/linkify-it-5.0.2
Open

Bump linkify-it from 5.0.0 to 5.0.2 in /studio-ui#8814
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/studio-ui/linkify-it-5.0.2

Bump linkify-it from 5.0.0 to 5.0.2 in /studio-ui

c6cb94e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jul 23, 2026 in 5m 13s

Build Failed

The build failed. 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 #8814 Bump linkify-it from 5.0.0 to 5.0.2 in /studio-ui.
Any changes that have been made to the develop 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 Java
Operating System Linux (Focal)
JDK Version openjdk21
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "version": "~> 1.0",
  "git": {
    "depth": 1,
    "quiet": true
  },
  "jdk": [
    "openjdk21"
  ],
  "cache": {
    "directories": [
      "$HOME/.gradle/caches",
      "$HOME/.gradle/wrapper"
    ]
  },
  "branches": {
    "only": [
      "develop",
      "support/4.1"
    ]
  },
  "notifications": {
    "slack": [
      {
        "rooms": [
          "craftersoftware:7YiSb41ZG5rfMgiAY7Qgprc7"
        ]
      }
    ]
  },
  "install": [
    "skip"
  ],
  "script": [
    "./gradlew build -x test"
  ]
}