Skip to content

Commit

Permalink
core(inspector-issues): add federatedAuthRequestIssue (#13603)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jan 27, 2022
1 parent 2e13357 commit e8d6e0f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions lighthouse-core/gather/gatherers/inspector-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class InspectorIssues extends FRGatherer {
contentSecurityPolicyIssue: [],
corsIssue: [],
deprecationIssue: [],
federatedAuthRequestIssue: [],
genericIssue: [],
heavyAdIssue: [],
lowTextContrastIssue: [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('Has inspector issues audit', () => {
contentSecurityPolicyIssue: [],
corsIssue: [],
deprecationIssue: [],
federatedAuthRequestIssue: [],
genericIssue: [],
heavyAdIssue: [],
lowTextContrastIssue: [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ describe('_getArtifact', () => {
quirksModeIssue: [],
sharedArrayBufferIssue: [],
twaQualityEnforcement: [],
federatedAuthRequestIssue: [],
});
});

Expand Down Expand Up @@ -303,6 +304,7 @@ describe('_getArtifact', () => {
quirksModeIssue: [],
sharedArrayBufferIssue: [],
twaQualityEnforcement: [],
federatedAuthRequestIssue: [],
});
});
});
Expand Down Expand Up @@ -363,6 +365,7 @@ describe('FR compat', () => {
quirksModeIssue: [],
sharedArrayBufferIssue: [],
twaQualityEnforcement: [],
federatedAuthRequestIssue: [],
});
});

Expand Down Expand Up @@ -398,6 +401,7 @@ describe('FR compat', () => {
quirksModeIssue: [],
sharedArrayBufferIssue: [],
twaQualityEnforcement: [],
federatedAuthRequestIssue: [],
});
});
});
1 change: 1 addition & 0 deletions lighthouse-core/test/results/artifacts/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12410,6 +12410,7 @@
"deprecationType": "XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload"
}
],
"federatedAuthRequestIssue": [],
"genericIssue": [],
"heavyAdIssue": [],
"lowTextContrastIssue": [],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"cpy": "^8.1.2",
"cross-env": "^7.0.2",
"csv-validator": "^0.0.3",
"devtools-protocol": "0.0.963043",
"devtools-protocol": "0.0.964215",
"es-main": "^1.0.2",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
Expand Down Expand Up @@ -214,7 +214,7 @@
"yargs-parser": "^21.0.0"
},
"resolutions": {
"puppeteer/**/devtools-protocol": "0.0.963043"
"puppeteer/**/devtools-protocol": "0.0.964215"
},
"repository": "GoogleChrome/lighthouse",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Array [
"contentSecurityPolicyIssueDetails",
"corsIssueDetails",
"deprecationIssueDetails",
"federatedAuthRequestIssueDetails",
"genericIssueDetails",
"heavyAdIssueDetails",
"lowTextContrastIssueDetails",
Expand Down
1 change: 1 addition & 0 deletions types/artifacts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ declare module Artifacts {
contentSecurityPolicyIssue: LH.Crdp.Audits.ContentSecurityPolicyIssueDetails[];
corsIssue: LH.Crdp.Audits.CorsIssueDetails[];
deprecationIssue: LH.Crdp.Audits.DeprecationIssueDetails[];
federatedAuthRequestIssue: LH.Crdp.Audits.FederatedAuthRequestIssueDetails[],
genericIssue: LH.Crdp.Audits.GenericIssueDetails[];
heavyAdIssue: LH.Crdp.Audits.HeavyAdIssueDetails[];
lowTextContrastIssue: LH.Crdp.Audits.LowTextContrastIssueDetails[];
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3157,10 +3157,10 @@ detect-newline@^3.0.0:
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==

devtools-protocol@0.0.901419, devtools-protocol@0.0.963043:
version "0.0.963043"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.963043.tgz#03a35b7df8bf5ee64b4c1f4f23ef5e8bd9293efb"
integrity sha512-yROi8O/R6ORwt1oIe5CnXWGZUL1FbbFdjl7hA73STeIeX0jpowZqZsgDBU6wQ3Vr+4M8vByq/dJLcgwZGke4Tw==
devtools-protocol@0.0.901419, devtools-protocol@0.0.964215:
version "0.0.964215"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.964215.tgz#4e5b09f9b4478ef63076fa79bae9704442212f2b"
integrity sha512-7xjHbM16/gh0Y6OZK7viLyttNWfWTSm/gT2wDW98kyslYrUBRMcDkcfpjohmZDQMlEQj+S3xcm+5OYkMoUNEDg==

diff-sequences@^27.4.0:
version "27.4.0"
Expand Down

0 comments on commit e8d6e0f

Please sign in to comment.