Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gohugoio/hugo from 0.104.3 to 0.105.0 in /build #1533

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps github.com/gohugoio/hugo from 0.104.3 to 0.105.0.

Release notes

Sourced from github.com/gohugoio/hugo's releases.

v0.105.0

Bug fixes

  • Avoid nilpointer when shortcode page content output nil e5d2a8f6 @​davidejones #10391
  • Revise the fix for shortcode vs output format nilpointer 631d768b @​bep #10391

Improvements

  • livereload: Use text/javascript here, too 00ff161b @​bep
  • media: Rename application/javascript, application/typescript to text/javascript etc. 588710a7 @​bep
  • Skip flakey server tests on GitHub Action on Windows 20ef6dcf @​bep
  • github: Avoid duplicate test runs d1cd1db0 @​bep
  • tpl/encoding: Add noHTMLEscape option to jsonify 09e10110 @​bep
  • Don't use self-closing generator tag 01ebb6e3 @​djibe
  • github: Use SHA versions 1fd3320d @​bep
  • Resolve dependency-path not found error in workflow 0fb2b3d1 @​jongwooo
  • Use setup-go action to cache dependencies db05232d @​jongwooo

Dependency Updates

  • build(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 f5058544 @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0 2aedccc9 @​dependabot[bot]
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 c1093140 @​dependabot[bot]
  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 4732c47d @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.103.0 to 0.106.0 62780ec8 @​dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4 351d6b06 @​dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.4.15 to 1.5.2 ed930db2 @​dependabot[bot]
  • build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 05df9648 @​dependabot[bot]
  • build(deps): bump github.com/magefile/mage from 1.13.0 to 1.14.0 9860e0e1 @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.15.9 to 0.15.12 2ef60dbd @​dependabot[bot]

Documentation

  • Update Go and Alpine version in Dockerfile 6275aad9 @​wind0r

Build Setup

  • build: Update to Go 1.19.2 a066e988 @​bep
Commits
  • 0e3b42b releaser: Bump versions for release of 0.105.0
  • f505854 build(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0
  • 2aedccc build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0
  • c109314 build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0
  • 4732c47 build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
  • 62780ec build(deps): bump github.com/getkin/kin-openapi from 0.103.0 to 0.106.0
  • 351d6b0 build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4
  • 631d768 Revise the fix for shortcode vs output format nilpointer
  • e5d2a8f Avoid nilpointer when shortcode page content output nil
  • 00ff161 livereload: Use text/javascript here, too
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 31, 2022
@david-waltermire
Copy link
Contributor

@dependabot rebase

Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/build/develop/github.com/gohugoio/hugo-0.105.0 branch from e201927 to 961e6c8 Compare October 31, 2022 20:31
@aj-stein-nist
Copy link
Contributor

I was able to test and build locally with the updated version of hugo in this PR in addition to remote CI testing in GHA. I will merge now.

@aj-stein-nist aj-stein-nist merged commit 9687cc2 into develop Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/build/develop/github.com/gohugoio/hugo-0.105.0 branch November 1, 2022 01:22
aj-stein-nist pushed a commit to aj-stein-nist/OSCAL-forked that referenced this pull request Jan 10, 2023
…gov#1361) (usnistgov#1533)

Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aj-stein-nist pushed a commit to aj-stein-nist/OSCAL-forked that referenced this pull request Feb 6, 2023
…gov#1361) (usnistgov#1533)

Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aj-stein-nist pushed a commit to aj-stein-nist/OSCAL-forked that referenced this pull request Jun 29, 2023
…gov#1361) (usnistgov#1533)

Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aj-stein-nist pushed a commit to aj-stein-nist/OSCAL-forked that referenced this pull request Jul 10, 2023
…gov#1361) (usnistgov#1533)

Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants