-
Notifications
You must be signed in to change notification settings - Fork 1
deps: Bump the microsoft group with 7 updates #54
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
Conversation
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.FileSystemGlobbing from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Hosting from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Options from 10.0.1 to 10.0.2 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.FileSystemGlobbing dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Test Results735 tests 735 ✅ 9s ⏱️ Results for commit 660d895. ♻️ This comment has been updated with latest results. |
|
Dependabot couldn't find a TinyBDD.SourceGenerators.csproj.nuget.g.targets. Because of this, Dependabot cannot update this pull request. |
…kages to version 10.0.2
# Conflicts: # src/TinyBDD.Xunit.v3/packages.lock.json # src/TinyBDD/packages.lock.json # tests/TinyBDD.Xunit.v3.Tests/packages.lock.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates 7 Microsoft.Extensions.* packages from version 10.0.1 to 10.0.2 as part of a dependency bump. However, the changes also include an unintended xunit.v3 downgrade from 3.2.2 to 3.2.1 in the package lock files, which is inconsistent with the PR description and the central package specification.
Changes:
- Updated 7 Microsoft.Extensions packages from 10.0.1 to 10.0.2 in Directory.Packages.props
- Regenerated package.lock.json files across test and source projects
- Unintentionally downgraded xunit.v3 from 3.2.2 to 3.2.1 in lock files
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Updated Microsoft.Extensions.* package versions from 10.0.1 to 10.0.2 |
| tests/TinyBDD.Xunit.v3.Tests/packages.lock.json | Updated dependency resolution with Microsoft package bumps, but includes xunit.v3 downgrade |
| tests/TinyBDD.Xunit.Tests/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| tests/TinyBDD.Tests.Common/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| tests/TinyBDD.NUnit.Tests/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| tests/TinyBDD.MSTest.Tests/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| tests/TinyBDD.Extensions.Tests/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| tests/TinyBDD.Extensions.FileBased.Tests/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| src/TinyBDD/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| src/TinyBDD.Xunit/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
| src/TinyBDD.Xunit.v3/packages.lock.json | Updated dependency resolution with Microsoft package bumps, but includes xunit.v3 downgrade |
| src/TinyBDD.NUnit/packages.lock.json | Updated dependency resolution with Microsoft package bumps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code Coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
- Coverage 99.86% 98.23% -1.63%
==========================================
Files 27 82 +55
Lines 726 2556 +1830
Branches 25 217 +192
==========================================
+ Hits 725 2511 +1786
- Misses 1 45 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updated Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.FileSystemGlobbing from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.FileSystemGlobbing's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.Hosting's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting.Abstractions from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.Hosting.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.Logging.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Options from 10.0.1 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.Options's releases.
No release notes found for this version range.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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