Skip to content

Commit 38b2da0

Browse files
authored
Merge pull request #12374 from owncloud/renovate/devdeps-non-major
chore(deps): update devdeps non-major
2 parents 7e6882f + 0d0d75b commit 38b2da0

File tree

6 files changed

+430
-436
lines changed

6 files changed

+430
-436
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"@ownclouders/prettier-config": "workspace:*",
4848
"@ownclouders/tsconfig": "workspace:*",
4949
"@playwright/test": "1.51.1",
50-
"@types/luxon": "3.4.2",
50+
"@types/luxon": "3.6.2",
5151
"@types/mark.js": "8.11.12",
52-
"@types/semver": "7.5.8",
52+
"@types/semver": "7.7.0",
5353
"@types/uuid": "10.0.0",
5454
"@vitejs/plugin-vue": "5.2.3",
55-
"@vitest/coverage-v8": "3.0.9",
56-
"@vitest/web-worker": "3.0.9",
55+
"@vitest/coverage-v8": "3.1.1",
56+
"@vitest/web-worker": "3.1.1",
5757
"@vue/compiler-dom": "3.5.13",
5858
"@vue/compiler-sfc": "3.5.13",
5959
"@vue/test-utils": "2.4.6",
@@ -62,7 +62,7 @@
6262
"commander": "13.1.0",
6363
"cucumber-html-reporter": "7.2.0",
6464
"ejs": "3.1.10",
65-
"eslint": "9.23.0",
65+
"eslint": "9.24.0",
6666
"git-repo-info": "2.1.1",
6767
"glob": "11.0.1",
6868
"happy-dom": "17.4.4",
@@ -79,14 +79,14 @@
7979
"simple-git": "3.27.0",
8080
"ts-node": "10.9.2",
8181
"tslib": "2.8.1",
82-
"typescript": "5.8.2",
82+
"typescript": "5.8.3",
8383
"vite": "6.2.4",
8484
"vite-plugin-environment": "^1.1.3",
8585
"vite-plugin-node-polyfills": "0.23.0",
8686
"vite-plugin-static-copy": "^2.0.0",
8787
"vite-plugin-treat-umd-as-commonjs": "0.1.4",
8888
"vitest": "^3.0.7",
89-
"vitest-mock-extended": "3.0.1",
89+
"vitest-mock-extended": "3.1.0",
9090
"vue": "3.5.13",
9191
"vue-demi": "0.14.10",
9292
"vue-tsc": "2.2.8",

packages/design-system/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@
123123
"postcss-safe-parser": "7.0.1",
124124
"postcss-simple-vars": "^7.0.1",
125125
"process": "^0.11.10",
126-
"sass": "1.86.0",
126+
"sass": "1.86.3",
127127
"semver": "7.7.1",
128128
"shelljs": "^0.9.0",
129129
"style-dictionary": "^4.0.0",
130130
"style-value-types": "^5.0.0",
131-
"stylelint": "16.16.0",
131+
"stylelint": "16.18.0",
132132
"stylelint-config-sass-guidelines": "^12.0.0",
133133
"stylelint-config-standard": "^38.0.0",
134134
"tinycolor2": "^1.6.0",
135-
"typescript": "5.8.2",
135+
"typescript": "5.8.3",
136136
"url": "^0.11.3",
137137
"url-loader": "^4.1.1",
138138
"vite": "^6.0.0",

packages/web-app-password-protected-folders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@ownclouders/web-test-helpers": "workspace:*",
1818
"@vue/test-utils": "^2.4.6",
1919
"uuid": "^11.0.0",
20-
"vitest-mock-extended": "3.0.1",
20+
"vitest-mock-extended": "3.1.0",
2121
"vue": "^3.4.21",
2222
"vue3-gettext": "^2.4.0"
2323
}

packages/web-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"zod": "^3.23.8"
9595
},
9696
"devDependencies": {
97-
"@types/luxon": "3.4.2",
97+
"@types/luxon": "3.6.2",
9898
"@vitejs/plugin-vue": "5.2.3",
9999
"clean-publish": "5.1.0",
100100
"vite-plugin-dts": "4.5.3",

packages/web-pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@ownclouders/web-test-helpers": "workspace:^",
8181
"@types/dompurify": "3.2.0",
8282
"@types/lodash-es": "4.17.12",
83-
"@vitest/web-worker": "3.0.9",
83+
"@vitest/web-worker": "3.1.1",
8484
"clean-publish": "5.1.0",
8585
"vite-plugin-dts": "4.5.3",
8686
"vite-plugin-node-polyfills": "0.23.0"

0 commit comments

Comments
 (0)