Skip to content

Commit

Permalink
chore(deps-dev): bump the eslint group
Browse files Browse the repository at this point in the history
Bumps the eslint group in /vscode/microsoft-kiota with 2 updates: [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) and [eslint](https://github.com/eslint/eslint).


Updates `@stylistic/eslint-plugin-ts` from 2.13.0 to 3.0.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.0/packages/eslint-plugin-ts)

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.19.0)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 85d3e62 commit 0849d57
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 15 deletions.
157 changes: 144 additions & 13 deletions vscode/microsoft-kiota/package-lock.json

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

4 changes: 2 additions & 2 deletions vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
"test-with-coverage": "npm run pretest && vscode-test --coverage"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^3.0.0",
"@types/adm-zip": "^0.5.7",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
Expand All @@ -528,7 +528,7 @@
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"chai": "^5.1.2",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"glob": "^11.0.1",
"mocha": "^11.1.0",
"sinon": "^19.0.2",
Expand Down

0 comments on commit 0849d57

Please sign in to comment.