Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: lucacome/draft-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 403e1773dc95f8c4eb46060cc181f46c8268b237
Choose a base ref
..
head repository: lucacome/draft-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb7e1a25bcef160160548ae5de4f36ce689bf4b6
Choose a head ref
Showing with 331 additions and 81 deletions.
  1. +1 −1 .github/workflows/dependabot-build.yml
  2. +327 −77 package-lock.json
  3. +3 −3 package.json
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
@@ -47,6 +47,6 @@ jobs:
- name: Commit changes
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
id: commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Update dist/ after build'
Loading