Skip to content

6.0.2

Choose a tag to compare

@unional unional released this 02 Apr 20:59
· 859 commits to main since this release

In this release, @typescript-eslint/eslint-plugin and eslint-config-prettier are moved to peerDependencies.

As I found out that nowadays more people are using multiple eslint plugins, e.g. react-app.

That means the versions of these libraries can create conflicts.

Moving them as peer dependencies and resetting the version to the base major version (^5.0.0 and ^8.0.0 respectively) help avoiding such conflicts.

There is a chance that this will break the build as some package manager supports strict peer (such s rush).

But have to release this as a patch release as 6.0.1 upgrades those dependencies and thus can cause breaking builds.

Sorry for the inconvenience.