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:jessehouwing/actions-dependency-submission
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.0.1
Choose a base ref
...
head repository:jessehouwing/actions-dependency-submission
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.0.2
Choose a head ref
  • 20 commits
  • 18 files changed
  • 5 contributors

Commits on Dec 3, 2025

  1. Bump js-yaml from 3.14.1 to 3.14.2

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot
    dependabot[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    130ede2View commit details
    Browse the repository at this point in the history
  2. Update licensed.yml

    @jessehouwing
    jessehouwing authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    0ed0053View commit details
    Browse the repository at this point in the history
  3. Merge pull request#2from jessehouwing/dependabot/npm_and_yarn/js-ya…

    …ml-3.14.2 Bump js-yaml from 3.14.1 to 3.14.2
    @jessehouwing
    jessehouwing authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    e9522e0View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acbd998View commit details
    Browse the repository at this point in the history
  5. Fix fork regex example in README and update tests

    Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    94ab320View commit details
    Browse the repository at this point in the history
  6. Add SHA and version dual reporting for resolved dependencies

    - Add originalSha field to ResolvedDependency interface - Report both SHA (direct) and version (indirect) when SHA is resolved to version - Update tests to verify dual reporting behavior - All tests passing and linting clean Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    080d7f5View commit details
    Browse the repository at this point in the history
  7. Refactor to extract duplicate dependency entry logic

    - Extract addDependencyEntries helper method to reduce code duplication - Improve maintainability and readability - All tests still passing Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    b248240View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Remove Print Output step from CI workflow

    Removed output printing step from CI workflow.
    @jessehouwing
    jessehouwing committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    773a24cView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81aab1View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a06363View commit details
    Browse the repository at this point in the history
  4. Bump @eslint/compat from 1.4.0 to 2.0.0

    Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.0/packages/compat) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot@jessehouwing
    dependabot[bot] authored and jessehouwing committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    fe24720View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a58a8e8View commit details
    Browse the repository at this point in the history
  6. Bump the npm-development group with 8 updates

    Bumps the npm-development group with 8 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.10.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.2` | `8.48.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.2` | `8.48.1` | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.1` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.0.1` | `29.2.1` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` | | [rollup](https://github.com/rollup/rollup) | `4.52.5` | `4.53.3` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.6` | Updates `@types/node` from 24.9.1 to 24.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.48.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.2 to 8.48.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/parser) Updates `eslint` from 9.38.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.1) Updates `eslint-plugin-jest` from 29.0.1 to 29.2.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.0.1...v29.2.1) Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) Updates `rollup` from 4.52.5 to 4.53.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.5...v4.53.3) Updates `ts-jest` from 29.4.5 to 29.4.6 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: rollup dependency-version: 4.53.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot@jessehouwing
    dependabot[bot] authored and jessehouwing committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    6a52ac9View commit details
    Browse the repository at this point in the history
  7. Rebuild dist/ with updated dependencies

    Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    11d1613View commit details
    Browse the repository at this point in the history
  8. Initial exploration - understanding YAML anchor issue

    Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    05bb5b1View commit details
    Browse the repository at this point in the history
  9. Add YAML anchor and merge key support

    Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    ac11402View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Add EMU/DR/GHES support with public GitHub fallback

    Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    140e8a4View commit details
    Browse the repository at this point in the history
  2. Update README and fix linting issues

    Co-authored-by: jessehouwing <[email protected]>
    @jessehouwing
    Copilot and jessehouwing committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    e75a696View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b38909View commit details
    Browse the repository at this point in the history
  4. Update __tests__/fork-resolver.test.ts

    Co-authored-by: Copilot <[email protected]>
    @jessehouwing
    jessehouwing and Copilot committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    5d0a945View commit details
    Browse the repository at this point in the history
Loading