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

Update a few frontend dependencies #604

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI not added in #382

# Intentionally not adding automatic NPM updates because I do
# not trust the plugin's tests to catch issues caused by updates.
# TODO or enable, but avoid merging without first doing a local interactive test?

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