edgedb / edgedb-js

The official TypeScript/JS client library and query builder for EdgeDB
https://edgedb.com
Apache License 2.0
514 stars 65 forks source link

Attempt an across-the-board dep version bump #1034

Closed scotttrinh closed 5 months ago

scotttrinh commented 5 months ago

Inspired by the tooling upgrade in eslint and prettier, just do an across the board bump and fix.

Biggest change here is to use typescript-eslint release candidate to get true compatibility with eslint v9. Also spent some time ensuring that CI and eslint in vscode were giving the same results. In the process of working that out, rearranged the rules a bit and included more rules.