-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update jsdom to ^22.1.0 #473
Conversation
360f79d
to
8786242
Compare
Pull Request Test Coverage Report for Build 5607830833
💛 - Coveralls |
@@ -64,7 +64,7 @@ | |||
"fs-extra": "^9.0.0", | |||
"gh-pages": "^4.0.0", | |||
"istanbul": "^0.4.5", | |||
"jsdom": "^15.2.0", | |||
"jsdom": "^22.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to require ^20.0.0
like Jest: https://github.com/jestjs/jest/blob/main/packages/jest-environment-jsdom/package.json#L27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a dev dep, so there isn't much value in leaving the range open? At runtime you have to bring your own jsdom, and from what I can tell we do support the last many major versions. Would obviously be nice to test that this is the case, but that would require a different setup/build matrix I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh great - let's just go ahead then.
No description provided.