From fb6a523ddd890ec52fba58316e4be18321ec1f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:14:03 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /packages/vscode-lit-plugin directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /packages/ts-lit-plugin directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.27.3 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.3...v0.28.1) Updates `esbuild` from 0.27.3 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.3...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/ts-lit-plugin/package.json | 2 +- packages/vscode-lit-plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ts-lit-plugin/package.json b/packages/ts-lit-plugin/package.json index 884f74f9..0a1dd453 100644 --- a/packages/ts-lit-plugin/package.json +++ b/packages/ts-lit-plugin/package.json @@ -66,7 +66,7 @@ }, "devDependencies": { "@types/node": "^24.12.0", - "esbuild": "^0.27.3", + "esbuild": "^0.28.1", "typescript": "~5.8.3", "wireit": "^0.14.12" }, diff --git a/packages/vscode-lit-plugin/package.json b/packages/vscode-lit-plugin/package.json index 3a94656f..9295e684 100644 --- a/packages/vscode-lit-plugin/package.json +++ b/packages/vscode-lit-plugin/package.json @@ -172,7 +172,7 @@ "@types/node": "^24.12.0", "@types/vscode": "1.63.0", "@vscode/vsce": "^3.7.1", - "esbuild": "^0.27.3", + "esbuild": "^0.28.1", "fast-glob": "^3.2.11", "@jackolope/lit-analyzer": "^3.2.1", "mocha": "^11.7.1",