github / eslint-plugin-github

An opinionated collection of ESLint rules used by GitHub.
MIT License
286 stars 51 forks source link

chore(deps): bump the all-dependencies group with 6 updates #456

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the all-dependencies group with 6 updates:

Package Update
@typescript-eslint/eslint-plugin 5.59.2 to 6.0.0
@typescript-eslint/parser 5.59.2 to 6.0.0
jsx-ast-utils 3.3.3 to 3.3.4
prettier 2.8.8 to 3.0.0
eslint 8.40.0 to 8.44.0
eslint-plugin-eslint-plugin 5.0.8 to 5.1.0

Updates @typescript-eslint/eslint-plugin from 5.59.2 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


Updates @typescript-eslint/parser from 5.59.2 to 6.0.0

Release notes

Sourced from @​typescript-eslint/parser'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/parser's changelog.

6.0.0 (2023-07-10)

Bug Fixes

  • update exports field in package.json files (#6550) (53776c2)

chore

Features

BREAKING CHANGES

  • drop support for ESLint v6
  • drops support for node v17
  • drops support for node v12

You can read about our versioning strategy and releases on our website.

5.62.0 (2023-07-10)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits


Updates jsx-ast-utils from 3.3.3 to 3.3.4

Changelog

Sourced from jsx-ast-utils's changelog.

v3.3.4 - 2023-06-28

Commits

  • [Refactor] use array.prototype.flat object.values over .reduce bad51d0
  • [meta] add auto-changelog af1de69
  • [Tests] add test for import.meta 1d39f58
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, aud, eslint, eslint-plugin-import 3baaf76
  • [Fix] TSNonNullExpression: Handle function calls 26cc3c4
  • [Dev Deps] update eslint, @babel/core, @babel/parser, object.entries, object.fromentries 0e4f80c
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, aud b5427a6
  • [meta] run build in prepack, not prepublish a0f4f38
  • [Deps] update array-includes c479841
  • [Deps] update object.assign 9685dce
Commits
  • fa8a5e8 v3.3.4
  • bad51d0 [Refactor] use array.prototype.flat object.values over .reduce
  • 3baaf76 [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/parser, `au...
  • 1d39f58 [Tests] add test for import.meta
  • 26cc3c4 [Fix] TSNonNullExpression: Handle function calls
  • a0f4f38 [meta] run build in prepack, not prepublish
  • c479841 [Deps] update array-includes
  • 0e4f80c [Dev Deps] update eslint, @babel/core, @babel/parser, object.entries,...
  • af1de69 [meta] add auto-changelog
  • 9685dce [Deps] update object.assign
  • Additional commits viewable in compare view


Updates prettier from 2.8.8 to 3.0.0

Release notes

Sourced from prettier's releases.

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3

3.0.0-alpha.2

  • Fix bundled index.cjs file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2

3.0.0-alpha.1

If you are a plugin developer, please try this version and send us feedback! Feel free to ping @​fisker if you have any questions about v3 migration.

... (truncated)

Changelog

Sourced from prettier's changelog.

3.0.0

diff

🔗 Release Notes

Commits


Updates eslint from 8.40.0 to 8.44.0

Release notes

Sourced from eslint's releases.

v8.44.0

Features

  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • dependabot[bot] commented 11 months ago

    Looks like these dependencies are updatable in another way, so this is no longer needed.