Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, eslint-plugin-prettier to the latest version #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

redpeacock78
Copy link
Owner

Version 5.2.0 of @typescript-eslint/eslint-plugin was just published.

The version(5.2.0) is not covered by your current version range(^4.16.1).

Release Notes

v5.2.0

5.2.0 (2021-10-25)

Bug Fixes

  • eslint-plugin: [typedef] fix regression with class properties (#4034) (fe53d22), closes #4033

Features

  • eslint-plugin: adding consistent-type-exports rule (#3936) (1971a3f)

Version 5.2.0 of @typescript-eslint/parser was just published.

The version(5.2.0) is not covered by your current version range(^4.16.1).

Release Notes

v5.2.0

5.2.0 (2021-10-25)

Bug Fixes

  • eslint-plugin: [typedef] fix regression with class properties (#4034) (fe53d22), closes #4033

Features

  • eslint-plugin: adding consistent-type-exports rule (#3936) (1971a3f)

Version 8.1.0 of eslint was just published.

The version(8.1.0) is not covered by your current version range(^7.21.0).

Release Notes

null

  • 446b4b3 Docs: Update commit message format docs (#15200) (Nicholas C. Zakas)
  • d9d84a0 Fix: keyword-spacing conflict with space-infix-ops on > (fixes #14712) (#15172) (Milos Djermanovic)
  • a1f7ad7 Fix: allow baseConfig to extend preloaded plugin config (fixes #15079) (#15187) (Milos Djermanovic)
  • 3d370fb New: Add no-unused-private-class-members rule (fixes #14859) (#14895) (Tim van der Lippe)
  • e926b17 New: Add name to RuleTester (#15179) (Gareth Jones)
  • 90a5b6b Chore: improve performance of :function selector (#15181) (Milos Djermanovic)
  • 31af1c8 Chore: fix counting of files in performance test (#15190) (Milos Djermanovic)
  • 1b87fa8 Build: add node v17 (#15193) (唯然)
  • 0fb3bb2 Docs: remove instanceof from keyword-spacing docs (#15180) (Milos Djermanovic)
  • 249a040 Upgrade: eslint-plugin-eslint-plugin to v4 (#15169) (Bryan Mishkin)
  • 35f3254 Docs: Describe range in rule docs (fixes #14162) (#15174) (Nicholas C. Zakas)
  • b5049c8 Chore: Update stale bot settings (#15173) (Nicholas C. Zakas)
  • 2b32f50 Docs: Fix typo in README.md (#15168) (Dmitriy Fishman)
  • dd58cd4 Chore: migrate master to main (#15062) (Nitesh Seram)
  • ec0f8e0 Chore: Add stale issue/PR checker (#15151) (Nicholas C. Zakas)
  • 2cfbd4b Docs: Update README team and sponsors (ESLint Jenkins)

Version 4.0.0 of eslint-plugin-prettier was just published.

The version(4.0.0) is not covered by your current version range(^3.3.1).

Release note is not available


Powered by hothouse 🐝

lsdl-wrapper:
- @typescript-eslint/eslint-plugin: 4.16.1 -> 5.2.0
- @typescript-eslint/parser: 4.16.1 -> 5.2.0
- eslint: 7.21.0 -> 8.1.0
- eslint-plugin-prettier: 3.3.1 -> 4.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[@typescript-eslint/typedef] In the class, even if there are types, there will still check not passed
1 participant