Bump basic-ftp from 5.2.0 to 5.3.0 in /docs#12393
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
EntelligenceAI PR SummaryUpgrades the
Confidence Score: 5/5 - Safe to MergeSafe to merge — this PR performs a straightforward patch-level bump of Key Findings:
Files requiring special attention
|
WalkthroughThis pull request updates the Changes
Sequence DiagramThis 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
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
|
|
@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>
f380109 to
b35e3c9
Compare
Bumps basic-ftp from 5.2.0 to 5.3.0.
Release notes
Sourced from basic-ftp's releases.
Changelog
Sourced from basic-ftp's changelog.
Commits
c9378a8Fix test22abe43Update Github Actions0feaaecFix test6629d7dImprove error message9c3bf4fSet higher default value for max size of directory listingacd3942Bump version1304429Offer maxListingBytes as an option5cb5367Add bounded StringWriter07e9fc5Update dev dependenciese9d09d6Bump versionMaintainer 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.