Compare commits

...

4 Commits

Author SHA1 Message Date
ef0e1458f1 Update dependency @types/jasmine to ~3.10.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2022-04-18 15:38:55 +00:00
381a7a450e Merge pull request 'Update dependency ts-node to v10' (#27) from renovate_ts-node-10.x into master
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
Reviewed-on: #27
2022-04-18 15:35:50 +00:00
8e7225fc60 Update dependency ts-node to v10
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2022-04-18 15:31:57 +00:00
97ceb9ae86 Jenkinsfile: do not deploy feature branches
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 13:46:02 +02:00
3 changed files with 180 additions and 13847 deletions

1
Jenkinsfile vendored
View File

@ -69,6 +69,7 @@ pipeline {
stage ('Update cluster') {
when {
allOf {
expression { return env.BRANCH_NAME == 'master' }
expression { return params.SKIP_PUBLISH != true }
expression { return params.SKIP_CLUSTER_UPDATE != true }
}

14022
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3",
"@types/jasmine": "~3.6.11",
"@types/jasmine": "~3.10.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27",
"@types/luxon": "^2.3.1",
@ -44,7 +44,7 @@
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"ts-node": "~10.7.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
}