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: e18e/action-dependency-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: e18e/action-dependency-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 17, 2025

  1. feat: support working-directory input (#63)

    * Add optional working directory input
    
    * Add some logging
    
    * Commit build
    
    * Added more logging
    
    * Build
    
    * More logging
    
    * Try something else
    
    * Test
    
    * No max buffer size
    
    * Tidy
    
    * Format
    
    * Alter tests to mock error logging
    
    * Try this
    Humpheh authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    4ddc3c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. feat: handle packages with unknown size gracefully (#64)

    * Better error handling for dependency size increase
    
    * Output 'unknown' for unknown sized packages
    
    * Include build
    
    * Added tests
    
    * Forgot to format
    
    * Much nicer tests
    Humpheh authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    fc9cdc3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump esbuild from 0.25.10 to 0.25.11 (#70)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.10 to 0.25.11.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.25.10...v0.25.11)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-version: 0.25.11
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2ffdd06 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2 (#68)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.1 to 8.46.2.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      dependency-version: 8.46.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    df76c91 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 (#69)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.37.0 to 9.38.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v9.37.0...v9.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.38.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    044ac05 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 24.7.2 to 24.9.0 (#67)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.7.2 to 24.9.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 24.9.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    c0eaaa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. feat: display dependency paths when showing duplicates (#72)

    * feat: display dependency paths when showing duplicates
    
    This shows the path to each version of a duplicate package.
    
    * wip: log some circles
    
    * fix: simplify paths logic
    
    * fix: use brs, unfortunately
    
    * fix: rework the styling
    
    * fix: traverse root only
    
    * fix: dedupe path computations
    
    * fix: show as a list
    
    * test: add duplicates tests
    43081j authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    db7eb38 View commit details
    Browse the repository at this point in the history
Loading