-
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
Conversation
package.json
Outdated
@@ -159,7 +159,7 @@ | |||
"jsdom": "^12.2.0", | |||
"jsonld": "^5.2.0", | |||
"jsonlint-mod": "^1.7.6", | |||
"lighthouse-plugin-publisher-ads": "^1.5.6", | |||
"lighthouse-plugin-publisher-ads": "https://gitpkg.now.sh/connorjclark/publisher-ads-lighthouse-plugin/lighthouse-plugin-publisher-ads?esm", |
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.
i love this
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.
does this lock to a commit / tag? or what happens when you add more commits that aren't ready for integration?
Somehow the permissions of that file changed locally... |
These changes landed in their main branch, so we can land this now and get pubads back into our CI. |
We may want to sit on this for awhile, until more |
@@ -20,7 +20,7 @@ cd /tmp/lighthouse-local-test | |||
|
|||
npm init -y | |||
npm install "$LH_ROOT/lighthouse-$VERSION.tgz" | |||
npm install lighthouse-plugin-publisher-ads |
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.
@@ -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 comment
The 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 comment
The 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.
This PR converted to ESM: googleads/publisher-ads-lighthouse-plugin#354