Skip to content

Commit 7c52883

Browse files
chore(deps): bump the vscode group across 1 directory with 7 updates (#1410)
* chore(deps): bump the vscode group across 1 directory with 7 updates Bumps the vscode group with 7 updates in the /extensions/vscode directory: | Package | From | To | | --- | --- | --- | | [yaml](https://github.com/eemeli/yaml) | `2.4.5` | `2.5.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.11` | `22.5.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.16.1` | `8.3.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.16.1` | `8.3.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.9.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.94.0` | Updates `yaml` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.4.5...v2.5.0) Updates `@types/node` from 20.14.11 to 22.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.16.1 to 8.3.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.16.1 to 8.3.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/parser) Updates `eslint` from 8.57.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.9.1) Updates `typescript` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) Updates `webpack` from 5.93.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vscode - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: vscode - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: vscode - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: vscode - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: vscode - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vscode - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vscode ... Signed-off-by: dependabot[bot] <[email protected]> * revert eslint * fix eslint semi --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Angelov <[email protected]>
1 parent 8590468 commit 7c52883

File tree

3 files changed

+499
-336
lines changed

3 files changed

+499
-336
lines changed

extensions/vscode/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"ecmaVersion": 6,
66
"sourceType": "module"
77
},
8-
"plugins": ["@typescript-eslint"],
8+
"plugins": ["@stylistic", "@typescript-eslint"],
99
"rules": {
1010
"@typescript-eslint/naming-convention": "warn",
11-
"@typescript-eslint/semi": "warn",
11+
"@stylistic/semi": "warn",
1212
"curly": "warn",
1313
"eqeqeq": "warn",
1414
"no-throw-literal": "warn",

0 commit comments

Comments
 (0)