Skip to content

Bump vuetify from 2.7.2 to 3.0.0 in /untangle-vue-ui/source - #307

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/untangle-vue-ui/source/vuetify-3.0.0
Open

Bump vuetify from 2.7.2 to 3.0.0 in /untangle-vue-ui/source#307
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/untangle-vue-ui/source/vuetify-3.0.0

Bump vuetify from 2.7.2 to 3.0.0 in /untangle-vue-ui/source

221ec62
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 12, 2025 in 5m 49s

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 #307 Bump vuetify from 2.7.2 to 3.0.0 in /untangle-vue-ui/source.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
2946.1 DOCKER_PASSWORD=[secure] Linux passed
2946.2 DOCKER_PASSWORD=[secure] Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": true,
  "git": {
    "depth": false
  },
  "services": [
    "docker"
  ],
  "env": [
    "global=DOCKER_PASSWORD=[secure]={:DOCKER_USERNAME=>\"untangleengineering\", :SSH_KEY=>\"/tmp/travis-buildbot.rsa\", :PACKAGE_SERVER_IP=>\"52.2.228.218\", :PKGTOOLS_COMMIT=>\"origin/${TRAVIS_BRANCH}\", :UPLOAD=>\"scp\"} jobs={:REPOSITORY=>\"bullseye\", :ARCHITECTURE=>\"amd64\"}={:REPOSITORY=>\"bullseye\", :ARCHITECTURE=>\"arm64\"}"
  ],
  "before_install": [
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "docker pull untangleinc/ngfw:${REPOSITORY}-build-multiarch",
    "openssl aes-256-cbc -K $encrypted_4573965c4e34_key -iv $encrypted_4573965c4e34_iv -in .travis/buildbot.rsa.enc -out ${SSH_KEY} -d",
    "chmod 600 ${SSH_KEY}"
  ],
  "script": [
    "docker-compose -f docker-compose.build.yml run pkgtools",
    "docker-compose -f docker-compose.build.yml run build"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "XzWyKqltaDMHYT5QevjL/uooNeLn3DBDru25wLTj1GzfRr25i+lVB+FvuWI6F3KcaKyNu0vNpP1N398KO/V45oYkUxc4rj7iS3yRvGcfedxtJDSSLO2BPR/iaotVnUqi+qnYSnEHa5pqGWC5OUVonN5+Sy9qqP5BLRbxN+SG9L5jBmzK86P/lY2ESmhOI/U4KiLdBxCNiQK/kxcpiCyEz4xZVwZgqxamRDHvVJDV7CNCZxu3qbUD9eC/gJ9RBscF0TCprdoK3c8DM4V2YNUtrbnn0yKV26gmk+ZevnQQYSXbtRq+oHIUcYJUzmIyhh0lZFD88kNAlQGdieuHuWP3toq5qORRiKx6xhncmERBWnX/lEybmkLjGGP/evm7X9Ct48iVAqmBnsTKlr3nab32O3iggtExVW4oqbP8nlYSoM/NV75gbos0J5IFRzD8rtfweMKP2nrNQLjsZrRufwaNmuWJyYdTLSRWrSRRtJhuU4aYEAHPO3FIfBrLY6Fh5Q09NHfh7YqkDrA1nVF0I4NFuMZt3ASbtC4F1cU5CpYIMgeJZs7p45BFA5efVwuWS0K2upZqXPqUN12BlbbaICo6CHsA0dfIDFVpJ/1bumSyxjKQiZe9pw9qnk4XdrNKvahYudB/VqXZAjrZcrRuFeG0uxckhJtK4nhbfccvpWES6VE="
          }
        ],
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  }
}