Skip to content

Commit

Permalink
Bump the lint group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the lint group with 2 updates in the / directory: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest).


Updates `eslint` from 8.57.0 to 9.3.0
- [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.3.0)

Updates `eslint-plugin-vitest` from 0.4.1 to 0.5.4
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.4.1...v0.5.4)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 617c2b0 commit e6b0559
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/app/backend-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "1.6.0",
"auto-changelog": "^2.4.0",
"eslint": "^8.57.0",
"eslint": "^9.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vitest": "0.4.1",
"eslint-plugin-vitest": "0.5.4",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vitest": "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/websockets-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@lokalise/eslint-config": "latest",
"@lokalise/prettier-config": "latest",
"@lokalise/package-vite-config": "latest",
"eslint": "^8.53.0",
"eslint": "^9.3.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.1",
"typescript": "~5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package-vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@lokalise/eslint-config": "latest",
"@lokalise/prettier-config": "latest",
"eslint": "^8.51.0",
"eslint": "^9.3.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.4.5"
Expand Down

0 comments on commit e6b0559

Please sign in to comment.