Skip to content

#5720 - Upgrade Node to 25.6#5721

Merged
tiago-graf merged 2 commits intomainfrom
feature/#5720-node-image-upgrades
Feb 4, 2026
Merged

#5720 - Upgrade Node to 25.6#5721
tiago-graf merged 2 commits intomainfrom
feature/#5720-node-image-upgrades

Conversation

@tiago-graf
Copy link
Copy Markdown
Collaborator

@tiago-graf tiago-graf commented Feb 3, 2026

Summary

Updates Node.js to 25.6.0-alpine3.22 across all backend and frontend services
Adjusts Dependabot Docker configuration for broader backend service scanning

@tiago-graf tiago-graf changed the title Upgrade docker files to use node 25.6 #5720 - Upgrade Node to 25.6 Feb 3, 2026
@tiago-graf tiago-graf marked this pull request as ready for review February 4, 2026 03:32
@tiago-graf tiago-graf self-assigned this Feb 4, 2026
@tiago-graf tiago-graf added the Docker Docker-related PRs, for instance, Docker updates generated by depenabot. label Feb 4, 2026
Comment thread .github/dependabot.yml Outdated
commit-message:
prefix: "docker"
directory: "/sources/packages/backend/apps/api"
directory: "/sources/packages/backend"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This is nice! Do you mind sharing the documentation that would support this change?
I notice that now it does support the ability to provide directories, but I did not find (in a quick search) that it would support the recursive scan from the root directory.

Copy link
Copy Markdown
Collaborator Author

@tiago-graf tiago-graf Feb 4, 2026

Choose a reason for hiding this comment

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

I assumed it would be recursive but i think your right, from the docs i think i have to change to include */ in the directory, i'll do a bit more research and change this. its one of the things i can't test without pushing the changes directly

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I also spent some time trying to include the registry artifacts.developer.gov.bc.ca as part of the scan but i don't see anyone else doing this, I believe we would need to setup a user/password for the jfrog platform, but i didn't go any further

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for looking further into it. Let's give it a try.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 4, 2026

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 4, 2026

Backend Unit Tests Coverage Report

Totals Coverage
Statements: 20.28% ( 4361 / 21503 )
Methods: 9.8% ( 257 / 2623 )
Lines: 24.43% ( 3738 / 15298 )
Branches: 10.22% ( 366 / 3582 )

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 4, 2026

E2E Workflow Workers Coverage Report

Totals Coverage
Statements: 75.41% ( 1055 / 1399 )
Methods: 79.31% ( 115 / 145 )
Lines: 78.79% ( 769 / 976 )
Branches: 61.51% ( 171 / 278 )

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 4, 2026

E2E Queue Consumers Coverage Report

Totals Coverage
Statements: 85.68% ( 1616 / 1886 )
Methods: 85% ( 187 / 220 )
Lines: 88.64% ( 1287 / 1452 )
Branches: 66.36% ( 142 / 214 )

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 4, 2026

E2E SIMS API Coverage Report

Totals Coverage
Statements: 77.29% ( 8877 / 11486 )
Methods: 76.81% ( 1050 / 1367 )
Lines: 81.32% ( 6443 / 7923 )
Branches: 63.02% ( 1384 / 2196 )

Copy link
Copy Markdown
Collaborator

@andrewsignori-aot andrewsignori-aot left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@tiago-graf tiago-graf added this pull request to the merge queue Feb 4, 2026
Merged via the queue into main with commit a02d1c6 Feb 4, 2026
23 checks passed
@tiago-graf tiago-graf deleted the feature/#5720-node-image-upgrades branch February 4, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docker Docker-related PRs, for instance, Docker updates generated by depenabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants