[9.4]Upgrade to Node.js 24.14.1 (#260558)#265880
Merged
jbudz merged 4 commits intoelastic:9.4from Apr 29, 2026
Merged
Conversation
Upgrades Node.js from 22.22.0 to 24.14.1. https://nodejs.org/en/blog/release/v24.0.0 https://nodejs.org/en/blog/migrations/v22-to-v24 https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md Reopened version of elastic#254588 except with the `url.parse` [deprecation](https://nodejs.org/api/deprecations.html#dep0169-insecure-urlparse) migration deferred to elastic#260591. `url.parse` is used widely across the codebase including in low level libraries. Migrating all at once increases risk of an accidental break in critical code paths. https://buildkite.com/elastic/kibana-pointer-compression/builds/422 https://buildkite.com/elastic/kibana-glibc-2-dot-17/builds/125 https://buildkite.com/elastic/appex-qa-serverless-kibana-ftr-tests/builds/8894 --------- Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
Follow up to elastic#260558
## Summary Fix this error after node 24.14.1 upgrade (elastic#260453): ``` $ node scripts/kbn bootstrap success yarn.lock integrity check passed - no need to update info pre-build webpack bundles Using moon at (node:28990) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities. (Use `node --trace-deprecation ...` to show where the warning was created) /Users/jen/Projects/kibana/node_modules/.bin/moon UNHANDLED EXCEPTION: Error: spawn ENAMETOOLONG at ChildProcess.spawn (node:internal/child_process:421:11) at Object.spawn (node:child_process:796:9) at run (file:///Users/jen/Projects/kibana/src/dev/kbn_pm/src/lib/spawn.mjs:105:29) at moonRun (file:///Users/jen/Projects/kibana/src/dev/kbn_pm/src/lib/moon.mjs:66:10) at processTicksAndRejections (node:internal/process/task_queues:104:5) at file:///Users/jen/Projects/kibana/src/dev/kbn_pm/src/commands/bootstrap/bootstrap_command.mjs:130:13 at async Promise.allSettled (index 0) at time (file:///Users/jen/Projects/kibana/src/dev/kbn_pm/src/cli.mjs:72:22) at async Promise.all (index 0) at Object.run (file:///Users/jen/Projects/kibana/src/dev/kbn_pm/src/commands/bootstrap/bootstrap_command.mjs:125:5) error Command failed with exit code 1. ```
Contributor
💔 Build Failed
Failed CI StepsMetrics [docs]
History |
TamerlanG
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #260558