-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency jsdom to v25 - autoclosed #132
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kongponents-bot
previously approved these changes
Sep 9, 2024
9eb8a97
to
ade00af
Compare
kongponents-bot
previously approved these changes
Sep 24, 2024
ade00af
to
37cbf36
Compare
kongponents-bot
previously approved these changes
Oct 2, 2024
37cbf36
to
eabd538
Compare
kongponents-bot
previously approved these changes
Oct 3, 2024
eabd538
to
51377f9
Compare
kongponents-bot
previously approved these changes
Oct 7, 2024
51377f9
to
fbbdd5e
Compare
kongponents-bot
previously approved these changes
Oct 7, 2024
fbbdd5e
to
0cd3553
Compare
kongponents-bot
previously approved these changes
Oct 15, 2024
0cd3553
to
eea7592
Compare
kongponents-bot
previously approved these changes
Oct 17, 2024
eea7592
to
f2bc19f
Compare
f5a0f9f
to
3077f48
Compare
kongponents-bot
previously approved these changes
Dec 9, 2024
3077f48
to
637b737
Compare
kongponents-bot
previously approved these changes
Dec 9, 2024
637b737
to
5ae64c3
Compare
kongponents-bot
previously approved these changes
Dec 12, 2024
5ae64c3
to
202a3eb
Compare
kongponents-bot
previously approved these changes
Dec 16, 2024
adamdehaven
previously approved these changes
Dec 19, 2024
e40c1f0
202a3eb
to
e40c1f0
Compare
kongponents-bot
previously approved these changes
Dec 19, 2024
e40c1f0
to
3126d5a
Compare
kongponents-bot
previously approved these changes
Dec 20, 2024
3126d5a
to
4390bc8
Compare
kongponents-bot
previously approved these changes
Dec 26, 2024
4390bc8
to
30cbbd9
Compare
30cbbd9
to
9753c74
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^24.1.3
->^25.0.1
Release Notes
jsdom/jsdom (jsdom)
v25.0.1
Compare Source
tough-cookie
, which no longer prints a deprecation warning.v25.0.0
Compare Source
This major release changes the prototype of a jsdom's
EventTarget.prototype
to point to theObject.prototype
inside the jsdom, instead of pointing to the Node.jsObject.prototype
. Thus, the prototype chain ofWindow
stays entirely within the jsdom, never crossing over into the Node.js realm.This only occurs when
runScripts
is set to non-default values of"dangerously"
or"outside-only"
, as with the default value, there is no separateObject.prototype
inside the jsdom.This will likely not impact many programs, but could cause some changes in
instanceof
behavior, and so out of an abundance of caution, we're releasing it as a new major version.Configuration
📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.