From 42df912efee4d978368f64857917a60ae1de5fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:46:20 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: @vemjs/core and [typescript](https://github.com/microsoft/TypeScript). Updates `@vemjs/core` from 0.1.13 to 0.3.0 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: "@vemjs/core" dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-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 | 4 ++-- telescope/package.json | 2 +- treesitter/package.json | 2 +- trim-whitespace/package.json | 2 +- 8 files changed, 9 insertions(+), 9 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 756e923..fecc73d 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ ], "devDependencies": { "@changesets/cli": "^2.31.0", - "@vemjs/core": "^0.1.4", + "@vemjs/core": "^0.3.0", "@vemjs/plugin-api": "^0.1.4", "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"