Skip to content

Commit

Permalink
chore(deps-dev): bump the vscode group with 10 updates (#96)
Browse files Browse the repository at this point in the history
Bumps the vscode group with 10 updates:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.14.9` | `22.0.2` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `7.14.1` | `8.0.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `7.14.1` | `8.0.0` |
| [@vscode/test-electron](https://github.com/Microsoft/vscode-test) |
`2.4.0` | `2.4.1` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `2.29.0` |
`2.31.1` |
| [glob](https://github.com/isaacs/node-glob) | `10.4.2` | `11.0.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.5.2` | `10.7.0` |
| [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) | `0.9.1` |
`0.9.2` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` |
`5.5.4` |
---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Mannion <[email protected]>
  • Loading branch information
dependabot[bot] and tekumara authored Aug 3, 2024
1 parent cc0a1ec commit 6bb974a
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 362 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"plugins": ["@typescript-eslint", "@stylistic"],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
"@stylistic/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
Expand Down
Loading

0 comments on commit 6bb974a

Please sign in to comment.