Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2024

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

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.9.09.39.2 age confidence
eslint (source) 9.9.09.39.2 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores
  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features
  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)
Bug Fixes
Documentation
  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
Chores

v9.35.0

Compare Source

Features
  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)
Bug Fixes
  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)
Documentation
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)
Chores

v9.34.0

Compare Source

Features
  • 0bb777a feat: multithread linting (#​19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#​19951) (Pixel998)
Bug Fixes
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#​20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#​20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#​20002) (Sweta Tanwar)
Documentation
  • 0b4a590 docs: make rulesdir deprecation clearer (#​20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#​20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#​20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#​19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)
Chores

v9.33.0

Compare Source

Features
  • e07820e feat: add global object access detection to no-restricted-globals (#​19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#​19941) (Sweta Tanwar)
Bug Fixes
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#​19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#​19975) (諏訪原慶斗)
Documentation
  • 34f0723 docs: playground button for TypeScript code example (#​19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#​19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#​19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#​19974) (Nicholas C. Zakas)
Build Related
  • 27fa865 build: use ESLint class to generate formatter examples (#​19972) (Milos Djermanovic)
Chores

v9.32.0

Compare Source

Features
Bug Fixes
Documentation
  • 86e7426 docs: Update README (GitHub Actions Bot)
Chores
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#​19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#​19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#​19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#​19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#​19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#​19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#​19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#​19943) (Milos Djermanovic)

v9.31.0

Compare Source

Features
  • 35cf44c feat: output full actual location in rule tester if different (#​19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#​19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#​19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#​19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#​19892) (Milos Djermanovic)
Bug Fixes
  • 07fac6c fix: retry on EMFILE when writing autofix results (#​19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#​19910) (Nicholas C. Zakas)
Documentation
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#​19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#​19902) (Nicholas C. Zakas)
Chores

v9.30.1

Compare Source

Bug Fixes
  • e91bb87 fix: allow separate default and named type imports (#​19899) (xbinaryx)
Documentation
Chores

v9.30.0

Compare Source

Features
  • 52a5fca feat: Support basePath property in config objects (#​19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#​19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#​19831) (루밀LuMir)
Bug Fixes
  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#​19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#​19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#​19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#​19865) (TKDev7)
Documentation
  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#​19887) (ntnyq)
  • 20158b0 docs: typo in comment for unused variables handling (#​19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#​19873) (0-20)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#​19866) (Bryan Mishkin)
Chores

v9.29.0

Compare Source

Features
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#​19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#​19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#​19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#​19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#​19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#​19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#​19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#​19695) (Nitin Kumar)
Bug Fixes
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#​19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#​19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#​19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#​19808) (Francesco Trotta)
Documentation
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#​19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#​19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#​19748) (Jennifer Davis)
Chores

v9.28.0

Compare Source

Features
  • b0674be feat: Customization of serialization for languageOptions (#​19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#​19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#​19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#​19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#​19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#​19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#​19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#​19755) (sethamus)
Bug Fixes
Documentation
  • 3ec2082 docs: Nested arrays in files config entry (#​19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#​19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#​19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#​19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#​19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#​19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#​19727) (Mike DiDomizio)
Chores

v9.27.0

[Compare Source](https://redirect.github.com/esl


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 Aug 31, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Aug 31, 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 Aug 31, 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 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 › 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 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 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 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 eab1968

@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from b3fe2cf to d1dbd87 Compare September 13, 2024 20:21
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.9.1 build(deps): Upgrade eslint monorepo Sep 13, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from d1dbd87 to 64fbdc1 Compare September 13, 2024 21:58
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo build(deps): Upgrade eslint monorepo to v9.10.0 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 64fbdc1 to dfcb847 Compare September 27, 2024 16:20
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.10.0 build(deps): Upgrade eslint monorepo to v9.11.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from dfcb847 to d7013c0 Compare September 30, 2024 22:07
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.11.0 build(deps): Upgrade eslint monorepo to v9.11.1 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from d7013c0 to d97d009 Compare October 11, 2024 21:51
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.11.1 build(deps): Upgrade eslint monorepo to v9.12.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from d97d009 to 6efd6cc Compare October 25, 2024 22:33
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.12.0 build(deps): Upgrade eslint monorepo to v9.13.0 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 6efd6cc to 896cc18 Compare November 8, 2024 19:46
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.13.0 build(deps): Upgrade eslint monorepo to v9.14.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch 4 times, most recently from 2176a24 to 2f96de1 Compare November 22, 2024 20:12
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.14.0 build(deps): Upgrade eslint monorepo to v9.15.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 2f96de1 to 22d634e Compare December 6, 2024 21:26
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.15.0 build(deps): Upgrade eslint monorepo Dec 6, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 22d634e to 7a25438 Compare December 7, 2024 00:53
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo build(deps): Upgrade eslint monorepo to v9.16.0 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 7a25438 to 90d4d54 Compare December 20, 2024 23:48
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.16.0 build(deps): Upgrade eslint monorepo to v9.17.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 90d4d54 to 4ff4f0a Compare January 19, 2025 08:40
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.17.0 build(deps): Upgrade eslint monorepo to v9.18.0 Jan 19, 2025
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.30.1 build(deps): Upgrade eslint monorepo Jul 18, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 958c2f2 to 4c18e2e Compare July 19, 2025 02:39
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo build(deps): Upgrade eslint monorepo to v9.31.0 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 4c18e2e to ee81670 Compare August 1, 2025 14:47
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.31.0 build(deps): Upgrade eslint monorepo to v9.32.0 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 232c623 to 5712173 Compare August 15, 2025 20:27
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.32.0 build(deps): Upgrade eslint monorepo Aug 15, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 5712173 to b0954ea Compare August 16, 2025 00:53
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo build(deps): Upgrade eslint monorepo to v9.33.0 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from b0954ea to 68d7d4c Compare August 31, 2025 11:24
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.33.0 build(deps): Upgrade eslint monorepo to v9.34.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 68d7d4c to 04ca76c Compare September 12, 2025 18:11
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.34.0 build(deps): Upgrade eslint monorepo to v9.35.0 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 04ca76c to b359ae0 Compare September 26, 2025 16:33
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.35.0 build(deps): Upgrade eslint monorepo to v9.36.0 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from b359ae0 to 8668207 Compare October 10, 2025 20:44
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.36.0 build(deps): Upgrade eslint monorepo to v9.37.0 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch 2 times, most recently from 32f886e to 9dcd12f Compare October 24, 2025 19:36
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.37.0 build(deps): Upgrade eslint monorepo to v9.38.0 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 9dcd12f to 20184d7 Compare November 7, 2025 22:06
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.38.0 build(deps): Upgrade eslint monorepo to v9.39.0 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 20184d7 to 56b71fa Compare November 11, 2025 01:13
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.39.0 build(deps): Upgrade eslint monorepo to v9.39.1 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from 56b71fa to ce0518a Compare December 3, 2025 17:56
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from ce0518a to c4b1834 Compare December 20, 2025 01:08
@renovate renovate bot changed the title build(deps): Upgrade eslint monorepo to v9.39.1 build(deps): Upgrade eslint monorepo to v9.39.2 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from c4b1834 to eab1968 Compare December 31, 2025 15:52
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