Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.2.08.51.0 age confidence
@typescript-eslint/parser (source) 8.2.08.51.0 age confidence

Release Notes

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

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

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

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

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

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

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

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

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

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

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

v8.28.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#​10861)
🩹 Fixes
  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#​10986)
❤️ Thank You

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

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You
  • Josh Goldberg ✨
  • Ronen Amiel
  • Ye

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
@renovate
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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 97.97% 1060/1082
🟢 Branches 96.07% 293/305
🟢 Functions 97.76% 218/223
🟢 Lines 98.18% 970/988

Test suite run failed

Failed tests: 10/331. Failed suites: 5/27.
  ● Audible API › When fetching Project Hail Mary › returned the correct data

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

    - Expected  - 3
    + Received  + 3

    @@ -69,14 +69,14 @@
          Object {
            "name": "Ray Porter",
          },
        ],
        "product_images": Object {
    -     "1024": "https://m.media-amazon.com/images/I/91vS2L5YfEL._SL1024_.jpg",
    -     "500": "https://m.media-amazon.com/images/I/51b6fvQr1-L._SL500_.jpg",
    +     "1024": "https://m.media-amazon.com/images/I/81wvR09gLRL._SL1024_.jpg",
    +     "500": "https://m.media-amazon.com/images/I/51iIXx9XZ3L._SL500_.jpg",
        },
        "publisher_name": "Audible Studios",
    -   "publisher_summary": "<p><b><i>Winner of the 2022 Audie Awards' Audiobook of the Year</i></b></p> <p><b><i>Number-One Audible and </i></b><b>New York Times</b><b><i> Audio Best Seller</i></b></p> <p><b><i>More than one million audiobooks sold</i></b></p> <p><b>A lone astronaut must save the earth from disaster in this incredible new science-based thriller from the number-one </b><b><i>New York Times</i></b><b> best-selling author of </b><b><i>The Martian</i></b><b>.</b></p> <p>Ryland Grace is the sole survivor on a desperate, last-chance mission - and if he fails, humanity and the Earth itself will perish.</p> <p>Except that right now, he doesn't know that. He can't even remember his own name, let alone the nature of his assignment or how to complete it.</p> <p>All he knows is that he's been asleep for a very, very long time. And he's just been awakened to find himself millions of miles from home, with nothing but two corpses for company.</p> <p>His crewmates dead, his memories fuzzily returning, he realizes that an impossible task now confronts him. Alone on this tiny ship that's been cobbled together by every government and space agency on the planet and hurled into the depths of space, it's up to him to conquer an extinction-level threat to our species.</p> <p>And thanks to an unexpected ally, he just might have a chance.</p> <p>Part scientific mystery, part dazzling interstellar journey, <i>Project Hail Mary</i> is a tale of discovery, speculation, and survival to rival <i>The Martian</i> - while taking us to places it never dreamed of going.</p> <p>PLEASE NOTE: To accommodate this audio edition, some changes to the original text have been made with the approval of author Andy Weir.</p>",
    +   "publisher_summary": "<p><b>THE #1 </b><b><i>NEW YORK TIMES</i></b><b> BESTSELLER FROM THE AUTHOR OF </b><b><i>THE MARTIAN</i></b><b> • Soon to be a major motion picture starring Ryan Gosling, directed by Phil Lord and Christopher Miller, with a screenplay by Drew Goddard</b></p> <p><b><i>Winner of the 2022 Audie Awards' Audiobook of the Year</i></b></p> <p><b><i>Number-One Audible and </i></b><b>New York Times</b><b><i> Audio Best Seller</i></b></p> <p><b><i>More than two million audiobooks sold</i></b></p> <p><b>A lone astronaut must save the earth from disaster in this incredible new science-based thriller from the number-one </b><b><i>New York Times</i></b><b> best-selling author of </b><b><i>The Martian</i></b><b>.</b></p> <p>Ryland Grace is the sole survivor on a desperate, last-chance mission - and if he fails, humanity and the Earth itself will perish.</p> <p>Except that right now, he doesn't know that. He can't even remember his own name, let alone the nature of his assignment or how to complete it.</p> <p>All he knows is that he's been asleep for a very, very long time. And he's just been awakened to find himself millions of miles from home, with nothing but two corpses for company.</p> <p>His crewmates dead, his memories fuzzily returning, he realizes that an impossible task now confronts him. Alone on this tiny ship that's been cobbled together by every government and space agency on the planet and hurled into the depths of space, it's up to him to conquer an extinction-level threat to our species.</p> <p>And thanks to an unexpected ally, he just might have a chance.</p> <p>Part scientific mystery, part dazzling interstellar journey, <i>Project Hail Mary</i> is a tale of discovery, speculation, and survival to rival <i>The Martian</i> - while taking us to places it never dreamed of going.</p> <p>PLEASE NOTE: To accommodate this audio edition, some changes to the original text have been made with the approval of author Andy Weir.</p>",
        "release_date": "2021-05-04",
        "runtime_length_min": 970,
        "title": "Project Hail Mary",
      }

      37 |
      38 | 		it('returned the correct data', () => {
    > 39 | 			expect(minimalResponse).toEqual(minimalB08G9PRS1K)
         | 			                        ^
      40 | 		})
      41 | 	})
      42 |

      at Object.<anonymous> (tests/audible/books/api.test.ts:39:28)


  ● Audible Author HTML › When scraping Andy Weir from Audible › returned the correct genres

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

    - Expected  - 17
    + Received  +  1

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

      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 API and HTML Parsing › When stitching together Scorcerers Stone › returned the correct chapters

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

    - Expected  - 10
    + Received  + 10

    @@ -10,29 +10,29 @@
            "title": "Opening Credits",
          },
          Object {
            "lengthMs": 1732654,
            "startOffsetMs": 30924,
    -       "startOffsetSec": 31,
    +       "startOffsetSec": 30,
            "title": "Chapter 1: The Boy Who Lived",
          },
          Object {
            "lengthMs": 1306377,
            "startOffsetMs": 1763578,
    -       "startOffsetSec": 1764,
    +       "startOffsetSec": 1763,
            "title": "Chapter 2: The Vanishing Glass",
          },
          Object {
            "lengthMs": 1455635,
            "startOffsetMs": 3069955,
    -       "startOffsetSec": 3070,
    +       "startOffsetSec": 3069,
            "title": "Chapter 3: The Letters from No One",
          },
          Object {
            "lengthMs": 1463530,
            "startOffsetMs": 4525590,
    -       "startOffsetSec": 4526,
    +       "startOffsetSec": 4525,
            "title": "Chapter 4: The Keeper of the Keys",
          },
          Object {
            "lengthMs": 2635580,
            "startOffsetMs": 5989120,
    @@ -40,11 +40,11 @@
            "title": "Chapter 5: Diagon Alley",
          },
          Object {
            "lengthMs": 2294549,
            "startOffsetMs": 8624700,
    -       "startOffsetSec": 8625,
    +       "startOffsetSec": 8624,
            "title": "Chapter 6: The Journey from Platform Nine and Three-Quarters",
          },
          Object {
            "lengthMs": 1729190,
            "startOffsetMs": 10919249,
    @@ -58,11 +58,11 @@
            "title": "Chapter 8: The Potions Master",
          },
          Object {
            "lengthMs": 1858292,
            "startOffsetMs": 13760976,
    -       "startOffsetSec": 13761,
    +       "startOffsetSec": 13760,
            "title": "Chapter 9: The Midnight Duel",
          },
          Object {
            "lengthMs": 1532563,
            "startOffsetMs": 15619268,
    @@ -70,17 +70,17 @@
            "title": "Chapter 10: Hallowe'en",
          },
          Object {
            "lengthMs": 1274752,
            "startOffsetMs": 17151831,
    -       "startOffsetSec": 17152,
    +       "startOffsetSec": 17151,
            "title": "Chapter 11: Quidditch",
          },
          Object {
            "lengthMs": 2138581,
            "startOffsetMs": 18426583,
    -       "startOffsetSec": 18427,
    +       "startOffsetSec": 18426,
            "title": "Chapter 12: The Mirror of Erised",
          },
          Object {
            "lengthMs": 1187352,
            "startOffsetMs": 20565164,
    @@ -88,11 +88,11 @@
            "title": "Chapter 13: Nicolas Flamel",
          },
          Object {
            "lengthMs": 1275820,
            "startOffsetMs": 21752516,
    -       "startOffsetSec": 21753,
    +       "startOffsetSec": 21752,
            "title": "Chapter 14: Norbert the Norwegian Ridgeback",
          },
          Object {
            "lengthMs": 1941954,
            "startOffsetMs": 23028336,
    @@ -119,7 +119,7 @@
          },
        ],
        "isAccurate": true,
        "region": "us",
        "runtimeLengthMs": 29908801,
    -   "runtimeLengthSec": 29909,
    +   "runtimeLengthSec": 29908,
      }

      36 |
      37 | 		it('returned the correct chapters', () => {
    > 38 | 			expect(chapters).toEqual(setupParsedChapter(chapterResponseB017V4IM1G, asin))
         | 			                 ^
      39 | 		})
      40 | 	})
      41 |

      at Object.<anonymous> (tests/audible/books/stitch.test.ts:38:21)

  ● Audible API and HTML Parsing › When stitching together The Coldest Case › returned the correct chapters

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

    - Expected  - 7
    + Received  + 7

    @@ -10,11 +10,11 @@
            "title": "Opening Credits",
          },
          Object {
            "lengthMs": 1487424,
            "startOffsetMs": 23707,
    -       "startOffsetSec": 24,
    +       "startOffsetSec": 23,
            "title": "Episode 1",
          },
          Object {
            "lengthMs": 1593330,
            "startOffsetMs": 1511131,
    @@ -28,29 +28,29 @@
            "title": "Episode 3",
          },
          Object {
            "lengthMs": 2048464,
            "startOffsetMs": 4807528,
    -       "startOffsetSec": 4808,
    +       "startOffsetSec": 4807,
            "title": "Episode 4",
          },
          Object {
            "lengthMs": 1442887,
            "startOffsetMs": 6855992,
    -       "startOffsetSec": 6856,
    +       "startOffsetSec": 6855,
            "title": "Episode 5",
          },
          Object {
            "lengthMs": 1267716,
            "startOffsetMs": 8298879,
    -       "startOffsetSec": 8299,
    +       "startOffsetSec": 8298,
            "title": "Episode 6",
          },
          Object {
            "lengthMs": 1353793,
            "startOffsetMs": 9566595,
    -       "startOffsetSec": 9567,
    +       "startOffsetSec": 9566,
            "title": "Episode 7",
          },
          Object {
            "lengthMs": 1843617,
            "startOffsetMs": 10920388,
    @@ -64,14 +64,14 @@
            "title": "Episode 9",
          },
          Object {
            "lengthMs": 225000,
            "startOffsetMs": 13716510,
    -       "startOffsetSec": 13717,
    +       "startOffsetSec": 13716,
            "title": "End Credits",
          },
        ],
        "isAccurate": true,
        "region": "us",
        "runtimeLengthMs": 13941510,
    -   "runtimeLengthSec": 13942,
    +   "runtimeLengthSec": 13941,
      }

      59 |
      60 | 		it('returned the correct chapters', () => {
    > 61 | 			expect(chapters).toEqual(setupParsedChapter(chapterResponseB08C6YJ1LS, asin))
         | 			                 ^
      62 | 		})
      63 | 	})
      64 |

      at Object.<anonymous> (tests/audible/books/stitch.test.ts:61:21)


  ● 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)


  ● Audible API › When fetching Project Hail Mary chapters › returned the correct data

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

    - Expected  - 10
    + Received  + 10

    @@ -11,29 +11,29 @@
                "title": "Opening Credits",
              },
              Object {
                "length_ms": 1732654,
                "start_offset_ms": 30924,
    -           "start_offset_sec": 31,
    +           "start_offset_sec": 30,
                "title": "Chapter 1: The Boy Who Lived",
              },
              Object {
                "length_ms": 1306377,
                "start_offset_ms": 1763578,
    -           "start_offset_sec": 1764,
    +           "start_offset_sec": 1763,
                "title": "Chapter 2: The Vanishing Glass",
              },
              Object {
                "length_ms": 1455635,
                "start_offset_ms": 3069955,
    -           "start_offset_sec": 3070,
    +           "start_offset_sec": 3069,
                "title": "Chapter 3: The Letters from No One",
              },
              Object {
                "length_ms": 1463530,
                "start_offset_ms": 4525590,
    -           "start_offset_sec": 4526,
    +           "start_offset_sec": 4525,
                "title": "Chapter 4: The Keeper of the Keys",
              },
              Object {
                "length_ms": 2635580,
                "start_offset_ms": 5989120,
    @@ -41,11 +41,11 @@
                "title": "Chapter 5: Diagon Alley",
              },
              Object {
                "length_ms": 2294549,
                "start_offset_ms": 8624700,
    -           "start_offset_sec": 8625,
    +           "start_offset_sec": 8624,
                "title": "Chapter 6: The Journey from Platform Nine and Three-Quarters",
              },
              Object {
                "length_ms": 1729190,
                "start_offset_ms": 10919249,
    @@ -59,11 +59,11 @@
                "title": "Chapter 8: The Potions Master",
              },
              Object {
                "length_ms": 1858292,
                "start_offset_ms": 13760976,
    -           "start_offset_sec": 13761,
    +           "start_offset_sec": 13760,
                "title": "Chapter 9: The Midnight Duel",
              },
              Object {
                "length_ms": 1532563,
                "start_offset_ms": 15619268,
    @@ -71,17 +71,17 @@
                "title": "Chapter 10: Hallowe'en",
              },
              Object {
                "length_ms": 1274752,
                "start_offset_ms": 17151831,
    -           "start_offset_sec": 17152,
    +           "start_offset_sec": 17151,
                "title": "Chapter 11: Quidditch",
              },
              Object {
                "length_ms": 2138581,
                "start_offset_ms": 18426583,
    -           "start_offset_sec": 18427,
    +           "start_offset_sec": 18426,
                "title": "Chapter 12: The Mirror of Erised",
              },
              Object {
                "length_ms": 1187352,
                "start_offset_ms": 20565164,
    @@ -89,11 +89,11 @@
                "title": "Chapter 13: Nicolas Flamel",
              },
              Object {
                "length_ms": 1275820,
                "start_offset_ms": 21752516,
    -           "start_offset_sec": 21753,
    +           "start_offset_sec": 21752,
                "title": "Chapter 14: Norbert the Norwegian Ridgeback",
              },
              Object {
                "length_ms": 1941954,
                "start_offset_ms": 23028336,
    @@ -119,11 +119,11 @@
                "title": "The Story Continues in Harry Potter and the Chamber of Secrets",
              },
            ],
            "is_accurate": true,
            "runtime_length_ms": 29908801,
    -       "runtime_length_sec": 29909,
    +       "runtime_length_sec": 29908,
          },
        },
        "response_groups": Array [
          "always-returned",
          "chapter_info",

      22 |
      23 | 		it('returned the correct data', () => {
    > 24 | 			expect(response).toEqual(chapterResponseB017V4IM1G)
         | 			                 ^
      25 | 		})
      26 | 	})
      27 |

      at Object.<anonymous> (tests/audible/books/chapter.test.ts:24:21)

  ● Audible API › When parsing The Seep › returned the correct data

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

    - Expected  - 10
    + Received  + 10

    @@ -16,11 +16,11 @@
            "title": "Epigraph",
          },
          Object {
            "lengthMs": 83489,
            "startOffsetMs": 57525,
    -       "startOffsetSec": 58,
    +       "startOffsetSec": 57,
            "title": "Tips for Throwing a Dinner Party at the End of the World",
          },
          Object {
            "lengthMs": 7448,
            "startOffsetMs": 141014,
    @@ -70,29 +70,29 @@
            "title": "Chapter 6",
          },
          Object {
            "lengthMs": 400125,
            "startOffsetMs": 4025618,
    -       "startOffsetSec": 4026,
    +       "startOffsetSec": 4025,
            "title": "Chapter 7",
          },
          Object {
            "lengthMs": 479097,
            "startOffsetMs": 4425743,
    -       "startOffsetSec": 4426,
    +       "startOffsetSec": 4425,
            "title": "Chapter 8",
          },
          Object {
            "lengthMs": 415103,
            "startOffsetMs": 4904840,
    -       "startOffsetSec": 4905,
    +       "startOffsetSec": 4904,
            "title": "Chapter 9",
          },
          Object {
            "lengthMs": 361117,
            "startOffsetMs": 5319943,
    -       "startOffsetSec": 5320,
    +       "startOffsetSec": 5319,
            "title": "Chapter 10",
          },
          Object {
            "lengthMs": 212136,
            "startOffsetMs": 5681060,
    @@ -118,35 +118,35 @@
            "title": "Chapter 14",
          },
          Object {
            "lengthMs": 4298,
            "startOffsetMs": 7513617,
    -       "startOffsetSec": 7514,
    +       "startOffsetSec": 7513,
            "title": "Part Three: You Can (Never) Go Home Again",
          },
          Object {
            "lengthMs": 1041743,
            "startOffsetMs": 7517915,
    -       "startOffsetSec": 7518,
    +       "startOffsetSec": 7517,
            "title": "Chapter 15",
          },
          Object {
            "lengthMs": 508145,
            "startOffsetMs": 8559658,
    -       "startOffsetSec": 8560,
    +       "startOffsetSec": 8559,
            "title": "Chapter 16",
          },
          Object {
            "lengthMs": 1104132,
            "startOffsetMs": 9067803,
    -       "startOffsetSec": 9068,
    +       "startOffsetSec": 9067,
            "title": "Chapter 17",
          },
          Object {
            "lengthMs": 223121,
            "startOffsetMs": 10171935,
    -       "startOffsetSec": 10172,
    +       "startOffsetSec": 10171,
            "title": "Chapter 18",
          },
          Object {
            "lengthMs": 632074,
            "startOffsetMs": 10395056,

      39 |
      40 | 		it('returned the correct data', () => {
    > 41 | 			expect(response).toEqual(chapterParsed1721358595)
         | 			                 ^
      42 | 		})
      43 | 	})
      44 |

      at Object.<anonymous> (tests/audible/books/chapter.test.ts:41:21)

