Skip to content

Commit dcebe97

Browse files
Bump the dev-dependencies group with 7 updates
Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@vscode/test-electron](https://github.com/Microsoft/vscode-test) | `3.0.0` | `3.1.0` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.11.1` | `2.11.8` | | [chalk](https://github.com/chalk/chalk) | `5.6.2` | `6.0.0` | | [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.8.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.2.1` | `63.3.2` | | [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.8.0` | | [playwright](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` | Updates `@vscode/test-electron` from 3.0.0 to 3.1.0 - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/commits) Updates `baseline-browser-mapping` from 2.11.1 to 2.11.8 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.11.1...v2.11.8) Updates `chalk` from 5.6.2 to 6.0.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.6.2...v6.0.0) Updates `eslint` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.7.0...v10.8.0) Updates `eslint-plugin-jsdoc` from 63.2.1 to 63.3.2 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.2.1...v63.3.2) Updates `globals` from 17.7.0 to 17.8.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.7.0...v17.8.0) Updates `playwright` from 1.61.1 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.1...v1.62.1) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: baseline-browser-mapping dependency-version: 2.11.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 63.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: playwright dependency-version: 1.62.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 eb43b0b commit dcebe97

2 files changed

Lines changed: 136 additions & 107 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -856,24 +856,24 @@
856856
"@types/vscode-webview": "^1.57.5",
857857
"@typescript/native": "npm:typescript@^7.0.2",
858858
"@vscode/test-cli": "^0.0.15",
859-
"@vscode/test-electron": "^3.0.0",
859+
"@vscode/test-electron": "^3.1.0",
860860
"@vscode/test-web": "^0.0.81",
861861
"@vscode/vsce": "^3.9.2",
862-
"baseline-browser-mapping": "^2.11.1",
863-
"chalk": "^5.6.2",
862+
"baseline-browser-mapping": "^2.11.8",
863+
"chalk": "^6.0.0",
864864
"cross-env": "^10.1.0",
865865
"esbuild": "^0.28.1",
866866
"esbuild-plugin-polyfill-node": "^0.3.0",
867-
"eslint": "^10.7.0",
868-
"eslint-plugin-jsdoc": "^63.2.1",
867+
"eslint": "^10.8.0",
868+
"eslint-plugin-jsdoc": "^63.3.2",
869869
"eslint-plugin-unicorn": "^72.0.0",
870870
"glob": "^13.0.6",
871-
"globals": "^17.7.0",
871+
"globals": "^17.8.0",
872872
"husky": "^9.1.7",
873873
"mocha": "^11.7.6",
874874
"npm-run-all": "^4.1.5",
875875
"ovsx": "^1.0.2",
876-
"playwright": "^1.61.1",
876+
"playwright": "^1.62.1",
877877
"ts-mockito": "^2.6.1",
878878
"tsx": "^4.23.1",
879879
"typescript": "npm:@typescript/typescript6@^6.0.2",

0 commit comments

Comments
 (0)