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/parser from 6.11.0 to 6.13.1 #150

Closed
wants to merge 1 commit into from

Conversation

kamontat
Copy link
Contributor

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


Snyk has created this PR to upgrade @typescript-eslint/parser from 6.11.0 to 6.13.1.

ℹ️ 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 32 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-11-28.
Release notes
Package name: @typescript-eslint/parser
  • 6.13.1 - 2023-11-28

    6.13.1 (2023-11-28)

    Bug Fixes

    • default to parse all JSDoc and provide options to configure it (#7999) (779e13e)

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

  • 6.13.1-alpha.0 - 2023-11-27
  • 6.13.0 - 2023-11-27

    6.13.0 (2023-11-27)

    Note for eslint plugin authors and other API consumers

    TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

    Bug Fixes

    • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

    Features

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

  • 6.12.1-alpha.7 - 2023-11-27
  • 6.12.1-alpha.6 - 2023-11-27
  • 6.12.1-alpha.5 - 2023-11-24
  • 6.12.1-alpha.4 - 2023-11-24
  • 6.12.1-alpha.3 - 2023-11-24
  • 6.12.1-alpha.2 - 2023-11-23
  • 6.12.1-alpha.1 - 2023-11-21
  • 6.12.1-alpha.0 - 2023-11-20
  • 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/parser GitHub release notes

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

Copy link
Contributor

mergify bot commented Dec 19, 2023

Hey @kamontat, this pull request failed to merge and has been dequeued from the merge train. If you believe your PR failed in the merge train because of a flaky test, requeue it by commenting with @mergifyio requeue. More details can be found on the Queue: Embarked in merge train check-run.

@kamontat kamontat closed this Dec 22, 2023
@kamontat kamontat deleted the snyk-upgrade-3452929885a9aeb18a10256048e42c48 branch December 22, 2023 15:46
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.

2 participants