Skip to content

Commit 631e8dd

Browse files
build(deps-dev): bump jest-environment-jsdom-global from 3.1.2 to 4.0.0 (#245)
Bumps [jest-environment-jsdom-global](https://github.com/simon360/jest-environment-jsdom-global) from 3.1.2 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/simon360/jest-environment-jsdom-global/releases">jest-environment-jsdom-global's releases</a>.</em></p> <blockquote> <h2>v4.0.0: Jest 29 and EOL for Node 12</h2> <p>This release adds support for Jest 29, and removes support for Node 12.</p> <p>NOTE: If you need support for Node 12, continue using the latest 3.x version of this package.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simon360/jest-environment-jsdom-global/commit/ea501b289db221a0a3495050d395babcf543cb65"><code>ea501b2</code></a> v4.0.0</li> <li><a href="https://github.com/simon360/jest-environment-jsdom-global/commit/cf7dcd5655ed2e056e85cae81c7a958fcbecbf80"><code>cf7dcd5</code></a> refactor: Run Prettier</li> <li><a href="https://github.com/simon360/jest-environment-jsdom-global/commit/336d71d603ae0cc1c319571ceabd7560b8335784"><code>336d71d</code></a> test: Add Node 18 support</li> <li><a href="https://github.com/simon360/jest-environment-jsdom-global/commit/1bf5ca2ba9d0f300c9e76735144540740aa9a3d7"><code>1bf5ca2</code></a> feat: Remove Node 12 support</li> <li><a href="https://github.com/simon360/jest-environment-jsdom-global/commit/d7a0a9c23a2da7695b6b69e4c0836c4a6faf28f3"><code>d7a0a9c</code></a> test: Replace Jest 28 with 29</li> <li><a href="https://github.com/simon360/jest-environment-jsdom-global/commit/a0a55a1de8686a796e393c87d4e516f69fe55098"><code>a0a55a1</code></a> feat: Add Jest 29 support</li> <li>See full diff in <a href="https://github.com/simon360/jest-environment-jsdom-global/compare/v3.1.2...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-environment-jsdom-global&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Louis Chan <[email protected]>
1 parent 4d82ab8 commit 631e8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"esbuild": "^0.18.11",
6464
"jest": "^27.4.4",
6565
"jest-environment-jsdom": "^27.4.4",
66-
"jest-environment-jsdom-global": "^3.0.0",
66+
"jest-environment-jsdom-global": "^4.0.0",
6767
"jest-junit": "^13.0.0",
6868
"prettier": "^1.18.2",
6969
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)