Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the other group with 5 updates #654

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the other group with 5 updates:

Package From To
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.0 8.0.2
BenchmarkDotNet 0.13.9 0.13.12
xunit 2.6.6 2.7.0
xunit.analyzers 1.10.0 1.11.0
xunit.runner.visualstudio 2.5.6 2.5.7

Updates Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.0 to 8.0.2

Release notes

Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.

v8.0.2

This is the first patch release following 8.0.0, with 15 bug fixes.

The full list of changes is available here.

Commits
  • 5a671b9 Bump version to 8.0.2
  • a4676b8 Remove unneeded backslash ESCAPE from LIKE translations (#3103)
  • b88a521 Don't use NpgsqlDataSource from DI if connection string/connection is specifi...
  • f818704 Bump dependency versions
  • bab35a7 Always add parentheses around PgUnknownBinaryExpression (#3073)
  • bbcdde6 Fix bad array access when an AFTER trigger raises an exception in SaveChanges...
  • c698389 Fix null semantics for ILikeExpression (#3039)
  • f958e9a Cast NodaTime DateInterval.End to date. (#3024)
  • baaf41f Support NpgsqlUIntTypeMapping for the compiled model (#3030)
  • 557e166 Make Npgsql-specific JsonValueReaderWriters public for compiled model (#3029)
  • Additional commits viewable in compare view

Updates BenchmarkDotNet from 0.13.9 to 0.13.12

Release notes

Sourced from BenchmarkDotNet's releases.

0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #2388 Include AVX512 in listed HardwareIntrinsics
  • #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

Commits (28)

... (truncated)

Commits
  • cdce32f Prepare v0.13.12 changelog
  • 0159b88 [docs] Update vstest
  • 2990951 [Bug Fix] Custom SimpleJob Id ignored (#2491)
  • 06fb242 Use different FQNs for parameterized cases in TestAdapter, fix #2494
  • b67b6b1 Update pack files layout for BenchmarkDotNet.TestAdapter, fix #2492
  • 9f74923 [build] Add test-pack job in run-tests workflow, see #2492
  • 8b6badb [build] In the release workflow, automatically generate an announcement discu...
  • 5c46537 [build] Bump Octokit: 9.0.0->9.1.0
  • 41b23b7 Update default framework version to net8.0 (LTS)
  • 91f3f7e Add a VSTest Adapter (#2438)
  • Additional commits viewable in compare view

Updates xunit from 2.6.6 to 2.7.0

Commits
  • d806fa1 v2.7.0
  • 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2)
  • 203b4d9 Update to use the common build system (#2883)
  • a4f585b Remove UTF-8 byte order marks
  • 8b2c7b2 Add v3 build submodule
  • 2413c57 Throw when user tries to run a non-async test with a timeout
  • 9ebc10c #2573: Opting out of AsyncTestSyncContext (v2)
  • b060404 xunit/xunit#2880: Update XML documentation for string-based Assert.Equal (v2)
  • 6bbf922 Add conditions to EquivalenceAssertsTests for XUNIT_IMMUTABLE_COLLECTIONS
  • cab6a3e #2871: Inner exception stack trace is missing from Assert.Collection failure ...
  • Additional commits viewable in compare view

Updates xunit.analyzers from 1.10.0 to 1.11.0

Commits

Updates xunit.runner.visualstudio from 2.5.6 to 2.5.7

Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the other group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.0` | `8.0.2` |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.9` | `0.13.12` |
| [xunit](https://github.com/xunit/xunit) | `2.6.6` | `2.7.0` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.10.0` | `1.11.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `2.5.7` |


Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.0 to 8.0.2
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](npgsql/efcore.pg@v8.0.0...v8.0.2)

Updates `BenchmarkDotNet` from 0.13.9 to 0.13.12
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.12)

Updates `xunit` from 2.6.6 to 2.7.0
- [Commits](xunit/xunit@2.6.6...2.7.0)

Updates `xunit.analyzers` from 1.10.0 to 1.11.0
- [Commits](xunit/xunit.analyzers@1.10.0...1.11.0)

Updates `xunit.runner.visualstudio` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.6...2.5.7)

---
updated-dependencies:
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 19, 2024
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3365dd9) 65.56% compared to head (276d31a) 65.56%.

Additional details and impacted files
@@              Coverage Diff              @@
##           v8.1-preview     #654   +/-   ##
=============================================
  Coverage         65.56%   65.56%           
=============================================
  Files               263      263           
  Lines              6032     6032           
  Branches            381      381           
=============================================
  Hits               3955     3955           
  Misses             1967     1967           
  Partials            110      110           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jakubfijalkowski jakubfijalkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 94a4347 into v8.1-preview Feb 21, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/other-7dc07ba2a1 branch February 21, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant