Skip to content

updates fnm to version 1.39.0#222

Merged
Dargon789 merged 7 commits into
masterfrom
patch-1
Jul 17, 2026
Merged

updates fnm to version 1.39.0#222
Dargon789 merged 7 commits into
masterfrom
patch-1

Conversation

@Dargon789

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fnm Canceled Canceled Jul 17, 2026 1:45am

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sorry @Dargon789, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@snyk-io

snyk-io Bot commented Jul 17, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@Dargon789 Dargon789 linked an issue Jul 17, 2026 that may be closed by this pull request

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates fnm to version 1.39.0, introducing several improvements and bug fixes. Key changes include reducing shell startup overhead for env --use-on-cd by applying the initial version during fnm env, improving shell hook robustness (especially for Windows CMD and Zsh), adding support for the x64-glibc-217 architecture, and adding --progress and --use flags to the install command. Additionally, dependencies have been adjusted, and contributor documentation has been added to AGENTS.md. The review feedback highlights two important issues: first, in .ci/install.sh, the temporary directory created by mktemp -d is not cleaned up, which can be resolved by restoring the trap command; second, in src/commands/install.rs, calling to_str().unwrap() on a path can lead to a panic if the path contains invalid UTF-8, so using to_string_lossy() is recommended for safety.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .ci/install.sh
Comment thread src/commands/install.rs Outdated
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@Dargon789 Dargon789 changed the title Patch 1 updates fnm to version 1.39.0 Jul 17, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

New security issues found

Comment thread Cargo.lock
Comment thread Cargo.lock
Comment thread Cargo.lock
Comment thread Cargo.lock
@Dargon789
Dargon789 merged commit b342606 into master Jul 17, 2026
11 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sequence diagram for fnm env global vs multishell symlink behavior

1 participant