-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
misc: re-enable pubads after esm migration #14241
Changes from all commits
b0af072
e2c3926
cc531e6
63e2d7f
037e2e5
b81ca87
8e4d67e
11e2d5e
3e274d5
8e3391e
11a6f04
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5094,10 +5094,10 @@ lighthouse-logger@^1.0.0, lighthouse-logger@^1.3.0: | |
debug "^2.6.9" | ||
marky "^1.2.2" | ||
|
||
lighthouse-plugin-publisher-ads@^1.5.6: | ||
version "1.5.6" | ||
resolved "https://registry.yarnpkg.com/lighthouse-plugin-publisher-ads/-/lighthouse-plugin-publisher-ads-1.5.6.tgz#243ccb77bed4985229c7238f902d4398ba963851" | ||
integrity sha512-EejkyHMy3m+f4AgsyufijoNaH052+7Y258gjJ0NRohGjokpsU/D41L2MZEPNWjJm+n0+IbY+nJEsH3AyS43irA== | ||
lighthouse-plugin-publisher-ads@1.5.7-beta: | ||
version "1.5.7-beta" | ||
resolved "https://registry.yarnpkg.com/lighthouse-plugin-publisher-ads/-/lighthouse-plugin-publisher-ads-1.5.7-beta.tgz#ac35b0d8f9ee01c774d45a18fee109cded6395ec" | ||
integrity sha512-Wh9A0RNEPtJowJ34LflMX/g8IDtJh4/ie757UIrsBLc1swWCrKvl2bVzuXRuzmr9ErTkNlqtm8wbdXEoD6bDCw== | ||
dependencies: | ||
"@tusbar/cache-control" "^0.3.1" | ||
esprima "^4.0.1" | ||
|
@@ -6128,7 +6128,6 @@ query-string@^4.1.0: | |
|
||
quibble@^0.6.7, quibble@connorjclark/quibble#mod-cache: | ||
version "0.6.14" | ||
uid "68d53b087d4c9117cc86c7e5f19e7953a219582b" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was an intentional update from your quibble stuff right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. making any change to the deps results in this delta even on master, so best to just ignore i guess. |
||
resolved "https://codeload.github.com/connorjclark/quibble/tar.gz/68d53b087d4c9117cc86c7e5f19e7953a219582b" | ||
dependencies: | ||
lodash "^4.17.21" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a
TODO(esmodules)
here for when this is out of beta. I feel like we'll forget.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#14375