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): Lock file maintenance #803

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 2, 2024

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone CST, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

github-actions bot commented Sep 2, 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

    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

    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

    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 e156f02

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from d645462 to 812985c Compare November 19, 2024 21:31
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 812985c to e156f02 Compare November 20, 2024 02:06
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