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: astral-sh/setup-uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Choose a base ref
...
head repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref
  • 19 commits
  • 22 files changed
  • 4 contributors

Commits on Dec 4, 2024

  1. chore: update known checksums for 0.5.6 (#179)

    chore: update known checksums for 0.5.6
    
    Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
    github-actions[bot] and eifinger authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    f0b64e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. chore: update known checksums for 0.5.7 (#183)

    chore: update known checksums for 0.5.7
    
    Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
    github-actions[bot] and eifinger authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    1e4d4ea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. Add hint why cache-dependency-glob fails (#184)

    Make it clear which input can be used to solve the error
    
    Contributes to: #181
    eifinger authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    bdcda7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4207d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f064c84 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. chore: update known checksums for 0.5.8 (#190)

    chore: update known checksums for 0.5.8
    
    Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
    github-actions[bot] and eifinger authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    884a30e View commit details
    Browse the repository at this point in the history
  2. Always use api.github.com (#191)

    The octokit client would default to the URL of enterprise instances and
    then not be able to find the uv repo.
    
    Closes: #188
    eifinger authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    3460fe1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    e3017a7 View commit details
    Browse the repository at this point in the history
  2. Add python version to cache key (#187)

    Closes: #182
    eifinger authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    856099c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. chore: update known checksums for 0.5.9 (#195)

    chore: update known checksums for 0.5.9
    
    Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
    github-actions[bot] and eifinger authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    25b3ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Bump @types/node from 22.10.1 to 22.10.2 (#189)

    Bumps
    [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
    from 22.10.1 to 22.10.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.10.1&new-version=22.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    1f2cbfa View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. chore: update known checksums for 0.5.10 (#196)

    chore: update known checksums for 0.5.10
    
    Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
    github-actions[bot] and eifinger authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    85aa0bf View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Configuration menu
    Copy the full SHA
    dd57877 View commit details
    Browse the repository at this point in the history
  2. chore: update known checksums for 0.5.11 (#198)

    chore: update known checksums for 0.5.11
    
    Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
    github-actions[bot] and eifinger authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    2af22b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fb95a View commit details
    Browse the repository at this point in the history
  4. Fix wrong cacheDependencyPathHash (#201)

    Introduced in #200 and not
    caught because the test is not needed for automerge to pass
    eifinger authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    180f8b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Remove uv version from cache key (#206)

    This approach was copied from setup-rye but uv now has the capability to
    determine if a cache version is compatible. By removing it we will less
    frequently invalidate the cache and thus save bandwidth
    
    Closes: #203
    eifinger authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    12c852e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d174a24 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    887a942 View commit details
    Browse the repository at this point in the history
Loading