Skip to content

🤖 User test baselines have changed for refs/heads/release-3.7 #34682

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/baselines/reference/user/prettier.log
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ src/cli/util.js(693,22): error TS2339: Property 'name' does not exist on type 'n
src/cli/util.js(693,46): error TS2339: Property 'alias' does not exist on type 'never'.
src/common/create-ignorer.js(34,19): error TS2349: This expression is not callable.
Type 'typeof import("/prettier/prettier/node_modules/ignore/index")' has no call signatures.
src/common/get-file-info.js(36,27): error TS2339: Property 'resolveConfig' does not exist on type '{ ignorePath?: string | undefined; withNodeModules?: boolean | undefined; plugins: any; }'.
src/common/get-file-info.js(59,25): error TS2339: Property 'resolveConfig' does not exist on type '{ ignorePath?: string | undefined; withNodeModules?: boolean | undefined; plugins: any; }'.
src/common/parser-create-error.js(8,9): error TS2339: Property 'loc' does not exist on type 'SyntaxError'.
src/config/resolve-config.js(14,12): error TS2571: Object is of type 'unknown'.
src/config/resolve-config.js(50,16): error TS2571: Object is of type 'unknown'.
Expand Down
16 changes: 8 additions & 8 deletions tests/baselines/reference/user/puppeteer.log
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Exit Code: 1
Standard output:
lib/Accessibility.js(134,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Accessibility.js(341,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
lib/Accessibility.js(344,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(364,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
lib/Accessibility.js(367,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(376,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
lib/Accessibility.js(379,7): error TS2322: Type 'boolean | "mixed"' is not assignable to type 'never'.
Type 'false' is not assignable to type 'never'.
lib/Accessibility.js(387,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
lib/Accessibility.js(390,7): error TS2322: Type 'string | number | boolean' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(400,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
lib/Accessibility.js(403,7): error TS2322: Type 'string | number | true' is not assignable to type 'never'.
Type 'string' is not assignable to type 'never'.
lib/Accessibility.js(406,22): error TS2503: Cannot find namespace 'Protocol'.
lib/Accessibility.js(409,22): error TS2503: Cannot find namespace 'Protocol'.
lib/Browser.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Browser.js(116,58): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'.
Expand Down Expand Up @@ -64,8 +64,8 @@ lib/Page.js(520,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(530,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(555,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(608,14): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(915,19): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(1316,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(944,19): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(1354,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Target.js(87,7): error TS2322: Type 'Promise<Worker | Worker>' is not assignable to type 'Promise<Worker>'.
Type 'Worker | Worker' is not assignable to type 'Worker'.
Expand Down
Loading