Skip to content

Commit

Permalink
Update eslint from 8.57.0 to 9.10.0 (#660)
Browse files Browse the repository at this point in the history
* Update eslint from 8.57.0 to 9.10.0

Also adjusts eslint configuration

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.10.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.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-autored-by: Manfred Moser <manfred@simpligility.ca>

* Explicitly declare module type of package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mosabua and dependabot[bot] authored Sep 24, 2024
1 parent 5c451f4 commit 3bef09f
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 110 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default [
{
ignores: ["dist"]
}
];
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": "0.2.3",
"name": "trino-client",
"description": "Trino client library",
"type": "module",
"author": {
"name": "Filipe Regadas",
"email": "oss@regadas.email",
Expand Down Expand Up @@ -32,7 +33,7 @@
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.19.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^28.2.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 3bef09f

Please sign in to comment.