Skip to content
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: ipfs/aegir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v41.3.5
Choose a base ref
...
head repository: ipfs/aegir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v42.0.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 6, 2024

  1. fix!: check for missing production dependencies (#1426)

    Runs the dep-check command twice - once omitting dev deps and only checking non-test code, then again but only testing test code.
    
    [depcheck](https://www.npmjs.com/package/depcheck) is a bit wonky in that it doesn't support whitelisting files to check, only blacklisting so we pass a configurable list of ignore patterns that exclude known test files while checking prod deps and then a list of known prod files while checking dev deps.
    
    Should prevent future bugs similar to ipfs/helia-ipns#159
    
    BREAKING CHANGE: previously undetected missing or unused deps will cause the dep-check command to fail
    achingbrain authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a66384a View commit details
    Browse the repository at this point in the history
  2. chore(release): 42.0.0 [skip ci]

    ## [42.0.0](v41.3.5...v42.0.0) (2024-01-06)
    
    ### ⚠ BREAKING CHANGES
    
    * previously undetected missing or unused deps will cause the dep-check command to fail
    
    ### Bug Fixes
    
    * check for missing production dependencies ([#1426](#1426)) ([a66384a](a66384a))
    semantic-release-bot committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    95493be View commit details
    Browse the repository at this point in the history
Loading