Skip to content

Dependencies: [skip ci] Bump @typescript-eslint/eslint-plugin from 5.59.5 to 6.0.0

Bumps @typescript-eslint/eslint-plugin from 5.59.5 to 6.0.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.0.0

See the announcement blog post for a friendly description of all changes and CHANGELOG.md for a full organized list of them. 🎉

What's Changed

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.0.0 (2023-07-10)

Bug Fixes

  • bumped ts-api-utils to 0.0.39 (#6497) (217c710)
  • correct handling of additionalProperties in object schemas (#6939) (489c7a5)
  • correct lint error after merge (277fdb5)
  • eslint-plugin: [explicit-module-boundary-types] remove shouldTrackReferences option from schema (#5399) (6d32734)
  • eslint-plugin: allow parser@^6.0.0 (#6630) (92908bd)
  • eslint-plugin: remove valid-typeof disable in eslint-recommended (#5381) (b82df5e)
  • fix illegal decorator check (#6723) (c456f8c)
  • rename typeParameters to typeArguments where needed (#5384) (08d757b)
  • replace tsutils with ts-api-tools (#6428) (79327b4)
  • type-utils: treat intrinsic types as if they are from lib and never match error types (#6869) (ecb57de)
  • typescript-estree: account for namespace nesting in AST conversion (#6272) (09e3877)
  • update exports field in package.json files (#6550) (53776c2)

chore

Features

... (truncated)

Commits
  • 6ae1fa7 chore: publish v6.0.0
  • 3201f78 Fix prefer-nullish-coalescing too
  • 64958d3 Fix: yarn generate-configs
  • 980bda3 Merge branch 'main' (I swear this had better be the last one
  • cba0d11 chore: publish v5.62.0
  • d2104ae Reset prefer-nullish-coalescing.test.ts to main
  • bccf851 Merge branch 'main'
  • a8c824a fix(eslint-plugin): replace auto-fix of class literal property style rule wit...
  • 4437d18 docs: be more explicit about what restrict-template-expressions restricts (#7...
  • 24bdacc fix(eslint-plugin): [comma-spacing] allow no space after trailing comma in ob...
  • Additional commits viewable in compare view

Merge request reports