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: bump node to v22.13.1 (main) #45307

Merged
merged 24 commits into from
Jan 29, 2025
Merged

chore: bump node to v22.13.1 (main) #45307

merged 24 commits into from
Jan 29, 2025

Conversation

electron-roller[bot]
Copy link
Contributor

Updating Node.js to v22.13.1.

See all changes in v22.11.0..v22.13.1

Notes: Updated Node.js to v22.13.1.

@electron-roller electron-roller bot requested a review from a team as a code owner January 22, 2025 17:16
@electron-roller electron-roller bot added no-backport semver/patch backwards-compatible bug fixes labels Jan 22, 2025
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 22, 2025
@codebytere codebytere self-assigned this Jan 22, 2025
@codebytere codebytere requested a review from a team as a code owner January 23, 2025 11:25
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jan 23, 2025
electron-roller bot and others added 21 commits January 28, 2025 21:40
nodejs/node#55714

This doesn't currently play well with ASAR - this should be fixed in a follow up
This has diverged as a result of our revert of
src,lb: reducing C++ calls of esm legacy main resolve
if (context.withFileTypes) {
readdirResult = [
[...readdirResult], readdirResult.map((p: string) => {
return internalBinding('fs').internalModuleStat(binding, path.join(pathArg, p));
Copy link
Member

Choose a reason for hiding this comment

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

Should we reference binding here and elsewhere instead?

Suggested change
return internalBinding('fs').internalModuleStat(binding, path.join(pathArg, p));
return binding.internalModuleStat(binding, path.join(pathArg, p));

Copy link
Member

@codebytere codebytere Jan 29, 2025

Choose a reason for hiding this comment

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

@samuelmaddock we monkey-patch internalModuleStat in this file so it needs to be this way unfortunately

@jkleinsc jkleinsc merged commit 93f4a93 into main Jan 29, 2025
54 checks passed
@jkleinsc jkleinsc deleted the roller/node/main branch January 29, 2025 20:41
@release-clerk
Copy link

release-clerk bot commented Jan 29, 2025

Release Notes Persisted

Updated Node.js to v22.13.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants