Skip to content

Commit

Permalink
(npm): Bump the eslint group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the eslint group with 3 updates: [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) and [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest).


Updates `eslint-config-love` from 57.0.0 to 59.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v57.0.0...v59.0.0)

Updates `eslint-plugin-promise` from 6.6.0 to 7.0.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.6.0...v7.0.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-config-love
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2024
1 parent 10349e1 commit bdc267a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
52 changes: 37 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@typescript-eslint/eslint-plugin": "^7.17.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-love": "^57.0.0",
"eslint-config-love": "^59.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-vitest": "^0.5.4",
"glob": "^11.0.0",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
Expand Down

0 comments on commit bdc267a

Please sign in to comment.