Standard v17.0.0-0 Release Notes

Release Date: 2022-01-31 // about 2 years ago
  • ๐Ÿš€ We're finally able to offer a pre-release of ESLint 8 based standard 17!

    ๐Ÿš€ This major release fully focuses on getting in sync with the wider ESLint ecosystem and doesn't in itself introduce any new rules or features.

    ๐Ÿš€ This pre-release exists to test out the ESLint 8 related changes and discover possible backwards incompatible changes that comes with it and mitigate ๐Ÿš€ unintended such before a stable release.

    โฌ†๏ธ When you upgrade, consider running standard --fix to automatically format your code to match the current set of rules.

    ๐Ÿ”„ Changed features

    • โšก๏ธ Update eslint from ~7.18.0 to ^8.8.0
    • โšก๏ธ Update eslint-config-standard from 16.0.3 to 17.0.0-0 to adapt to ESLint 8
    • โšก๏ธ Update eslint-config-standard-jsx from 10.0.0 to 11.0.0-0 to adapt to ESLint 8
    • โšก๏ธ Update standard-engine from ^14 to ^15.0.0-0 to adapt to ESLint 8, see its CHANGELOG