X Tutup
Skip to content

Update main with changes in stable after v1.9.8 release#746

Closed
bUnitBot wants to merge 20 commits intomainfrom
stable
Closed

Update main with changes in stable after v1.9.8 release#746
bUnitBot wants to merge 20 commits intomainfrom
stable

Conversation

@bUnitBot
Copy link
Contributor

@bUnitBot bUnitBot commented Jun 7, 2022

Hi @egil

This PR was created because the release workflow failed to automatically merge stable into main.

egil and others added 20 commits June 7, 2022 11:06
fixes #577.

The problem is that FindComponents traverses down the render tree when invoked, and this ensures that
no renders happens while it does so, without using locks like previous, which could result in deadlocks.

fix: aways wrap FindComponentsInternal in Dispatcher

fix: optimize wait for logging

fix: ensure failure tasks in WaitForHelper run on Renderer schedular
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.104 to 3.5.107.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.5.104...v3.5.107)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps SonarAnalyzer.CSharp from 8.39.0.47922 to 8.40.0.48530.

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [AngleSharp](https://github.com/AngleSharp/AngleSharp) from 0.16.1 to 0.17.1.
- [Release notes](https://github.com/AngleSharp/AngleSharp/releases)
- [Commits](https://github.com/AngleSharp/AngleSharp/commits/v0.17.1)

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bUnitBot bUnitBot requested a review from egil June 7, 2022 11:08
@egil egil closed this Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup