Skip to content

Conversation

@connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Nov 9, 2021

},
"resolutions": {
"puppeteer/**/devtools-protocol": "0.0.939404"
},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ref: #12534 (comment)

rather add this than upgrade puppeteer in this PR

const deprecations = entries.filter(log => log.source === 'deprecation')
// TODO(M91): Temporary ignore until Chrome M91 became stable version.
// M91 doesn't throw deprecation on ::-webkit-details-marker.
.filter(log => !log.text.includes('::-webkit-details-marker'))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

purposefully removed this filter

@brendankenny
Copy link
Contributor

can

// TODO: https://github.com/GoogleChrome/lighthouse/issues/13147
it.skip('should notify us if something changed', () => {
expect(inspectorIssueDetailsTypes).toMatchInlineSnapshot(`
Array [
"blockedByResponseIssueDetails",
"contentSecurityPolicyIssueDetails",
"heavyAdIssueDetails",
"mixedContentIssueDetails",
"sameSiteCookieIssueDetails",
"sharedArrayBufferTransferIssueDetails",
]
`);
});
be turned back on now?

},
};
});
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

does this need to be an if/else or can these be combined in one go?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There are some canary releases where both would be populated.

items: [
{
value: /'window.webkitStorageInfo' is deprecated/,
source: {
Copy link
Contributor

Choose a reason for hiding this comment

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

is sample_v2 unchanged from the old deprecations? That ends up pretty nice

@paulirish
Copy link
Member

can

// TODO: https://github.com/GoogleChrome/lighthouse/issues/13147
it.skip('should notify us if something changed', () => {
expect(inspectorIssueDetailsTypes).toMatchInlineSnapshot(`
Array [
"blockedByResponseIssueDetails",
"contentSecurityPolicyIssueDetails",
"heavyAdIssueDetails",
"mixedContentIssueDetails",
"sameSiteCookieIssueDetails",
"sharedArrayBufferTransferIssueDetails",
]
`);
});

be turned back on now?

nope. there's like 8 new types we don't handle. but Adam Read is working on this.

@devtools-bot devtools-bot merged commit 693a8f7 into master Nov 9, 2021
@devtools-bot devtools-bot deleted the deps-issues branch November 9, 2021 21:30
@connorjclark
Copy link
Collaborator Author

The first skipped test was enabled, b/c it is only meant to let us know when a new type exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants