Update JS dependencies (#12181)

- Update all dependencies excluding octicons
- Configure new eslint 7.3.0 rules

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj-v1.14.3
silverwind 4 years ago committed by GitHub
parent 3a46d1ef58
commit dbd5e4bb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,6 +220,7 @@ rules:
no-octal: [2] no-octal: [2]
no-param-reassign: [0] no-param-reassign: [0]
no-plusplus: [0] no-plusplus: [0]
no-promise-executor-return: [0]
no-proto: [2] no-proto: [2]
no-prototype-builtins: [2] no-prototype-builtins: [2]
no-redeclare: [2] no-redeclare: [2]
@ -251,6 +252,7 @@ rules:
no-unexpected-multiline: [2] no-unexpected-multiline: [2]
no-unmodified-loop-condition: [2] no-unmodified-loop-condition: [2]
no-unneeded-ternary: [0] no-unneeded-ternary: [0]
no-unreachable-loop: [2]
no-unreachable: [2] no-unreachable: [2]
no-unsafe-finally: [2] no-unsafe-finally: [2]
no-unsafe-negation: [2] no-unsafe-negation: [2]

2153
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -5,25 +5,25 @@
"node": ">= 10.13.0" "node": ">= 10.13.0"
}, },
"dependencies": { "dependencies": {
"@babel/core": "7.10.2", "@babel/core": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.1", "@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.1", "@babel/plugin-transform-runtime": "7.10.4",
"@babel/preset-env": "7.10.2", "@babel/preset-env": "7.10.4",
"@babel/runtime": "7.10.2", "@babel/runtime": "7.10.4",
"@primer/octicons": "9.6.0", "@primer/octicons": "9.6.0",
"babel-loader": "8.1.0", "babel-loader": "8.1.0",
"clipboard": "2.0.6", "clipboard": "2.0.6",
"core-js": "3.6.5", "core-js": "3.6.5",
"css-loader": "3.5.3", "css-loader": "3.6.0",
"cssnano-webpack-plugin": "1.0.3", "cssnano-webpack-plugin": "1.0.3",
"dropzone": "5.7.1", "dropzone": "5.7.1",
"fast-glob": "3.2.2", "fast-glob": "3.2.4",
"file-loader": "6.0.0", "file-loader": "6.0.0",
"fomantic-ui": "2.8.6", "fomantic-ui": "2.8.6",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jquery": "3.5.1", "jquery": "3.5.1",
"jquery.are-you-sure": "1.9.0", "jquery.are-you-sure": "1.9.0",
"less-loader": "6.1.0", "less-loader": "6.2.0",
"license-webpack-plugin": "2.2.0", "license-webpack-plugin": "2.2.0",
"mini-css-extract-plugin": "0.9.0", "mini-css-extract-plugin": "0.9.0",
"monaco-editor": "0.20.0", "monaco-editor": "0.20.0",
@ -33,30 +33,30 @@
"svg-sprite-loader": "5.0.0", "svg-sprite-loader": "5.0.0",
"svgo": "1.3.2", "svgo": "1.3.2",
"svgo-loader": "2.2.1", "svgo-loader": "2.2.1",
"swagger-ui": "3.26.0", "swagger-ui": "3.28.0",
"terser-webpack-plugin": "3.0.3", "terser-webpack-plugin": "3.0.6",
"tributejs": "5.1.3", "tributejs": "5.1.3",
"vue": "2.6.11", "vue": "2.6.11",
"vue-bar-graph": "1.2.0", "vue-bar-graph": "1.2.0",
"vue-calendar-heatmap": "0.8.4", "vue-calendar-heatmap": "0.8.4",
"vue-loader": "15.9.2", "vue-loader": "15.9.3",
"vue-template-compiler": "2.6.11", "vue-template-compiler": "2.6.11",
"webpack": "4.43.0", "webpack": "4.43.0",
"webpack-cli": "3.3.11", "webpack-cli": "3.3.12",
"webpack-fix-style-only-entries": "0.5.0", "webpack-fix-style-only-entries": "0.5.1",
"workbox-routing": "5.1.3", "workbox-routing": "5.1.3",
"workbox-strategies": "5.1.3", "workbox-strategies": "5.1.3",
"worker-loader": "2.0.0", "worker-loader": "2.0.0",
"wrap-ansi": "7.0.0" "wrap-ansi": "7.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "7.2.0", "eslint": "7.4.0",
"eslint-plugin-import": "2.21.2", "eslint-plugin-import": "2.22.0",
"eslint-plugin-sonarjs": "0.5.0", "eslint-plugin-sonarjs": "0.5.0",
"eslint-plugin-unicorn": "20.1.0", "eslint-plugin-unicorn": "20.1.0",
"stylelint": "13.6.0", "stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0", "stylelint-config-standard": "20.0.0",
"updates": "10.2.13" "updates": "10.2.15"
}, },
"browserslist": [ "browserslist": [
"defaults", "defaults",

Loading…
Cancel
Save