Closed renovate[bot] closed 2 years ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 3336015570: | 0.0% |
Covered Lines: | 2 |
Relevant Lines: | 2 |
This PR contains the following updates:
^5.2.0
->^6.0.0
Release Notes
sindresorhus/screenfull
### [`v6.0.2`](https://togithub.com/sindresorhus/screenfull/releases/tag/v6.0.2) [Compare Source](https://togithub.com/sindresorhus/screenfull/compare/v6.0.1...v6.0.2) - Support running in server environments ([#208](https://togithub.com/sindresorhus/screenfull/issues/208)) [`2907f62`](https://togithub.com/sindresorhus/screenfull/commit/2907f62) ### [`v6.0.1`](https://togithub.com/sindresorhus/screenfull/releases/tag/v6.0.1) [Compare Source](https://togithub.com/sindresorhus/screenfull/compare/v6.0.0...v6.0.1) - Fix `.isEnabled` TypeScript type [`e530b94`](https://togithub.com/sindresorhus/screenfull/commit/e530b94) ### [`v6.0.0`](https://togithub.com/sindresorhus/screenfull/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/screenfull/compare/v5.2.0...v6.0.0) ##### Breaking - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - If you cannot easily move to ESM. Just stay on version 5.2.0. It's stable and fine. - This package now uses modern JavaScript syntax. If you need support for older browsers, you need to transpile the code with Babel. - A minified version is no longer provided in the package. It's better to minify your project as a whole in your own build step. - `screenfull.element` is now `undefined` instead of `null` when there's no fullscreen element. - The `document` global is no longer polyfilled. If you run this package in a non-browser environment, it's up to you to polyfill required browser globals.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.