VladislavAntonyuk / vladislavantonyuk.github.io

https://vladislavantonyuk.github.io
2 stars 1 forks source link

Bump BlazorWasmPreRendering.Build from 3.1.0-preview.4 to 4.0.0 #105

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps BlazorWasmPreRendering.Build from 3.1.0-preview.4 to 4.0.0.

Changelog

Sourced from BlazorWasmPreRendering.Build's changelog.

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. Fix: Could not serve static files that its name starting with a dot.

v.2.0.0-preview.2

... (truncated)

Commits
  • 5835c17 v.4.0.0 release
  • d6601c2 Update README to prepare official release
  • 49185a9 Improve Unit Tests: track the compression flag breaking change
  • 1a6500b Cut off the .NET 9 support from the major release
  • a6bd271 Fix: a service worker asset file was broken in some cases
  • fb9e69e Simplify a code
  • f6f6b44 Apply code clean ups
  • f5185b9 Begin dropping support for .NET 5
  • b1232b5 Add support for .NET 9
  • 8ae8634 Update unit tests to verify whether lazy loading is working fine on .NET 8.
  • 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 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)