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 eslint #439

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Update eslint #439

merged 1 commit into from
Jan 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/eslint (source) 8.56.0 -> 8.56.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.15.0 -> 6.19.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.15.0 -> 6.19.0 age adoption passing confidence
@typescript-eslint/types (source) 6.15.0 -> 6.19.0 age adoption passing confidence
@typescript-eslint/typescript-estree (source) 6.15.0 -> 6.19.0 age adoption passing confidence
@typescript-eslint/utils (source) 6.15.0 -> 6.19.0 age adoption passing confidence
eslint-plugin-jest 27.6.0 -> 27.6.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.17.0

Compare Source

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

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

v6.16.0

Compare Source

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

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

typescript-eslint/typescript-eslint (@​typescript-eslint/types)

v6.19.0

Compare Source

This was a version bump only for types to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

This was a version bump only for types to align it with other projects, there were no code changes.

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

v6.18.0

Compare Source

This was a version bump only for types to align it with other projects, there were no code changes.

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

v6.17.0

Compare Source

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

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

v6.16.0

Compare Source

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

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

typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v6.19.0

Compare Source

🩹 Fixes
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary

  • typescript-estree: disallow using as the variable keyword for for..in loops

  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion

  • typescript-estree: only create project service from env setting if project is enabled

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • typescript-estree: throw error when CatchClause param contains initializer

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

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

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

v6.16.0

Compare Source

Features
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#​7752) (7ddadda)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v6.19.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

🩹 Fixes
  • utils: improve error message on typed rule with invalid parser
❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

v6.17.0

Compare Source

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

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

v6.16.0

Compare Source

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

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

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts

v27.6.1

Compare Source

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the maintenance Housekeeping label Jan 1, 2024
@renovate renovate bot enabled auto-merge (squash) January 1, 2024 00:51
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 1, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 1, 2024
@renovate renovate bot force-pushed the renovate/eslint branch from 92e835d to 7f50b45 Compare January 1, 2024 18:43
@renovate renovate bot changed the title Update eslint to v6.16.0 Update eslint to v6.17.0 Jan 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 1, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 1, 2024
@renovate renovate bot force-pushed the renovate/eslint branch from 7f50b45 to 76dd299 Compare January 1, 2024 22:15
@renovate renovate bot changed the title Update eslint to v6.17.0 Update eslint Jan 1, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 3, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 6, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 6, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 9, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 10, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 10, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 11, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 11, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 12, 2024
@renovate renovate bot merged commit 7271c4d into master Jan 15, 2024
4 checks passed
@renovate renovate bot deleted the renovate/eslint branch January 15, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Housekeeping
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants