Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@Imod7 Imod7 released this 26 Sep 18:49
· 2 commits to main since this release
c6bb4b0

Breaking Changes

  • chore(deps): update deps (#126) (755ee6f)

    NOTE : This PR updates Typescript from ^5.4.5 to ^5.6.2 and in Typescript 5.5 release some deprecated options (mentioned in the announcement) are disabled. You can find an example in the related PR.

  • chore(deps): update deps (#122) (58fe47c)

    NOTE : This PR updates typescript-eslint packages from v6.X.X^ to v7.X.X which requires Node.js engine in versions ^18.18.0 || >=20.0.0. This means that support for Node 16, 19, and Node 18 versions prior to 18.18.0 are dropped (Note that this is the same requirement that ESLint v9 will impose). You can find more information in the related PR.

Chores