-
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 #132
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/jsdom-25.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovate-bot
labels
Sep 9, 2024
renovate
bot
requested review from
kongponents-bot,
adamdehaven,
jillztom and
a team
as code owners
September 9, 2024 04:39
kongponents-bot
previously approved these changes
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 24, 2024 06:08
9eb8a97
to
ade00af
Compare
kongponents-bot
previously approved these changes
Sep 24, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 2, 2024 04:08
ade00af
to
37cbf36
Compare
kongponents-bot
previously approved these changes
Oct 2, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 3, 2024 07:24
37cbf36
to
eabd538
Compare
kongponents-bot
previously approved these changes
Oct 3, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 7, 2024 04:42
eabd538
to
51377f9
Compare
kongponents-bot
previously approved these changes
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 7, 2024 06:47
51377f9
to
fbbdd5e
Compare
kongponents-bot
previously approved these changes
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 15, 2024 06:29
fbbdd5e
to
0cd3553
Compare
kongponents-bot
previously approved these changes
Oct 15, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 17, 2024 07:34
0cd3553
to
eea7592
Compare
kongponents-bot
previously approved these changes
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 22, 2024 04:04
eea7592
to
f2bc19f
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 6, 2024 06:49
99cb99c
to
a396fc8
Compare
kongponents-bot
previously approved these changes
Nov 6, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 12, 2024 07:14
a396fc8
to
e018998
Compare
kongponents-bot
previously approved these changes
Nov 12, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 14, 2024 07:15
e018998
to
39f529d
Compare
kongponents-bot
previously approved these changes
Nov 14, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 26, 2024 08:48
39f529d
to
ef416be
Compare
kongponents-bot
previously approved these changes
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 27, 2024 07:35
ef416be
to
e67bef1
Compare
kongponents-bot
previously approved these changes
Nov 27, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 28, 2024 06:41
e67bef1
to
f5a0f9f
Compare
kongponents-bot
previously approved these changes
Nov 28, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
December 9, 2024 05:36
f5a0f9f
to
3077f48
Compare
kongponents-bot
previously approved these changes
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
December 9, 2024 07:16
3077f48
to
637b737
Compare
kongponents-bot
previously approved these changes
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
December 12, 2024 06:26
637b737
to
5ae64c3
Compare
kongponents-bot
previously approved these changes
Dec 12, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
December 16, 2024 09:18
5ae64c3
to
202a3eb
Compare
kongponents-bot
approved these changes
Dec 16, 2024
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.