node-sync-glob
node-sync-glob copied to clipboard
Bump dir-compare from 1.8.0 to 4.0.0
Bumps dir-compare from 1.8.0 to 4.0.0.
Release notes
Sourced from dir-compare's releases.
v4.0.0
- Switched project to typescript
- Async comparator improvements when comparing large directory structures
- Heap usage has decreased 3x compared to previous version
- Works 2x faster when comparing by content
- Better concurrency. UI apps will be more responsive while comparison is ongoing
Breaking changes:
- Using this library to compare two files will ignore the name of the files. More details in #48
- Removed support for node 8, 9
v3.3.0
Added
skipEmptyDirsoptionv3.2.0
Added support for handling permission denied errors
v3.1.0
Added
ignoreAllWhiteSpacesandignoreEmptyLinesoptionsv3.0.0
Moved CLI component into separate project dir-compare-cli
v2.4.0
Added new option to customize file/folder name comparison
v2.3.0
Fixes
v2.1.0
Removed bluebird dependency
v2.0.0
- New option to compare symlinks.
- New field indicating reason for two entries being distinct.
- Improved command line output format.
- Tests are no longer part of published package.
- Generated Api documentation.
Breaking changes:
- Broken links are no longer treated as errors. As a result there are new statistics (leftBrokenLinks, rightBrokenLinks, distinctBrokenLinks, totalBrokenLinks) and new entry type - broken-link. Details in Symbolic links.
- Typescript correction: new interface
ResultreplacedStatistics.
Commits
484b59b4.0.0479ac77Update readme2a8d191Improve test coverage3001cdaCI: Update supported node versions7dee40fRenovate Bot: Update and pin dev dependencies0b8bd41Fix Comparing files gives confusing result #48043bdbbImprove extended testsf1eb13aRemoved buffer-equal dependency150cdf2Improve async file content compare performance1792359Improve async concurrency handling- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)