felixfbecker / svg-screenshots

πŸ“ΈπŸ§© Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
809 stars 29 forks source link

chore(deps): update dependency web-ext to ^6.8.0 #91

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web-ext ^6.1.0 -> ^6.8.0 age adoption passing confidence

Release Notes

mozilla/web-ext (web-ext) ### [`v6.8.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.8.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.7.0...6.8.0) ##### Features - `web-ext lint`: Updated to use addons-linter v4.14.0 ([#​2386](https://togithub.com/mozilla/web-ext/issues/2386)) - Imported Firefox 98.0b10 API schema - Updated browser-compat-data - Fixed TypeError raised in opendialog-remote-uri rule - See all addons-linter changes: [4.9.0...4.14.0](https://togithub.com/mozilla/addons-linter/compare/4.9.0...4.14.0) ##### Bug Fixes - `web-ext run`: - Improved debounce to prevent multiple extension reloads on consecutive file changes ([#​2385](https://togithub.com/mozilla/web-ext/issues/2385)) ([6c53a01](https://togithub.com/mozilla/web-ext/commit/6c53a01673edd234afc4b5f042a3e453d4419723)) - Replaced deprecated dependency event-to-promise with promise-toolbox/fromEvent ([#​2367](https://togithub.com/mozilla/web-ext/issues/2367)) ([2cfd843](https://togithub.com/mozilla/web-ext/commit/2cfd843d4ca351a022cd2789cbd3f40de298ad3d)) See all changes [6.7.0...6.8.0](https://togithub.com/mozilla/web-ext/compare/6.7.0...6.8.0) ### [`v6.7.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.7.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.6.0...6.7.0) ##### Features - `web-ext lint`: Updated to use addons-linter v4.9.0 ([#​2374](https://togithub.com/mozilla/web-ext/issues/2374), [#​2376](https://togithub.com/mozilla/web-ext/issues/2376)) - Imported Firefox 96.0b7 and 97.0b8 API schema - Updated known libraries hashes (added new DOMPurify versions) - Updated browser-compat-data - Improved memory usage and performance on linting big js files - See all addons-linter changes: [4.4.0...4.9.0](https://togithub.com/mozilla/addons-linter/compare/4.4.0...4.9.0) ##### Bug Fixes - `web-ext lint`: Fixed unexpected linting failures triggered by conflicting eslint versions when web-ext is included as a dev dependency ([#​2245](https://togithub.com/mozilla/web-ext/issues/2245), fixed in [#​2374](https://togithub.com/mozilla/web-ext/pull/2374)) - `web-ext run -t chromium`: Applied fix to reload extensions already enabled ([#​2365](https://togithub.com/mozilla/web-ext/issues/2365)) - `web-ext sign`: Updated dependency sign-addon to v3.11.0 ([#​2377](https://togithub.com/mozilla/web-ext/pull/2377)) See all changes [6.6.0...6.7.0](https://togithub.com/mozilla/web-ext/compare/6.6.0...6.7.0) ### [`v6.6.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.6.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.5.0...6.6.0) ##### Features - `web-ext lint`: updated to use addons-linter v4.4.0 ([#​2346](https://togithub.com/mozilla/web-ext/issues/2346), [#​2350](https://togithub.com/mozilla/web-ext/issues/2350)) - Imported Firefox 94.0b8 and Firefox 95.0b8 API schema - Updated browser-compat-data - Updated to use eslint v8, which enables ECMAScript 2022 syntax (e.g. public field declaration and top-level await) - See all addons-linter changes: [3.20.0...4.4.0](https://togithub.com/mozilla/addons-linter/compare/3.20.0...4.4.0) ##### Bug Fixes - `web-ext run`: - fixed issues related to the nodejs 17 dns resolution behavior on systems where `localhost` is resolved to an ipv6 address ([#​2337](https://togithub.com/mozilla/web-ext/issues/2337)) - fixed issue with removing temporary profile on nodejs <= 14.4 ([#​2344](https://togithub.com/mozilla/web-ext/issues/2344), [saadtazi/firefox-profile-js#128](https://togithub.com/saadtazi/firefox-profile-js/issues/128)) - **deps:** update dependency fx-runner to v1.2.0 ([#​2351](https://togithub.com/mozilla/web-ext/issues/2351)) - Fixed yargs module resolution issue on yarn 3.x + pnp ([#​2348](https://togithub.com/mozilla/web-ext/issues/2348)) - Wrap web-ext usage output at terminal width ([#​2329](https://togithub.com/mozilla/web-ext/issues/2329)) See all changes: [6.5.0...6.6.0](https://togithub.com/mozilla/web-ext/compare/6.5.0...6.6.0) ### [`v6.5.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.5.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.4.0...6.5.0) ##### Features - `web-ext lint`: Updated to use addons-linter v3.20.0 ([#​2318](https://togithub.com/mozilla/web-ext/issues/2318)) - Imported Firefox 93.0b7 API schema ([mozilla/addons-linter#3919](https://togithub.com/mozilla/addons-linter/pull/3919)) - Updated browser compat data ([mozilla/addons-linter#3918](https://togithub.com/mozilla/addons-linter/pull/3918), [mozilla/addons-linter#3930](https://togithub.com/mozilla/addons-linter/pull/3930)) - Detect and report `INVALID_ZIPFILE` linting error on zip files with invalid chars in filenames ([mozilla/addons-linter#3940](https://togithub.com/mozilla/addons-linter/pull/3940)) - Report `RESTRICTED_PERMISSION` linting error on permissions that requires `strict_min_version` set to a specific Firefox version (e.g. `proxy` permissions requires `strict_min_version` set to 91.1.0 or above) - See all addons-linter changes: [3.14.0...3.20.0](https://togithub.com/mozilla/addons-linter/compare/3.14.0...3.20.0) ##### Bug Fixes - Updated dependencies: - sign-addon to v3.9.0 ([#​2327](https://togithub.com/mozilla/web-ext/issues/2327)) - firefox-profile to v4.2.1 ([#​2317](https://togithub.com/mozilla/web-ext/issues/2317)) - source-map-support to v0.5.20 ([#​2316](https://togithub.com/mozilla/web-ext/issues/2316)) See all changes: [6.4.0...6.5.0](https://togithub.com/mozilla/web-ext/compare/6.4.0...6.5.0) ### [`v6.4.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.4.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.3.0...6.4.0) ##### Features - `web-ext lint`: updated to use addons-linter v3.14.0 ([#​2308](https://togithub.com/mozilla/web-ext/issues/2308), [#​2315](https://togithub.com/mozilla/web-ext/issues/2315)) - Imported Firefox 92.0b7 ([mozilla/addons-linter#3872](https://togithub.com/mozilla/addons-linter/issues/3872), [mozilla/addons-linter#3888](https://togithub.com/mozilla/addons-linter/issues/3888)) - Updated browser compat data ([mozilla/addons-linter#3870](https://togithub.com/mozilla/addons-linter/pull/3870), [mozilla/addons-linter#3887](https://togithub.com/mozilla/addons-linter/pull/3887)) - See all addons-linter changes: [3.12.0...3.14.0](https://togithub.com/mozilla/addons-linter/compare/3.12.0...3.14.0) ##### Bug Fixes - `web-ext run -t firefox-android`: Fixed issue on running recent **Firefox for Android** builds (also known with the internal code name "Fenix") due to the `WRITE_EXTERNAL_STORAGE` android permission not being granted ([#​2304](https://togithub.com/mozilla/web-ext/issues/2304)) - `web-ext sign`: updated to use sign-addon v3.8.0 ([#​2313](https://togithub.com/mozilla/web-ext/issues/2313)) See all changes: [6.3.0...6.4.0](https://togithub.com/mozilla/web-ext/compare/6.3.0...6.4.0) ### [`v6.3.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.3.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.2.0...6.3.0) ##### Features - `web-ext lint`: updated to use addons-linter v3.12.0 ([#​2274](https://togithub.com/mozilla/web-ext/pull/2274)) - Imported Firefox 91.0b5 API Schema ([mozilla/addons-linter#3844](https://togithub.com/mozilla/addons-linter/issues/3844)) - Imported Firefox 90.0b5 API Schema ([mozilla/addons-linter#3763](https://togithub.com/mozilla/addons-linter/issues/3763)) - Updated browser compat data ([mozilla/addons-linter#3775](https://togithub.com/mozilla/addons-linter/issues/3775), [mozilla/addons-linter#3809](https://togithub.com/mozilla/addons-linter/issues/3809), [mozilla/addons-linter#3833](https://togithub.com/mozilla/addons-linter/issues/3833), [mozilla/addons-linter#3857](https://togithub.com/mozilla/addons-linter/issues/3857)) - See all addons-linter changes: [3.8.0...3.12.0](https://togithub.com/mozilla/addons-linter/compare/3.8.0...3.12.0) ##### Bug Fixes - `web-ext sign`: updated to use sign-addon 3.7.0 ([#​2290](https://togithub.com/mozilla/web-ext/pull/2290)) See all changes: [6.2.0...6.3.0](https://togithub.com/mozilla/web-ext/compare/6.2.0...6.3.0) ### [`v6.2.0`](https://togithub.com/mozilla/web-ext/releases/tag/6.2.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/6.1.0...6.2.0) ##### Bug Fixes - Removed npm engine compatibility restriction < npm v7 ([#​2271](https://togithub.com/mozilla/web-ext/issues/2271)) - Fixes `EBADENGINE` warning logged when installing web-ext using npm v7 - Updated dependencies: - ws to v7.4.6 ([#​2250](https://togithub.com/mozilla/web-ext/issues/2250)) - ⚠ This update include a fix for a ReDoS vulnerability ⚠ - chrome-launcher to v0.14.0 ([#​2252](https://togithub.com/mozilla/web-ext/issues/2252)) - sign-addon to v3.5.0 ([#​2233](https://togithub.com/mozilla/web-ext/issues/2233)) ##### Features - `web-ext lint`: updated to use addons-linter v3.8.0 ([#​2234](https://togithub.com/mozilla/web-ext/issues/2234), [#​2258](https://togithub.com/mozilla/web-ext/issues/2258)) - Imported Firefox 89.0b8 API schema ([mozilla/addons-linter#3710](https://togithub.com/mozilla/addons-linter/issues/3710)) - Updated browser compat data ([mozilla/addons-linter#3688](https://togithub.com/mozilla/addons-linter/issues/3688), [mozilla/addons-linter#3698](https://togithub.com/mozilla/addons-linter/issues/3698), [mozilla/addons-linter#3708](https://togithub.com/mozilla/addons-linter/issues/3708), [mozilla/addons-linter#3736](https://togithub.com/mozilla/addons-linter/issues/3736), [mozilla/addons-linter#3748](https://togithub.com/mozilla/addons-linter/pull/3748), [mozilla/addons-linter#3758](https://togithub.com/mozilla/addons-linter/issues/3758)) - See all addons-linter changes: [3.2.0...3.8.0](https://togithub.com/mozilla/addons-linter/compare/3.2.0...3.8.0) See all changes: [6.1.0...6.2.0](https://togithub.com/mozilla/web-ext/compare/6.1.0...6.2.0)

Configuration

πŸ“… Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone Europe/Berlin, 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.