Skip to content

Commit

Permalink
Merge pull request #604 from NotMyFault/update-yarn
Browse files Browse the repository at this point in the history
Update a few frontend dependencies
  • Loading branch information
jglick authored Nov 1, 2022
2 parents 17706c6 + cee026a commit fc9e54c
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 295 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "yarn"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

A key component of the Pipeline plugin suite, this provides the standard execution engine for Pipeline steps, based on a custom [Groovy](http://www.groovy-lang.org/) interpreter that runs inside the Jenkins controller process.
A key component of the Pipeline plugin suite, this provides the standard execution engine for Pipeline steps, based on a custom [Groovy](https://www.groovy-lang.org/) interpreter that runs inside the Jenkins controller process.

(In principle other execution engines could be supported, with `FlowDefinition` being the API entry point, but none has been prototyped and it would likely be a very substantial effort to write one.)

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jenkinsci/workflow-plugin/tree/master/cps"
"url": "https://github.com/jenkinsci/workflow-cps-plugin"
},
"readme": "../README.md",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"autoprefixer": "^10.0.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.0.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^5.0.0",
"eslint": "^7.12.1",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-only-warn": "^1.0.3",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"mini-css-extract-plugin": "^1.2.1",
Expand All @@ -40,7 +40,7 @@
},
"dependencies": {
"jenkins-js-modules": "1.3.0",
"jquery": "^3.5.1",
"jquery": "^3.6.1",
"jquery-ui": "^1.13.2",
"raf": "^3.4.1"
},
Expand Down
Loading

0 comments on commit fc9e54c

Please sign in to comment.