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): remove timsort #1946

Merged
merged 1 commit into from Oct 6, 2023
Merged

fix(deps): remove timsort #1946

merged 1 commit into from Oct 6, 2023

Conversation

Thomaash
Copy link
Member

Up to the ECMAScript standard Array.sort is stable and all the browsers that we polyfill already implement it that way so we don't need timsort anymore.

@Thomaash Thomaash requested a review from a team April 12, 2023 11:41
@Thomaash Thomaash changed the title refactor(deps): remove timsort fix(deps): remove timsort Apr 12, 2023
Up to the ECMAScript standard `Array.sort` is stable and all the
browsers that we polyfill already implement it that way so we don't need
timsort anymore.
@Thomaash Thomaash merged commit b9737c4 into master Oct 6, 2023
7 checks passed
@Thomaash Thomaash deleted the remove-timsort branch October 6, 2023 12:39
@vis-bot
Copy link
Collaborator

vis-bot commented Oct 6, 2023

🎉 This PR is included in version 9.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

2 participants