-
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 #383
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
requested review from
kongponents-bot,
a team,
adamdehaven,
jillztom and
portikM
as code owners
September 9, 2024 06:23
kongponents-bot
previously approved these changes
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 26, 2024 07:32
63a7c7d
to
0bf4b20
Compare
kongponents-bot
previously approved these changes
Sep 26, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 30, 2024 21:16
0bf4b20
to
d20f989
Compare
kongponents-bot
previously approved these changes
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 30, 2024 21:48
d20f989
to
9856cef
Compare
kongponents-bot
previously approved these changes
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 2, 2024 07:15
9856cef
to
3713f1d
Compare
kongponents-bot
previously approved these changes
Oct 2, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 3, 2024 04:22
3713f1d
to
5bb88b6
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:31
5bb88b6
to
79532cf
Compare
kongponents-bot
previously approved these changes
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 8, 2024 07:55
79532cf
to
7fd231d
Compare
kongponents-bot
previously approved these changes
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 16, 2024 04:12
7fd231d
to
57e966e
Compare
kongponents-bot
previously approved these changes
Oct 16, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 17, 2024 07:05
57e966e
to
2729499
Compare
kongponents-bot
previously approved these changes
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 21, 2024 07:40
2729499
to
c4e7c3a
Compare
kongponents-bot
previously approved these changes
Oct 21, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 24, 2024 04:49
c4e7c3a
to
3065177
Compare
kongponents-bot
previously approved these changes
Oct 24, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 28, 2024 07:31
3065177
to
a55d64b
Compare
kongponents-bot
previously approved these changes
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 31, 2024 04:14
a55d64b
to
b444748
Compare
kongponents-bot
previously approved these changes
Oct 31, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 5, 2024 06:25
b444748
to
d6f05a5
Compare
kongponents-bot
previously approved these changes
Nov 5, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 6, 2024 06:33
d6f05a5
to
02427f0
Compare
kongponents-bot
previously approved these changes
Nov 6, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 11, 2024 06:04
02427f0
to
4232abf
Compare
kongponents-bot
previously approved these changes
Nov 11, 2024
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
November 14, 2024 07:25
4232abf
to
4d583f2
Compare
kongponents-bot
approved these changes
Nov 14, 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.