Skip to content

Bump docfx from 2.67.1 to 2.70.4 #1336

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No 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? No Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps docfx from 2.67.1 to 2.70.4.

Release notes

Sourced from docfx's releases.

v2.70.4

What's Changed

🐞 Bug Fixes

🔧 Engineering

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.70.3...v2.70.4

v2.70.3

🐞 Bug Fixes

Full Changelog: dotnet/docfx@v2.70.2...v2.70.3

v2.70.2

What's Changed

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

🔧 Engineering

... (truncated)

Commits
  • c3de0ca build(deps): bump xunit from 2.5.0 to 2.5.1 (#9214)
  • b1401b0 fix: merge members in same class name different assemblies (#9209)
  • 00a3ec4 build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#9215)
  • f1a63e4 build(deps): bump ICSharpCode.Decompiler from 8.1.0.7455 to 8.1.1.7464 (#9213)
  • f90918b build(deps): bump Jint from 3.0.0-beta-2051 to 3.0.0-beta-2052 (#9212)
  • 935e344 build(deps): bump bootstrap-icons from 1.11.0 to 1.11.1 in /templates (#9210)
  • 5f0b484 build(deps): bump bootstrap from 5.3.1 to 5.3.2 in /templates (#9205)
  • 3d17cc0 chore: fix default/partials/title.tmpl.partial file typo (#9206)
  • bab2eb9 chore: Remove unused localsearch function from default template (#9201)
  • fecdfbb chore: Update .NET SDK 8 to RC1 and fix node version (#9202)
  • Additional 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 will merge this PR once CI passes on it, as requested by @bkoelman.


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 added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 18, 2023
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #1336 (606493a) into master (6b237c3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1336   +/-   ##
=======================================
  Coverage   93.00%   93.00%           
=======================================
  Files         268      268           
  Lines        8793     8793           
=======================================
  Hits         8178     8178           
  Misses        615      615           

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch from dacec5f to cf93c36 Compare September 18, 2023 12:44
@github-actions
Copy link

github-actions bot commented Sep 18, 2023

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch 3 times, most recently from ce30dc3 to 4e45a8f Compare September 18, 2023 21:36
@bkoelman
Copy link
Member

bkoelman commented Sep 18, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch from 4e45a8f to 2a2ce33 Compare September 18, 2023 22:27
@bkoelman
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch from 2a2ce33 to 7fe8c3e Compare September 18, 2023 22:50
@bkoelman
Copy link
Member

bkoelman commented Sep 18, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch from 7fe8c3e to d1b47bc Compare September 18, 2023 23:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch from d1b47bc to 67ba78e Compare September 18, 2023 23:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Member

@bkoelman bkoelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires update of /// <inheritdoc /> on classes first.

@dependabot dependabot bot force-pushed the dependabot-nuget-docfx-2.70.4 branch from 67ba78e to 15097b0 Compare September 19, 2023 01:05
@bkoelman
Copy link
Member

@dependabot recreate

Bumps [docfx](https://github.com/dotnet/docfx) from 2.67.1 to 2.70.4.
- [Release notes](https://github.com/dotnet/docfx/releases)
- [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md)
- [Commits](dotnet/docfx@v2.67.1...v2.70.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@bkoelman bkoelman force-pushed the dependabot-nuget-docfx-2.70.4 branch from 15097b0 to 606493a Compare September 19, 2023 11:09
@dependabot dependabot bot merged commit a3418fe into master Sep 19, 2023
@dependabot dependabot bot deleted the dependabot-nuget-docfx-2.70.4 branch September 19, 2023 11:26
No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Development

Successfully merging this pull request may close these issues.

1 participant