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 mongo:7 Docker digest to 3e27608 #800

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Update Change
mongo digest e64f27e -> 3e27608

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 Aug 30, 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 Aug 30, 2024
Copy link
Contributor

github-actions bot commented Aug 30, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements
98.06% (+0.09% 🔼)
1061/1082
🟢 Branches 96.07% 293/305
🟢 Functions
98.21% (+0.45% 🔼)
219/223
🟢 Lines
98.28% (+0.1% 🔼)
971/988

Test suite run failed

Failed tests: 5/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 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 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 8e91158

@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 1a7b344 build(deps): Upgrade mongo:7 Docker digest to 1ade6af Sep 11, 2024
@renovate renovate bot force-pushed the renovate/mongo-7 branch from bcddd7f to d402c65 Compare September 11, 2024 07:17
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 1ade6af build(deps): Upgrade mongo:7 Docker digest to 244afb1 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/mongo-7 branch from d402c65 to a8dd194 Compare September 17, 2024 08:44
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 244afb1 build(deps): Upgrade mongo:7 Docker digest to 0032d2c Oct 10, 2024
@renovate renovate bot force-pushed the renovate/mongo-7 branch from a8dd194 to 0663795 Compare October 10, 2024 03:50
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 0032d2c build(deps): Upgrade mongo:7 Docker digest to 7ba1f8f Oct 26, 2024
@renovate renovate bot force-pushed the renovate/mongo-7 branch from 0663795 to ecf0689 Compare October 26, 2024 06:59
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 7ba1f8f build(deps): Upgrade mongo:7 Docker digest to 8ff7333 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/mongo-7 branch 4 times, most recently from 9054778 to 8074cf7 Compare November 20, 2024 02:04
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 8ff7333 build(deps): Upgrade mongo:7 Docker digest to 8958f43 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/mongo-7 branch from 8074cf7 to ed4d76f Compare December 12, 2024 00:35
@renovate renovate bot force-pushed the renovate/mongo-7 branch from ed4d76f to a699bee Compare December 23, 2024 21:29
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 8958f43 build(deps): Upgrade mongo:7 Docker digest to 725b4cf Dec 23, 2024
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 725b4cf build(deps): Upgrade mongo:7 Docker digest to 24077ea Jan 16, 2025
@renovate renovate bot force-pushed the renovate/mongo-7 branch from a699bee to bcd9e03 Compare January 16, 2025 01:33
@renovate renovate bot force-pushed the renovate/mongo-7 branch from bcd9e03 to 8e91158 Compare January 23, 2025 01:45
@renovate renovate bot changed the title build(deps): Upgrade mongo:7 Docker digest to 24077ea build(deps): Upgrade mongo:7 Docker digest to 3e27608 Jan 23, 2025
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