u-sho / quantum-game-arena

[W.I.P.] Quantum Game Arena
https://qgame.app
MIT License
1 stars 0 forks source link

[Snyk] Upgrade @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 #186

Closed u-sho closed 6 months ago

u-sho commented 6 months ago

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.20.0 to 6.21.0.

:information_source: 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 **21 days ago**, on 2024-02-05.
Release notes
Package name: @typescript-eslint/eslint-plugin
  • 6.21.0 - 2024-02-05

    6.21.0 (2024-02-05)

    🚀 Features

    • export plugin metadata (#8331)
    • allow parserOptions.project: false (#8339)
    • eslint-plugin: add rule prefer-find (#8216)
    • typescript-estree: forbid duplicated accessibility modifiers (#8257)
    • utils: improve eslint types (#8344)

    🩹 Fixes

    • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
    • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
    • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
    • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
    • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
    • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
    • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
    • rule-tester: fix a phantom dependency on the "semver" package (#8260)

    ❤️ Thank You

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

  • 6.20.1-alpha.19 - 2024-02-05
  • 6.20.1-alpha.18 - 2024-02-04
  • 6.20.1-alpha.17 - 2024-02-04
  • 6.20.1-alpha.16 - 2024-02-04
  • 6.20.1-alpha.15 - 2024-02-04
  • 6.20.1-alpha.14 - 2024-02-03
  • 6.20.1-alpha.13 - 2024-02-03
  • 6.20.1-alpha.12 - 2024-02-03
  • 6.20.1-alpha.11 - 2024-02-03
  • 6.20.1-alpha.10 - 2024-02-03
  • 6.20.1-alpha.9 - 2024-02-03
  • 6.20.1-alpha.8 - 2024-02-03
  • 6.20.1-alpha.7 - 2024-02-02
  • 6.20.1-alpha.6 - 2024-02-02
  • 6.20.1-alpha.5 - 2024-02-02
  • 6.20.1-alpha.4 - 2024-02-01
  • 6.20.1-alpha.3 - 2024-02-01
  • 6.20.1-alpha.2 - 2024-01-30
  • 6.20.1-alpha.1 - 2024-01-30
  • 6.20.1-alpha.0 - 2024-01-29
  • 6.20.0 - 2024-01-29

    6.20.0 (2024-01-29)

    🚀 Features

    • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

    🩹 Fixes

    • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
    • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
    • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
    • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

    ❤️ Thank You

    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
  • 289ee88 chore(release): publish 6.21.0
  • 847d193 docs: add FAQ entry about ESLint's --cache (#8372)
  • f892a72 docs(eslint-plugin): mention alternatives in no-explicit-any (#8370)
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • 73669b6 chore(deps): update dependency markdownlint-cli to ^0.39.0 (#8354)
  • 0153379 chore(deps): update dependency @ types/jest to v29.5.12 (#8371)
  • 9cb8caf chore(deps): update dependency @ babel/eslint-parser to v7.23.10 (#8349)
  • 664a3d4 chore(deps): update dependency webpack to v5.90.0 (#8359)
  • f571aec chore(deps): update dependency netlify to v13.1.14 (#8353)
  • 204cfac chore(deps): update dependency @ types/react to v18.2.51 (#8361)
  • 33185ca chore(deps): update dependency @ types/node to v20.11.15 (#8356)
  • af7183c chore(deps): update dependency ignore to v5.3.1 (#8360)
  • da26790 chore(deps): update dependency @ swc/jest to v0.2.34 (#8363)
  • a893105 feat: allow `parserOptions.project: false` (#8339)
  • 47d25f4 fix(rule-tester): fix a phantom dependency on the "semver" package (#8260)
  • 1d7447f chore(eslint-plugin): [no-invalid-void-type] fix `Options` typing to reflect `minItems: 1` (#8312)
  • e2b46e0 fix(eslint-plugin): [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before `as` keyword (#8326)
  • 2373a63 fix(ast-spec): add `JSXElement` type to the `JSXAttribute['value']` (#8285)
  • 2f99e70 chore(deps): update dependency lint-staged to v15.2.1 (#8350)
  • 68e1e8b chore(deps): update dependency react-resizable-panels to ^0.0.63 (#8328)
  • e30e76b chore(deps): update dependency monaco-editor to ~0.45.0 (#8161)
  • 767d689 chore(deps): update dependency markdownlint-cli to ^0.38.0 (#8159)
  • c097bfc chore(deps): update dependency prettier to v3.2.4 (#8127)
  • ba2f166 chore(deps): update dependency lint-staged to v15.2.0 (#8043)
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](https://app.snyk.io/org/u-sho/project/56523540-5a4b-485d-ae86-4b4f9b0ef853?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/u-sho/project/56523540-5a4b-485d-ae86-4b4f9b0ef853/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/u-sho/project/56523540-5a4b-485d-ae86-4b4f9b0ef853/settings/integration?pkg=@typescript-eslint/eslint-plugin&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quantum-game-arena ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2024 4:55am
u-sho commented 6 months ago

fixed in #187