Skip to content

Commit d86b605

Browse files
authored
Merge pull request #11802 from owncloud/renovate/devdeps-non-major
chore(deps): update devdeps non-major
2 parents d0cc324 + 883d990 commit d86b605

File tree

5 files changed

+1405
-1353
lines changed

5 files changed

+1405
-1353
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"not OperaMobile > 0"
3232
],
3333
"devDependencies": {
34-
"@babel/core": "7.25.8",
34+
"@babel/core": "7.26.0",
3535
"@babel/polyfill": "7.12.1",
36-
"@babel/preset-env": "7.25.8",
37-
"@babel/register": "7.25.7",
36+
"@babel/preset-env": "7.26.0",
37+
"@babel/register": "7.25.9",
3838
"@cucumber/cucumber": "11.0.1",
3939
"@cucumber/messages": "27.0.0",
4040
"@cucumber/pretty-formatter": "1.0.1",
@@ -43,14 +43,14 @@
4343
"@ownclouders/eslint-config": "workspace:*",
4444
"@ownclouders/prettier-config": "workspace:*",
4545
"@ownclouders/tsconfig": "workspace:*",
46-
"@playwright/test": "1.48.0",
46+
"@playwright/test": "1.48.2",
4747
"@types/luxon": "3.4.2",
4848
"@types/mark.js": "8.11.12",
4949
"@types/semver": "7.5.8",
5050
"@types/uuid": "10.0.0",
5151
"@vitejs/plugin-vue": "5.1.4",
52-
"@vitest/coverage-v8": "2.1.2",
53-
"@vitest/web-worker": "2.1.2",
52+
"@vitest/coverage-v8": "2.1.4",
53+
"@vitest/web-worker": "2.1.4",
5454
"@vue/compiler-dom": "3.5.12",
5555
"@vue/compiler-sfc": "3.5.12",
5656
"@vue/test-utils": "2.4.6",
@@ -59,32 +59,32 @@
5959
"commander": "12.1.0",
6060
"cucumber-html-reporter": "7.2.0",
6161
"ejs": "3.1.10",
62-
"eslint": "9.12.0",
62+
"eslint": "9.14.0",
6363
"git-repo-info": "2.1.1",
6464
"glob": "11.0.0",
65-
"happy-dom": "15.10.2",
65+
"happy-dom": "15.11.0",
6666
"jsdom": "^25.0.0",
6767
"license-checker-rseidelsohn": "4.4.2",
6868
"node-fetch": "3.3.2",
69-
"pino-pretty": "11.2.2",
70-
"pino": "9.4.0",
69+
"pino-pretty": "11.3.0",
70+
"pino": "9.5.0",
7171
"qs": "6.13.0",
7272
"requirejs": "2.3.7",
7373
"rollup-plugin-gzip": "^4.0.0",
7474
"rollup-plugin-visualizer": "5.12.0",
7575
"simple-git": "3.27.0",
7676
"ts-node": "10.9.2",
77-
"tslib": "2.7.0",
77+
"tslib": "2.8.1",
7878
"typescript": "5.6.3",
7979
"vite-plugin-environment": "^1.1.3",
8080
"vite-plugin-node-polyfills": "0.22.0",
8181
"vite-plugin-static-copy": "^2.0.0",
8282
"vite-plugin-treat-umd-as-commonjs": "0.1.4",
83-
"vite": "5.4.8",
83+
"vite": "5.4.10",
8484
"vitest-mock-extended": "2.0.2",
85-
"vitest": "2.1.2",
85+
"vitest": "2.1.4",
8686
"vue-demi": "0.14.10",
87-
"vue-tsc": "2.1.6",
87+
"vue-tsc": "2.1.10",
8888
"vue": "3.5.12",
8989
"vue3-gettext": "2.4.0"
9090
},

packages/design-system/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
"webfontloader": "^1.6.28"
108108
},
109109
"devDependencies": {
110-
"@babel/core": "7.25.8",
111-
"@babel/plugin-transform-runtime": "7.25.7",
112-
"@babel/preset-env": "7.25.8",
113-
"@babel/runtime": "7.25.7",
110+
"@babel/core": "7.26.0",
111+
"@babel/plugin-transform-runtime": "7.25.9",
112+
"@babel/preset-env": "7.26.0",
113+
"@babel/runtime": "7.26.0",
114114
"@codemirror/lang-html": "^6.4.7",
115115
"@codemirror/language": "^6.10.0",
116116
"@codemirror/state": "^6.4.0",
@@ -143,7 +143,7 @@
143143
"react": "^18.2.0",
144144
"sass-loader": "10.5.2",
145145
"sass-resources-loader": "^2.2.5",
146-
"sass": "1.79.5",
146+
"sass": "1.80.6",
147147
"semver": "7.6.3",
148148
"shelljs": "^0.8.3",
149149
"style-dictionary": "^3.9.1",

packages/web-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
"devDependencies": {
9696
"@types/luxon": "3.4.2",
9797
"@vitejs/plugin-vue": "5.1.4",
98-
"clean-publish": "5.0.0",
99-
"vite-plugin-dts": "4.2.4",
98+
"clean-publish": "5.1.0",
99+
"vite-plugin-dts": "4.3.0",
100100
"vite-plugin-node-polyfills": "0.22.0",
101-
"vite": "5.4.8"
101+
"vite": "5.4.10"
102102
}
103103
}

packages/web-pkg/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"@ownclouders/web-test-helpers": "workspace:^",
7777
"@types/dompurify": "3.0.5",
7878
"@types/lodash-es": "4.17.12",
79-
"@vitest/web-worker": "2.1.2",
80-
"clean-publish": "5.0.0",
81-
"vite-plugin-dts": "4.2.4",
79+
"@vitest/web-worker": "2.1.4",
80+
"clean-publish": "5.1.0",
81+
"vite-plugin-dts": "4.3.0",
8282
"vite-plugin-node-polyfills": "0.22.0"
8383
}
8484
}

0 commit comments

Comments
 (0)