Skip to content

build(nuget): Bump the microsoft group with 5 updates#124

Merged
Erlend Ellefsen (erlendellefsen) merged 1 commit into
mainfrom
dependabot/nuget/JsonApiToolkit.Tests/microsoft-d31c7ab2ae
May 5, 2026
Merged

build(nuget): Bump the microsoft group with 5 updates#124
Erlend Ellefsen (erlendellefsen) merged 1 commit into
mainfrom
dependabot/nuget/JsonApiToolkit.Tests/microsoft-d31c7ab2ae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 10.0.6 to 10.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 10.0.6 to 10.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Relational from 10.0.6 to 10.0.7.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

Commits viewable in compare view.

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 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 Microsoft.AspNetCore.Mvc.Testing from 10.0.6 to 10.0.7
Bumps Microsoft.EntityFrameworkCore from 10.0.6 to 10.0.7
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.6 to 10.0.7
Bumps Microsoft.EntityFrameworkCore.Relational from 10.0.6 to 10.0.7
Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget labels May 4, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget labels May 4, 2026
@erlendellefsen Erlend Ellefsen (erlendellefsen) merged commit f616e77 into main May 5, 2026
2 checks passed
@erlendellefsen Erlend Ellefsen (erlendellefsen) deleted the dependabot/nuget/JsonApiToolkit.Tests/microsoft-d31c7ab2ae branch May 5, 2026 10:13
Erlend Ellefsen (erlendellefsen) pushed a commit that referenced this pull request May 6, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](v1.8.1...v2.0.0)
(2026-05-05)


### ⚠ BREAKING CHANGES

* upgrade to .NET 10
([#112](#112))

### Features

* upgrade to .NET 10
([#112](#112))
([7e9bae9](7e9bae9))


### Bug Fixes

* code quality and fixes
([#116](#116))
([0f7af6b](0f7af6b))
* use LINQ `Select` instead of foreach loop in `EfIncludePathHelper`
([#115](#115))
([381d1b1](381d1b1))


### Code Refactoring

* adopt C# 14 language features
([#114](#114))
([2b0169e](2b0169e))


### Documentation

* auto-generated docs for
intility/Intility.JsonApiToolkit[#116](#116)
([#117](#117))
([89f5cdf](89f5cdf))


### Build System

* **nuget:** Bump coverlet.collector from 8.0.1 to 10.0.0
([#120](#120))
([8d489bd](8d489bd))
* **nuget:** Bump the microsoft group with 4 updates
([#119](#119))
([5c8f97e](5c8f97e))
* **nuget:** Bump the microsoft group with 5 updates
([#124](#124))
([f616e77](f616e77))


### CI

* **actions:** bump github/codeql-action from 4.35.1 to 4.35.2
([#118](#118))
([600e53b](600e53b))
* **actions:** Bump github/codeql-action from 4.35.2 to 4.35.3
([#123](#123))
([ba623a5](ba623a5))
* **actions:** Bump googleapis/release-please-action from 4.4.1 to 5.0.0
([#121](#121))
([973d5ad](973d5ad))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: intility-release-bot[bot] <175299729+intility-release-bot[bot]@users.noreply.github.com>
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 nuget

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant