Bump eslint from 8.57.1 to 9.14.0 (#352)

* Bump eslint from 8.57.1 to 9.14.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Migrate eslint config to new version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
This commit is contained in:
dependabot[bot]
2024-11-03 15:24:32 +01:00
committed by GitHub
parent adfd5fdbd9
commit 45ea8e67c7
4 changed files with 220 additions and 301 deletions

View File

@ -30,7 +30,7 @@
"@xmldom/xmldom": "^0.8.10"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"jest": "^29.7.0"
}
}