Skip to content

Commit ec69f34

Browse files
silverwind6543lunny
authored
Update JS dependencies (#15591)
* Update JS dependencies - Update all JS dependencies - Regenerate SVGs - Remove unused postcss dependency - Remove removed webpack option * re-add postcss Co-authored-by: 6543 <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
1 parent ea40eb7 commit ec69f34

17 files changed

+18146
-5886
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ rules:
412412
unicorn/prefer-spread: [0]
413413
unicorn/prefer-starts-ends-with: [2]
414414
unicorn/prefer-string-slice: [0]
415+
unicorn/prefer-switch: [0]
415416
unicorn/prefer-ternary: [0]
416417
unicorn/prefer-text-content: [2]
417418
unicorn/prefer-trim-start-end: [2]

package-lock.json

+18,114-5,864
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -7,57 +7,57 @@
77
},
88
"dependencies": {
99
"@claviska/jquery-minicolors": "2.3.5",
10-
"@primer/octicons": "12.1.0",
10+
"@primer/octicons": "13.0.0",
1111
"add-asset-webpack-plugin": "2.0.1",
1212
"clipboard": "2.0.8",
13-
"codemirror": "5.60.0",
14-
"css-loader": "5.2.0",
15-
"css-minimizer-webpack-plugin": "1.3.0",
13+
"codemirror": "5.61.0",
14+
"css-loader": "5.2.4",
15+
"css-minimizer-webpack-plugin": "2.0.0",
1616
"dropzone": "5.9.2",
1717
"easymde": "2.14.0",
18-
"esbuild-loader": "2.11.0",
19-
"escape-goat": "3.0.0",
18+
"esbuild-loader": "2.12.0",
19+
"escape-goat": "4.0.0",
2020
"fast-glob": "3.2.5",
2121
"font-awesome": "4.7.0",
2222
"jquery": "3.6.0",
2323
"jquery.are-you-sure": "1.9.0",
2424
"less": "4.1.1",
25-
"less-loader": "8.0.0",
25+
"less-loader": "8.1.1",
2626
"license-checker-webpack-plugin": "0.2.1",
2727
"mermaid": "8.9.2",
28-
"mini-css-extract-plugin": "1.4.0",
28+
"mini-css-extract-plugin": "1.5.0",
2929
"monaco-editor": "0.23.0",
3030
"monaco-editor-webpack-plugin": "3.0.1",
31-
"postcss": "8.2.9",
31+
"postcss": "8.2.12",
3232
"pretty-ms": "7.0.1",
3333
"sortablejs": "1.13.0",
34-
"swagger-ui-dist": "3.46.0",
34+
"swagger-ui-dist": "3.47.1",
3535
"tributejs": "5.1.3",
3636
"vue": "2.6.12",
3737
"vue-bar-graph": "1.2.0",
3838
"vue-calendar-heatmap": "0.8.4",
3939
"vue-loader": "15.9.6",
4040
"vue-template-compiler": "2.6.12",
41-
"webpack": "5.30.0",
41+
"webpack": "5.35.0",
4242
"webpack-cli": "4.6.0",
43-
"workbox-routing": "6.1.2",
44-
"workbox-strategies": "6.1.2",
43+
"workbox-routing": "6.1.5",
44+
"workbox-strategies": "6.1.5",
4545
"worker-loader": "3.0.8",
46-
"wrap-ansi": "7.0.0"
46+
"wrap-ansi": "8.0.0"
4747
},
4848
"devDependencies": {
49-
"eslint": "7.23.0",
5049
"editorconfig-checker": "4.0.2",
50+
"eslint": "7.24.0",
5151
"eslint-plugin-html": "6.1.2",
5252
"eslint-plugin-import": "2.22.1",
53-
"eslint-plugin-unicorn": "29.0.0",
54-
"eslint-plugin-vue": "7.8.0",
53+
"eslint-plugin-unicorn": "30.0.0",
54+
"eslint-plugin-vue": "7.9.0",
5555
"jest": "26.6.3",
5656
"jest-extended": "0.11.5",
5757
"stylelint": "13.12.0",
5858
"stylelint-config-standard": "21.0.0",
5959
"svgo": "2.3.0",
60-
"updates": "11.4.3"
60+
"updates": "12.0.2"
6161
},
6262
"browserslist": [
6363
"defaults",

public/img/svg/octicon-blocked.svg

+1
Loading

public/img/svg/octicon-browser.svg

+1-1
Loading

public/img/svg/octicon-circle.svg

+1-1
Loading
Loading

public/img/svg/octicon-codescan.svg

+1
Loading

public/img/svg/octicon-codespaces.svg

+1
Loading

public/img/svg/octicon-dependabot.svg

+1
Loading

public/img/svg/octicon-duplicate.svg

+1
Loading

public/img/svg/octicon-megaphone.svg

+1-1
Loading

public/img/svg/octicon-person-add.svg

+1
Loading
Loading
Loading

public/img/svg/octicon-table.svg

+1
Loading

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export default {
8888
minify: true
8989
}),
9090
new CssMinimizerPlugin({
91-
sourceMap: true,
9291
minimizerOptions: {
9392
preset: [
9493
'default',

0 commit comments

Comments
 (0)