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

build(deps): Upgrade typescript-eslint monorepo to v8.15.0 #804

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.2.0 -> 8.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.2.0 -> 8.15.0 age adoption passing confidence

Release Notes

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

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

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes
  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes
  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

v8.4.0

Compare Source

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

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

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

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

v8.15.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.

v8.14.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.

v8.13.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.

v8.12.2

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.

v8.12.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.

v8.12.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.

v8.11.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.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.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.

v8.8.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.

v8.8.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.

v8.7.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.

v8.6.0

Compare Source

v8.5.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.

v8.4.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.

v8.3.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.


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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
Copy link
Contributor Author

renovate bot commented Sep 2, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 98.06% 1061/1082
🟢 Branches 96.07% 293/305
🟢 Functions 98.21% 219/223
🟢 Lines 98.28% 971/988

Test suite run failed

Failed tests: 5/331. Failed suites: 2/27.
  ● Audible Author HTML › When scraping Andy Weir from Audible › returned the correct genres

    expect(received).toEqual(expected) // deep equality

    - Expected  - 4
    + Received  + 4

    @@ -3,15 +3,15 @@
          "asin": "18580606011",
          "name": "Science Fiction & Fantasy",
          "type": "genre",
        },
        Object {
    -     "asin": "18574597011",
    -     "name": "Mystery, Thriller & Suspense",
    +     "asin": "18574426011",
    +     "name": "Literature & Fiction",
          "type": "genre",
        },
        Object {
    -     "asin": "18574426011",
    -     "name": "Literature & Fiction",
    +     "asin": "18574597011",
    +     "name": "Mystery, Thriller & Suspense",
          "type": "genre",
        },
      ]

      27 |
      28 | 		it('returned the correct genres', () => {
    > 29 | 			expect(response.genres).toEqual(authorParsedB00G0WYW92.genres)
         | 			                        ^
      30 | 		})
      31 |
      32 | 		it('returned the correct image', () => {

      at Object.<anonymous> (tests/audible/authors/scrape.test.ts:29:28)

  ● Audible Author HTML › When scraping an author with no description or image from Audible › returned the correct genres

    expect(received).toEqual(expected) // deep equality

    - Expected  - 12
    + Received  +  1

    - Array [
    -   Object {
    -     "asin": "18571951011",
    -     "name": "Biographies & Memoirs",
    -     "type": "genre",
    -   },
    -   Object {
    -     "asin": "18571910011",
    -     "name": "Arts & Entertainment",
    -     "type": "genre",
    -   },
    - ]
    + Array []

      63 |
      64 | 		it('returned the correct genres', () => {
    > 65 | 			expect(response.genres).toEqual(authorParsedB0034NFIOI.genres)
         | 			                        ^
      66 | 		})
      67 |
      68 | 		it('returned no image', () => {

      at Object.<anonymous> (tests/audible/authors/scrape.test.ts:65:28)


  ● Audible HTML › When scraping Project Hail Mary genres › returned the correct data

    Parsed is undefined

      20 | 			const fetched = await helper.fetchBook()
      21 | 			const parsed = await helper.parseResponse(fetched)
    > 22 | 			if (!parsed) throw new Error('Parsed is undefined')
         | 			                   ^
      23 | 			response = parsed
      24 | 		}, 10000)
      25 |

      at tests/audible/books/scrape.test.ts:22:23
      at fulfilled (tests/audible/books/scrape.test.ts:5:58)

  ● Audible HTML › When scraping Scorcerers Stone genres/series › returned the correct data

    Parsed is undefined

      36 | 			const fetched = await helper.fetchBook()
      37 | 			const parsed = await helper.parseResponse(fetched)
    > 38 | 			if (!parsed) throw new Error('Parsed is undefined')
         | 			                   ^
      39 | 			response = parsed
      40 | 		}, 10000)
      41 |

      at tests/audible/books/scrape.test.ts:38:23
      at fulfilled (tests/audible/books/scrape.test.ts:5:58)

  ● Audible HTML › When fetching The Coldest Case HTML › returned the correct data

    Parsed is undefined

      53 | 			const fetched = await helper.fetchBook()
      54 | 			const parsed = await helper.parseResponse(fetched)
    > 55 | 			if (!parsed) throw new Error('Parsed is undefined')
         | 			                   ^
      56 | 			response = parsed
      57 | 		}, 10000)
      58 |

      at tests/audible/books/scrape.test.ts:55:23
      at fulfilled (tests/audible/books/scrape.test.ts:5:58)

Report generated by 🧪jest coverage report action from 463df78

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 774cf53 to 047f45d Compare September 9, 2024 17:33
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.3.0 build(deps): Upgrade typescript-eslint monorepo to v8.4.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 047f45d to 9a6aca2 Compare September 16, 2024 18:18
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.4.0 build(deps): Upgrade typescript-eslint monorepo to v8.5.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9a6aca2 to 8a9bf78 Compare September 23, 2024 19:50
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.5.0 build(deps): Upgrade typescript-eslint monorepo to v8.6.0 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8a9bf78 to f765148 Compare September 30, 2024 19:01
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.6.0 build(deps): Upgrade typescript-eslint monorepo to v8.7.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f765148 to 804341c Compare October 7, 2024 19:47
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.7.0 build(deps): Upgrade typescript-eslint monorepo to v8.8.0 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 804341c to 6eb8e7a Compare October 14, 2024 19:53
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.8.0 build(deps): Upgrade typescript-eslint monorepo to v8.8.1 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6eb8e7a to e8c4dc4 Compare October 21, 2024 18:32
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.8.1 build(deps): Upgrade typescript-eslint monorepo to v8.9.0 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e8c4dc4 to dc349bd Compare October 24, 2024 19:28
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.9.0 build(deps): Upgrade typescript-eslint monorepo to v8.10.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from dc349bd to 654944e Compare October 28, 2024 18:22
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.10.0 build(deps): Upgrade typescript-eslint monorepo to v8.11.0 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 654944e to 51cd016 Compare November 4, 2024 20:15
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.11.0 build(deps): Upgrade typescript-eslint monorepo to v8.12.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 51cd016 to df216af Compare November 5, 2024 00:26
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.12.0 build(deps): Upgrade typescript-eslint monorepo to v8.12.1 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from df216af to 68bafe8 Compare November 5, 2024 17:37
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.12.1 build(deps): Upgrade typescript-eslint monorepo to v8.12.2 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 68bafe8 to 633eff6 Compare November 11, 2024 18:04
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.12.2 build(deps): Upgrade typescript-eslint monorepo to v8.13.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 633eff6 to 2570a9b Compare November 18, 2024 19:26
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.13.0 build(deps): Upgrade typescript-eslint monorepo to v8.14.0 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 4a1410c to ad1f13e Compare November 20, 2024 02:06
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ad1f13e to 463df78 Compare November 25, 2024 17:25
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.14.0 build(deps): Upgrade typescript-eslint monorepo to v8.15.0 Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants