Update to Node v26.3.1#3771
Merged
Merged
Conversation
Changes include upgrades to Node v26.3.1, @types/node:26.0.0 and
node:26.3.1-alpine.
This commit does not include any changes that
make make use of v26 additions / updates such as:
- Date() -> Temporal
- New Map API's
https://nodejs.org/en/blog/release/v26.0.0
crypto.d.ts JSONWebKey type is more restrictive: '[key: string]: unknown;' has been removed. Updated generateJWKS.ts to align with this change.
PE39806
requested changes
Jun 24, 2026
PE39806
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for taking the time to put together this PR and addressing the Node 26 upgrade. It looks like all of the core functionality is working for the main frontend and backend containers. Once the suggested changes have gone in, this looks good to go.
Closed
14 tasks
Updated lockfile for lib/landing and reverted change in test
GB907762
approved these changes
Jun 24, 2026
PE39806
approved these changes
Jun 24, 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.
As of 19/06/26, with the release of @types/node v26.0.0, all pre-requisites were met for issue: #3595
Changes include upgrades to Node v26.3.1, @types/node:26.0.0 and node:26.3.1-alpine.
This commit does not include any changes that
make make use of v26 additions / updates such as:
https://nodejs.org/en/blog/release/v26.0.0