Report generated by 🧪jest coverage report action from 43f2fc3

@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 force-pushed the renovate/typescript-eslint-monorepo branch from 2a45d46 to f362410 Compare September 29, 2025 20:54
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.44.0 build(deps): Upgrade typescript-eslint monorepo to v8.44.1 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f362410 to 5ccc9bc Compare October 6, 2025 20:42
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.44.1 build(deps): Upgrade typescript-eslint monorepo to v8.45.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5ccc9bc to b9315cc Compare October 13, 2025 18:56
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.45.0 build(deps): Upgrade typescript-eslint monorepo to v8.46.0 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b9315cc to 5cd7c6f Compare October 20, 2025 17:53
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.46.0 build(deps): Upgrade typescript-eslint monorepo to v8.46.1 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5cd7c6f to 6d767b7 Compare October 27, 2025 17:41
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.46.1 build(deps): Upgrade typescript-eslint monorepo to v8.46.2 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6d767b7 to 49e4391 Compare November 11, 2025 01:13
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.46.2 build(deps): Upgrade typescript-eslint monorepo to v8.46.3 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 49e4391 to 3546bd4 Compare November 18, 2025 03:45
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.46.3 build(deps): Upgrade typescript-eslint monorepo to v8.46.4 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3546bd4 to 13eae9d Compare November 24, 2025 21:32
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.46.4 build(deps): Upgrade typescript-eslint monorepo to v8.47.0 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 13eae9d to 76b0caf Compare December 1, 2025 18:44
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.47.0 build(deps): Upgrade typescript-eslint monorepo to v8.48.0 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 76b0caf to e4e6694 Compare December 9, 2025 09:10
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.48.0 build(deps): Upgrade typescript-eslint monorepo to v8.48.1 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e4e6694 to bc7dc83 Compare December 15, 2025 22:35
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.48.1 build(deps): Upgrade typescript-eslint monorepo to v8.49.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bc7dc83 to ee4d299 Compare December 22, 2025 21:02
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.49.0 build(deps): Upgrade typescript-eslint monorepo to v8.50.0 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ee4d299 to 7f58fac Compare December 29, 2025 18:06
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.50.0 build(deps): Upgrade typescript-eslint monorepo to v8.50.1 Dec 29, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7f58fac to b6570b8 Compare December 31, 2025 15:53
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b6570b8 to 43f2fc3 Compare January 5, 2026 19:00
@renovate renovate bot changed the title build(deps): Upgrade typescript-eslint monorepo to v8.50.1 build(deps): Upgrade typescript-eslint monorepo to v8.51.0 Jan 5, 2026
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.

1 participant