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

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 was generated by Mend Renovate. View the repository job log.

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 Jan 23, 2025 6:14pm

Copy link

github-actions bot commented Feb 22, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🔴 Statements
59.49% (-25.63% 🔻)
376/632
🔴 Branches
53.62% (-13.68% 🔻)
37/69
🔴 Functions
55.26% (-42.11% 🔻)
21/38
🔴 Lines
59.49% (-25.63% 🔻)
376/632
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 api/index.js
88.7% (-7.83% 🔻)
31.25% (-6.25% 🔻)
100%
88.7% (-7.83% 🔻)
🔴
... / 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% (-6.25% 🔻)
33.33% (-11.11% 🔻)
80% (-20% 🔻)
38.19% (-6.25% 🔻)
🔴
... / 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% (-18.25% 🔻)
66.67% (-5.67% 🔻)
91.67%
73.81% (-18.25% 🔻)

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 5fce88f

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.

0 participants