From 0bf4e4f36d1054d386474460fdc496a2feb8b056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 04:50:39 +0000 Subject: [PATCH] chore(deps-dev): bump typescript Bumps the dev-dependencies group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- autopairs/package.json | 2 +- git/package.json | 2 +- layout-customizer/package.json | 2 +- lualine/package.json | 2 +- package.json | 2 +- telescope/package.json | 2 +- treesitter/package.json | 2 +- trim-whitespace/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/autopairs/package.json b/autopairs/package.json index 2e904b9..7a75008 100644 --- a/autopairs/package.json +++ b/autopairs/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public" diff --git a/git/package.json b/git/package.json index 6508375..88c4413 100644 --- a/git/package.json +++ b/git/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public" diff --git a/layout-customizer/package.json b/layout-customizer/package.json index 142caf7..757166a 100644 --- a/layout-customizer/package.json +++ b/layout-customizer/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public" diff --git a/lualine/package.json b/lualine/package.json index 3327faa..b8aa336 100644 --- a/lualine/package.json +++ b/lualine/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public" diff --git a/package.json b/package.json index 415869e..eb076e4 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "@vemjs/plugin-api": "^0.1.7", "oxlint": "^1.72.0", "prettier": "^3.9.4", - "typescript": "~6.0.2" + "typescript": "~7.0.2" } } diff --git a/telescope/package.json b/telescope/package.json index f068e1b..cf35a2c 100644 --- a/telescope/package.json +++ b/telescope/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public" diff --git a/treesitter/package.json b/treesitter/package.json index ee5bc00..65ab9f3 100644 --- a/treesitter/package.json +++ b/treesitter/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public" diff --git a/trim-whitespace/package.json b/trim-whitespace/package.json index 6c9a327..fc0c2f6 100644 --- a/trim-whitespace/package.json +++ b/trim-whitespace/package.json @@ -16,7 +16,7 @@ "@vemjs/plugin-api": "^0.1.4" }, "devDependencies": { - "typescript": "~6.0.2" + "typescript": "~7.0.2" }, "publishConfig": { "access": "public"