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(deps): downgrade ordered-read-streams #3042

Merged
merged 1 commit into from
May 4, 2024

Conversation

lubber-de
Copy link
Member

@lubber-de lubber-de commented May 4, 2024

Description

Turns out the latest version of ordered-read-streams, 2.0.0, does not always order the files as they were given.
Looks like the issue is inside the new used streamx lib. It seems the given order is modified internally by the end of the file read, so larger files are merged at the end rather than the desired position.
For example the large emoji.css was always set to the end of the order although the order of that file was given much earlier in the stream array.
Reverting back to to v 1.0.1 fixes that (as it does not use streamx, but readable-stream instead of streamx)

@lubber-de lubber-de added the type/upstream Any issues in dependencies label May 4, 2024
@lubber-de lubber-de added this to the 2.9.4 milestone May 4, 2024
@auto-assign auto-assign bot requested review from ColinFrick, ko2in, prudho and y0hami May 4, 2024 18:49
@lubber-de lubber-de changed the title fix(deps): downgrade ordered-read-stream which fixes reordering fix(deps): downgrade ordered-read-streams May 4, 2024
@lubber-de lubber-de merged commit 0a955f4 into fomantic:develop May 4, 2024
10 checks passed
@lubber-de lubber-de deleted the orderedReadStreamFix branch May 4, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/upstream Any issues in dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant