Update JSDOM to 13.1
See original GitHub issuejest-environment-jsdom
is using a very old jsdom 11.5 released over a year ago. The latest jsdom - 13.1- brings a lot of new features and better compatibility.
It would be great to update to the latest jsdom and fix some of the open issues here, like:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:18 (2 by maintainers)
Top Results From Across the Web
jsdom - npm
A JavaScript implementation of many web standards. Latest version: 20.0.3, last published: a month ago. Start using jsdom in your project by ...
Read more >jest-environment-jsdom | Yarn - Package Manager
Updated jsdom to 7.2.0. 0.8.0. Added optional support for jasmine2 through the testRunner config option. Fixed mocking support for Map, WeakMap and Set....
Read more >Changelog.md - jest-environment-jsdom-fourteen - GitLab
Added the responseURL property. Updated methods, headers, and header values to use the ByteString algorithm. Fixed the default statusText to be ...
Read more >Cannot install react-app because of a node version problem ...
Please, upgrade your dependencies to the actual version of core-js@3. warning ... sudo n stable gives me: installed : v12.13.1 to ...
Read more >From v27 to v28 - Jest
For up-to-date documentation, see the latest version (29.3). Upgrade Guides; From v27 to v28. Version: 28.x. On this page ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@thymikee
jest-environment-jsdom-global
depends on the officialjest-environment-jsdom
.Why this hostility to solve this issue in Jest that was expressed by multiple people? Is Jest gonna use this jsdom version forever? When will it upgrade, if not now that Node 6 is EOL? What’s the point of having jsdom support bundled with Jest if users have to jump through hoops and use forked packages to use modern DOM features?
Should we ship with the latest jsdom and give people the option to use a jest-env-jsdom-node-6 environment for full node 6 support?