Thanks to visit codestin.com
Credit goes to github.com

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/ty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1-alpha.23
Choose a base ref
...
head repository: astral-sh/ty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.1-alpha.24
Choose a head ref
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 16, 2025

  1. Minor adjustment to release instructions (#1372)

    ## Summary
    
    I'm almost slightly worried that I will fire off the release pipeline
    with `0.0.0-alpha.23` instead of `0.0.1-alpha.23` because of this line.
    sharkdp authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    3105e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b384a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    428ff4f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Only add the actual schema in schemastore PRs (#1391)

    Last time I ran this script, due to what I assume was a `npm` version
    mismatch, the `package-lock.json` file was updated while running `npm
    install` in the `schemastore`. Due to the use of `git commit -a`, it was
    accidentally included in the commit for the semi-automated schemastore
    PR. The solution here is to only add the actual file that we want to
    commit.
    
    I'll open similar PRs for the respective scripts in ruff and uv once
    this is accepted.
    sharkdp authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    620f946 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Update astral-sh/setup-uv action to v7.1.1 (#1399)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) |
    action | patch | `v7.1.0` -> `v7.1.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>astral-sh/setup-uv (astral-sh/setup-uv)</summary>
    
    ###
    [`v7.1.1`](https://redirect.github.com/astral-sh/setup-uv/compare/v7.1.0...v7.1.1)
    
    [Compare
    Source](https://redirect.github.com/astral-sh/setup-uv/compare/v7.1.0...v7.1.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/astral-sh/ty).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    aeddb62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f849e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    252861c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Release 0.0.1-alpha.24 (#1416)

    Co-authored-by: Alex Waygood <[email protected]>
    MichaReiser and AlexWaygood authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    1fee7da View commit details
    Browse the repository at this point in the history
Loading