Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: depcheck/depcheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: depcheck/depcheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.1
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 16, 2021

  1. Update changelog

    rumpl committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9ddfcac View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Remove punycode from the buildin modules

    Fixes #628
    rumpl committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b92e569 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #629 from depcheck/fix-punycode

    Remove punycode from the buildin modules
    rumpl authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    36c73d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Update config reader to work in mono repo

    The config reader is aware of the context of the directory that the package.json file is in and will search only the same directory.
    This is useful in the context of monorepo where you want to  run this with multiple different package.json file and their individula version of config file.
    AminFazlMondo authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    635cb10 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    986ced3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #631 from AminFazlMondo/patch-1

    Update config reader to work in monorepo
    rumpl authored May 11, 2021
    Configuration menu
    Copy the full SHA
    01e3d0c View commit details
    Browse the repository at this point in the history
Loading