-
Notifications
You must be signed in to change notification settings - Fork 109
chore: update to pnpm v10 #3894
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
mkurapov
wants to merge
9
commits into
main
Choose a base branch
from
max/raf-1219
base: main
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
9 commits
Select commit
Hold shift + click to select a range
93fc469
chore: update to pnpm v10.33.0
mkurapov 3345b4c
chore: update dockerfiles to pnpm v10
mkurapov ac3014f
chore: fixing vulnerabilities
mkurapov 88e88de
chore: remove trivyignore vulns
mkurapov a95a460
chore: update vulnerability ignore lists
mkurapov a3c0eb7
chore(ci): update grype scanning action to latest version
mkurapov 732ebde
chore: update vuln ignore lists
mkurapov 2d8971b
chore: address frontend vulns
mkurapov 9054d89
chore: formatting
mkurapov 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
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,14 +1,15 @@ | ||
| ignore: | ||
| - vulnerability: GHSA-3xgq-45jj-v275 | ||
| - vulnerability: CVE-2026-23950 | ||
| - vulnerability: CVE-2026-23745 | ||
|
|
||
| # CVE-2025-64756 | ||
| - vulnerability: CVE-2025-64756 | ||
| - vulnerability: GHSA-5j98-mcp5-4vw2 | ||
|
|
||
| # CVE-2026-24842 | ||
| - vulnerability: CVE-2026-24842 | ||
| - vulnerability: GHSA-r6q2-hw4h-h46w | ||
| - vulnerability: GHSA-8qq5-rm4j-mr97 | ||
| - vulnerability: GHSA-34x7-hfp2-rc4v | ||
| - vulnerability: CVE-2026-27903 | ||
| - vulnerability: GHSA-7r86-cg39-jmmj | ||
|
|
||
| - vulnerability: CVE-2026-27904 | ||
| - vulnerability: GHSA-23c5-xmqv-rm74 | ||
|
|
||
| - vulnerability: CVE-2026-33671 | ||
| - vulnerability: GHSA-c2c7-rcm5-vvqj | ||
|
|
||
| - vulnerability: CVE-2026-29786 | ||
| - vulnerability: GHSA-qffp-2rhf-9h96 | ||
|
|
||
| - vulnerability: CVE-2026-31802 | ||
| - vulnerability: GHSA-9ppj-qmqm-q256 |
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,5 +1,6 @@ | ||
| CVE-2024-21538 exp:2026-03-01 | ||
| CVE-2026-23950 exp:2026-03-01 | ||
| CVE-2025-64756 exp:2026-03-01 | ||
| CVE-2026-23745 exp:2026-03-01 | ||
| CVE-2026-24842 exp:2026-03-01 | ||
| CVE-2026-27903 exp:2026-06-01 | ||
| CVE-2026-27904 exp:2026-06-01 | ||
| CVE-2026-33671 exp:2026-06-01 | ||
| CVE-2026-29786 exp:2026-06-01 | ||
| CVE-2026-31802 exp:2026-06-01 | ||
| CVE-2026-22184 exp:2026-06-01 |
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
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 |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ USER rafiki | |
| RUN mkdir -p /home/rafiki/.local/bin | ||
| ENV PATH="/home/rafiki/.local/bin:$PATH" | ||
| RUN corepack enable --install-directory ~/.local/bin | ||
| RUN corepack prepare pnpm@8.7.4 --activate | ||
| RUN corepack prepare pnpm@10.33.0 --activate | ||
| COPY pnpm-lock.yaml package.json pnpm-workspace.yaml .npmrc tsconfig.json tsconfig.build.json ./ | ||
|
|
||
| # Fetch the pnpm dependencies, but use a local cache. | ||
|
|
@@ -30,6 +30,5 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \ | |
| --recursive \ | ||
| --offline \ | ||
| --frozen-lockfile | ||
| RUN pnpm --filter point-of-sale build:deps | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This command did not exist in the point-of-sale or card-service |
||
|
|
||
| CMD pnpm --filter point-of-sale dev | ||
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.
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.
Ignore base
24-alpine3.23image vulnerabilities:https://hub.docker.com/layers/library/node/24-alpine3.23/images/sha256-5bc53106902596d90fb497746b74ea40e0625c1c8327681d6bff3ee6ad42a22b