Skip to content
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

Bump Toolbelt.Blazor.LoadingBar from 13.2.0 to 14.0.0 in /src #2455

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps Toolbelt.Blazor.LoadingBar from 13.2.0 to 14.0.0.

Changelog

Sourced from Toolbelt.Blazor.LoadingBar's changelog.

v.14.0.0

  • Improve: The new AddLoadingBarService() extension method is released that doesn't break the service registration method chain since it returns IServiceCollection.
  • Improve: Assembly trimming is enabled.

v.13.2.0

  • Improve: Add the option to configure the threshold time for the loading bar will appear.

v.13.1.2

  • Fix: The loading bar doesn't appear in some cases.

v.13.1.1

  • Fix: constructing the loading bar DOM elements will fail in some edge cases.

v.13.1.0

  • Improve: Add the option that the selector of the container what the loading bar contents inject into.

v.13.0.0

  • Improve: load the helper JavaScript by Blazor JavaScript isolation feature (ES2015 module system) instead of using "eval".
  • Improve: load the style sheet by using the JavaScript helper code instead of using "eval".
  • Improve: The "UseLoadingBar()" extension method can be applied to the HostBuilder directly.

v.12.1.0

  • Improve: The color of the loading bar can be customizable.

v.12.0.1

  • Fix: it throws an unhandled exception when HttpClient is registered as a scoped service.

v.12.0.0

  • BREAKING CHANGE: Support Blazor v.3.2.0 Preview 5 style HttpClient DI container registration.

v.11.0.0

  • BREAKING CHANGE: Support Blazor v.3.2.0 Preview 2 (not compatible with v.3.2.0 Preview 1 or before.)

v.10.0.0

  • BREAKING CHANGE: Support Blazor v.3.2.0 Preview 1 (not compatible with v.3.1.0 Preview 4 or before.)

v.9.0.0

  • BREAKING CHANGE: Support Blazor v.3.1.0 Preview 4 (not compatible with v.3.1.0 Preview 3 or before.)

v.8.0.0

  • BREAKING CHANGE: Support Blazor v.3.1.0 Preview 3 (not compatible with v.3.1.0 Preview 2 or before.)

v.7.0.0

  • BREAKING CHANGE: Support Blazor v.3.0.0 Preview 9 (not compatible with v.3.0.0 Preview 8 or before.)

v.6.0.0

  • BREAKING CHANGE: Support Blazor v.3.0.0 Preview 6 (not compatible with v.3.0.0 Preview 5 or before.)

v.5.0.0

  • BREAKING CHANGE: Support Blazor v.3.0.0 Preview 4 (not compatible with v.0.9.0 or before.)

... (truncated)

Commits
  • 5f4eb7a v.14.0.0 release
  • 6efae5a Update README.md
  • fa4489f Enable trimmable
  • 514d82c Update the version of TypeScript MSBuild package version
  • 4296a31 Change the signature for the new adding service method and restore the old ve...
  • eb37c2c Merge branch 'HugoVG/master-1'
  • 0bec98f fixed typo in Obsolete warning
  • 104eb8e AddLoadingBar No longer breaks builderchains
  • See full diff 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 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 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)

@dependabot dependabot bot requested a review from a team as a code owner August 30, 2023 13:25
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 30, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@kbeaugrand kbeaugrand enabled auto-merge (squash) August 30, 2023 17:34
Bumps [Toolbelt.Blazor.LoadingBar](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar) from 13.2.0 to 14.0.0.
- [Changelog](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar/blob/master/RELEASE-NOTES.txt)
- [Commits](jsakamoto/Toolbelt.Blazor.LoadingBar@v.13.2.0...v.14.0.0)

---
updated-dependencies:
- dependency-name: Toolbelt.Blazor.LoadingBar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Toolbelt.Blazor.LoadingBar-14.0.0 branch from 836c61d to a3e3b57 Compare August 30, 2023 17:51
@kbeaugrand kbeaugrand merged commit f8c4a37 into main Aug 30, 2023
6 checks passed
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/Toolbelt.Blazor.LoadingBar-14.0.0 branch August 30, 2023 18:08
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