check-dependency-version-consistency

CLI tool which checks that dependencies are on consistent versions across a monorepo / npm/pnpm/Yarn workspace.

Downloads
437.4K
Stars
63
Committers
6

Bot releases are visible (Hide)

check-dependency-version-consistency - Release 4.1.0 Latest Release

Published by bmish over 1 year ago

๐Ÿš€ Enhancement

  • #617 Allow --dep-type option to be specified with CSV (@bmish)

๐Ÿ“ Documentation

  • #616 Tweak readme example and CLI help text (@bmish)

Committers: 1

check-dependency-version-consistency - Release 4.0.0

Published by bmish over 1 year ago

๐Ÿ’ฅ Breaking Change

  • #609 Use object instead of string to represent package in Node API (@bmish)
  • #608 Consider optionalDependencies by default (@bmish)
  • #607 Drop support for Node 14 and Node 19 (@bmish)
  • #495 Drop support for Node 12 and Node 17 (@ddzz)

๐Ÿ“ Documentation

  • #611 Show choices in help text for --dep-type (@bmish)

๐Ÿ  Internal

Committers: 2

check-dependency-version-consistency - Release 3.3.0

Published by bmish over 1 year ago

๐Ÿš€ Enhancement

  • #605 Add new option --dep-type (@bmish)
  • #606 Add optionalDependencies option to --dep-type (@bmish)
  • #601 Add peerDependencies option to --dep-type (@bmish)

Committers: 1

check-dependency-version-consistency - Release 3.2.1

Published by bmish over 1 year ago

๐Ÿ› Bug Fix

Committers: 1

check-dependency-version-consistency - Release 3.2.0

Published by bmish over 1 year ago

๐Ÿš€ Enhancement

๐Ÿ  Internal

Committers: 1

check-dependency-version-consistency - Release 3.1.1

Published by bmish over 1 year ago

๐Ÿ› Bug Fix

  • #590 pnpm workspace root package should not require name (@bmish)

Committers: 1

check-dependency-version-consistency - Release 3.1.0

Published by bmish over 1 year ago

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

  • #586 Add back error messages when unable to detect workspaces (@bmish)

๐Ÿ“ Documentation

  • #543 Mention competing offering Yarn Constraints in readme (@bmish)
  • #544 Mention npm workspaces in readme (@bmish)

๐Ÿ  Internal

Committers: 2

check-dependency-version-consistency - Release 3.0.3

Published by bmish about 2 years ago

๐Ÿ› Bug Fix

Committers: 1

check-dependency-version-consistency - Release 3.0.2

Published by bmish about 2 years ago

๐Ÿ› Bug Fix

  • #527 Ignore packages inside node_modules from nohoist usage (@bmish)

Committers: 1

check-dependency-version-consistency - Release 3.0.1

Published by bmish about 2 years ago

๐Ÿ› Bug Fix

  • #520 Allow referring to local package version with workspace: prefix (@bmish)

๐Ÿ  Internal

Committers: 2

check-dependency-version-consistency - Release 3.0.0

Published by bmish over 2 years ago

๐Ÿ’ฅ Breaking Change

Committers: 3

check-dependency-version-consistency - Release 2.0.4

Published by bmish over 2 years ago

๐Ÿ› Bug Fix

Committers: 2

check-dependency-version-consistency - Release 2.0.3

Published by bmish over 2 years ago

๐Ÿ› Bug Fix

  • #358 Autofix to increased latest version range (@bmish)

Committers: 1

check-dependency-version-consistency - Release 2.0.2

Published by bmish over 2 years ago

๐Ÿ› Bug Fix

  • #355 Maintain range type when fixing to local package version (@bmish)

Committers: 1

check-dependency-version-consistency - Release 2.0.1

Published by bmish over 2 years ago

๐Ÿ› Bug Fix

  • #347 Improve handling of local package version inconsistencies (@bmish)

Committers: 1

check-dependency-version-consistency - Release 2.0.0

Published by bmish over 2 years ago

๐Ÿ’ฅ Breaking Change

  • #343 Check local package version consistency (@bmish)

๐Ÿš€ Enhancement

๐Ÿ“ Documentation

  • #330 Use latest version instead of highest version (@ddzz)
  • #329 Improve completeness of example in README (@bmish)

Committers: 2

check-dependency-version-consistency - Release 1.6.0

Published by bmish over 2 years ago

๐Ÿš€ Enhancement

  • #320 Display which dependencies were fixed when running with --fix (@bmish)

๐Ÿ› Bug Fix

  • #324 Avoid publishing unnecessary files (@bmish)

๐Ÿ“ Documentation

  • #315 Add more detailed README example section (@bmish)

๐Ÿ  Internal

  • #316 Add eslint-plugin-jest and update tests (@ddzz)
  • #313 Update to @types/edit-json-file 1.7.0 and remove ts-ignore comment (@bmish)

Committers: 2

check-dependency-version-consistency - Release 1.5.0

Published by bmish almost 3 years ago

๐Ÿš€ Enhancement

  • #303 Add options --ignore-path and --ignore-path-pattern (@bmish)
  • #301 Add option --ignore-package-pattern (@bmish)
  • #215 Add option --ignore-package and switch to displaying actual package names (@bmish)
  • #298 Add option --ignore-dep-pattern (@bmish)

๐Ÿ› Bug Fix

๐Ÿ“ Documentation

  • #288 Update badge links in README (@ddzz)
  • #285 Update filename formatting in README (@ddzz)

๐Ÿ  Internal

  • #300 Switch to jest for snapshot testing (@bmish)
  • #296 Add .DS_Store file to .gitignore (@ddzz)

Committers: 3

check-dependency-version-consistency - Release 1.4.2

Published by bmish almost 3 years ago

๐Ÿ› Bug Fix

  • #275 Avoid crash when abnormal version present (@bmish)
  • #271 Correctly expand globs in workspace paths (@bmish)

๐Ÿ  Internal

  • #253 Add GitHub Actions to Dependabot config (@ddzz)

Committers: 2

check-dependency-version-consistency - Release 1.4.1

Published by bmish almost 3 years ago

๐Ÿ› Bug Fix

  • #241 Don't ignore workspace root package.json (@bmish)
  • #242 Maintain newline at end of package.json file (@bmish)

๐Ÿ  Internal

Committers: 1