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

fix(deps): replace dependency xmldom with @xmldom/xmldom ^0.7.5 #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
xmldom dependencies replacement ^0.6.0 -> ^0.7.5

This is a special PR that replaces xmldom with the community suggested minimal stable replacement version.


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Feb 22, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
capsule-render βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Apr 14, 2024 9:49am

Copy link

github-actions bot commented Feb 22, 2024

Coverage report

Caution

Test run failed

St.❔
Category Percentage Covered / Total
πŸ”΄ Statements
59.49% (-31.01% πŸ”»)
376/632
πŸ”΄ Branches
53.62% (-22.3% πŸ”»)
37/69
πŸ”΄ Functions
55.26% (-42.11% πŸ”»)
21/38
πŸ”΄ Lines
59.49% (-31.01% πŸ”»)
376/632
Show files with reduced coverage πŸ”»
St.❔
File Statements Branches Functions Lines
🟒 api/index.js
88.7% (-8.7% πŸ”»)
31.25% (-33.75% πŸ”»)
100%
88.7% (-8.7% πŸ”»)
πŸ”΄
... / venom.js
20% (-80% πŸ”»)
100%
0% (-100% πŸ”»)
20% (-80% πŸ”»)
πŸ”΄
... / waving.js
9.62% (-90.38% πŸ”»)
100%
0% (-100% πŸ”»)
9.62% (-90.38% πŸ”»)
πŸ”΄ model/index.js
38.19% (-27.78% πŸ”»)
33.33% (-38.1% πŸ”»)
80% (-20% πŸ”»)
38.19% (-27.78% πŸ”»)
πŸ”΄
... / cylinder.js
43.75% (-56.25% πŸ”»)
100%
0% (-100% πŸ”»)
43.75% (-56.25% πŸ”»)
πŸ”΄
... / egg.js
36.84% (-63.16% πŸ”»)
100%
0% (-100% πŸ”»)
36.84% (-63.16% πŸ”»)
πŸ”΄
... / rect.js
53.85% (-46.15% πŸ”»)
100%
0% (-100% πŸ”»)
53.85% (-46.15% πŸ”»)
πŸ”΄
... / rounded.js
46.67% (-53.33% πŸ”»)
100%
0% (-100% πŸ”»)
46.67% (-53.33% πŸ”»)
πŸ”΄
... / shark.js
43.75% (-56.25% πŸ”»)
100%
0% (-100% πŸ”»)
43.75% (-56.25% πŸ”»)
πŸ”΄
... / slice.js
53.85% (-46.15% πŸ”»)
100%
0% (-100% πŸ”»)
53.85% (-46.15% πŸ”»)
πŸ”΄
... / soft.js
55.56% (-44.44% πŸ”»)
100%
0% (-100% πŸ”»)
55.56% (-44.44% πŸ”»)
🟑 src/util.js
73.81% (-19.84% πŸ”»)
66.67% (-6.06% πŸ”»)
91.67%
73.81% (-19.84% πŸ”»)

Test suite run failed

Failed tests: 0/80. Failed suites: 2/5.
  ● Test suite failed to run

    Cannot find module 'xmldom' from '__test__/content.test.js'

      1 | import api from "../api";
    > 2 | import { DOMParser } from "xmldom";
        | ^
      3 |
      4 | const route = query => {
      5 |   const req = {

      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.require (__test__/content.test.js:2:1)


  ● Test suite failed to run

    Cannot find module 'xmldom' from '__test__/model.test.js'

      1 | import api from "../api";
    > 2 | import { DOMParser } from "xmldom";
        | ^
      3 |
      4 | const route = query => {
      5 |   const req = {

      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.require (__test__/model.test.js:2:1)

Report generated by πŸ§ͺjest coverage report action from 4c8c46e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants