Skip to content

Commit

Permalink
build(deps-dev): bump eslint from 8.57.0 to 9.1.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.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.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent ba32289 commit 31e58d1
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 169 deletions.
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typescript-eslint/parser": "7.7.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.0",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eventemitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typescript-eslint/parser": "7.7.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.0",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "7.7.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.0",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typescript-eslint/parser": "7.7.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.0",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typescript-eslint/parser": "7.7.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.0",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "7.7.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.1.0",
"eslint-config-love": "^47.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.2.1",
Expand Down
Loading

0 comments on commit 31e58d1

Please sign in to comment.