Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Upgrade @types/node to v20.17.10 #805

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.16.1 -> 20.17.10 age adoption passing confidence

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.

Copy link
Contributor Author

renovate bot commented Sep 4, 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

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

github-actions bot commented Sep 4, 2024

Coverage report

Caution

Test run failed

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

Test suite run failed

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

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

    - Expected  - 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 HTML › When scraping Project Hail Mary genres › returned the correct data

    Parsed is undefined

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

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

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

    Parsed is undefined

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

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

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

    Parsed is undefined

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

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

Report generated by 🧪jest coverage report action from 4e15e30

@renovate renovate bot force-pushed the renovate/node-20.x branch from d32b795 to 9b90c5a Compare September 8, 2024 12:19
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.2 build(deps): Upgrade @types/node to v20.16.3 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 9b90c5a to 7e22adf Compare September 11, 2024 01:30
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.3 build(deps): Upgrade @types/node to v20.16.4 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 7e22adf to 65b7d27 Compare September 11, 2024 22:04
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.4 build(deps): Upgrade @types/node to v20.16.5 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 65b7d27 to ce45a69 Compare September 30, 2024 22:06
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.5 build(deps): Upgrade @types/node to v20.16.6 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from ce45a69 to d0f0c83 Compare October 2, 2024 01:18
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.6 build(deps): Upgrade @types/node to v20.16.7 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from d0f0c83 to 3087658 Compare October 2, 2024 19:10
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.7 build(deps): Upgrade @types/node to v20.16.8 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 3087658 to 2473d9a Compare October 2, 2024 22:21
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.8 build(deps): Upgrade @types/node to v20.16.9 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 2473d9a to e5869cb Compare October 4, 2024 19:33
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.9 build(deps): Upgrade @types/node to v20.16.10 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from e5869cb to a5a219b Compare October 15, 2024 00:41
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.10 build(deps): Upgrade @types/node to v20.16.11 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from a5a219b to 3769023 Compare October 24, 2024 01:10
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.11 build(deps): Upgrade @types/node to v20.16.12 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 3769023 to 8bf2197 Compare October 26, 2024 07:00
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.12 build(deps): Upgrade @types/node to v20.16.13 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 8bf2197 to 7ca79c7 Compare October 29, 2024 04:10
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.13 build(deps): Upgrade @types/node to v20.16.14 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 7ca79c7 to 844ef15 Compare October 30, 2024 04:41
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.14 build(deps): Upgrade @types/node to v20.16.15 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 844ef15 to 8a6c896 Compare October 30, 2024 14:10
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.16.15 build(deps): Upgrade @types/node to v20.17.0 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 8a6c896 to cd5be4b Compare November 2, 2024 17:19
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.0 build(deps): Upgrade @types/node to v20.17.1 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from cd5be4b to 0608f25 Compare November 4, 2024 22:31
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.1 build(deps): Upgrade @types/node to v20.17.2 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 0608f25 to 9d25764 Compare November 5, 2024 17:37
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.2 build(deps): Upgrade @types/node to v20.17.3 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 9d25764 to fe82e35 Compare November 7, 2024 06:33
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.3 build(deps): Upgrade @types/node to v20.17.4 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from fe82e35 to 044a330 Compare November 7, 2024 19:07
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.4 build(deps): Upgrade @types/node to v20.17.5 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 044a330 to 2ed6861 Compare November 10, 2024 06:35
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.5 build(deps): Upgrade @types/node to v20.17.6 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch 3 times, most recently from b0c6bb9 to bf08e7b Compare November 20, 2024 02:05
@renovate renovate bot force-pushed the renovate/node-20.x branch from bf08e7b to e881924 Compare November 30, 2024 06:14
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.6 build(deps): Upgrade @types/node to v20.17.7 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from e881924 to 8959d27 Compare December 2, 2024 23:35
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.7 build(deps): Upgrade @types/node to v20.17.8 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from 8959d27 to a77dd3c Compare December 5, 2024 06:33
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.8 build(deps): Upgrade @types/node to v20.17.9 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch from a77dd3c to 4e15e30 Compare December 18, 2024 09:59
@renovate renovate bot changed the title build(deps): Upgrade @types/node to v20.17.9 build(deps): Upgrade @types/node to v20.17.10 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants