Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/gohugoio/hugo from 0.95.0 to 0.96.0#622

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMar 28, 2022
edited
Loading

Bumpsgithub.com/gohugoio/hugo from 0.95.0 to 0.96.0.

Release notes

Sourced fromgithub.com/gohugoio/hugo's releases.

v0.96.0

Vertical merging of content mounts. The main topic of this release is about file mounts (see#9693). We have had a powerful and well defined merge strategy for the union filesystems for the Hugo Modules tree on the horizontal axis (left to right), but not so much for the vertical configuration within each module (e.g. multiple content mounts for the same language). It was@​jmooring whopointed out how useful this could be, and even provided this example where missing translations gets filled in from other language(s):

#------------------------------------------------------------------------------# Content mounts#------------------------------------------------------------------------------EN content[[module.mounts]]source ='content/en'target ='content'lang ='en'DE content[[module.mounts]]source ='content/de'target ='content'lang ='de'NL content[[module.mounts]]source ='content/nl'target ='content'lang ='nl'#------------------------------------------------------------------------------Fill in the missing translations#------------------------------------------------------------------------------This fills in the gaps in DE content with EN content[[module.mounts]]source ='content/en'target ='content'lang ='de'This fills in the gaps in NL content with EN content.[[module.mounts]]source ='content/en'target ='content'lang ='nl'

Also, we have added some details to the.Err object you get whenresources.GetRemote fails, which can be useful when debugging errrors (see#9708). Not you can do something like:

{{with $result :=resources.GetRemote $url}}{{with.Err}}{{warnf"%s: %#v".Error.Data}}{{else}}</tr></table>

... (truncated)

Commits
  • 2fd4a7d releaser: Bump versions for release of 0.96.0
  • 5a4ac2d releaser: Add release notes for 0.96.0
  • db1562e docs: Regen docshelper
  • 5b18e10 docs: Regen CLI docs
  • d7497b2 Merge commit 'd276e901b36d2576ef8350ed96b17f66254eac1b'
  • d276e90 Squashed 'docs/' changes from a393f4cf4..63386081c
  • 9445968 Deprecate .File.Extension
  • 9202117 resources: Add more details to .Err
  • a6fa290 commands: Change link protocol to https
  • 0bbc2fb build(deps): bump github.com/getkin/kin-openapi from 0.91.0 to 0.93.0
  • Additional commits viewable incompare 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 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)

@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch from8b4a604 to040dbfcCompareMarch 28, 2022 19:17
@kylecarbs
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@coadlercoadler assignedcoadler and unassignedcoadlerMar 28, 2022
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch from040dbfc tocf95358CompareMarch 28, 2022 19:32
@kylecarbs
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@kylecarbskylecarbs self-assigned thisMar 28, 2022
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch 2 times, most recently from315c906 to96043f6CompareMarch 28, 2022 22:13
@codecov
Copy link

codecovbot commentedMar 29, 2022
edited
Loading

Codecov Report

Merging#622 (96043f6) intomain (b33e457) willdecrease coverage by1.39%.
The diff coverage isn/a.

❗ Current head96043f6 differs from pull request most recent headae96f40. Consider uploading reports for the commitae96f40 to get more accurate results

@@            Coverage Diff             @@##             main     #622      +/-   ##==========================================- Coverage   64.30%   62.91%   -1.40%==========================================  Files         198      193       -5       Lines       11622    11357     -265       Branches       85       85              ==========================================- Hits         7474     7145     -329- Misses       3353     3432      +79+ Partials      795      780      -15
FlagCoverage Δ
unittest-go-62.87% <ø> (-0.56%)⬇️
unittest-go-macos-latest?
unittest-go-ubuntu-latest?
unittest-go-windows-2022?
unittest-js63.32% <ø> (ø)
Impacted FilesCoverage Δ
cli/ssh.go5.12% <0.00%> (-38.21%)⬇️
cli/cliui/select.go45.71% <0.00%> (-15.52%)⬇️
provisionersdk/transport.go74.46% <0.00%> (-10.64%)⬇️
peerbroker/dial.go75.43% <0.00%> (-8.17%)⬇️
provisionersdk/serve.go35.13% <0.00%> (-8.11%)⬇️
cli/cliui/provisionerjob.go69.78% <0.00%> (-6.48%)⬇️
coderd/projects.go56.45% <0.00%> (-6.46%)⬇️
peerbroker/listen.go81.35% <0.00%> (-6.15%)⬇️
cli/workspacecreate.go32.92% <0.00%> (-4.49%)⬇️
provisionerd/provisionerd.go77.82% <0.00%> (-4.26%)⬇️
... and22 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updateb33e457...ae96f40. Read thecomment docs.

@coadler
Copy link
Contributor

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.95.0 to 0.96.0.- [Release notes](https://github.com/gohugoio/hugo/releases)- [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml)- [Commits](gohugoio/hugo@v0.95.0...v0.96.0)---updated-dependencies:- dependency-name: github.com/gohugoio/hugo  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch from96043f6 toae96f40CompareMarch 29, 2022 19:22
@coadlercoadlerenabled auto-merge (squash)March 29, 2022 19:26
@coadlercoadler self-assigned thisMar 29, 2022
@coadlercoadler merged commit8c0f109 intomainMar 29, 2022
@coadlercoadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branchMarch 29, 2022 19:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@coadlercoadlercoadler approved these changes

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@kylecarbs@coadler

[8]ページ先頭

©2009-2025 Movatter.jp