Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@redocly/cli 1.19.0 -> 1.34.5 age confidence

Release Notes

Redocly/redocly-cli (@​redocly/cli)

v1.34.5

Compare Source

Patch Changes

v1.34.4

Compare Source

Patch Changes

v1.34.3

Compare Source

Patch Changes

v1.34.2

Compare Source

Patch Changes
  • Enhanced performance by pre-calculating the config type tree.

v1.34.1

Compare Source

Patch Changes

v1.34.0

Compare Source

Minor Changes
  • Added global execution timeout timer to respect command execution to prevent infinite test runs. You can configure this timer using the RESPECT_TIMEOUT environment variable (defaults to 1 hour).
Patch Changes

v1.33.1

Compare Source

Patch Changes
  • Fixed generate-arazzo command to properly handle output file paths. The output-file parameter must have a value when provided.
  • Updated @​redocly/respect-core to v1.33.1.

v1.33.0

Compare Source

Minor Changes
  • Added support for generating workflows from OpenAPI operations without operationIds. The generate-arazzo command now automatically generates operationPaths using the URL pattern: {$sourceDescriptions.<name>.url}#/paths/<path>/<method>.
Patch Changes

v1.32.2

Compare Source

Patch Changes
  • Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., warn | off severity allows subsequent steps to execute).
  • Updated @​redocly/openapi-core to v1.32.2.

v1.32.1

Compare Source

Patch Changes
  • Fixed the x-example property in Swagger 2.0 to accept any data type, rather than requiring it to be an object.

v1.32.0

Compare Source

Minor Changes
  • Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
Patch Changes
  • Updated OAS3 Schema type definition to correct type keyword enum, removed null.
  • Fixed an issue where JSON logs did not properly capture data from nested external workflows.
  • Updated @​redocly/openapi-core to v1.32.0.

v1.31.3

Compare Source

Patch Changes
  • Changed validation to ensure both (1.0.0 or 1.0.1) Arazzo version works with Respect.

v1.31.2

Compare Source

Patch Changes
  • Fixed sourceDescription name generation in generate-arazzo command when using OpenAPI files that contain multiple periods "." in their filenames.
  • Updated @​redocly/respect-core to v1.31.2.

v1.31.1

Compare Source

Patch Changes

v1.31.0

Compare Source

v1.30.0

Compare Source

Minor Changes
Patch Changes
  • Updated operation-tag-defined built-in rule to verify tags are defined on the operation prior to matching them to a global tag.
  • Updated @​redocly/openapi-core to v1.30.0.

v1.29.0

Compare Source

Minor Changes
  • Added the no-schema-type-mismatch rule.
  • Added typings and interfaces for Overlay Specification v1.0.0.
Patch Changes
  • Added validation to ensure only Arazzo version 1.0.1 is used, helping users stay on the supported version.
  • Fixed an issue where the no-invalid-media-type-examples rule crashed instead of reporting an error when it failed to resolve an example from a $ref.

v1.28.5

Compare Source

v1.28.4

Compare Source

Patch Changes
  • Fixed an issue where the build-docs command failed when React 19 was installed in the project folder.
  • Updated @​redocly/openapi-core to v1.28.4.

v1.28.3

Compare Source

Patch Changes

v1.28.2

Compare Source

Patch Changes

v1.28.1

Compare Source

Patch Changes

v1.28.0

Compare Source

Minor Changes
  • Switched to using native fetch API instead of node-fetch dependency, improving performance and reducing bundle size.
Patch Changes

v1.27.2

Compare Source

Patch Changes
  • Updated the sideNavStyle configuration schema to include the path-only option.
  • Updated @​redocly/openapi-core to v1.27.2.

v1.27.1

Compare Source

Patch Changes
  • Fixed an issue where running the preview command failed because one of its dependencies could not be resolved.
    The issue occurred when Realm was not installed in the node_modules of the project.
  • Updated @​redocly/openapi-core to v1.27.1.

v1.27.0

Compare Source

Minor Changes
  • Added the ability to override default problem messages for built-in rules.
Patch Changes
  • Fixed an issue where apis' root in redocly.yaml was not resolved properly when the value of root was a URL.
  • Updated the Redocly CLI command redocly build-docs to use stdout instead of stderr for simple logs.
  • Updated @​redocly/openapi-core to v1.27.0.

v1.26.1

Compare Source

Patch Changes
  • Fixed an issue where an API alias's root path might be resolved incorrectly for configuration files located outside the root folder.
  • Updated @​redocly/openapi-core to v1.26.1.

v1.26.0

Compare Source

Minor Changes
  • Introduced the struct rule and deprecated the spec rule.
    Added the spec ruleset, which enforces compliance with the specifications.
Patch Changes
  • Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
  • Fixed an issue where join would throw an error when a glob pattern was provided.
  • Updated sourceDescriptions to enforce a valid type field, ensuring compliance with the Arazzo specification.
  • Updated @​redocly/openapi-core to v1.26.0.

v1.25.15

Compare Source

Patch Changes

v1.25.14

Compare Source

Patch Changes
  • Resolved an issue where overrides for the severity of configurable rules were ignored.
  • Updated @​redocly/openapi-core to v1.25.14.

v1.25.13

Compare Source

Patch Changes
  • Added the possibility to skip configurable rules using the --skip-rule option.
  • Updated @​redocly/openapi-core to v1.25.13.

v1.25.12

Compare Source

Patch Changes

v1.25.11

Compare Source

Patch Changes
  • Fixed an issue with the remove-x-internal decorator where bundling API descirptions containing discriminators could fail when using Node.js v17 or earlier.
  • Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
  • Updated @​redocly/openapi-core to v1.25.11.

v1.25.10

Compare Source

Patch Changes
  • Fixed component-name-unique problems to include correct location.
  • Fixed the remove-x-internal decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original $ref.
  • Updated @​redocly/openapi-core to v1.25.10.

v1.25.9

Compare Source

Patch Changes

v1.25.8

Compare Source

Patch Changes
  • Added the REDOCLY_SUPPRESS_UPDATE_NOTICE environment variable so that users can skip version updates.
  • Fixed bundling with the --dereferenced option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
  • Fixed an issue where using externalValue as a property name was causing the API description validation process to fail.
  • Updated @​redocly/openapi-core to v1.25.8.

v1.25.7

Compare Source

Patch Changes
  • Updated redoc to v2.2.0.
  • Removed the support of the x-inherit extension for Arazzo description files.
  • Updated @​redocly/openapi-core to v1.25.7.

v1.25.6

Compare Source

Patch Changes
  • Changed the x-operation extension in Arazzo, enabling users to make requests with this extension without an API description file.
  • Removed the support of the x-parameters extension for Arazzo description files.
  • Updated @​redocly/openapi-core to v1.25.6.

v1.25.5

Compare Source

Patch Changes
  • Fixed an issue where the bundle command did not resolve links in externalValue.
  • Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally.
  • Updated @​redocly/openapi-core to v1.25.5.

v1.25.4

Compare Source

Patch Changes
  • Added a warning message to the push and push-status commands to notify users about upcoming or ongoing resource deprecation.
  • Updated @​redocly/openapi-core to v1.25.4.

v1.25.3

Compare Source

Patch Changes

v1.25.2

Compare Source

Patch Changes

v1.25.1

Compare Source

Patch Changes

v1.25.0

Compare Source

Minor Changes
  • Added a cache for resolved plugins to ensure that plugins are only instantiated once during a single execution.
Patch Changes

v1.24.0

Compare Source

Minor Changes
  • Added Spot and Arazzo rules: no-criteria-xpath, no-actions-type-end, criteria-unique.
Patch Changes
  • Fixed an issue where custom rules were not applied to Arazzo descriptions.
  • Updated @​redocly/openapi-core to v1.24.0.

v1.23.1

Compare Source

Patch Changes
  • Fixed a bug where bundling multiple API description files specified as CLI arguments, along with the --output option, stored the result in a single file instead of a folder.
  • Updated @​redocly/openapi-core to v1.23.1.

v1.23.0

Compare Source

Minor Changes
  • Added support for the output option in the per-API configuration so that the destination file can be specified in configuration.
Patch Changes
  • Fixed the absolute path for importing plugins in Windows.
  • Added the ability to run the eject command without specifying components, which displays a selectable list of all available components.
  • Updated @​redocly/openapi-core to v1.23.0.

v1.22.1

Compare Source

Patch Changes

v1.22.0

Compare Source

Minor Changes
  • Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
  • Added Arazzo rulesets so that users can customize their linting rules for this format.
Patch Changes

v1.21.1

Compare Source

Patch Changes

v1.21.0

Compare Source

Minor Changes
  • Added the eject and translate commands for use with the new Reunite-hosted product family.
Patch Changes

v1.20.1

Compare Source

Patch Changes
  • Get more helpful error messages when there's a problem importing a plugin.
  • Updated @​redocly/openapi-core to v1.20.1.

v1.20.0

Compare Source

Minor Changes
  • Added support for ESM plugins and importing of plugins directly from npm package: @vendor/package/plugin.js instead of ./node_modules/@&#8203;vendor/package/plugin.js.
  • Added info-license-strict rule as a replacement of the info-license-url to support the OpenAPI 3.1 changes to allow identifier or URL license details.
  • Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
