-
Notifications
You must be signed in to change notification settings - Fork 13k
chore(deps): bump node version from 22.16.0 to 22.21.1
#37476
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
Open
jonasflorencio
wants to merge
6
commits into
develop
Choose a base branch
from
bump-node-version
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f6fc6c2
Bump node version to 22.21.1
jonasflorencio d287821
Bump node version to 22.21.1 Dockerfile Service
jonasflorencio 33847e3
Update .changeset/perfect-trees-rescue.md
jonasflorencio a80d95e
update node:22.21.1-alpine3.20 > node:22.21.1-alpine3.21
jonasflorencio f6f565f
Merge branch 'develop' into bump-node-version
jonasflorencio 8531fc5
update config file
jonasflorencio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| 'rocketchat-services': patch | ||
| '@rocket.chat/omnichannel-transcript': patch | ||
| '@rocket.chat/authorization-service': patch | ||
| '@rocket.chat/stream-hub-service': patch | ||
| '@rocket.chat/presence-service': patch | ||
| '@rocket.chat/account-service': patch | ||
| '@rocket.chat/ddp-streamer': patch | ||
| '@rocket.chat/queue-worker': patch | ||
| '@rocket.chat/meteor': patch | ||
| --- | ||
|
|
||
| Bump Node version to 22.21.1 |
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ jobs: | |
| - name: Use Node.js | ||
| uses: actions/[email protected] | ||
| with: | ||
| node-version: 22.16.0 | ||
| node-version: 22.21.1 | ||
|
|
||
| - name: Install dependencies | ||
| run: | | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM node:22.14.0-bullseye-slim | ||
| FROM node:22.21.1-bullseye-slim | ||
|
|
||
| LABEL maintainer="[email protected]" | ||
|
|
||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM node:22.16.0-alpine3.20 | ||
| FROM node:22.21.1-alpine3.21 | ||
|
|
||
| LABEL maintainer="[email protected]" | ||
|
|
||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ ARG DENO_VERSION="1.37.1" | |
|
|
||
| FROM denoland/deno:bin-${DENO_VERSION} as deno | ||
|
|
||
| FROM node:22.14.0-bullseye-slim | ||
| FROM node:22.21.1-bullseye-slim | ||
|
|
||
| LABEL maintainer="[email protected]" | ||
|
|
||
|
|
||
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,7 +45,7 @@ | |
| "homepage": "https://github.com/RocketChat/Rocket.Chat#readme", | ||
| "engines": { | ||
| "yarn": "4.10.3", | ||
| "node": "22.16.0" | ||
| "node": "22.21.1" | ||
| }, | ||
| "packageManager": "[email protected]", | ||
| "houston": { | ||
|
|
@@ -56,7 +56,7 @@ | |
| ] | ||
| }, | ||
| "volta": { | ||
| "node": "22.16.0", | ||
| "node": "22.21.1", | ||
| "yarn": "4.10.3" | ||
| }, | ||
| "resolutions": { | ||
|
|
||
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify Node.js image availability and security fixes.
The version bump from 22.16.0 to 22.21.1 is applied consistently across both build and runtime stages. However, confirm that the
node:22.21.1-alpine3.21tag exists and contains the security patches for the referenced CVEs (CVE-2025-27210 and CVE-2025-9230).Also applies to: 31-31
🌐 Web query:
💡 Result:
Short answer: No — I can find a published node:22.21.1-alpine3.22 tag, but not node:22.21.1-alpine3.21. [1][2]
What security fixes are included (for the closest images):
References
If you want, I can (a) confirm again directly against Docker Hub and paste the exact tag list and digests, or (b) show the specific CVE IDs fixed in the Node 22.21.1 and Alpine 3.21 releases. Which would you prefer?
The specified Docker image tag does not exist and will cause build failures.
The
node:22.21.1-alpine3.21tag is not published; onlynode:22.21.1-alpine3.22exists. Update both the build stage (line 1) and runtime stage (line 31) to usenode:22.21.1-alpine3.22, which is the published image for this Node.js version.Node.js 22.21.1 includes January 21, 2025 security fixes including worker/diagnostics and dependency updates (undici). However, the Alpine version needs correction for the image to be available.
Also applies to: 31-31
🤖 Prompt for AI Agents