Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade webextension-polyfill: 0.8.0 → 0.9.0 (major) #768

Closed
wants to merge 3 commits into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Apr 1, 2022

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ webextension-polyfill (0.8.0 → 0.9.0) · Repo

Release Notes

0.9.0

Bug Fixes

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

See all changes for 0.9.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Apr 1, 2022
@github-actions
Copy link

github-actions bot commented Apr 1, 2022

Build files:

@bumi
Copy link
Collaborator

bumi commented Apr 2, 2022

damn, this update breaks the tests

@escapedcat
Copy link
Contributor

@depfu depfu bot force-pushed the depfu/update/yarn/webextension-polyfill-0.9.0 branch from cb6cdac to 0a7acfc Compare April 13, 2022 22:10
@depfu depfu bot force-pushed the depfu/update/yarn/webextension-polyfill-0.9.0 branch from 0a7acfc to 0989aec Compare April 25, 2022 15:15
@escapedcat escapedcat force-pushed the depfu/update/yarn/webextension-polyfill-0.9.0 branch from c4e8bb3 to a87efce Compare May 4, 2022 02:16
// avoid "This script should only be loaded in a browser extension." issue
// https://github.com/clarkbw/jest-webextension-mock/issues/149#issuecomment-1116307310
// @ts-ignore: chrome available during tests via jest-webextension-mock
if (!chrome.runtime) chrome.runtime = {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not actually sure were chrome is coming from during the tests. I assume via web-extension-mock but not sure how to satisfy TS here.

@escapedcat escapedcat requested review from dylancom and bumi May 4, 2022 02:24
@depfu
Copy link
Contributor Author

depfu bot commented May 11, 2022

Closing because this update has already been applied

@depfu depfu bot closed this May 11, 2022
@depfu depfu bot deleted the depfu/update/yarn/webextension-polyfill-0.9.0 branch May 11, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants