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

chore(deps): pin msw 2.4.3 #73

Merged
merged 3 commits into from
Sep 19, 2024
Merged

chore(deps): pin msw 2.4.3 #73

merged 3 commits into from
Sep 19, 2024

Conversation

jbergstroem
Copy link
Member

@jbergstroem jbergstroem commented Sep 19, 2024

This "fixes" a bug where the test suite fails when using bun:

# Unhandled error between tests
-------------------------------
1 | (function (entry, fetcher)
    ^
SyntaxError: Export named 'HTTPParser' not found in module 'http'.
-------------------------------

Also, mark *.lockb as binary to avoid line-by-line diffing. You can get a pretty output by adding this to your local git config:

git config --global diff.lockb.textconv bun
git config --global diff.lockb.binary true

renovate bot and others added 2 commits September 19, 2024 13:33
This fixes a bug where the test suite fails due to bun not having
the proper http library support.
@jbergstroem jbergstroem merged commit 97e136f into main Sep 19, 2024
4 checks passed
@jbergstroem jbergstroem deleted the chore/pin-msw-2.4.3 branch September 19, 2024 13:59
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.

2 participants