Skip to content

Bump the fluentui group with 2 updates - #241

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/fluentui-3d18e4e98e
Closed

Bump the fluentui group with 2 updates#241
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/fluentui-3d18e4e98e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Microsoft.FluentUI.AspNetCore.Components from 4.14.1 to 4.14.2.

Release notes

Sourced from Microsoft.FluentUI.AspNetCore.Components's releases.

4.14.2

What's Changed

Full Changelog: microsoft/fluentui-blazor@v4.14.1...v4.14.2

Commits viewable in compare view.

Updated Microsoft.FluentUI.AspNetCore.Components.Icons from 4.14.1 to 4.14.2.

Release notes

Sourced from Microsoft.FluentUI.AspNetCore.Components.Icons's releases.

4.14.2

What's Changed

Full Changelog: microsoft/fluentui-blazor@v4.14.1...v4.14.2

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.FluentUI.AspNetCore.Components from 4.14.1 to 4.14.2
Bumps Microsoft.FluentUI.AspNetCore.Components.Icons from 4.14.1 to 4.14.2

---
updated-dependencies:
- dependency-name: Microsoft.FluentUI.AspNetCore.Components
  dependency-version: 4.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fluentui
- dependency-name: Microsoft.FluentUI.AspNetCore.Components.Icons
  dependency-version: 4.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fluentui
...

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 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 8 0 0 0.12s
❌ ACTION zizmor 8 1 0 0.47s
✅ C cppcheck 2 0 0 0.08s
✅ C cpplint 2 0 0 0.4s
✅ CSS stylelint 1 0 0 1.59s
✅ EDITORCONFIG editorconfig-checker 152 0 0 0.31s
✅ HTML djlint 2 0 0 1.74s
✅ HTML htmlhint 2 0 0 0.24s
✅ JSON jsonlint 4 0 0 0.13s
✅ JSON prettier 4 0 0 0.42s
✅ MARKDOWN markdownlint 2 0 0 0.56s
✅ MARKDOWN markdown-table-formatter 2 0 0 0.31s
✅ REPOSITORY checkov yes no no 22.37s
✅ REPOSITORY gitleaks yes no no 1.35s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY grype yes no no 51.21s
❌ REPOSITORY osv-scanner yes 1 no 0.16s
✅ REPOSITORY secretlint yes no no 1.46s
✅ REPOSITORY syft yes no no 3.96s
✅ REPOSITORY trivy-sbom yes no no 0.52s
✅ REPOSITORY trufflehog yes no no 4.56s
✅ XML xmllint 16 0 0 0.61s
✅ YAML prettier 19 0 0 2.36s
✅ YAML v8r 19 0 0 11.19s
✅ YAML yamllint 19 0 0 0.8s

Detailed Issues

❌ REPOSITORY / osv-scanner - 1 error
Scanning dir .
Starting filesystem walk for root: /
End status: 62 dirs visited, 259 inodes visited, 0 Extract calls, 4.631405ms elapsed, 4.631576ms wall time
No package sources found, --help for usage information.
❌ ACTION / zizmor - 1 error
INFO zizmor: 🌈 zizmor v1.25.0
fatal: no audit was performed
'ref-confusion' audit failed on file://.github/workflows/build.yml

Caused by:
    0: error in 'ref-confusion' audit
    1: couldn't list branches for actions/checkout
    2: request error while accessing GitHub API
    3: HTTP status client error (401 Unauthorized) for url (https://github.com/actions/checkout.git/git-upload-pack)


[ZizmorLinter] Zizmor failed to reach the GitHub API.
To allow zizmor to use GITHUB_TOKEN, add the following to your .mega-linter.yml:
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES:
  - GITHUB_TOKEN

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.5.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,C_CPPCHECK,C_CPPLINT,CSS_STYLELINT,EDITORCONFIG_EDITORCONFIG_CHECKER,HTML_DJLINT,HTML_HTMLHINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,XML_XMLLINT,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@codecov

codecov Bot commented May 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (376843b) to head (45af460).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #241   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines          859       859           
  Branches        79        79           
=========================================
  Hits           859       859           

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

@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 14, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/fluentui-3d18e4e98e branch June 14, 2026 16:20
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.

0 participants