Skip to content
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

fix(types): revert type changes made to support TS 5.5 #32066

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Aug 8, 2024

Regressed in #31532. The TS5.5 changes broke chaining of extends where the first extend did not specify any type arguments.

Fixes #32056.

The changes broke chaining of `extend`s where the first
`extend` did not specify any type arguments.
Copy link
Contributor

github-actions bot commented Aug 8, 2024

Test results for "tests 1"

1 failed
❌ [playwright-test] › reporter.spec.ts:250:9 › merged › should not have internal error when steps are finished after timeout

3 flaky ⚠️ [playwright-test] › ui-mode-test-setup.spec.ts:87:5 › should show errors in config
⚠️ [webkit-library] › library/browsercontext-clearcookies.spec.ts:146:3 › should remove cookies by name and domain
⚠️ [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all

29651 passed, 714 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit f24e46c into microsoft:main Aug 8, 2024
29 of 30 checks passed
dgozman added a commit to dgozman/playwright that referenced this pull request Aug 8, 2024
… support TS 5.5

Regressed in microsoft#31532. The TS5.5 changes broke chaining of `extend`s where
the first `extend` did not specify any type arguments.

Fixes microsoft#32056.
dgozman added a commit that referenced this pull request Aug 8, 2024
…TS 5.5 (#32080)

Regressed in #31532. The TS5.5 changes broke chaining of `extend`s where
the first `extend` did not specify any type arguments.

Fixes #32056.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: 1.46.0 (TypeScript) - custom fixtures extend no longer chainable?
2 participants