Patch Changes
  • Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
  • Updated @​redocly/openapi-core to v1.20.0.

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 this update 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 28, 2024
Copy link
Contributor Author

renovate bot commented Aug 28, 2024

Branch automerge failure

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


  • Branch has one or more failed status checks

Copy link
Contributor

github-actions bot commented Aug 28, 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 e02c809

@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from e9facc8 to d641318 Compare August 29, 2024 11:04
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.20.0 build(deps): Upgrade @redocly/cli to v1.20.1 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from d641318 to c34577d Compare August 30, 2024 09:39
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.20.1 build(deps): Upgrade @redocly/cli to v1.21.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from c34577d to 6855c6e Compare September 3, 2024 08:32
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.21.0 build(deps): Upgrade @redocly/cli to v1.21.1 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 6855c6e to 1106dc5 Compare September 5, 2024 10:56
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.21.1 build(deps): Upgrade @redocly/cli to v1.22.0 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 1106dc5 to fde69a3 Compare September 6, 2024 16:32
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.22.0 build(deps): Upgrade @redocly/cli to v1.22.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from fde69a3 to 7b814ed Compare September 13, 2024 12:24
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.22.1 build(deps): Upgrade @redocly/cli to v1.23.0 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 7b814ed to 8601291 Compare September 13, 2024 20:21
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.23.0 build(deps): Upgrade @redocly/cli to v1.23.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 8601291 to dd0e2fe Compare September 17, 2024 08:45
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.23.1 build(deps): Upgrade @redocly/cli to v1.24.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from dd0e2fe to 1907373 Compare September 18, 2024 09:11
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.24.0 build(deps): Upgrade @redocly/cli to v1.25.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 1907373 to 9839ba8 Compare September 20, 2024 12:59
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.0 build(deps): Upgrade @redocly/cli to v1.25.1 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 9839ba8 to 91bf15f Compare September 20, 2024 16:22
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.1 build(deps): Upgrade @redocly/cli to v1.25.2 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 91bf15f to 78e4c27 Compare September 25, 2024 12:11
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.2 build(deps): Upgrade @redocly/cli to v1.25.3 Sep 25, 2024
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.25.3 build(deps): Upgrade @redocly/cli to v1.25.4 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch 2 times, most recently from 91046d9 to d3028f2 Compare October 11, 2024 14:28
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from e51b602 to b165e88 Compare March 5, 2025 15:05
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.31.1 build(deps): Upgrade @redocly/cli to v1.31.2 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from b165e88 to a6448b8 Compare March 7, 2025 10:19
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.31.2 build(deps): Upgrade @redocly/cli to v1.31.3 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from a6448b8 to 5cec6be Compare March 10, 2025 16:33
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.31.3 build(deps): Upgrade @redocly/cli to v1.32.0 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 5cec6be to 3866808 Compare March 10, 2025 23:04
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.32.0 build(deps): Upgrade @redocly/cli to v1.32.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 3866808 to 60028a4 Compare March 11, 2025 17:33
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.32.1 build(deps): Upgrade @redocly/cli to v1.32.2 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 60028a4 to 9d6acbe Compare March 12, 2025 11:44
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.32.2 build(deps): Upgrade @redocly/cli to v1.33.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 9d6acbe to d8d4843 Compare March 18, 2025 19:04
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.33.0 build(deps): Upgrade @redocly/cli to v1.33.1 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from d8d4843 to 97a453c Compare March 26, 2025 11:57
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.33.1 build(deps): Upgrade @redocly/cli to v1.34.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 97a453c to e7c5bd8 Compare April 5, 2025 14:15
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.34.0 build(deps): Upgrade @redocly/cli to v1.34.1 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from e7c5bd8 to 7a7a489 Compare April 16, 2025 10:48
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.34.1 build(deps): Upgrade @redocly/cli to v1.34.2 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 7a7a489 to 95b3f4a Compare May 8, 2025 16:01
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.34.2 build(deps): Upgrade @redocly/cli to v1.34.3 May 8, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 95b3f4a to efb3eaa Compare July 4, 2025 19:34
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.34.3 build(deps): Upgrade @redocly/cli to v1.34.4 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from efb3eaa to 62300f3 Compare July 28, 2025 19:37
@renovate renovate bot changed the title build(deps): Upgrade @redocly/cli to v1.34.4 build(deps): Upgrade @redocly/cli to v1.34.5 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from 62300f3 to d099987 Compare August 10, 2025 12:42
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from d099987 to c94237d Compare August 19, 2025 18:38
@renovate renovate bot force-pushed the renovate/redocly-cli-1.x branch from c94237d to e02c809 Compare September 25, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants