Code Monkey home page Code Monkey logo

Comments (3)

G-Rath avatar G-Rath commented on June 8, 2024

In v29.7.0 these are bring brought in by jest-environment-jsdom through jsdom:

└─┬ [email protected]
  └─┬ [email protected]
    ├── [email protected]
    ├─┬ [email protected]
    │ └── [email protected] deduped
    └── [email protected]

and I'm not seeing any direct references to those packages in the Jest codebase so I'm pretty sure they're being brought in by nested dependencies which means this isn't really something directly addressable by Jest.

Note that most likely reason that packages have not moved off such packages is because of Node version support - both atob and btoa were introduced in Node v16, and DOMException was introduced in Node v17; while v16 is no longer in-life it's still supported by a lot of packages.

from jest.

github-actions avatar github-actions commented on June 8, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

from jest.

SimenB avatar SimenB commented on June 8, 2024

Yeah, these come from JSDOM. Jest 29 ships with v20 - Jest 30 will ship with v22, and if you want to use latest (v24 at the time of writing) you'll need to do something like #14954 (comment)

from jest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.