2023-05-20
Package Updates 👏
- Mongo (v2.2.8) - migrated to typescript! 🎉
- Postgres (v1.4.5) - upgraded pg to 8.11.0
- MySQL (v1.6.6) - upgraded mysql2 to 3.3.1 and also fixed parsing of more complex uri connection strings referenced here: #809 (comment)
What's Changed
- add mongo compatibility to ts and use shared library versions by @christianllv in #806
- mongo - removing the filename for an index by @jaredwray in #811
- sqlite - upgrading xo to 0.54.2 by @jaredwray in #812
- postgres - upgrading xo to 0.54.2 by @jaredwray in #813
- postgres - upgrading pg to 8.11.0 by @jaredwray in #814
- mysql - upgrading xo to 0.54.2 by @jaredwray in #815
- mysql - upgrading mysql2 to 3.3.1 by @jaredwray in #816
- etcd - upgrading webpack to 5.83.1 by @jaredwray in #817
- tiered - upgrading xo to 0.54.2 by @jaredwray in #818
- tiered - upgrading typescript and tsd to latest by @jaredwray in #819
- tiered - upgrading eslint to 8.41.0 by @jaredwray in #820
- mono - upgrading webpack to 5.83.1 by @jaredwray in #821
- mono - upgrading typescript and @types/node to latest by @jaredwray in #822
- Update regular expression to support special characters in URL by @Ice-Hazymoon in #808
- mysql - fixing url parsing of mysql (#808 issue) by @jaredwray in #823
New Contributors
- @Ice-Hazymoon made their first contribution in #808
Full Changelog: 2023-05-07...2023-05-20