Skip to content

Commit e8d8774

Browse files
Bump the minor-and-patch group in /vscode with 5 updates
Bumps the minor-and-patch group in /vscode with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.1` | | [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.6.2` | `3.7.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.12` | `0.27.0` | | [mocha](https://github.com/mochajs/mocha) | `11.7.4` | `11.7.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.46.3` | Updates `@eslint/js` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) Updates `@vscode/vsce` from 3.6.2 to 3.7.0 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.6.2...v3.7.0) Updates `esbuild` from 0.25.12 to 0.27.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.12...v0.27.0) Updates `mocha` from 11.7.4 to 11.7.5 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.4...v11.7.5) Updates `typescript-eslint` from 8.46.2 to 8.46.3 - [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.46.3/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@vscode/vsce" dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: esbuild dependency-version: 0.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f38329f commit e8d8774

File tree

2 files changed

+247
-247
lines changed

2 files changed

+247
-247
lines changed

vscode/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -813,23 +813,23 @@
813813
},
814814
"devDependencies": {
815815
"@babel/core": "^7.28.5",
816-
"@eslint/js": "^9.39.0",
816+
"@eslint/js": "^9.39.1",
817817
"@types/mocha": "^10.0.10",
818818
"@types/node": "24.x",
819819
"@types/sinon": "^17.0.4",
820820
"@types/vscode": "^1.91.0",
821821
"@vscode/test-electron": "^2.5.2",
822-
"@vscode/vsce": "^3.6.2",
823-
"esbuild": "^0.25.12",
822+
"@vscode/vsce": "^3.7.0",
823+
"esbuild": "^0.27.0",
824824
"eslint": "^9.30.1",
825825
"eslint-plugin-prettier": "^5.5.4",
826826
"glob": "^11.0.3",
827-
"mocha": "^11.7.4",
827+
"mocha": "^11.7.5",
828828
"ovsx": "^0.10.6",
829829
"prettier": "^3.6.2",
830830
"sinon": "^21.0.0",
831831
"typescript": "^5.9.3",
832-
"typescript-eslint": "^8.46.2",
832+
"typescript-eslint": "^8.46.3",
833833
"vscode-oniguruma": "^2.0.1",
834834
"vscode-textmate": "^9.2.1"
835835
},

0 commit comments

Comments
 (0)