Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Bump the tests group across 1 directory with 6 updates#109

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/tests-bf21463ce9
Open

Bump the tests group across 1 directory with 6 updates#109
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/tests-bf21463ce9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2025

Bumps the tests group with 6 updates in the / directory:

Package From To
DNTCommon.Web.Core 11.0.0 11.1.0
Microsoft.Extensions.Configuration 9.0.4 9.0.0
Microsoft.Extensions.Configuration.Abstractions 9.0.4 9.0.0
Microsoft.Extensions.Configuration.Binder 9.0.4 9.0.0
Microsoft.Extensions.Options 9.0.4 9.0.0
LigerShark.WebOptimizer.Core 3.0.433 3.0.436

Updates DNTCommon.Web.Core from 11.0.0 to 11.1.0

Commits

Updates Microsoft.Extensions.Configuration from 9.0.4 to 9.0.0

Commits

Updates Microsoft.Extensions.Configuration.Abstractions from 9.0.4 to 9.0.0

Commits

Updates Microsoft.Extensions.Configuration.Binder from 9.0.4 to 9.0.0

Commits

Updates Microsoft.Extensions.Options from 9.0.4 to 9.0.0

Commits

Updates LigerShark.WebOptimizer.Core from 3.0.433 to 3.0.436

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 tests group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [DNTCommon.Web.Core](https://github.com/VahidN/DNTCommon.Web.Core) | `11.0.0` | `11.1.0` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `9.0.4` | `9.0.0` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.4` | `9.0.0` |
| [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `9.0.4` | `9.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `9.0.4` | `9.0.0` |
| [LigerShark.WebOptimizer.Core](https://github.com/ligershark/WebOptimizer) | `3.0.433` | `3.0.436` |



Updates `DNTCommon.Web.Core` from 11.0.0 to 11.1.0
- [Commits](https://github.com/VahidN/DNTCommon.Web.Core/commits)

Updates `Microsoft.Extensions.Configuration` from 9.0.4 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.4...v9.0.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.4 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.4...v9.0.0)

Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.4 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.4...v9.0.0)

Updates `Microsoft.Extensions.Options` from 9.0.4 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.4...v9.0.0)

Updates `LigerShark.WebOptimizer.Core` from 3.0.433 to 3.0.436
- [Commits](https://github.com/ligershark/WebOptimizer/commits)

---
updated-dependencies:
- dependency-name: DNTCommon.Web.Core
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: LigerShark.WebOptimizer.Core
  dependency-version: 3.0.436
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

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 May 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants