belgattitude / nextjs-monorepo-example

Collection of monorepo tips & tricks
MIT License
1.59k stars 211 forks source link

chore(deps): update dependency jsdom to v25 #5835

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom 24.1.1 -> 25.0.0 age adoption passing confidence

Release Notes

jsdom/jsdom (jsdom) ### [`v25.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2500) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.1.3...25.0.0) This major release changes the prototype of a jsdom's `EventTarget.prototype` to point to the `Object.prototype` inside the jsdom, instead of pointing to the Node.js `Object.prototype`. Thus, the prototype chain of `Window` 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 separate `Object.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. ### [`v24.1.3`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2413) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.1.2...24.1.3) - Fixed calls to `postMessage()` that were done as a bare property (i.e., `postMessage()` instead of `window.postMessage()`). ### [`v24.1.2`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2412) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.1.1...24.1.2) - Fixed an issue with the `in` operator applied to `EventTarget` methods, e.g. `'addEventListener' in window`, which only appeared in Node.js ≥22.5.0. (legendecas) - Fixed the events fired by `blur()`: it no longer fires `focus` and `focusin` on the `Document`, and `blur` and `focusout` no longer have their `relatedTarget` property set. (asamuzaK)

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.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **monorepo-nextjs-app** | ⬜️ Ignored ([Inspect](https://vercel.com/belgattitudes-projects/monorepo-nextjs-app/7hSdpumfpoK7XK4YSZRddm72RDSr)) | [Visit Preview](https://monorepo-nextjs-app-git-renovate-85b5f5-belgattitudes-projects.vercel.app) | | Aug 25, 2024 11:19am | | **monorepo-vite-app** | ⬜️ Ignored ([Inspect](https://vercel.com/belgattitudes-projects/monorepo-vite-app/BsmZfpQjonchHxjLboRcv9TkHpBR)) | [Visit Preview](https://monorepo-vite-app-git-renovate-jsdom-25x-belgattitudes-projects.vercel.app) | | Aug 25, 2024 11:19am |
changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: b739d013222b46b24cf890765a64d13849347800

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codeclimate[bot] commented 2 weeks ago

Code Climate has analyzed commit b739d013 and detected 0 issues on this pull request.

View more on Code Climate.