Skip to content

Commit 3cca29a

Browse files
Bump the minor-and-patch group in /vscode with 4 updates
Bumps the minor-and-patch group in /vscode with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [esbuild](https://github.com/evanw/esbuild) and [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli). Updates `@eslint/js` from 9.30.1 to 9.31.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.31.0/packages/js) Updates `@types/node` from 24.0.10 to 24.0.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `esbuild` from 0.25.5 to 0.25.6 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.5...v0.25.6) Updates `ovsx` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/eclipse/openvsx/releases) - [Changelog](https://github.com/eclipse/openvsx/blob/master/cli/CHANGELOG.md) - [Commits](https://github.com/eclipse/openvsx/commits/HEAD/cli) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: esbuild dependency-version: 0.25.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ovsx dependency-version: 0.10.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ccfd63b commit 3cca29a

File tree

2 files changed

+175
-164
lines changed

2 files changed

+175
-164
lines changed

vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,20 +813,20 @@
813813
},
814814
"devDependencies": {
815815
"@babel/core": "^7.28.0",
816-
"@eslint/js": "^9.30.1",
816+
"@eslint/js": "^9.31.0",
817817
"@types/glob": "^8.1.0",
818818
"@types/mocha": "^10.0.10",
819819
"@types/node": "24.x",
820820
"@types/sinon": "^17.0.4",
821821
"@types/vscode": "^1.91.0",
822822
"@vscode/test-electron": "^2.5.2",
823823
"@vscode/vsce": "^3.6.0",
824-
"esbuild": "^0.25.5",
824+
"esbuild": "^0.25.6",
825825
"eslint": "^9.30.1",
826826
"eslint-plugin-prettier": "^5.5.1",
827827
"glob": "^11.0.3",
828828
"mocha": "^11.7.1",
829-
"ovsx": "^0.10.4",
829+
"ovsx": "^0.10.5",
830830
"prettier": "^3.6.2",
831831
"sinon": "^21.0.0",
832832
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)