From 07500616b0bceda68c2c361aaaf17c7db8537075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:45:51 +0000 Subject: [PATCH 1/2] chore(deps-dev): Bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2b3db6..ae6fe47 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "happy-dom": "^20.7.0", "postcss": "^8.5.6", "rollup-plugin-visualizer": "^7.0.0", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vitest": "^4.0.18", From ba60acc420251eaa483249e018ec8d075728d562 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:35:26 -0300 Subject: [PATCH 2/2] fix(deps): align typescript-eslint with typescript 6 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ae6fe47..4105033 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2", "@eslint/js": "^9.39.3", - "@typescript-eslint/eslint-plugin": "^8.56.0", - "@typescript-eslint/parser": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^8.58.0", + "@typescript-eslint/parser": "^8.58.0", "@vitejs/plugin-vue": "^6.0.4", "eslint": "^9.0.0", "eslint-plugin-vue": "^10.8.0", @@ -75,7 +75,7 @@ ], "overrides": { "eslint-plugin-vitest": { - "@typescript-eslint/utils": "^8.56.0" + "@typescript-eslint/utils": "^8.58.0" } }, "files": [