Skip to content

Commit

Permalink
build(deps-dev): bump the dev-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /kusto-language-server/client with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.90.0` | `1.92.0` |
| [@vscode/test-electron](https://github.com/Microsoft/vscode-test) | `2.4.0` | `2.4.1` |
| [mocha](https://github.com/mochajs/mocha) | `10.5.2` | `10.7.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |


Updates `@types/vscode` from 1.90.0 to 1.92.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

Updates `@vscode/test-electron` from 2.4.0 to 2.4.1
- [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-test@v2.4.0...v2.4.1)

Updates `mocha` from 10.5.2 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.5.2...v10.7.0)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: "@types/vscode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vscode/test-electron"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 8e148ac commit a5446a5
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 74 deletions.
140 changes: 70 additions & 70 deletions kusto-language-server/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions kusto-language-server/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/vscode": "^1.90.0",
"@types/vscode": "^1.92.0",
"@vscode/test-electron": "*",
"mocha": "^10.5.2",
"mocha": "^10.7.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.3.2"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "3.3.3"
}
}

0 comments on commit a5446a5

Please sign in to comment.