-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: astral-sh/setup-uv
base: v4
head repository: astral-sh/setup-uv
compare: v5
- 19 commits
- 22 files changed
- 4 contributors
Commits on Dec 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f0b64e0 - Browse repository at this point
Copy the full SHA f0b64e0View commit details
Commits on Dec 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1e4d4ea - Browse repository at this point
Copy the full SHA 1e4d4eaView commit details
Commits on Dec 8, 2024
-
Add hint why cache-dependency-glob fails (#184)
Make it clear which input can be used to solve the error Contributes to: #181
Configuration menu - View commit details
-
Copy full SHA for bdcda7e - Browse repository at this point
Copy the full SHA bdcda7eView commit details -
Add **/requirements*.txt to default cache-dependency-glob (#185)
Contributes to: #181
Configuration menu - View commit details
-
Copy full SHA for be4207d - Browse repository at this point
Copy the full SHA be4207dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f064c84 - Browse repository at this point
Copy the full SHA f064c84View commit details
Commits on Dec 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 884a30e - Browse repository at this point
Copy the full SHA 884a30eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3460fe1 - Browse repository at this point
Copy the full SHA 3460fe1View commit details
Commits on Dec 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3017a7 - Browse repository at this point
Copy the full SHA e3017a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 856099c - Browse repository at this point
Copy the full SHA 856099cView commit details
Commits on Dec 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 25b3ce6 - Browse repository at this point
Copy the full SHA 25b3ce6View commit details
Commits on Dec 16, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1f2cbfa - Browse repository at this point
Copy the full SHA 1f2cbfaView commit details
Commits on Dec 17, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 85aa0bf - Browse repository at this point
Copy the full SHA 85aa0bfView commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd57877 - Browse repository at this point
Copy the full SHA dd57877View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2af22b5 - Browse repository at this point
Copy the full SHA 2af22b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fb95a - Browse repository at this point
Copy the full SHA e3fb95aView commit details -
Fix wrong cacheDependencyPathHash (#201)
Introduced in #200 and not caught because the test is not needed for automerge to pass
Configuration menu - View commit details
-
Copy full SHA for 180f8b4 - Browse repository at this point
Copy the full SHA 180f8b4View commit details
Commits on Dec 22, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 12c852e - Browse repository at this point
Copy the full SHA 12c852eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d174a24 - Browse repository at this point
Copy the full SHA d174a24View commit details
Commits on Dec 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 887a942 - Browse repository at this point
Copy the full SHA 887a942View 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 v4...v5