Skip to content

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

Merged
jkleinsc merged 24 commits intomainfrom
roller/node/main
Jan 29, 2025
Merged

chore: bump node to v22.13.1 (main)#45307
jkleinsc merged 24 commits intomainfrom
roller/node/main

Conversation

@electron-roller
Copy link
Copy Markdown
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 recently 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 recently 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
Copy Markdown
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
Copy Markdown
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
@jkleinsc jkleinsc deleted the roller/node/main branch January 29, 2025 20:41
@release-clerk
Copy link
Copy Markdown

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