twlevelup / watch_edition

LevelUp Build project for prototyping simple smart watch apps
http://levelup.thoughtworks.com
16 stars 15 forks source link

Update dependency jest-environment-jsdom-global to v3 - autoclosed #445

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-environment-jsdom-global 1.2.1 -> 3.1.2 age adoption passing confidence

Release Notes

simon360/jest-environment-jsdom-global ### [`v3.1.2`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v3.1.2) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v3.1.1...v3.1.2) #### What's Changed - Fixed a bug that could cause test failures on Jest 28 (thanks, [@​Belco90](https://togithub.com/Belco90)!) [#​60](https://togithub.com/simon360/jest-environment-jsdom-global/issues/60) #### New Contributors - [@​Belco90](https://togithub.com/Belco90) made their first contribution in [https://github.com/simon360/jest-environment-jsdom-global/pull/60](https://togithub.com/simon360/jest-environment-jsdom-global/pull/60) ### [`v3.1.1`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v3.1.1) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v3.1.0...v3.1.1) An update to the README, explaining some changes in Jest 28 that may, in some cases, remove the need to use `jest-environment-jsdom-global`. ### [`v3.1.0`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v3.1.0) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v3.0.0...v3.1.0) #### New features - Includes compatibility with Jest 28 - Maintains compatibility with older versions of Jest. This will be dropped in a future version, but am doing this as a courtesy while everyone gets up to a newer Jest version. #### Internal changes - Updated all packages - Added a CI stage that tests on older versions of Jest and `jest-environment-jsdom` ### [`v3.0.0`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v3.0.0) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v2.0.4...v3.0.0) #### Breaking changes: - Node >= 12 is now required. Node 10 is out of mainstream support, so I've dropped support here, too - `jest-environment-jsdom-sixteen` is no longer supported. Jest > 26 includes support out of the box. If you require `jest-environment-jsdom-sixteen`, continue using the latest `v2.x` release of this package #### Minor changes: - Adds Jest 27 to the peer dependency range #### Internal - All dependencies have been updated to the latest versions - The primary branch has been renamed from `master` to `main` ### [`v2.0.4`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v2.0.4) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v2.0.3...v2.0.4) ##### Changelog - docs: Add a version disclaimer for JSDOM 16 ([#​38](https://togithub.com/simon360/jest-environment-jsdom-global/issues/38)) ### [`v2.0.3`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v2.0.3) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v2.0.2...v2.0.3) ##### Changelog - chore: update peer dependency versions for Jest to include `26.x` (issue [#​35](https://togithub.com/simon360/jest-environment-jsdom-global/issues/35), PR [#​36](https://togithub.com/simon360/jest-environment-jsdom-global/issues/36)) ##### Internal: - test: update Jest version to 26 ### [`v2.0.2`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v2.0.2) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v2.0.1...v2.0.2) - chore: remove GitHub Package Registry publish script - chore: update all packages ### [`v2.0.1`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v2.0.1) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v2.0.0...v2.0.1) A bug in the release script caused publishes to GPR to fail. ### [`v2.0.0`](https://togithub.com/simon360/jest-environment-jsdom-global/releases/tag/v2.0.0) [Compare Source](https://togithub.com/simon360/jest-environment-jsdom-global/compare/v1.2.1...v2.0.0) feat: add support for jest-environment-jsdom-sixteen BREAKING CHANGES - in some cases, if jest-environment-jsdom-sixteen is resolvable, and Jest is running on Node 8 or lower, test suites may begin failing. This may happen if a subdependency of your project has jest-environment-jsdom-sixteen as a dependency, instead of a devDependency.

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 has been generated by Mend Renovate. View repository job log here.