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): bumping all out of date dependencies #765

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Conversation

erunion
Copy link
Member

@erunion erunion commented Oct 17, 2023

🚥 Resolves RM-8175

🧰 Changes

Now that we can handle ESM libraries here we're finally able to update a grip of dependencies that are terribly out of date.

@erunion erunion added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@erunion erunion marked this pull request as ready for review October 17, 2023 19:43
@@ -111,7 +111,7 @@ function processFile(
});
});
} else if (file instanceof stream.Readable) {
return getStream.buffer(file).then(buffer => {
return getStreamAsBuffer(file).then(buffer => {
Copy link
Member

Choose a reason for hiding this comment

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

oooh better tree-shaking here? maybe?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yea likely

Copy link
Member

Choose a reason for hiding this comment

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

😌

@erunion erunion merged commit 5aaa49a into main Oct 17, 2023
5 checks passed
@erunion erunion deleted the chore/bump-deps branch October 17, 2023 21:33
@erunion erunion added this to the v7 milestone Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants