Skip to content

Bump basic-ftp from 5.2.0 to 5.3.0 in /docs#12393

Merged
StpMax merged 3 commits into
releases/26.1.0from
dependabot/npm_and_yarn/docs/basic-ftp-5.3.0
Apr 17, 2026
Merged

Bump basic-ftp from 5.2.0 to 5.3.0 in /docs#12393
StpMax merged 3 commits into
releases/26.1.0from
dependabot/npm_and_yarn/docs/basic-ftp-5.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps basic-ftp from 5.2.0 to 5.3.0.

Release notes

Sourced from basic-ftp's releases.

5.3.0

  • Changed: Introduced an upper bound for total bytes of directory listing, fixes GHSA-rp42-5vxx-qpwr.
  • Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.

5.2.2

5.2.1

Changelog

Sourced from basic-ftp's changelog.

5.3.0

  • Changed: Introduced an upper bound for total bytes of directory listing, fixes GHSA-rp42-5vxx-qpwr.
  • Added: Option to increase the upper bound for total bytes of directory listing in Client constructor.

5.2.2

5.2.1

Commits
Maintainer 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 prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2026
@mintlify
Copy link
Copy Markdown

mintlify Bot commented Apr 17, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mindsdb 🟢 Ready View Preview Apr 17, 2026, 12:56 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@entelligence-ai-pr-reviews
Copy link
Copy Markdown
Contributor

entelligence-ai-pr-reviews Bot commented Apr 17, 2026

EntelligenceAI PR Summary

Upgrades the basic-ftp package in the docs dependency lockfile from 5.2.0 to 5.3.0.

  • Updated docs/package-lock.json with new resolved tarball URL for basic-ftp@5.3.0
  • Updated integrity hash to match the new package version

Confidence Score: 5/5 - Safe to Merge

Safe to merge — this PR performs a straightforward patch-level bump of basic-ftp from 5.2.0 to 5.3.0 within the docs/package-lock.json lockfile, which is a documentation dependency only and carries no runtime impact on the main codebase. The change correctly updates both the resolved tarball URL and the integrity hash to match the new version, which is exactly what a proper lockfile update requires. No logic, application code, or production dependencies are touched by this PR.

Key Findings:

  • docs/package-lock.json is the only file changed, scoping the blast radius entirely to the documentation build environment with zero impact on production or library code.
  • The integrity hash update alongside the resolved URL is the correct and complete change for a lockfile bump — no partial or inconsistent update pattern that could cause reproducibility issues.
  • basic-ftp@5.3.0 is a minor version increment from 5.2.0, indicating backward-compatible additions per semver convention, making regression risk negligible for a docs-only dependency.
  • No review comments, no heuristic issues, and no pre-existing unresolved concerns were identified against this PR.
Files requiring special attention
  • docs/package-lock.json

@entelligence-ai-pr-reviews
Copy link
Copy Markdown
Contributor

Walkthrough

This pull request updates the basic-ftp dependency in the docs/package-lock.json lockfile from version 5.2.0 to 5.3.0. The change updates the resolved tarball URL and integrity hash to reflect the newer package version. No source code or configuration changes are included.

Changes

File(s) Summary
docs/package-lock.json Bumped basic-ftp dependency from 5.2.0 to 5.3.0, updating the resolved tarball URL and integrity hash.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    title Dependency Update: basic-ftp 5.2.0 -> 5.3.0

    participant Dev as Developer
    participant NPM as npm CLI
    participant Registry as npm Registry
    participant LockFile as package-lock.json

    Dev->>NPM: npm update basic-ftp
    NPM->>Registry: Request latest basic-ftp version
    Registry-->>NPM: Return basic-ftp v5.3.0
    Note over Registry, NPM: New integrity hash provided
    NPM->>LockFile: Update resolved URL to basic-ftp-5.3.0.tgz
    NPM->>LockFile: Update integrity checksum (sha512)
    LockFile-->>Dev: Lock file updated (5.2.0 -> 5.3.0)

    Note over Dev, LockFile: Only docs/package-lock.json affected
Loading

🔗 Cross-Repository Impact Analysis

Enable automatic detection of breaking changes across your dependent repositories. → Set up now

Learn more about Cross-Repository Analysis

What It Does

  • Automatically identifies repositories that depend on this code
  • Analyzes potential breaking changes across your entire codebase
  • Provides risk assessment before merging to prevent cross-repo issues

How to Enable

  1. Visit Settings → Code Management
  2. Configure repository dependencies
  3. Future PRs will automatically include cross-repo impact analysis!

Benefits

  • 🛡️ Prevent breaking changes across repositories
  • 🔍 Catch integration issues before they reach production
  • 📊 Better visibility into your multi-repo architecture

@StpMax StpMax changed the base branch from main to releases/26.1.0 April 17, 2026 08:02
@StpMax
Copy link
Copy Markdown
Collaborator

StpMax commented Apr 17, 2026

@dependabot rebase

Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.2.0 to 5.3.0.
- [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.3.0)

---
updated-dependencies:
- dependency-name: basic-ftp
  dependency-version: 5.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the base branch from releases/26.1.0 to main April 17, 2026 08:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/basic-ftp-5.3.0 branch from f380109 to b35e3c9 Compare April 17, 2026 08:04
@StpMax StpMax changed the base branch from main to releases/26.1.0 April 17, 2026 08:07
@StpMax StpMax merged commit 6419e86 into releases/26.1.0 Apr 17, 2026
11 checks passed
@StpMax StpMax deleted the dependabot/npm_and_yarn/docs/basic-ftp-5.3.0 branch April 17, 2026 08:12
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants