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

chore(deps): update linters #5

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

Conversation

plural-renovate[bot]
Copy link

@plural-renovate plural-renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Type Update Change
@types/eslint (source) devDependencies patch 8.56.2 -> 8.56.10
@typescript-eslint/eslint-plugin (source) devDependencies minor 6.18.1 -> 6.21.0
@typescript-eslint/parser (source) devDependencies minor 6.18.1 -> 6.21.0
eslint (source) devDependencies minor 8.56.0 -> 8.57.0
eslint-formatter-gha devDependencies minor 1.4.3 -> 1.5.0
eslint-plugin-jest devDependencies minor 27.6.3 -> 27.9.0
eslint-plugin-promise devDependencies minor 6.1.1 -> 6.4.0

Release Notes

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

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.

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.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.19.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.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.

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

sjinks/eslint-gha-formatter (eslint-formatter-gha)

v1.5.0

Compare Source

What's Changed

Full Changelog: sjinks/eslint-gha-formatter@1.4.3...v1.5.0

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

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

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

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.0

Compare Source

Bug Fixes
  • no-callback-in-promise: false positives when the exception is an argument (#​446) (5e4546d)
Features
  • Resolve getAncestors and getScope calls in eslint v9 (#​466) (c0c716b)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@plural-renovate plural-renovate bot changed the title chore(deps): update linters to v6.18.1 chore(deps): update linters to v6.19.0 Jan 16, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/linters branch 12 times, most recently from ac7957f to 7ca22d3 Compare January 23, 2024 17:00
@plural-renovate plural-renovate bot force-pushed the renovate/linters branch 2 times, most recently from 5603a34 to 5f5ed71 Compare January 29, 2024 19:00
@plural-renovate plural-renovate bot changed the title chore(deps): update linters to v6.19.0 chore(deps): update linters to v6.19.1 Jan 29, 2024
@plural-renovate plural-renovate bot changed the title chore(deps): update linters to v6.19.1 chore(deps): update linters to v6.20.0 Feb 5, 2024
@plural-renovate plural-renovate bot changed the title chore(deps): update linters to v6.20.0 chore(deps): update linters to v6.21.0 Feb 12, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/linters branch 4 times, most recently from 27669d5 to 0f1b28c Compare February 16, 2024 20:50
@plural-renovate plural-renovate bot changed the title chore(deps): update linters to v6.21.0 chore(deps): update linters Feb 20, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/linters branch 2 times, most recently from c74f389 to 3ac4c83 Compare February 23, 2024 20:36
@plural-renovate plural-renovate bot force-pushed the renovate/linters branch 3 times, most recently from 3e545a5 to 83140a6 Compare March 7, 2024 02:48
@plural-renovate plural-renovate bot force-pushed the renovate/linters branch 2 times, most recently from cbb0b2a to 20a55e3 Compare April 26, 2024 08:00
| datasource | package                          | from   | to      |
| ---------- | -------------------------------- | ------ | ------- |
| npm        | @types/eslint                    | 8.56.2 | 8.56.10 |
| npm        | @typescript-eslint/eslint-plugin | 6.18.1 | 6.21.0  |
| npm        | @typescript-eslint/parser        | 6.18.1 | 6.21.0  |
| npm        | eslint                           | 8.56.0 | 8.57.0  |
| npm        | eslint-formatter-gha             | 1.4.3  | 1.5.0   |
| npm        | eslint-plugin-jest               | 27.6.3 | 27.9.0  |
| npm        | eslint-plugin-promise            | 6.1.1  | 6.4.0   |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants