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 the dotnet group in /src/Cropper.Blazor with 8 updates #385

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the dotnet group in /src/Cropper.Blazor with 8 updates:

Package From To
BlazorWasmPreRendering.Build 4.0.0 4.0.1
MudBlazor 7.6.0 7.8.0
Microsoft.AspNetCore.Components.Web 8.0.7 8.0.8
FluentAssertions 6.12.0 6.12.1
Moq 4.20.70 4.20.72
Bogus 35.6.0 35.6.1
Microsoft.NET.Test.Sdk 17.11.0 17.11.1
xunit 2.9.0 2.9.2

Updates BlazorWasmPreRendering.Build from 4.0.0 to 4.0.1

Changelog

Sourced from BlazorWasmPreRendering.Build's changelog.

v.4.0.1

  • Improve: Make it work correctly even when used with "BlazorWasmBrotliLoader.Build" NuGet package.

v.4.0.0

  • This is the first official - not a preview - release.
  • Breaking Change: Drop the support for .NET 5.
  • Fix: a service worker asset file was broken in some cases.

v.3.1.0-preview.4

  • Fix: the helper script crashed when it ran in a web worker.

v.3.1.0-preview.3

  • Fix: Pre-rendered apps with the "WebAssemblyPrerendered" render mode could not be run since v.3.1.0-preview.1.

v.3.1.0-preview.2

  • Fix: The publishing process on Visual Studio IDE was failed.

