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: update "headers-polyfill" and "@mswjs/interceptors" to fix "/lib" issue #1407

Merged
merged 1 commit into from Sep 15, 2022

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Sep 15, 2022

Updating to headers-polyfill version that supports ESM. A part of a larger ESM support #1399.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 15, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 579cff9:

Sandbox Source
MSW React Configuration

"@open-draft/until": "^1.0.3",
"@types/cookie": "^0.4.1",
"@types/js-levenshtein": "^1.1.1",
"chalk": "4.1.1",
"chokidar": "^3.4.2",
"cookie": "^0.4.2",
"graphql": "^15.0.0 || ^16.0.0",
"headers-polyfill": "^3.0.4",
"headers-polyfill": "^3.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

We still have a dependency on 3.0 from page-with but I'm migrating from page-with in #1342. It doesn't affect runtime in any way, it's a testing setup thing.

@kettanaito kettanaito merged commit 41d8c08 into main Sep 15, 2022
@kettanaito kettanaito deleted the deps-headers-polyfill-esm branch September 15, 2022 11:58
@kettanaito
Copy link
Member Author

Released: v0.47.3 🎉

This has been released in v0.47.3!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

@kettanaito
Copy link
Member Author

@lagolast, can you please try full re-install (delete msw -> add msw)?

@IagoLast
Copy link

@lagolast, can you please try full re-install (delete msw -> add msw)?

my bad, forget about it :P

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.

Update to headers-polyfill@3.1
2 participants