americanexpress / eslint-config-amex

✨ This is American Express' eslint config
Apache License 2.0
40 stars 13 forks source link

Should support latest version of eslint-plugin-jest as peer dependency #105

Closed smackfu closed 2 years ago

smackfu commented 2 years ago

eslint-plugin-jest released a new major version 26 three months ago, but this package still requires version 24 or 25.

marcusrbrown commented 2 years ago

eslint-plugin-jest released a new major version 26 three months ago, but this package still requires version 24 or 25.

👍🏽 I'll throw in eslint-plugin-jest-dom as it's required if you use the presets for Jest. npm v8 will throw errors during install bc the peerDep semver range isn't wide enough to cover the latest major upstream.

oneamexbot commented 2 years ago

:tada: This issue has been resolved in version 15.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: