Skip to content

Commit fc3add6

Browse files
Bump the dev-dependencies group across 1 directory with 6 updates
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.41` | `2.11.1` | | [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.7.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.0.10` | `63.2.1` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `70.0.0` | `72.0.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.5` | `4.23.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.62.1` | `8.65.0` | Updates `baseline-browser-mapping` from 2.10.41 to 2.11.1 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.41...v2.11.1) Updates `eslint` from 10.6.0 to 10.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.6.0...v10.7.0) Updates `eslint-plugin-jsdoc` from 63.0.10 to 63.2.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.0.10...v63.2.1) Updates `eslint-plugin-unicorn` from 70.0.0 to 72.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v70.0.0...v72.0.0) Updates `tsx` from 4.22.5 to 4.23.1 - [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.1) Updates `typescript-eslint` from 8.62.1 to 8.65.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.65.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: baseline-browser-mapping dependency-version: 2.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 63.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-unicorn dependency-version: 72.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.65.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 e25ced6 commit fc3add6

2 files changed

Lines changed: 272 additions & 155 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,14 +859,14 @@
859859
"@vscode/test-electron": "^3.0.0",
860860
"@vscode/test-web": "^0.0.81",
861861
"@vscode/vsce": "^3.9.2",
862-
"baseline-browser-mapping": "^2.10.41",
862+
"baseline-browser-mapping": "^2.11.1",
863863
"chalk": "^5.6.2",
864864
"cross-env": "^10.1.0",
865865
"esbuild": "^0.28.1",
866866
"esbuild-plugin-polyfill-node": "^0.3.0",
867-
"eslint": "^10.6.0",
868-
"eslint-plugin-jsdoc": "^63.0.10",
869-
"eslint-plugin-unicorn": "^70.0.0",
867+
"eslint": "^10.7.0",
868+
"eslint-plugin-jsdoc": "^63.2.1",
869+
"eslint-plugin-unicorn": "^72.0.0",
870870
"glob": "^13.0.6",
871871
"globals": "^17.7.0",
872872
"husky": "^9.1.7",
@@ -875,9 +875,9 @@
875875
"ovsx": "^1.0.2",
876876
"playwright": "^1.61.1",
877877
"ts-mockito": "^2.6.1",
878-
"tsx": "^4.22.5",
878+
"tsx": "^4.23.1",
879879
"typescript": "npm:@typescript/typescript6@^6.0.2",
880-
"typescript-eslint": "^8.62.1",
880+
"typescript-eslint": "^8.65.0",
881881
"yaml": "^2.9.0"
882882
},
883883
"dependencies": {

0 commit comments

Comments
 (0)