Skip to content

Bump browserslist from 4.16.6 to 4.28.8 in /public/wp-content/themes/ccs - #816

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/public/wp-content/themes/ccs/browserslist-4.28.8
Open

Bump browserslist from 4.16.6 to 4.28.8 in /public/wp-content/themes/ccs#816
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/public/wp-content/themes/ccs/browserslist-4.28.8

Bump browserslist from 4.16.6 to 4.28.8 in /public/wp-content/themes/ccs

ac3d95d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 3, 2026 in 2m 44s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #816 Bump browserslist from 4.16.6 to 4.28.8 in /public/wp-content/themes/ccs.
Any changes that have been made to the development branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP ENV OS State
1553.1 8.2 SNIFF=1 Linux passed
1553.2 8.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "branches": {
    "only": [
      "development",
      "preprod",
      "master"
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "libonig-dev"
      ]
    }
  },
  "before_install": [
    "composer self-update;",
    "composer install;"
  ],
  "script": [
    "vendor/bin/phplint",
    "if [[ \"$SNIFF\" == \"1\" ]]; then vendor/bin/phpcs; fi"
  ],
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "php": "8.2",
        "env": [
          {
            "SNIFF": "1"
          }
        ]
      },
      {
        "php": "8.2"
      }
    ]
  }
}