Skip to content

Commit 6eaadd9

Browse files
Bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the /vscode directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.0` | `0.27.1` | | [prettier](https://github.com/prettier/prettier) | `3.7.3` | `3.7.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.0` | `8.49.0` | | [vscode-textmate](https://github.com/microsoft/vscode-textmate) | `9.2.1` | `9.3.0` | Updates `@eslint/js` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `esbuild` from 0.27.0 to 0.27.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.0...v0.27.1) Updates `prettier` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.3...3.7.4) Updates `typescript-eslint` from 8.48.0 to 8.49.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint) Updates `vscode-textmate` from 9.2.1 to 9.3.0 - [Release notes](https://github.com/microsoft/vscode-textmate/releases) - [Commits](microsoft/vscode-textmate@v9.2.1...v9.3.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: esbuild dependency-version: 0.27.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: vscode-textmate dependency-version: 9.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 930e794 commit 6eaadd9

2 files changed

Lines changed: 247 additions & 253 deletions

File tree

vscode/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -813,25 +813,25 @@
813813
},
814814
"devDependencies": {
815815
"@babel/core": "^7.28.5",
816-
"@eslint/js": "^9.39.1",
816+
"@eslint/js": "^9.39.2",
817817
"@types/mocha": "^10.0.10",
818818
"@types/node": "24.x",
819819
"@types/sinon": "^21.0.0",
820820
"@types/vscode": "^1.91.0",
821821
"@vscode/test-electron": "^2.5.2",
822822
"@vscode/vsce": "^3.7.1",
823-
"esbuild": "^0.27.0",
823+
"esbuild": "^0.27.1",
824824
"eslint": "^9.30.1",
825825
"eslint-plugin-prettier": "^5.5.4",
826826
"glob": "^13.0.0",
827827
"mocha": "^11.7.5",
828828
"ovsx": "^0.10.7",
829-
"prettier": "^3.7.3",
829+
"prettier": "^3.7.4",
830830
"sinon": "^21.0.0",
831831
"typescript": "^5.9.3",
832-
"typescript-eslint": "^8.48.0",
832+
"typescript-eslint": "^8.49.0",
833833
"vscode-oniguruma": "^2.0.1",
834-
"vscode-textmate": "^9.2.1"
834+
"vscode-textmate": "^9.3.0"
835835
},
836836
"dependencies": {
837837
"vscode-languageclient": "^9.0.1",

0 commit comments

Comments
 (0)