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

Commits on Aug 20, 2024

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

Commits on Sep 16, 2024

  1. Bump the all-dependencies group across 1 directory with 5 updates (#592)

    Bumps the all-dependencies group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.12` | `0.14.0` |
    | [Npgsql](https://github.com/npgsql/npgsql) | `8.0.3` | `8.0.4` |
    | [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` |
    | [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.2.1` | `5.2.2` |
    | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.1` |
    
    
    
    Updates `BenchmarkDotNet` from 0.13.12 to 0.14.0
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.12...v0.14.0)
    
    Updates `Npgsql` from 8.0.3 to 8.0.4
    - [Release notes](https://github.com/npgsql/npgsql/releases)
    - [Commits](npgsql/npgsql@v8.0.3...v8.0.4)
    
    Updates `Microsoft.Data.Sqlite` from 8.0.7 to 8.0.8
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v8.0.7...v8.0.8)
    
    Updates `Microsoft.Data.SqlClient` from 5.2.1 to 5.2.2
    - [Release notes](https://github.com/dotnet/sqlclient/releases)
    - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
    - [Commits](dotnet/SqlClient@v5.2.1...v5.2.2)
    
    Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.1
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.10.0...v17.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: Npgsql
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Microsoft.Data.Sqlite
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Microsoft.Data.SqlClient
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bf18418 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Bump xunit in the all-dependencies group across 1 directory (#594)

    Bumps the all-dependencies group with 1 update in the / directory: [xunit](https://github.com/xunit/xunit).
    
    
    Updates `xunit` from 2.9.0 to 2.9.2
    - [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2b7e4c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Bump the all-dependencies group with 4 updates (#595)

    Bumps the all-dependencies group with 4 updates: [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [Npgsql](https://github.com/npgsql/npgsql) and [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore).
    
    
    Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.1 to 8.0.2
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v8.0.1...v8.0.2)
    
    Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v8.0.1...v8.0.2)
    
    Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.1 to 8.0.2
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v8.0.1...v8.0.2)
    
    Updates `Npgsql` from 8.0.4 to 8.0.5
    - [Release notes](https://github.com/npgsql/npgsql/releases)
    - [Commits](npgsql/npgsql@v8.0.4...v8.0.5)
    
    Updates `Microsoft.Data.Sqlite` from 8.0.8 to 8.0.10
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v8.0.8...v8.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Microsoft.Extensions.Logging.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Npgsql
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: Microsoft.Data.Sqlite
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d2f941d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    7f4746f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830b9eb View commit details
    Browse the repository at this point in the history
  3. Update packages (#597)

    sebastienros authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ad35509 View commit details
    Browse the repository at this point in the history
Loading