Skip to content

v12.0.0

Compare
Choose a tag to compare
@thymikee thymikee released this 25 Nov 12:09
· 37 commits to main since this release

Due to upgraded Babel ESLint parser, which supports ES Modules, we've updated engines required to run the package:

"engines": {
  "node": "^12.22.0 || ^13.14.0 || ^14.17.0 || ^15.3.0 || >=16.0.0"
}

Please make sure to upgrade your Node accordingly

Chore & Maintenance

  • Bundled dependency update by @p-syche in #227
  • Bundle dependency updates for /test by @p-syche in #229
  • chore(breaking): upgrade eslint-plugin-jest to v25; drop Node 10 by @p-syche in #230
  • update eslint-plugin-import by @jaworek in #234
  • chore(breaking): update dependencies with new Babel parser by @jaworek in #235

New Contributors

Full Changelog: v11.0.0...v12.0.0