Skip to content

Bump AngleSharp.Css from 1.0.0-beta.157 to 1.0.1 - #5102

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/AngleSharp.Css-1.0.1
Open

Bump AngleSharp.Css from 1.0.0-beta.157 to 1.0.1#5102
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/AngleSharp.Css-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Updated AngleSharp.Css from 1.0.0-beta.157 to 1.0.1.

Release notes

Sourced from AngleSharp.Css's releases.

1.0.1

Released on Friday, July 31 2026.

What's Changed

Full Changelog: AngleSharp/AngleSharp.Css@v1.0.0...v1.0.1

1.0.0

Released on Sunday, July 26 2026.

What's Changed

Full Changelog: AngleSharp/AngleSharp.Css@v0.18.0...v1.0.0

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: AngleSharp.Css
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 7, 2026
Copilot AI lite review requested due to automatic review settings August 7, 2026 13:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Aug 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Adds AngleSharp CSS parsing dependency to the core FluentUI AspNetCore Components project while updating the centrally-managed package version.

Changes:

  • Add a PackageReference for AngleSharp.Css to the core components project.
  • Update central package version for AngleSharp.CSS from a beta to 1.0.1.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj Adds an AngleSharp CSS package reference to the project.
Directory.Packages.props Updates the centrally-managed AngleSharp CSS package version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +61 to 64
<PackageReference Include="AngleSharp.Css" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
Comment on lines +61 to 64
<PackageReference Include="AngleSharp.Css" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Unit Tests

  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_NavigateNext
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_StepSequences(flexible: Any, clickable1: 2, clickable2: 2, clickable3: 2, indexFirstItem: 0)
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_StepSequences(flexible: Visited, clickable1: 0, clickable2: 1, clickable3: 2, indexFirstItem: 0)
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_NavigatePrevious
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_NavigateWithBindedValue
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_StepSequences(flexible: Linear, clickable1: 0, clickable2: 0, clickable3: 0, indexFirstItem: 2)
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Wizard.FluentWizardTests.FluentWizard_NavigateWithDisabled

Details on your Workflow / Core Tests page.

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