Skip to content

Bump Devlooped.Web from 1.3.0 to 1.4.0#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/md/Devlooped.Web-1.4.0
Closed

Bump Devlooped.Web from 1.3.0 to 1.4.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/md/Devlooped.Web-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown

Updated Devlooped.Web from 1.3.0 to 1.4.0.

Release notes

Sourced from Devlooped.Web's releases.

1.4.0

What's Changed

📝 Documentation updates

Full Changelog: devlooped/Web@v1.3.0...v1.4.0

Sponsors

The following sponsors made this release possible: @​clarius, @​MFB-Technologies-Inc, @​sandrock, @​drivenet, @​Keflon, @​tbolon, @​kfrancis, @​unoplatform, @​rbnswartz, @​jfoshee, @​Mrxx99, @​eajhnsn1, @​Jonathan-Hickey, @​KenBonny, @​SimonCropp, @​agileworks-eu, @​arsdragonfly, @​vezel-dev, @​ChilliCream, @​4OTC, @​DominicSchell, @​adalon, @​Eule02, @​torutek, @​mccaffers, @​SeikaLogiciel, @​wizardness.

Thanks 💜

Commits viewable 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 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)

---
updated-dependencies:
- dependency-name: Devlooped.Web
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies labels Jun 9, 2026
@kzu

kzu commented Jun 9, 2026

Copy link
Copy Markdown
Member

8 failed 60 passed 8 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ Tests.BinlogReaderTests.When_build_fails_then_reads_exact_error_line
Assert.Equal() Failure: Strings differ(pos 0)
Expected: "Broken"
Actual:   "C:\\Users\\danie\\AppData\\Local\\Temp\\md-brok"···
           ↑ (pos 0)
   at Tests.BinlogReaderTests.When_build_fails_then_reads_exact_error_line() in /home/runner/work/md/md/src/Tests/BinlogReaderTests.cs:line 33
❌ Tests.BinlogReaderTests.When_build_succeeds_then_reads_exact_target_outputs
Assert.Equal() Failure: Collections differ(pos 0)
Expected: <generated> ["md.dll"]
Actual:   string[]    ["C:\\Code\\md\\src\\md\\bin\\Debug\\net10.0\\md.dll"](pos 0)
   at Tests.BinlogReaderTests.When_build_succeeds_then_reads_exact_target_outputs() in /home/runner/work/md/md/src/Tests/BinlogReaderTests.cs:line 16
❌ Tests.CliIntegrationTests.When_build_no_build_then_emits_markdown_success
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_build_no_build_then_emits_markdown_success() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 47
❌ Tests.CliIntegrationTests.When_build_version_then_forwards_to_dotnet
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_build_version_then_forwards_to_dotnet() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 25
❌ Tests.CliIntegrationTests.When_root_version_then_prints_tool_version
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_root_version_then_prints_tool_version() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 16
❌ Tests.CliIntegrationTests.When_test_help_case_insensitive_then_passthrough
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_test_help_case_insensitive_then_passthrough() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 35
❌ Tests.CliIntegrationTests.When_test_no_build_then_emits_markdown_counts
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_test_no_build_then_emits_markdown_counts() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 57
❌ Tests.TrxReaderTests.When_trx_has_results_then_reads_exact_counts_and_failure_details
Assert.Equal() Failure: Strings differ(pos 0)
Expected: "MyCompany.MyApp.Tests.dll"
Actual:   "c:\\agent\\_work\\1\\s\\bin\\MyCompany.MyApp.Te"···
           ↑ (pos 0)
   at Tests.TrxReaderTests.When_trx_has_results_then_reads_exact_counts_and_failure_details() in /home/runner/work/md/md/src/Tests/TrxReaderTests.cs:line 15

from retest v1.1.0 on .NET 10.0.9 with 💜 by @devlooped

@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Author

Looks like Devlooped.Web is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 10, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/src/md/Devlooped.Web-1.4.0 branch June 10, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant