Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @patternfly/react-core from 5.4.0 to 5.4.1 #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: upgrade @patternfly/react-core from 5.4.0 to 5.4.1

0b9ced2
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Upgrade @patternfly/react-core from 5.4.0 to 5.4.1 #312

fix: upgrade @patternfly/react-core from 5.4.0 to 5.4.1
0b9ced2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 10, 2024 in 4m 46s

Build Passed

The build passed.

Details

This is a normal build for the snyk-upgrade-a42ceac91e3febc0aa3f753a095df609 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Stage 1: Verify

This stage passed.

Job Node.js ENV OS State
1211.1 Lint 18 BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} Linux passed
1211.2 Test 18 BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 18
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": true,
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "juuizlfiQolXbqy4L2nfODB1K8xiSGvUrzsT3XeXIsQqX7yCYVvnRUssKLbqgLM9m85kgXJk1ef0qwjJoliNqGcrALTZLHPTkxWwTnV7tPEVS/4uQPSyy+DDHDwrTzCrF3qhCqyKJ6vB18z22qm3qLgStmNj4p1ZLznsdJR/u7U3spJ+WLL70QSNHCQy/5QjRDDiR3oqWdXjhVcUCeV+v/2CtfqK3dqYtzCL/b7z8lm/YbV6w1Rd8mwzTgLstbzjrvR/gq2IPALzzJTq1S8lXtV7ZtbYz4bjB8RNCRZFJrjBUH4CqD1oUskit4RRe+ilVs8qNQh0Tt3whsOdbJoRXJn2B/NVxppp2WGlODdsuMgfNh5iBocHKN3Qo4mONbstnHFG99Hr7L8GbUugJHEQlrZn1xRyO9ulyVp+hFp8/F088NNyhnd3+lERUPA5/4+HPQh6Ea+PyKq2TR41VoDGcRDBS4VY/6PfLEJzxEBjwRAAemfvtOFTUu2EocuAllPX1vMA4b1j7Wm+Bs7wft6nEcVdftVanfAgx4dNksnaS8zN9II8rdtBci2yXYJ6J+e+REDn/2IrHaUwr0N9BojYc0ePUElDcygW4Kk1oGklHp681j2zhi1Gt7rbuae1C9fD4QHnryx59uVH5NXqDsXI5EbwTJE3zvzRz9SzmyDqV5A="
          }
        ]
      }
    ]
  },
  "node_js": [
    "18"
  ],
  "install": [
    "npm ci"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Verify",
        "name": "Lint",
        "script": [
          "npm run lint"
        ]
      },
      {
        "script": [
          "npm run test"
        ],
        "name": "Test"
      }
    ]
  },
  "env": [
    "global={:BRANCH=>\"${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}\"}={:NODE_OPTIONS=>\"\\\"--max-old-space-size=4096 --max_old_space_size=4096\\\"\"}"
  ]
}