Skip to content

Commit 6e7aff3

Browse files
Bump the dev-dependencies group with 6 updates
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.41` | `2.10.42` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.0.10` | `63.0.12` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `70.0.0` | `71.1.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.5` | `4.23.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.62.1` | `8.63.0` | Updates `baseline-browser-mapping` from 2.10.41 to 2.10.42 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.41...v2.10.42) Updates `eslint-plugin-jsdoc` from 63.0.10 to 63.0.12 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.0.10...v63.0.12) Updates `eslint-plugin-unicorn` from 70.0.0 to 71.1.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v70.0.0...v71.1.0) Updates `tsx` from 4.22.5 to 4.23.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.5...v4.23.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `typescript-eslint` from 8.62.1 to 8.63.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.63.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: baseline-browser-mapping dependency-version: 2.10.42 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-unicorn dependency-version: 71.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6714b65 commit 6e7aff3

2 files changed

Lines changed: 421 additions & 137 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -858,14 +858,14 @@
858858
"@vscode/test-electron": "^3.0.0",
859859
"@vscode/test-web": "^0.0.81",
860860
"@vscode/vsce": "^3.9.2",
861-
"baseline-browser-mapping": "^2.10.41",
861+
"baseline-browser-mapping": "^2.10.42",
862862
"chalk": "^5.6.2",
863863
"cross-env": "^10.1.0",
864864
"esbuild": "^0.28.1",
865865
"esbuild-plugin-polyfill-node": "^0.3.0",
866866
"eslint": "^10.6.0",
867-
"eslint-plugin-jsdoc": "^63.0.10",
868-
"eslint-plugin-unicorn": "^70.0.0",
867+
"eslint-plugin-jsdoc": "^63.0.12",
868+
"eslint-plugin-unicorn": "^71.1.0",
869869
"glob": "^13.0.6",
870870
"globals": "^17.7.0",
871871
"husky": "^9.1.7",
@@ -874,9 +874,9 @@
874874
"ovsx": "^1.0.2",
875875
"playwright": "^1.61.1",
876876
"ts-mockito": "^2.6.1",
877-
"tsx": "^4.22.5",
878-
"typescript": "^6.0.3",
879-
"typescript-eslint": "^8.62.1",
877+
"tsx": "^4.23.0",
878+
"typescript": "^7.0.2",
879+
"typescript-eslint": "^8.63.0",
880880
"yaml": "^2.9.0"
881881
},
882882
"dependencies": {

0 commit comments

Comments
 (0)