build: bump poetry.lock dependencies and pre-commit hooks - #673
Merged
Merged
Conversation
maxrake
requested review from
maxrake
and removed request for
kwillmon-veracode
September 8, 2026 18:10
maxrake
enabled auto-merge (squash)
September 8, 2026 18:12
The `pnpm` package manager, as specified/enabled by `corepack`, now attempts to download on first use to a location that is not accessible to non-root users: ``` + type pnpm + pnpm --version pnpm is /usr/local/n/bin/pnpm Downloading the pnpm 12.3.4 binary for linux-x64... Could not download the pnpm 12.3.4 binary: EACCES: permission denied, open '/usr/local/corepack/v1/pnpm/12.3.4/pnpm-native.91e3ce88584c.tgz' + false ``` This change adds `COREPACK_HOME` to the list of directories that have their permissions recursively updated to allow for non-root users.
Contributor
|
Adding @matt-phylum since I made the last commit. |
maxrake
enabled auto-merge (rebase)
September 8, 2026 22:56
matt-phylum
approved these changes
Sep 10, 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.
Bump dependencies in
poetry.lockand hooks in.pre-commit-config.yaml.