Update dependency webextension-polyfill to ^0.12.0 #6

Open
renovate-bot wants to merge 1 commit from renovate/webextension-polyfill-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
webextension-polyfill devDependencies minor ^0.6.0 -> ^0.12.0

Release Notes

mozilla/webextension-polyfill (webextension-polyfill)

v0.12.0

Compare Source

Bug Fixes

See all changes for 0.12.0

v0.11.0

Compare Source

Bug Fixes

See all changes for 0.11.0

v0.10.0

Compare Source

Bug Fixes
  • Removed obsolete deprecation warning logged on sendResponse callback calls (#​386)

See all changes for 0.10.0

v0.9.0

Compare Source

Bug Fixes
  • enable webextension-polyfill usage via webpack ProvidePlugin (#​351)

See all changes for 0.9.0

v0.8.0

Compare Source

Bug Fixes
  • browser.devtools.network.onRequestFinished is now wrapped by the polyfill and provides a promise-based request API object (#​250, fixes #​249)
  • the promise wrappers has been updated to reject with Error instances (#​293, fixes #​257)

See all changes for 0.8.0

v0.7.0

Compare Source

Features
  • Added tabs.goBack and tabs.goForward (#​243)
  • Added devtools.panels.elements.createSidebarPane to metadata (#​246)

See all changes for 0.7.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) | devDependencies | minor | [`^0.6.0` -> `^0.12.0`](https://renovatebot.com/diffs/npm/webextension-polyfill/0.6.0/0.12.0) | --- ### Release Notes <details> <summary>mozilla/webextension-polyfill (webextension-polyfill)</summary> ### [`v0.12.0`](https://github.com/mozilla/webextension-polyfill/releases/tag/0.12.0) [Compare Source](https://github.com/mozilla/webextension-polyfill/compare/0.11.0...0.12.0) ##### Bug Fixes - Removed unnecessary webpack and webpack-cli npm packages from webextension-polyfill npm package dependencies ([#&#8203;614](https://github.com/mozilla/webextension-polyfill/issues/614)) (https://github.com/mozilla/webextension-polyfill/issues/604) See [all changes for 0.12.0](https://github.com/mozilla/webextension-polyfill/compare/0.11.0...0.12.0) - https://unpkg.com/webextension-polyfill@0.12.0/dist/ ### [`v0.11.0`](https://github.com/mozilla/webextension-polyfill/releases/tag/0.11.0) [Compare Source](https://github.com/mozilla/webextension-polyfill/compare/0.10.0...0.11.0) ##### Bug Fixes - Fix no-op check to work with Safari and support of old browsers ([#&#8203;582](https://github.com/mozilla/webextension-polyfill/issues/582)) (https://github.com/mozilla/webextension-polyfill/issues/364) See [all changes for 0.11.0](https://github.com/mozilla/webextension-polyfill/compare/0.10.0...0.11.0) - https://unpkg.com/webextension-polyfill@0.11.0/dist/ ### [`v0.10.0`](https://github.com/mozilla/webextension-polyfill/releases/tag/0.10.0) [Compare Source](https://github.com/mozilla/webextension-polyfill/compare/0.9.0...0.10.0) ##### Bug Fixes - Removed obsolete deprecation warning logged on sendResponse callback calls ([#&#8203;386](https://github.com/mozilla/webextension-polyfill/issues/386)) See [all changes for 0.10.0](https://github.com/mozilla/webextension-polyfill/compare/0.9.0...0.10.0) - https://unpkg.com/webextension-polyfill@0.10.0/dist/ ### [`v0.9.0`](https://github.com/mozilla/webextension-polyfill/releases/tag/0.9.0) [Compare Source](https://github.com/mozilla/webextension-polyfill/compare/0.8.0...0.9.0) ##### Bug Fixes - enable webextension-polyfill usage via webpack ProvidePlugin ([#&#8203;351](https://github.com/mozilla/webextension-polyfill/issues/351)) See [all changes for 0.9.0](https://github.com/mozilla/webextension-polyfill/compare/0.8.0...0.9.0) - https://unpkg.com/webextension-polyfill@0.9.0/dist/ ### [`v0.8.0`](https://github.com/mozilla/webextension-polyfill/releases/tag/0.8.0) [Compare Source](https://github.com/mozilla/webextension-polyfill/compare/0.7.0...0.8.0) ##### Bug Fixes - `browser.devtools.network.onRequestFinished` is now wrapped by the polyfill and provides a promise-based `request` API object ([#&#8203;250](https://github.com/mozilla/webextension-polyfill/pull/250), fixes [#&#8203;249](https://github.com/mozilla/webextension-polyfill/issues/249)) - the promise wrappers has been updated to reject with Error instances ([#&#8203;293](https://github.com/mozilla/webextension-polyfill/issues/293), fixes [#&#8203;257](https://github.com/mozilla/webextension-polyfill/issues/257)) See [all changes for 0.8.0](https://github.com/mozilla/webextension-polyfill/compare/0.7.0...0.8.0) - https://unpkg.com/webextension-polyfill@0.8.0/dist/ ### [`v0.7.0`](https://github.com/mozilla/webextension-polyfill/releases/tag/0.7.0) [Compare Source](https://github.com/mozilla/webextension-polyfill/compare/0.6.0...0.7.0) ##### Features - Added tabs.goBack and tabs.goForward ([#&#8203;243](https://github.com/mozilla/webextension-polyfill/issues/243)) - Added devtools.panels.elements.createSidebarPane to metadata ([#&#8203;246](https://github.com/mozilla/webextension-polyfill/issues/246)) See [all changes for 0.7.0](https://github.com/mozilla/webextension-polyfill/compare/0.6.0...0.7.0) - https://unpkg.com/webextension-polyfill@0.7.0/dist/ </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/webextension-polyfill-0.x from 6bfa28f671 to 73fa071d6e 2025-03-08 10:06:37 +00:00 Compare
renovate-bot force-pushed renovate/webextension-polyfill-0.x from 73fa071d6e to af35f29870 2025-03-12 12:03:17 +00:00 Compare
renovate-bot force-pushed renovate/webextension-polyfill-0.x from af35f29870 to 1346de1eb1 2025-05-11 00:03:58 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/webextension-polyfill-0.x:renovate/webextension-polyfill-0.x
git switch renovate/webextension-polyfill-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/webextension-polyfill-0.x
git switch renovate/webextension-polyfill-0.x
git rebase master
git switch master
git merge --ff-only renovate/webextension-polyfill-0.x
git switch renovate/webextension-polyfill-0.x
git rebase master
git switch master
git merge --no-ff renovate/webextension-polyfill-0.x
git switch master
git merge --squash renovate/webextension-polyfill-0.x
git switch master
git merge --ff-only renovate/webextension-polyfill-0.x
git switch master
git merge renovate/webextension-polyfill-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kumi/HistoryCleaner#6
No description provided.