mmkal / pgkit

PostgreSQL🤝TypeScript monorepo. SQL client/admin UI/smart migrator/type generator/schema inspector
https://pgkit.dev
190 stars 25 forks source link

chore(deps): update dependencies #380

Closed janpaepke closed 2 years ago

janpaepke commented 2 years ago

This updates all minor deps and pqgsql-ast-parser.

Two small changes were needed:

  1. chokidar 3.5.3 now uses stricter types for ignore (see https://github.com/paulmillr/chokidar/pull/1140). It broke, because a readonly array couldn't be assigned to a regular array. This was fixed using a temporary workaround. I intend to address the glob/ignore/since logic in an upcoming pr.
  2. pgsql-ast-parser 10.0.2 added a new operator, which was added as 'AT TIME ZONE': 'at_time_zone'

find-up and execa were left untouched, even though updates are available. This is because their last breaking change (v6) was updating pure ESM respectively. This is still rather shaky for jest and also breaks for protocol prefixed imports in node 12. They are no critical updates anyway, so I guess it's okay to leave previous version in there.

janpaepke commented 2 years ago

no idea why codecov is complaining again - there should be no new untested routines...

mmkal commented 2 years ago

Re codecov. Yes it’s v annoying. If I remember right there’s no configuration, it’s just the free version so possible there could be an easy fix. Let’s ignore for now and see if it settles.