summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-01Avoid double printing INFO deprecation messagesBjørn Erik Pedersen
Fixes #11645
2023-11-01build(deps): bump github.com/tdewolff/parse/v2 from 2.7.1 to 2.7.3dependabot[bot]
Bumps [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) from 2.7.1 to 2.7.3. - [Release notes](https://github.com/tdewolff/parse/releases) - [Commits](https://github.com/tdewolff/parse/compare/v2.7.1...v2.7.3) --- updated-dependencies: - dependency-name: github.com/tdewolff/parse/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01build(deps): bump github.com/tdewolff/minify/v2 from 2.20.1 to 2.20.5dependabot[bot]
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.1 to 2.20.5. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.1...v2.20.5) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31releaser: Prepare repository for 0.121.0-DEVrelease-0.120.2hugoreleaser
[ci skip]
2023-10-31releaser: Bump versions for release of 0.120.2v0.120.2hugoreleaser
[ci skip]
2023-10-31Fix deprecation printing on info levelBjørn Erik Pedersen
Fixes #11638
2023-10-31tpl/tplimpl: Fix deprecation logic in RSS templateJoe Mooring
Closes #11639
2023-10-30releaser: Prepare repository for 0.121.0-DEVrelease-0.120.1hugoreleaser
[ci skip]
2023-10-30releaser: Bump versions for release of 0.120.1v0.120.1hugoreleaser
[ci skip]
2023-10-30deps: Update github.com/tdewolff/minify/v2 v2.20.0 => v2.20.1Joe Mooring
Fixes #11633
2023-10-30releaser: Prepare repository for 0.121.0-DEVrelease-0.120.0hugoreleaser
[ci skip]
2023-10-30releaser: Bump versions for release of 0.120.0v0.120.0hugoreleaser
[ci skip]
2023-10-30docs: Regen docshelperBjørn Erik Pedersen
2023-10-30Add Solaris buildBjørn Erik Pedersen
Closes #3500
2023-10-30build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0dependabot[bot]
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0dependabot[bot]
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30build(deps): bump github.com/alecthomas/chroma/v2 from 2.9.1 to 2.10.0dependabot[bot]
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/alecthomas/chroma/releases) - [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml) - [Commits](https://github.com/alecthomas/chroma/compare/v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30Make site.BaseURL and $pager.URL a stringBjørn Erik Pedersen
Was template.URL.
2023-10-30create/skeletons: Fix menu templateJoe Mooring
Check identifier existence before calling lang.Translate to prevent empty warnings when using the --printI18nWarnings flag. Closes #11519
2023-10-30commands/new: Remove format flag from new content cmdJoe Mooring
Fixes #11462
2023-10-30hugolib: Display correct markup identifier in error messageJoe Mooring
Fixes #11538
2023-10-29livereloadinject: Save some allocationsBjørn Erik Pedersen
As suggested by @DominoPivot ``` name old time/op new time/op delta LiveReloadInject-10 1.11µs ± 2% 1.04µs ± 2% -6.45% (p=0.029 n=4+4) name old alloc/op new alloc/op delta LiveReloadInject-10 1.23kB ± 0% 0.89kB ± 0% -27.69% (p=0.029 n=4+4) name old allocs/op new allocs/op delta LiveReloadInject-10 12.0 ± 0% 10.0 ± 0% -16.67% (p=0.029 n=4+4) ```
2023-10-29livereloadinject: Use more robust injection methodDomino Goupil
2023-10-29tpl/urls: Return strings from URL functionsJoe Mooring
Closes #11511
2023-10-29transform/livereloadinject: Add benchmarkBjørn Erik Pedersen
2023-10-29build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0dependabot[bot]
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29build(deps): bump github.com/tdewolff/minify/v2 from 2.12.9 to 2.20.0dependabot[bot]
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.9 to 2.20.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.12.9...v2.20.0) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20dependabot[bot]
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.19 to 0.0.20. - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29build(deps): bump golang.org/x/image from 0.12.0 to 0.13.0dependabot[bot]
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.12.0 to 0.13.0. - [Commits](https://github.com/golang/image/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29Merge commit 'aaaf1c8df5d6aa061609d20510f7fa6c42e5cc1a'Bjørn Erik Pedersen
2023-10-29Squashed 'docs/' changes from 417593493..4d936aee6Bjørn Erik Pedersen
4d936aee6 Fix function signatures 8182a27ed Simplify example usage of apply function git-subtree-dir: docs git-subtree-split: 4d936aee622b779ef5541154750b51051dc0bf14
2023-10-29docs: Regenerate docshelperBjørn Erik Pedersen
2023-10-29Revert "modules: Throttle the "downloading modules …" log entries"Bjørn Erik Pedersen
This reverts commit 66904097e02fc3e846ec87a9db023df92cf613ba.
2023-10-29Revert "modules: Adjust the log throttle logic a little"Bjørn Erik Pedersen
This reverts commit 3f64b5a3de5f097c4ee1b70505398f75feb391c4.
2023-10-29resources/images: Create padding image filterJoe Mooring
Closes #11599
2023-10-29markup/goldmark: Update the CJK extension to allow specifying line break stylesOMOTO Tsukasa
This commit follows https://github.com/yuin/goldmark/pull/411
2023-10-28modules: Adjust the log throttle logic a littleBjørn Erik Pedersen
2023-10-28modules: Throttle the "downloading modules …" log entriesBjørn Erik Pedersen
2023-10-28tpl/collections: Make delimit return a stringBjørn Erik Pedersen
Closes #10876 Closes #11502
2023-10-27Squashed 'docs/' changes from cb18a5183..417593493Bjørn Erik Pedersen
417593493 Fix broken link 9829e2862 Mention Go variable naming rules 11ce3a59c Fix typo 0d62feed5 Update glossary 5e9ecb217 Prepare for pending deprecations c5f76c776 Update Twitter Cards URL git-subtree-dir: docs git-subtree-split: 4175934933feca8fa1f9936ccf7d16b90b41e833
2023-10-27Merge commit '3710a5ec7efe6baca6e452f43632c05d22bab3c4'Bjørn Erik Pedersen
2023-10-27build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27build(deps): bump github.com/evanw/esbuild from 0.19.3 to 0.19.5dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.19.3 to 0.19.5. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.3...v0.19.5) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27build(deps): bump github.com/spf13/afero from 1.9.5 to 1.10.0dependabot[bot]
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.5 to 1.10.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.9.5...v1.10.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27build(deps): bump github.com/bep/logg from 0.2.0 to 0.3.0dependabot[bot]
Bumps [github.com/bep/logg](https://github.com/bep/logg) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/bep/logg/releases) - [Commits](https://github.com/bep/logg/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/bep/logg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26Revise the deprecation loggingBjørn Erik Pedersen
This introduces a more automatic way of increasing the log levels for deprecation log statements based on the version it was deprecated. The thresholds are a little arbitrary, but * We log INFO for 6 releases * We log WARN for another 6 releases * THen ERROR (failing the build) This should give theme authors plenty of time to catch up without having the log filled with warnings.
2023-10-26Remove rest of the now unused emoji codeBjørn Erik Pedersen
See #11598
2023-10-24markdown: Pass emoji codes to yuin/goldmark-emojiJoe Mooring
Removes emoji code conversion from the page and shortcode parsers. Emoji codes in markdown are now passed to Goldmark, where the goldmark-emoji extension converts them to decimal numeric character references. This disables emoji rendering for the alternate content formats: html, asciidoc, org, pandoc, and rst. Fixes #7332 Fixes #11587 Closes #11598
2023-10-22Fix so hugo get -u updates transitivelyRazon Yang
2023-10-21watcher/filenotify: Remove redundant duplicated commentsOleksandr Redko