-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency @sentry/nuxt to v8.49.0 [SECURITY] (#5357)
* Update dependency @sentry/nuxt to v8.49.0 [SECURITY] * Revert unnecessary dependency updates * Try fixing corepack/pnpm; update axios * Use corepack 0.31.0 --------- Co-authored-by: Olga Bulat <[email protected]>
- Loading branch information
1 parent
3669a08
commit fe9de0b
Showing
8 changed files
with
94 additions
and
76 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -49,7 +49,8 @@ runs: | |
- name: Setup pnpm | ||
if: inputs.setup_nodejs == 'true' | ||
shell: bash | ||
run: corepack enable pnpm | ||
# Fix for https://github.com/nodejs/corepack/issues/612 | ||
run: npm install -g [email protected] && corepack enable pnpm | ||
|
||
- name: Setup Node.js | ||
if: inputs.setup_nodejs == 'true' | ||
|
This file contains 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 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ ARG SEMANTIC_VERSION | |
|
||
# Install system packages needed to build on macOS | ||
RUN apk add --no-cache --virtual .gyp python3 make g++ \ | ||
&& corepack enable pnpm | ||
&& npm install -g [email protected] && corepack enable pnpm | ||
|
||
USER node | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ RUN mkdir -p /.cache/node/corepack/ && chmod -R 777 /.cache/node/corepack/ | |
RUN mkdir -p /.cache/pnpm/dlx/ && chmod -R 777 /.cache/pnpm/dlx/ | ||
|
||
# Requires `packageManager` field to be present in `frontend/package.json`. | ||
RUN corepack enable pnpm | ||
RUN npm install -g [email protected] && corepack enable pnpm | ||
|
||
# DO NOT actually run `pnpm install` here. Doing so requires us to copy the the source into the container. | ||
# However, that's a waste of time because we mount the source in the compose file anyway. | ||
|
This file contains 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 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
Large diffs are not rendered by default.
Oops, something went wrong.