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: thomhurst/TUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.63.25
Choose a base ref
...
head repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.64.0
Choose a head ref
  • 9 commits
  • 37 files changed
  • 3 contributors

Commits on Aug 8, 2026

  1. Configuration menu
    Copy the full SHA
    c4a7063 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update tunit to 1.63.25 (#6559)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    8c0bf2d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency serialize-javascript to v7.1.0 (#6561)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    b74df47 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency nsubstitute to 6.1.0 (#6564)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    thomhurst and renovate-bot authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    8faacbc View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump mermaid from 11.15.0 to 11.16.1 in /docs (#6563)

    Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.15.0 to 11.16.1.
    - [Release notes](https://github.com/mermaid-js/mermaid/releases)
    - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.15.0...mermaid@11.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: mermaid
      dependency-version: 11.16.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    db50fe0 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump nanoid from 3.3.16 to 3.3.18 in /docs (#6562)

    Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.16 to 3.3.18.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
    - [Commits](ai/nanoid@3.3.16...3.3.18)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-version: 3.3.18
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    867c6cf View commit details
    Browse the repository at this point in the history
  7. fix(engine): honor executor-linked cancellation (#6565)

    Resolve the test body token when a custom executor invokes the action so tokens linked by that executor reach injected CancellationToken parameters.
    thomhurst authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    8e7266e View commit details
    Browse the repository at this point in the history
  8. Fix linked cancellation from before-test hooks (#6568)

    * fix(engine): preserve linked cancellation
    
    Keep external tokens composed when engine swaps scheduler and timeout
    tokens, including tokens captured before test body.
    
    Closes #6567
    
    * fix(engine): guarantee execution cleanup
    
    Release cancellation sources and unregister test contexts even when result publication fails.
    
    * test(engine): remove cancellation timing race
    
    Cancel the linked source synchronously so thread-pool pressure cannot make the regression test fail on Windows.
    thomhurst authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    6a7869f View commit details
    Browse the repository at this point in the history
  9. +semver:minor - Add per-test execution cancellation (#6569)

    * feat(core): add per-test cancellation
    
    * fix(core): handle cancellation disposal race
    
    * fix(engine): finalize cancellation atomically
    
    * fix(core): preserve cancellation notification
    
    * fix(core): preserve cancellation across retries
    
    * fix(engine): honor cancellation during retry
    
    * fix(engine): close retry cancellation gaps
    thomhurst authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    fda0500 View commit details
    Browse the repository at this point in the history
Loading