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.16.11 #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.16.11 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  - 4
    + Received  + 4

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

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

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


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

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

    - Expected  - 15
    + Received  +  0

    @@ -3,22 +3,7 @@
          Object {
            "asin": "18580606011",
            "name": "Science Fiction & Fantasy",
            "type": "genre",
          },
    -     Object {
    -       "asin": "18580629011",
    -       "name": "Adventure",
    -       "type": "tag",
    -     },
    -     Object {
    -       "asin": "18580639011",
    -       "name": "Hard Science Fiction",
    -       "type": "tag",
    -     },
    -     Object {
    -       "asin": "18580645011",
    -       "name": "Space Opera",
    -       "type": "tag",
    -     },
        ],
      }

      25 |
      26 | 		it('returned the correct data', () => {
    > 27 | 			expect(response).toEqual(parsedB08G9PRS1K)
         | 			                 ^
      28 | 		})
      29 | 	})
      30 |

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

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

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

    - Expected  - 5
    + Received  + 0

    @@ -3,12 +3,7 @@
          Object {
            "asin": "18572091011",
            "name": "Children's Audiobooks",
            "type": "genre",
          },
    -     Object {
    -       "asin": "18572588011",
    -       "name": "Action & Adventure",
    -       "type": "tag",
    -     },
        ],
      }

      41 |
      42 | 		it('returned the correct data', () => {
    > 43 | 			expect(response).toEqual(parsedB017V4IM1G)
         | 			                 ^
      44 | 		})
      45 | 	})
      46 |

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

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

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

    - Expected  - 5
    + Received  + 0

    @@ -3,12 +3,7 @@
          Object {
            "asin": "18574597011",
            "name": "Mystery, Thriller & Suspense",
            "type": "genre",
          },
    -     Object {
    -       "asin": "18574623011",
    -       "name": "Crime Thrillers",
    -       "type": "tag",
    -     },
        ],
      }

      58 |
      59 | 		it('returned the correct data', () => {
    > 60 | 			expect(response).toEqual(parsedB08C6YJ1LS)
         | 			                 ^
      61 | 		})
      62 | 	})
      63 |

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

Report generated by 🧪jest coverage report action from a5a219b

@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 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 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 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 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 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 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 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 changed the title build(deps): Upgrade @types/node to v20.16.10 build(deps): Upgrade @types/node to v20.16.11 Oct 15, 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