Skip to content

Commit 1722b84

Browse files
silverwindSirherobrine23
authored andcommitted
Update JS and PY deps (go-gitea#36576)
eslint v10 is excluded from updates because the plugins are not compatible yet.
1 parent 581f465 commit 1722b84

4 files changed

Lines changed: 544 additions & 522 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@10.28.2",
3+
"packageManager": "pnpm@10.29.2",
44
"engines": {
55
"node": ">= 22.6.0",
66
"pnpm": ">= 10.0.0"
@@ -26,7 +26,7 @@
2626
"chart.js": "4.5.1",
2727
"chartjs-adapter-dayjs-4": "1.0.4",
2828
"chartjs-plugin-zoom": "2.2.0",
29-
"clippie": "4.1.9",
29+
"clippie": "4.1.10",
3030
"compare-versions": "6.1.1",
3131
"cropperjs": "1.6.2",
3232
"css-loader": "7.1.3",
@@ -58,19 +58,19 @@
5858
"tributejs": "5.1.3",
5959
"uint8-to-base64": "0.2.1",
6060
"vanilla-colorful": "0.7.2",
61-
"vue": "3.5.27",
61+
"vue": "3.5.28",
6262
"vue-bar-graph": "2.2.0",
6363
"vue-chartjs": "5.3.3",
6464
"vue-loader": "17.4.2",
65-
"webpack": "5.104.1",
65+
"webpack": "5.105.0",
6666
"webpack-cli": "6.0.1",
6767
"wrap-ansi": "9.0.2"
6868
},
6969
"devDependencies": {
7070
"@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
7171
"@eslint/json": "0.14.0",
72-
"@playwright/test": "1.58.1",
73-
"@stylistic/eslint-plugin": "5.7.1",
72+
"@playwright/test": "1.58.2",
73+
"@stylistic/eslint-plugin": "5.8.0",
7474
"@stylistic/stylelint-plugin": "5.0.1",
7575
"@types/codemirror": "5.60.17",
7676
"@types/dropzone": "5.7.9",
@@ -83,9 +83,9 @@
8383
"@types/throttle-debounce": "5.0.2",
8484
"@types/tinycolor2": "1.4.6",
8585
"@types/toastify-js": "1.12.4",
86-
"@typescript-eslint/parser": "8.54.0",
87-
"@vitejs/plugin-vue": "6.0.3",
88-
"@vitest/eslint-plugin": "1.6.6",
86+
"@typescript-eslint/parser": "8.55.0",
87+
"@vitejs/plugin-vue": "6.0.4",
88+
"@vitest/eslint-plugin": "1.6.7",
8989
"eslint": "9.39.2",
9090
"eslint-import-resolver-typescript": "4.4.4",
9191
"eslint-plugin-array-func": "5.1.0",
@@ -97,25 +97,25 @@
9797
"eslint-plugin-unicorn": "62.0.0",
9898
"eslint-plugin-vue": "10.7.0",
9999
"eslint-plugin-vue-scoped-css": "2.12.0",
100-
"eslint-plugin-wc": "3.0.2",
101-
"globals": "17.2.0",
102-
"happy-dom": "20.4.0",
100+
"eslint-plugin-wc": "3.1.0",
101+
"globals": "17.3.0",
102+
"happy-dom": "20.6.0",
103103
"jiti": "2.6.1",
104104
"markdownlint-cli": "0.47.0",
105105
"material-icon-theme": "5.31.0",
106106
"nolyfill": "1.0.44",
107107
"postcss-html": "1.8.1",
108-
"spectral-cli-bundle": "1.0.3",
109-
"stylelint": "17.1.0",
108+
"spectral-cli-bundle": "1.0.4",
109+
"stylelint": "17.1.1",
110110
"stylelint-config-recommended": "18.0.0",
111111
"stylelint-declaration-block-no-ignored-properties": "3.0.0",
112112
"stylelint-declaration-strict-value": "1.10.11",
113113
"stylelint-value-no-unknown-custom-properties": "6.1.1",
114114
"svgo": "4.0.0",
115115
"typescript": "5.9.3",
116-
"typescript-eslint": "8.54.0",
117-
"updates": "17.0.9",
118-
"vite-string-plugin": "2.0.0",
116+
"typescript-eslint": "8.55.0",
117+
"updates": "17.4.0",
118+
"vite-string-plugin": "2.0.1",
119119
"vitest": "4.0.18",
120120
"vue-tsc": "3.2.4"
121121
},

0 commit comments

Comments
 (0)