refactor: Bump basic-ftp from 5.2.0 to 5.2.1#3330
refactor: Bump basic-ftp from 5.2.0 to 5.2.1#3330dependabot[bot] wants to merge 1 commit intoalphafrom
Conversation
|
I will reformat the title to use the proper commit message syntax. |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with alpha! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package-lock.json`:
- Around line 12559-12561: package-lock.json is out of sync with package.json
(CI failing with "Missing: typescript@5.9.3 from lock file"); regenerate a clean
lockfile using the same npm major as CI so installs are deterministic. Delete
node_modules and package-lock.json (or run npm install --package-lock-only) then
run npm install with the CI npm version (or run npm ci locally after ensuring
npm version parity) to produce an updated package-lock.json that includes
typescript@5.9.3 and the bumped basic-ftp entry; commit the regenerated
package-lock.json and re-run CI.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
package-lock.json
Outdated
| "version": "5.2.1", | ||
| "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz", | ||
| "integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==", |
There was a problem hiding this comment.
Restore lockfile consistency before merge (CI blocker).
npm ci is currently failing because package.json and package-lock.json are out of sync (Missing: typescript@5.9.3 from lock file). Even though this hunk correctly bumps basic-ftp, the lockfile state is incomplete and must be regenerated so CI can install deterministically.
A clean fix is to regenerate and commit package-lock.json from the current package.json (same npm major as CI), then re-run CI.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@package-lock.json` around lines 12559 - 12561, package-lock.json is out of
sync with package.json (CI failing with "Missing: typescript@5.9.3 from lock
file"); regenerate a clean lockfile using the same npm major as CI so installs
are deterministic. Delete node_modules and package-lock.json (or run npm install
--package-lock-only) then run npm install with the CI npm version (or run npm ci
locally after ensuring npm version parity) to produce an updated
package-lock.json that includes typescript@5.9.3 and the bumped basic-ftp entry;
commit the regenerated package-lock.json and re-run CI.
Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](patrickjuchli/basic-ftp@v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
f0eab33 to
44dca87
Compare
|
Closing: Dependabot generated an incomplete package-lock.json that is missing |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps basic-ftp from 5.2.0 to 5.2.1.
Release notes
Sourced from basic-ftp's releases.
Changelog
Sourced from basic-ftp's changelog.
Commits
ba40f9dUpdate dev dependencies6b0008bBump version2ecc8e2Reject control character injection attempts using paths515d21fUpdate security policy and reporting instructions9744254Link to security advisoryMaintainer changes
This version was pushed to npm by patrickjuchli, a new releaser for basic-ftp since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by CodeRabbit
basic-ftpto version 5.2.1