Skip to content

Commit 9f6b46e

Browse files
Bump the dev-dependencies group across 1 directory with 7 updates
Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.9.1` | `3.9.2` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.32` | `2.10.34` | | [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.4.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.0.0` | `63.0.2` | | [ovsx](https://github.com/eclipse-openvsx/openvsx/tree/HEAD/cli) | `0.10.12` | `1.0.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.3` | `4.22.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.4` | `8.60.1` | Updates `@vscode/vsce` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.9.1...v3.9.2) Updates `baseline-browser-mapping` from 2.10.32 to 2.10.34 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.32...v2.10.34) Updates `eslint` from 10.4.0 to 10.4.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.0...v10.4.1) Updates `eslint-plugin-jsdoc` from 63.0.0 to 63.0.2 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.0.0...v63.0.2) Updates `ovsx` from 0.10.12 to 1.0.0 - [Release notes](https://github.com/eclipse-openvsx/openvsx/releases) - [Changelog](https://github.com/eclipse-openvsx/openvsx/blob/main/cli/CHANGELOG.md) - [Commits](https://github.com/eclipse-openvsx/openvsx/commits/v1.0.0/cli) Updates `tsx` from 4.22.3 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.3...v4.22.4) Updates `typescript-eslint` from 8.59.4 to 8.60.1 - [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.60.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-version: 3.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: baseline-browser-mapping dependency-version: 2.10.34 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ovsx dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.60.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e785e14 commit 9f6b46e

2 files changed

Lines changed: 258 additions & 251 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -857,26 +857,26 @@
857857
"@vscode/test-cli": "^0.0.12",
858858
"@vscode/test-electron": "^2.5.2",
859859
"@vscode/test-web": "^0.0.80",
860-
"@vscode/vsce": "^3.9.1",
861-
"baseline-browser-mapping": "^2.10.32",
860+
"@vscode/vsce": "^3.9.2",
861+
"baseline-browser-mapping": "^2.10.34",
862862
"chalk": "^5.6.2",
863863
"cross-env": "^10.1.0",
864864
"esbuild": "^0.28.0",
865865
"esbuild-plugin-polyfill-node": "^0.3.0",
866-
"eslint": "^10.4.0",
867-
"eslint-plugin-jsdoc": "^63.0.0",
866+
"eslint": "^10.4.1",
867+
"eslint-plugin-jsdoc": "^63.0.2",
868868
"eslint-plugin-unicorn": "^64.0.0",
869869
"glob": "^13.0.6",
870870
"globals": "^17.6.0",
871871
"husky": "^9.1.7",
872872
"mocha": "^11.7.6",
873873
"npm-run-all": "^4.1.5",
874-
"ovsx": "^0.10.12",
874+
"ovsx": "^1.0.0",
875875
"playwright": "^1.60.0",
876876
"ts-mockito": "^2.6.1",
877-
"tsx": "^4.22.3",
877+
"tsx": "^4.22.4",
878878
"typescript": "^6.0.3",
879-
"typescript-eslint": "^8.59.4",
879+
"typescript-eslint": "^8.60.1",
880880
"yaml": "^2.9.0"
881881
},
882882
"dependencies": {

0 commit comments

Comments
 (0)