Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository:jessehouwing/actions-dependency-submission
Uh oh!
There was an error while loading. Please reload this page.
base:v0.0.1
head repository:jessehouwing/actions-dependency-submission
Uh oh!
There was an error while loading. Please reload this page.
compare:v0.0.2
- 20 commits
- 18 files changed
- 5 contributors
Commits on Dec 3, 2025
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]>
Configuration menu - View commit details
Copy full SHA for 130ede2 - Browse repository at this point
Copy the full SHA 130ede2View commit details Configuration menu - View commit details
Copy full SHA for 0ed0053 - Browse repository at this point
Copy the full SHA 0ed0053View commit details 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
Configuration menu - View commit details
Copy full SHA for e9522e0 - Browse repository at this point
Copy the full SHA e9522e0View commit details Initial analysis - understanding the regex pattern fix needed
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for acbd998 - Browse repository at this point
Copy the full SHA acbd998View commit details Fix fork regex example in README and update tests
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for 94ab320 - Browse repository at this point
Copy the full SHA 94ab320View commit details 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]>
Configuration menu - View commit details
Copy full SHA for 080d7f5 - Browse repository at this point
Copy the full SHA 080d7f5View commit details 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]>
Configuration menu - View commit details
Copy full SHA for b248240 - Browse repository at this point
Copy the full SHA b248240View commit details
Commits on Dec 4, 2025
Remove Print Output step from CI workflow
Removed output printing step from CI workflow.
Configuration menu - View commit details
Copy full SHA for 773a24c - Browse repository at this point
Copy the full SHA 773a24cView commit details Mark original repository dependencies as indirect/transitive
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for b81aab1 - Browse repository at this point
Copy the full SHA b81aab1View commit details Add test case for indirect marking of original repositories
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for 4a06363 - Browse repository at this point
Copy the full SHA 4a06363View commit details 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]>
Configuration menu - View commit details
Copy full SHA for fe24720 - Browse repository at this point
Copy the full SHA fe24720View commit details Configuration menu - View commit details
Copy full SHA for a58a8e8 - Browse repository at this point
Copy the full SHA a58a8e8View commit details 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]>
Configuration menu - View commit details
Copy full SHA for 6a52ac9 - Browse repository at this point
Copy the full SHA 6a52ac9View commit details Rebuild dist/ with updated dependencies
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for 11d1613 - Browse repository at this point
Copy the full SHA 11d1613View commit details Initial exploration - understanding YAML anchor issue
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for 05bb5b1 - Browse repository at this point
Copy the full SHA 05bb5b1View commit details Add YAML anchor and merge key support
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for ac11402 - Browse repository at this point
Copy the full SHA ac11402View commit details
Commits on Dec 8, 2025
Configuration menu - View commit details
Copy full SHA for 140e8a4 - Browse repository at this point
Copy the full SHA 140e8a4View commit details Configuration menu - View commit details
Copy full SHA for e75a696 - Browse repository at this point
Copy the full SHA e75a696View commit details Add PUBLIC_GITHUB_API_URL constant and address code review feedback
Co-authored-by: jessehouwing <[email protected]>
Configuration menu - View commit details
Copy full SHA for 5b38909 - Browse repository at this point
Copy the full SHA 5b38909View commit details Update __tests__/fork-resolver.test.ts
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
Copy full SHA for 5d0a945 - Browse repository at this point
Copy the full SHA 5d0a945View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff v0.0.1...v0.0.2
Uh oh!
There was an error while loading. Please reload this page.