v.3.1.0-preview.1

  • Fix: Google Crawler could not recognize the pre-rendered header elements. (Issue #26)
  • Improve: Enabling the "data:" script source is no longer required when specifying a Content Security Policy (CSP).

v.3.0.0-preview.2

  • Update README: Add the instructions to avoid flicker with Lazy Assembly Loading
  • Add support for .NET 8 Preview 6

v.3.0.0-preview.1

  • Improve: Add support for .NET 8 Preview 5 (WebCIL format enabled build is now supported).

v.2.0.0-preview.9

  • Improve: Detect appropriate dotnet CLI path
  • Add support for .NET 8 Preview 4

v.2.0.0-preview.8

  • Add support for .NET 8

v.2.0.0-preview.7

  • Improve: Add support for lazy loading assemblies.

v.2.0.0-preview.6

  • Improve: Add support for the latest version of the "Blazor Wasm Antivirus Protection".
    • Change the strategy of getting the "xorKey" to reading the "avp-settings.json" file.

v.2.0.0-preview.5

  • Improve: the pre-rendering server emulates the "/.auth/me" endpoint that is a part of Azure App Services Auth.

v.2.0.0-preview.4

  • Improve: Add support for the "Blazor Wasm Antivirus Protection".

v.2.0.0-preview.3.1 Fix: Add support for an URL parameter, included dot.

... (truncated)

Commits
  • 87944e0 v.4.0.1 release
  • 4d801ff Merge branch 'improve/work-with-brotliloader'
  • 705b7fe Add the repository URL in the NuGet package meta data
  • 4e21496 Make it work correctly even when used with “BlazorWasmBrotliLoader.Build” NuG...
  • See full diff in compare view

Updates MudBlazor from 7.6.0 to 7.8.0

Release notes

Sourced from MudBlazor's releases.

MudBlazor v7.8.0

What's Changed

Bug Fixes

Full Changelog: MudBlazor/MudBlazor@v7.7.0...v7.8.0

MudBlazor v7.7.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v7.6.0...v7.7.0

Commits

Updates Microsoft.AspNetCore.Components.Web from 8.0.7 to 8.0.8

Release notes

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

.NET 8.0.8

Release

Commits

Updates FluentAssertions from 6.12.0 to 6.12.1

Release notes

Sourced from FluentAssertions's releases.

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #2390, #2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #2445, #2511
  • BeEquivalentTo with a custom comparer can now handle null values - #2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

Commits
  • a8e7f17 Update qodana
  • d58e0b5 Turn off RoslynAnalyzers in Qodana WF (#2504)
  • 2181217 Remove unused usings
  • 2c3a012 Make implicit usage more explicit
  • 1d5d64f Do not use UsingLineBreaks for [Not]BeSameAs
  • c30fc7a Fixed BeEquivalentTo when using a custom comparer targeting nullable types ...
  • f9b770b Make ThrowWithinAsync respect canceled tasks (#2614)
  • f204cf3 Simplify deferred allocation with local function
  • a3644b0 Only allocate Lazy<> and lambda when necessary
  • f3b4564 Ensured that nested assertion scopes produce a nested context (#2607)
  • Additional commits viewable in compare view

Updates Moq from 4.20.70 to 4.20.72

Release notes

Sourced from Moq's releases.

v4.20.72

What's Changed

🔨 Other

Full Changelog: devlooped/moq@v4.20.71...v4.20.72

v4.20.71

What's Changed

🔨 Other

New Contributors

Full Changelog: devlooped/moq@v4.20.70...v4.20.71

Changelog

Sourced from Moq's changelog.

v4.20.72 (2024-09-07)

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #1513

🔀 Merged:

v4.20.71 (2024-09-03)

Full Changelog

🐛 Fixed bugs:

  • Documentation link gives 404 #1495
  • Documentation link is broken #1487

🔨 Other:

  • Documentation Unavailable Online #1473
  • Some source code files is filled with comments like: "Unmerged change from project " #1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #1433
  • Default value ILookup<> in loose mode is null #1391
  • Verifying a protected method when the exact parameter types are not statically known #1339

🔀 Merged:

Commits
  • 959fc51 Remove unused attribute
  • ede9996 ⬆️ Bump files with dotnet-file sync
  • f8db318 🖉 Update changelog with v4.20.71
  • aecc471 ⬆️ Bump files with dotnet-file sync
  • 99d243b Fix whitespace in test project
  • ac56c3d Fix repo variable actions context
  • ac3a8aa Prereleases ship only to CI feed
  • ea92109 Bump Microsoft.Extensions.Logging.Abstractions in the extensions group
  • 4bdb19a Remove SourceLink which is now built-in the SDK
  • c0a33bd Use windows agent for build, variable for publish
  • Additional commits viewable in compare view

Updates Bogus from 35.6.0 to 35.6.1

Release notes

Sourced from Bogus's releases.

Release v35.6.1 build 1448

CHANGE LOG

Changelog

Sourced from Bogus's changelog.

v35.6.1

Release Date: 2024-09-02

  • PR 560: Ensure Belgian National Numbers has padded checksum. Thanks @​vyruz1986!
Commits
  • 905a7e7 Update release info and change log with #560 merged
  • e41bd68 fix: Ensure checksum numbers are zero-padded for Belgian national numbers (#560)
  • See full diff in compare view

Updates Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

Commits
  • 58dbd02 Revert "Do not publish to BAR when RTM version is built"
  • aa62848 Do not publish to BAR when RTM version is built
  • d824a2f Bump 17.11.1
  • ed4ac92 Forward error output from testhost as info (#5193)
  • See full diff in compare view

Updates xunit from 2.9.0 to 2.9.2

Commits
  • 82543a6 v2.9.2
  • 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects
  • 502f6d1 Bump up to v2.9.2-pre
  • bb7c3e4 v2.9.1
  • 5d70d25 #3028: Support IGrouping<TKey,TValue> in Assert.Equivalent (v2)
  • ed6e05b Add support for IGrouping<,> in ArgumentFormatter, assuming it's safe to re-e...
  • d97c7f8 Restore TestInvoker<T>.GetTaskFromResult (forwards to AsyncUtility.TryConvert...
  • 416ed81 #3021: Add overload of Assert.Equal to resolve compiler ambiguity
  • 6b86235 Add Assert.Equivalent support for evaluating Lazy<T>
  • aadff05 Updated build table in README
  • Additional 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 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 dotnet group in /src/Cropper.Blazor with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [BlazorWasmPreRendering.Build](https://github.com/jsakamoto/BlazorWasmPreRendering.Build) | `4.0.0` | `4.0.1` |
| [MudBlazor](https://github.com/MudBlazor/MudBlazor) | `7.6.0` | `7.8.0` |
| [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` |
| [Moq](https://github.com/moq/moq) | `4.20.70` | `4.20.72` |
| [Bogus](https://github.com/bchavez/Bogus) | `35.6.0` | `35.6.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` |


Updates `BlazorWasmPreRendering.Build` from 4.0.0 to 4.0.1
- [Changelog](https://github.com/jsakamoto/BlazorWasmPreRendering.Build/blob/master/RELEASE-NOTES.txt)
- [Commits](jsakamoto/BlazorWasmPreRendering.Build@v.4.0.0...v.4.0.1)

Updates `MudBlazor` from 7.6.0 to 7.8.0
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v7.6.0...v7.8.0)

Updates `Microsoft.AspNetCore.Components.Web` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.7...v8.0.8)

Updates `FluentAssertions` from 6.12.0 to 6.12.1
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.12.0...6.12.1)

Updates `Moq` from 4.20.70 to 4.20.72
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](moq/moq.spikes@v4.20.70...v4.20.72)

Updates `Bogus` from 35.6.0 to 35.6.1
- [Release notes](https://github.com/bchavez/Bogus/releases)
- [Changelog](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)
- [Commits](bchavez/Bogus@v35.6.0...v35.6.1)

Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.0...v17.11.1)

Updates `xunit` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2)

---
updated-dependencies:
- dependency-name: BlazorWasmPreRendering.Build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MudBlazor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Bogus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

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 Oct 1, 2024
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.

2 participants