-
-
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 #1060
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/jsdom-25.x
base: master
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.
Open
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
August 25, 2024 17:22
fa1a0fa
to
3be06eb
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
August 26, 2024 13:32
3be06eb
to
3d91b55
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
August 28, 2024 03:09
3d91b55
to
2288bdd
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 1, 2024 16:43
2288bdd
to
572d84a
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 1, 2024 19:30
572d84a
to
92e4f55
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 4, 2024 06:47
92e4f55
to
a371340
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 5, 2024 05:15
a371340
to
1f64f59
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 22, 2024 06:02
1f64f59
to
51da660
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 25, 2024 04:00
51da660
to
f56bea8
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 26, 2024 01:44
f56bea8
to
1422dad
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 27, 2024 22:05
1422dad
to
06f782a
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
September 29, 2024 18:46
06f782a
to
208401e
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 8, 2024 00:03
208401e
to
c4388bb
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 17, 2024 05:16
c4388bb
to
15ed14a
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 19, 2024 06:56
15ed14a
to
b11097a
Compare
renovate
bot
force-pushed
the
renovate/jsdom-25.x
branch
from
October 22, 2024 06:52
b11097a
to
8f37913
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.