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.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 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
  3. deps: bump c8 from 8.0.1 to 9.0.0 (#1440)

    Bumps [c8](https://github.com/bcoe/c8) from 8.0.1 to 9.0.0.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v8.0.1...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    313cd61 View commit details
    Browse the repository at this point in the history
  4. deps: bump eslint-plugin-jsdoc from 46.10.1 to 48.0.2 (#1439)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.10.1 to 48.0.2.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v46.10.1...v48.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4dde4a3 View commit details
    Browse the repository at this point in the history
  5. chore(release): 42.0.1 [skip ci]

    ## [42.0.1](v42.0.0...v42.0.1) (2024-01-06)
    
    ### Dependencies
    
    * bump c8 from 8.0.1 to 9.0.0 ([#1440](#1440)) ([313cd61](313cd61))
    * bump eslint-plugin-jsdoc from 46.10.1 to 48.0.2 ([#1439](#1439)) ([4dde4a3](4dde4a3))
    semantic-release-bot committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    dd98696 View commit details
    Browse the repository at this point in the history
Loading