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

[Snyk] Upgrade @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 #27

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

erossignon
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 21 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-11-20.
Release notes
Package name: @typescript-eslint/eslint-plugin
  • 6.12.0 - 2023-11-20

    6.12.0 (2023-11-20)

    Bug Fixes

    • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
    • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
    • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
    • utils: add missing fields to flat config types (#7933) (533861a)
    • utils: allow string processor in flat config (024ed9e)

    Features

    • [member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
    • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880) (4cfcd45)
    • update TypeScript to 5.3-rc (#7923) (9034d17)

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

  • 6.11.1-alpha.38 - 2023-11-20
  • 6.11.1-alpha.36 - 2023-11-19
  • 6.11.1-alpha.28 - 2023-11-17
  • 6.11.1-alpha.27 - 2023-11-17
  • 6.11.1-alpha.24 - 2023-11-17
  • 6.11.1-alpha.23 - 2023-11-17
  • 6.11.1-alpha.22 - 2023-11-17
  • 6.11.1-alpha.21 - 2023-11-16
  • 6.11.1-alpha.20 - 2023-11-16
  • 6.11.1-alpha.19 - 2023-11-16
  • 6.11.1-alpha.18 - 2023-11-15
  • 6.11.1-alpha.17 - 2023-11-15
  • 6.11.1-alpha.16 - 2023-11-15
  • 6.11.1-alpha.15 - 2023-11-14
  • 6.11.1-alpha.14 - 2023-11-14
  • 6.11.1-alpha.12 - 2023-11-13
  • 6.11.1-alpha.10 - 2023-11-13
  • 6.11.1-alpha.9 - 2023-11-13
  • 6.11.1-alpha.3 - 2023-11-13
  • 6.11.1-alpha.0 - 2023-11-13
  • 6.11.0 - 2023-11-13

    6.11.0 (2023-11-13)

    Bug Fixes

    • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
    • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

    Features

    • add no-unsafe-unary-minus rule (#7390) (c4709c2)
    • add types for flat config files (#7273) (66cd0c0)
    • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
    • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
    • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
    • utils: add ESLint CodePath selector types (#7551) (99a026f)
    • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

from @typescript-eslint/eslint-plugin GitHub release notes
Commit messages
Package name: @typescript-eslint/eslint-plugin
  • 9093e95 chore: publish v6.12.0
  • 237259b chore(deps): update dependency @ types/node to v20.9.1 (#7958)
  • 2e535b8 chore(deps): update dependency prettier to v3.1.0 (#7938)
  • 4a079d7 chore(deps): update dependency react-resizable-panels to ^0.0.57 (#7937)
  • a842bc9 chore(deps): update dependency ignore to v5.3.0 (#7953)
  • 4cfcd45 feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880)
  • 9034d17 feat: update TypeScript to 5.3-rc (#7923)
  • 5dbf622 chore: fix failing integration test snapshots post-merge
  • 8ec3800 chore(deps): update yarn to v3.7.0 (#7947)
  • 2f2fb61 docs: add `getting_started.mdx` pnpm command (#7952)
  • 92628ae chore: add windows ci (#7695)
  • 155aa1f fix(eslint-plugin): [class-methods-use-this] detect a problematic case for private/protected members if `ignoreClassesThatImplementAnInterface` is set (#7705)
  • 5ab15ce chore(deps): update dependency lint-staged to v15.1.0 (#7931)
  • 682723e chore(deps): update dependency @ types/natural-compare to v1.4.3 (#7919)
  • 6177f36 chore(deps): update dependency @ types/ncp to v2.0.8 (#7920)
  • 01c8949 chore(deps): update dependency netlify to v13.1.11 (#7946)
  • f151b26 fix(eslint-plugin): [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706)
  • cfba320 chore: update sponsors (#7942)
  • b5f4285 chore(deps): update nx to v17.1.2 (#7940)
  • a034d0a fix(eslint-plugin): [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806)
  • c65b9dd chore(deps): update dependency prettier to v3.1.0 (#7939)
  • 024ed9e fix(utils): allow string processor in flat config
  • 3bce7af chore: shorten issue template naming (#7885)
  • 533861a fix(utils): add missing fields to flat config types (#7933)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@CLAassistant
Copy link

CLAassistant commented Dec 12, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@erossignon erossignon force-pushed the snyk-upgrade-d096b429da3c245ff78b55018a8b6241 branch from ad1c999 to 692cc3e Compare December 25, 2023 10:41
@erossignon erossignon merged commit 017cbda into master Dec 25, 2023
3 of 5 checks passed
@erossignon erossignon deleted the snyk-upgrade-d096b429da3c245ff78b55018a8b6241 branch December 25, 2023 10:41
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.

3 participants