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: graphql-dotnet/parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.4.0
Choose a base ref
...
head repository: graphql-dotnet/parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.4.1
Choose a head ref
  • 8 commits
  • 19 files changed
  • 3 contributors

Commits on Oct 12, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1 (#340)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.3...v17.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    296c38d View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#341)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.1...v17.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c155f68 View commit details
    Browse the repository at this point in the history
  3. Bump BenchmarkDotNet from 0.13.6 to 0.13.9 (#346)

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.6 to 0.13.9.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.6...v0.13.9)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c131434 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3 to 4 (#342)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    92801a9 View commit details
    Browse the repository at this point in the history
  5. Fix fragment sorting (#347)

    Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b45e00f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a22e1e0 View commit details
    Browse the repository at this point in the history
  7. Use AsTask() (#349)

    sungam3r authored and Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4911e52 View commit details
    Browse the repository at this point in the history
  8. Bump xunit and related fixes (#350)

    sungam3r authored and Shane32 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    58dd046 View commit details
    Browse the repository at this point in the history
Loading