Skip to content

Pin basic-ftp to version 5.2.1#10

Closed
paustint wants to merge 1 commit intomainfrom
bug/basic-ftp-pin
Closed

Pin basic-ftp to version 5.2.1#10
paustint wants to merge 1 commit intomainfrom
bug/basic-ftp-pin

Conversation

@paustint
Copy link
Copy Markdown
Contributor

Update the resolutions to ensure compatibility by pinning the basic-ftp package to version 5.2.1.

Copilot AI review requested due to automatic review settings April 11, 2026 16:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins basic-ftp to a specific version to avoid compatibility issues in the dependency tree (currently pulled in via tooling dependencies).

Changes:

  • Adds a resolutions entry in package.json to force basic-ftp@5.2.1.
  • Introduces a new yarn.lock with basic-ftp@5.2.1 resolved.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Adds a resolutions pin for basic-ftp to 5.2.1.
yarn.lock Adds a Yarn lockfile reflecting basic-ftp@5.2.1 in the resolved tree.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"import": "./dist/esm/index.mjs"
}
},
"resolutions": {
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

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

resolutions is a Yarn feature and won’t be applied by npm ci (the repo’s CI and existing package-lock.json indicate npm is the intended package manager). If the goal is to pin basic-ftp for npm installs, use the npm overrides field instead and regenerate package-lock.json so it actually resolves to 5.2.1.

Suggested change
"resolutions": {
"overrides": {

Copilot uses AI. Check for mistakes.
@paustint paustint closed this Apr 11, 2026
@paustint paustint deleted the bug/basic-ftp-pin branch April 11, 2026 16:40
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.

2 participants