This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Bump vite from 4.5.2 to 4.5.3 #898
Closed
Travis CI / Travis CI - Branch
succeeded
Apr 4, 2024 in 5m 22s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/npm_and_yarn/vite-4.5.3 branch. You should be able to reproduce it by checking out the branch locally.
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 (Xenial) |
Node.js Version | 14.21 |
Build Configuration
{
"_production-job": {
"stage": "production",
"name": "SERVICE_NAME",
"script": "scripts/deploy.js SERVICE_NAME",
"install": "skip",
"env": [
"ENVIRONMENT=production RANCHER_CLUSTERID=c-7p6pt"
]
},
"_staging-job": {
"stage": "staging",
"name": "SERVICE_NAME",
"script": "scripts/deploy.js SERVICE_NAME",
"install": "skip",
"env": [
"ENVIRONMENT=staging RANCHER_CLUSTERID=c-gpjnt"
]
},
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"14.21"
],
"cache": {
"yarn": true
},
"stages": [
{
"name": "test"
},
{
"name": "production-started",
"if": "tag =~ /^v\\d+\\.\\d+\\.\\d+$/"
},
{
"name": "production",
"if": "tag =~ /^v\\d+\\.\\d+\\.\\d+$/"
},
{
"name": "production-finished",
"if": "tag =~ /^v\\d+\\.\\d+\\.\\d+$/"
},
{
"name": "staging-started",
"if": "tag is present"
},
{
"name": "staging",
"if": "tag is present"
},
{
"name": "staging-finished",
"if": "tag is present"
}
],
"jobs": {
"include": [
{
"stage": "test",
"env": [
{
"NODE_ENV": "test"
}
]
},
{
"stage": "production-started",
"name": "Deployment Started",
"script": [
"npx @parameter1/base-cms-website-deployment-tool notify-started"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging-started",
"name": "Deployment Started",
"script": [
"npx @parameter1/base-cms-website-deployment-tool notify-started"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
},
{
"stage": "production",
"name": "GraphQL Server",
"script": [
"scripts/deploy.js graphql-server"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging",
"name": "GraphQL Server",
"script": [
"scripts/deploy.js graphql-server"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
},
{
"stage": "production",
"name": "Sitemaps",
"script": [
"scripts/deploy.js sitemaps"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging",
"name": "Sitemaps",
"script": [
"scripts/deploy.js sitemaps"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
},
{
"stage": "production",
"name": "RSS",
"script": [
"scripts/deploy.js rss"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging",
"name": "RSS",
"script": [
"scripts/deploy.js rss"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
},
{
"stage": "production",
"name": "Hooks",
"script": [
"scripts/deploy.js hooks"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "production",
"name": "oEmbed",
"script": [
"scripts/deploy.js oembed"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging",
"name": "oEmbed",
"script": [
"scripts/deploy.js oembed"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
},
{
"stage": "production",
"name": "Google Data API",
"script": [
"scripts/deploy.js google-data-api"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging",
"name": "Google Data API",
"script": [
"scripts/deploy.js google-data-api"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
},
{
"stage": "production",
"name": "Omail Link Processor",
"script": [
"scripts/deploy.js omail-link-processor"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "production-finished",
"name": "Deployment Finished",
"script": [
"npx @parameter1/base-cms-website-deployment-tool notify-finished"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "production",
"RANCHER_CLUSTERID": "c-7p6pt"
}
]
},
{
"stage": "staging-finished",
"name": "Deployment Finished",
"script": [
"npx @parameter1/base-cms-website-deployment-tool notify-finished"
],
"install": [
"skip"
],
"env": [
{
"ENVIRONMENT": "staging",
"RANCHER_CLUSTERID": "c-gpjnt"
}
]
}
]
}
}
Loading