nytimes / kyt

Starting a new JS app? Build, test and run advanced apps with kyt 🔥
https://open.nytimes.com/introducing-kyt-our-web-app-configuration-toolkit-9ccddf6f6988
Other
1.92k stars 109 forks source link

chore: upgrade `@babel` packages and `prettier` to improve typescript 4.9 support #1135

Closed kohlmannj closed 1 year ago

kohlmannj commented 1 year ago

relates to DSYS-294

Description

This PR upgrades all official @babel/ packages and prettier to the latest versions. (Many of the @babel/ packages have a version number of 7.21.x.)

The primary motivation of this upgrade: improve compatibility with the new TypeScript satisfies operator, which was introduced in TypeScript 4.9 (released November 15th, 2022):