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

Node.js 22.0.0 #22944

Merged
merged 11 commits into from
May 7, 2024
Merged

Node.js 22.0.0 #22944

merged 11 commits into from
May 7, 2024

Conversation

jlweston
Copy link
Contributor

@jlweston jlweston commented Apr 25, 2024

Summary

Update compat tables for Node.js v22.0.0

Test results and supporting details

https://nodejs.org/en/blog/announcements/v22-release-announce

Related issues

Fixes #22983.

@github-actions github-actions bot added data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. labels Apr 25, 2024
@theoludwig
Copy link

Array.fromAsync (and probably others Array methods) can also be added to the supported table since Node.js v22.0.0.

@MrBazlow
Copy link
Contributor

In addition to what theoludwig mentioned, some other features that landed in version 22 and need updating include:

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 5, 2024
@jlweston
Copy link
Contributor Author

jlweston commented May 5, 2024

I think that covers the areas highlighted. I don't see any additional Array methods in the v8 code at v12.5 that aren't already listed as supported in Node.

Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

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

Hey there, thank you for your PR and welcome to BCD!

I've given the changes a spot check, and everything's looking good to me -- let's get this merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

javascript.builtins.Set.union - landed in Node.js 22.0.0
5 participants