]>
git.maquefel.me Git - brevno-suite/hugo/log
Bjørn Erik Pedersen [Tue, 10 Sep 2024 06:54:03 +0000 (08:54 +0200)]
Don't count HTML markup in auto summaries
This commit also fixes a bug where a `</picture>` end tag was wrongly used to detect a end paragraph. This should be very rare, though.
Closes #12837
hugoreleaser [Thu, 5 Sep 2024 10:32:40 +0000 (10:32 +0000)]
releaser: Prepare repository for 0.135.0-DEV
[ci skip]
hugoreleaser [Thu, 5 Sep 2024 10:17:50 +0000 (10:17 +0000)]
releaser: Bump versions for release of 0.134.1
[ci skip]
Bjørn Erik Pedersen [Thu, 5 Sep 2024 08:46:47 +0000 (10:46 +0200)]
Fix stray end p tag in Obsidian callout titles
Also remove test references to deprecated funcs now in ERROR.
Closes #12828
Bjørn Erik Pedersen [Wed, 4 Sep 2024 17:07:59 +0000 (19:07 +0200)]
Make ContentWithoutSummary return Content when summary is fetched from front matter
Fixes #12822
Bjørn Erik Pedersen [Wed, 4 Sep 2024 16:57:34 +0000 (18:57 +0200)]
Bjørn Erik Pedersen [Wed, 4 Sep 2024 16:52:05 +0000 (18:52 +0200)]
Squashed 'docs/' changes from
a49697e53 ..
ccb1b97cb
ccb1b97cb Update blockquotes.md
a5f51431c Add new-in label
39dac5838 Document ContentWithoutSummary
de3c75694 Clarify blockquote render hook Markdown syntax
d32f7856d Document change to data type returned by render hook Text methods
83fe7ccc3 Document table render hooks
601234147 netlify: Hugo 0.134.0
a583640a0 Add support for Obsidian type blockquote alerts
3e0080861 Merge commit '
dec8cd4ada29218971743333f8ac662a9c06aad8 '
2dde06576 output: Fix docshelper template lookup order for AMP pages
git-subtree-dir: docs
git-subtree-split:
ccb1b97cbb11e60aab0108b33a270cccdd2218f6
hugoreleaser [Tue, 3 Sep 2024 10:14:44 +0000 (10:14 +0000)]
releaser: Prepare repository for 0.135.0-DEV
[ci skip]
hugoreleaser [Tue, 3 Sep 2024 09:54:22 +0000 (09:54 +0000)]
releaser: Bump versions for release of 0.134.0
[ci skip]
Aymen Rachdi [Mon, 2 Sep 2024 12:06:10 +0000 (13:06 +0100)]
Update Dockerfile
Bjørn Erik Pedersen [Sun, 1 Sep 2024 16:25:10 +0000 (18:25 +0200)]
markup/goldmark/blockquotes: Improve some tests
Bjørn Erik Pedersen [Sun, 1 Sep 2024 10:00:13 +0000 (12:00 +0200)]
Add support for Obsidian type blockquote alerts
* Make the alert type parsing more flexible to support more types
* Add `AlertTitle` and `AlertSign` (for folding)
Note that GitHub will not render callouts with alert title/sign.
See https://help.obsidian.md/Editing+and+formatting/Callouts
Closes #12805
Closes #12801
Bjørn Erik Pedersen [Sun, 1 Sep 2024 12:51:15 +0000 (14:51 +0200)]
Squashed 'docs/' changes from
fcc3ed651 ..
a49697e53
a49697e53 Add private use subtag requirements to multilingual page
a5c6bb4da Add INFINI Pizza search engine
45b732efa Fix template lookup order for AMP pages
30c672d0b netlify: Hugo 0.133.1
7c766e724 Update page resources documentation
ca802fbec Document how to enable AsciiDoc syntax highlighting
c3350f4cf Update definition of falsy to include zero time.Time values
b0e5ab051 Fir typo
60f6cb63b Update migrations.md
ec52c7ba1 Improve formatting of example code
e5681ad01 Improve formatting of example code
bdf3ffc73 Clarify the various next/prev methods
b5505d22a Clarify template lookup order for shortcodes
cf8dd7034 Improve embedded.md
e5dee2651 Update transform.ToMath
4d419a128 Update pagination configuration to use new struct
05d4fd597 Update PrevInSection.md
fd33370ed Add new-in 0.133.0
f9062042f Add the new page config section
205645e97 Remove out-dated new-in
3ed3673f7 Fix typo
41df91659 Document the 'else with' construct introduced with Go 1.23
9c4697ab3 netlify: Hugo 0.133.0
62506b052 Merge branch 'temp133'
877e1bfcd Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder
eb159fe62 Update menu.md
efa7795a0 Update theme
dbe8911ad netlify: Hugo 0.132.2
2f793d328 Document passthrough render hooks
a7ce9a5e8 netlify: Hugo 0.132.1
2c137cb48 Update blockquotes.md
e0fa2f0d1 Add new-in badge to blockquote render hook page
bf42bbe6b Update references to render hooks
85a3d9958 Update theme
2dae72128 Document blockquote render hooks
8f5afb55d Update plainify return type
160f22d0e netlify: Hugo 0.132.0
82b5586fb Document transform.ToMath
1efcbcddb tpl/transform: Make Plainify and ToMath return template.HTML
31727be2e docs: Regen docshelper
88a421426 Merge commit '
a6e635ca7d905d9ec3ffd708db2694f680b03aae '
git-subtree-dir: docs
git-subtree-split:
a49697e536ee0d477ab4e552cfa8dc74debeff27
Bjørn Erik Pedersen [Sun, 1 Sep 2024 12:51:15 +0000 (14:51 +0200)]
Bjørn Erik Pedersen [Sun, 1 Sep 2024 08:03:10 +0000 (10:03 +0200)]
Rename hstring.RenderedHTML => hstring.HTML
And add a comment about why it exists.
Bjørn Erik Pedersen [Sat, 31 Aug 2024 16:07:57 +0000 (18:07 +0200)]
github: Try to fix "no space left on device" on MacOS
Bjørn Erik Pedersen [Sat, 31 Aug 2024 15:25:15 +0000 (17:25 +0200)]
Make all renderhook Text methods return template.HTML
Bjørn Erik Pedersen [Fri, 30 Aug 2024 08:58:43 +0000 (10:58 +0200)]
Add Markdown render hooks for tables
Fixes #9316
Fixes #12811
Joe Mooring [Sat, 31 Aug 2024 14:49:53 +0000 (07:49 -0700)]
create/skeletons: Clean up lang attribute in base template
Andreas Deininger [Fri, 30 Aug 2024 20:15:29 +0000 (22:15 +0200)]
Fix deprecation warning for resources.ToCSS
Joe Mooring [Thu, 29 Aug 2024 22:28:49 +0000 (15:28 -0700)]
tpl/resources: Improve resources.Concat error message
Closes #7428
Patrice Chalin [Thu, 29 Aug 2024 19:32:46 +0000 (15:32 -0400)]
tpl: Trim whitespace from google_analytics.html
Bjørn Erik Pedersen [Tue, 13 Aug 2024 13:49:56 +0000 (15:49 +0200)]
Add Page.Contents with scope support
Note that this also adds a new `.ContentWithoutSummary` method, and to do that we had to unify the different summary types:
Both `auto` and `manual` now returns HTML. Before this commit, `auto` would return plain text. This could be considered to be a slightly breaking change, but for the better: Now you can treat the `.Summary` the same without thinking about where it comes from, and if you want plain text, pipe it into `{{ .Summary | plainify }}`.
Fixes #8680
Fixes #12761
Fixes #12778
Fixes #716
Bjørn Erik Pedersen [Wed, 28 Aug 2024 12:35:24 +0000 (14:35 +0200)]
deps: Upgrade github.com/bep/golibsass v1.1.1 => v1.2.0
Fixes #12649
dependabot[bot] [Mon, 19 Aug 2024 08:45:03 +0000 (08:45 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.23.0 to 0.23.1
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.23.0 to 0.23.1.
- [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.23.0...v0.23.1)
---
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>
dependabot[bot] [Mon, 26 Aug 2024 08:38:16 +0000 (08:38 +0000)]
build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.2...v2.2.3)
---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Joe Mooring [Mon, 26 Aug 2024 14:27:43 +0000 (07:27 -0700)]
output: Fix docshelper template lookup order for AMP pages
Fixes #12797
Bjørn Erik Pedersen [Wed, 28 Aug 2024 06:17:16 +0000 (08:17 +0200)]
hugolib: Add a test for overriding _internal templates
hugoreleaser [Mon, 26 Aug 2024 14:13:52 +0000 (14:13 +0000)]
releaser: Prepare repository for 0.134.0-DEV
[ci skip]
hugoreleaser [Mon, 26 Aug 2024 13:58:46 +0000 (13:58 +0000)]
releaser: Bump versions for release of 0.133.1
[ci skip]
Bjørn Erik Pedersen [Mon, 26 Aug 2024 13:56:39 +0000 (15:56 +0200)]
Revert "Adjust Circleci workflow to make the Docker images build"
This reverts commit
445283a5932b4e0f5fc377478fa1351547ea0426 .
Bjørn Erik Pedersen [Mon, 26 Aug 2024 10:39:07 +0000 (12:39 +0200)]
Adjust Circleci workflow to make the Docker images build
Closes #12753
Bjørn Erik Pedersen [Sun, 25 Aug 2024 20:51:38 +0000 (22:51 +0200)]
Fix missing method NameNormalized panic
Closes #12795
Bjørn Erik Pedersen [Sat, 24 Aug 2024 16:52:03 +0000 (18:52 +0200)]
deps: Upgraded github.com/bep/imagemeta v0.8.0 => v0.8.1
Closes #12793
Joe Mooring [Wed, 21 Aug 2024 19:05:20 +0000 (12:05 -0700)]
config: Fix pagination deprecation messages
Bjørn Erik Pedersen [Sun, 18 Aug 2024 17:12:03 +0000 (19:12 +0200)]
Revert "releaser: Rework the run conditions"
This reverts commit
702b1e8b81c889f72207b5b8d0478c300c8ccf3e .
Bjørn Erik Pedersen [Sun, 18 Aug 2024 17:12:02 +0000 (19:12 +0200)]
Revert "circleci: Upgrade to version 2.1 of the schema"
This reverts commit
c8f850ae1734def05687b07213e124c2b585349d .
Bjørn Erik Pedersen [Sun, 18 Aug 2024 16:49:42 +0000 (18:49 +0200)]
circleci: Upgrade to version 2.1 of the schema
Updates #12753
Bjørn Erik Pedersen [Sun, 18 Aug 2024 16:39:55 +0000 (18:39 +0200)]
releaser: Rework the run conditions
Now after actually reading the CircleCI docs...
Closes #12753
Bjørn Erik Pedersen [Sun, 18 Aug 2024 10:00:47 +0000 (12:00 +0200)]
Revert "releaser: Rework the run conditions"
This reverts commit
777534b2a46127ad0392562b4de56ba3ff70a810 .
Circle ci throws validation errors:
```
Config does not conform to schema: {:workflows {:release {:jobs [{:prepare_release (not (map? nil)), :when {:and disallowed-key}} nil nil nil]}}}
```
Bjørn Erik Pedersen [Sun, 18 Aug 2024 09:47:51 +0000 (11:47 +0200)]
releaser: Rework the run conditions
Closes #12753
hugoreleaser [Sat, 17 Aug 2024 20:11:05 +0000 (20:11 +0000)]
releaser: Prepare repository for 0.134.0-DEV
[ci skip]
hugoreleaser [Sat, 17 Aug 2024 19:57:41 +0000 (19:57 +0000)]
releaser: Bump versions for release of 0.133.0
[ci skip]
Bjørn Erik Pedersen [Sat, 17 Aug 2024 13:16:09 +0000 (15:16 +0200)]
Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder
See #12776
dependabot[bot] [Thu, 15 Aug 2024 08:47:59 +0000 (08:47 +0000)]
build(deps): bump gocloud.dev from 0.38.0 to 0.39.0
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.38.0 to 0.39.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.38.0...v0.39.0)
---
updated-dependencies:
- dependency-name: gocloud.dev
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Thu, 15 Aug 2024 08:20:43 +0000 (10:20 +0200)]
deps: Upgrade github.com/tetratelabs/wazero v1.7.4-0.
20240805170331 -
2b12e189eeec => v1.8.0
Bjørn Erik Pedersen [Wed, 14 Aug 2024 09:34:21 +0000 (11:34 +0200)]
Upgrade to Go 1.23
Fixes #12763
hugoreleaser [Wed, 14 Aug 2024 16:31:14 +0000 (16:31 +0000)]
releaser: Prepare repository for 0.133.0-DEV
[ci skip]
hugoreleaser [Wed, 14 Aug 2024 16:17:21 +0000 (16:17 +0000)]
releaser: Bump versions for release of 0.132.2
[ci skip]
Bjørn Erik Pedersen [Wed, 14 Aug 2024 14:57:18 +0000 (16:57 +0200)]
markup/goldmark/blockquotes: Fix handling of lower/mixed case GitHub alerts
Fixes #12767
Bjørn Erik Pedersen [Wed, 14 Aug 2024 13:26:22 +0000 (15:26 +0200)]
tpl/transform: Don't run ToMath tests in parallel
Closes #12765
b10c [Wed, 14 Aug 2024 11:24:58 +0000 (13:24 +0200)]
resources: Add URI GetRemote error
Previouly, only "ERROR failed to fetch remote resource: Forbidden"
would be shown when a resource failed to load. In my case, a tweet's
author I was embedding using the twitter shortcode switched his profile
to private which resulted in my blog failing to build. To figure out
where the originates, I added the log to the error message.
Bjørn Erik Pedersen [Tue, 13 Aug 2024 18:10:43 +0000 (20:10 +0200)]
loggers: Omit map nil check
Bjørn Erik Pedersen [Tue, 13 Aug 2024 14:28:33 +0000 (16:28 +0200)]
github: Add workflow_dispatch to the Docker workflow
Closes #12753
Bjørn Erik Pedersen [Tue, 13 Aug 2024 14:17:56 +0000 (16:17 +0200)]
github: Simplify Docker workflow / only trigger on new tags
See #12753
Bjørn Erik Pedersen [Tue, 13 Aug 2024 14:16:45 +0000 (16:16 +0200)]
github: Simplify Docker workflow
See #12753
hugoreleaser [Tue, 13 Aug 2024 10:24:54 +0000 (10:24 +0000)]
releaser: Prepare repository for 0.133.0-DEV
[ci skip]
hugoreleaser [Tue, 13 Aug 2024 10:10:10 +0000 (10:10 +0000)]
releaser: Bump versions for release of 0.132.1
[ci skip]
Bjørn Erik Pedersen [Tue, 13 Aug 2024 09:32:39 +0000 (11:32 +0200)]
github: Adjust image workflow
See #12753
Bjørn Erik Pedersen [Tue, 13 Aug 2024 08:58:59 +0000 (10:58 +0200)]
Fix nilpointer regression with empty blockquotes
Fixes #12756
hugoreleaser [Mon, 12 Aug 2024 15:36:03 +0000 (15:36 +0000)]
releaser: Prepare repository for 0.133.0-DEV
[ci skip]
hugoreleaser [Mon, 12 Aug 2024 15:21:36 +0000 (15:21 +0000)]
releaser: Bump versions for release of 0.132.0
[ci skip]
Bjørn Erik Pedersen [Mon, 12 Aug 2024 13:50:29 +0000 (15:50 +0200)]
internal/warpc: Add license headers
Bjørn Erik Pedersen [Sun, 11 Aug 2024 18:31:17 +0000 (20:31 +0200)]
Improve Katex error handling and fix handling of large expressions
* Make throwOnError=true the new default
* Handle JS errors as part of the RPC request/response flow
* Return a new Result type with .Err on it
This enables constructs on the form:
```handlebars
{{ with transform.ToMath "c = \\foo{a^2 + b^2}" }}
{{ with .Err }}
{{ warnf "error: %s" . }}
{{ else }}
{{ . }}
{{ end }}
{{ end }}
```
Note that the new `Result` type behaves like `template.HTML` (or a string if needed) when printed, but it will panic if in a error state.
Closes #12748
Bjørn Erik Pedersen [Sun, 11 Aug 2024 18:57:15 +0000 (20:57 +0200)]
Add katex option ThrowOnError
As an internal option for now. Katex misbehaves in error situations without a value set.
Bjørn Erik Pedersen [Sun, 11 Aug 2024 13:25:10 +0000 (15:25 +0200)]
Add some more KaTeX options
And fix the options handling.
Closes #12745
Fixes #12746
Bjørn Erik Pedersen [Sun, 11 Aug 2024 10:48:30 +0000 (12:48 +0200)]
tpl/transform: Make Plainify and ToMath return template.HTML
None of these are useful as plain strings in the templates, which forces the users to do `transform.Plainify "foo" | safeHTML`.
If people have trust issues with the output of these functions, they need to just stop using them.
Closes #8732
Bjørn Erik Pedersen [Sat, 10 Aug 2024 10:44:58 +0000 (12:44 +0200)]
deps: Upgrade github.com/bep/imagemeta v0.7.6 => v0.8.0
Fixes #12741
Bjørn Erik Pedersen [Fri, 9 Aug 2024 15:54:14 +0000 (17:54 +0200)]
Fix compare of uints and ints in eq, gt etc.
Fixes #12733
Bjørn Erik Pedersen [Fri, 9 Aug 2024 17:34:13 +0000 (19:34 +0200)]
docs: Regen docshelper
Bjørn Erik Pedersen [Wed, 7 Aug 2024 08:40:54 +0000 (10:40 +0200)]
Add build time math rendering
While very useful on its own (and combined with the passthrough render hooks), this also serves as a proof of concept of using WASI (WebAssembly System Interface) modules in Hugo.
This will be marked _experimental_ in the documentation. Not because it will be removed or changed in a dramatic way, but we need to think a little more how to best set up/configure similar services, define where these WASM files gets stored, maybe we can allow user provided WASM files plugins via Hugo Modules mounts etc.
See these issues for more context:
* https://github.com/gohugoio/hugo/issues/12736
* https://github.com/gohugoio/hugo/issues/12737
See #11927
Bjørn Erik Pedersen [Fri, 9 Aug 2024 14:47:17 +0000 (16:47 +0200)]
github: Turn off the image workflow for pull request
We need to fix it so it does not publish anything to the remote repo before we can enable that.
Bjørn Erik Pedersen [Fri, 9 Aug 2024 07:57:16 +0000 (09:57 +0200)]
github: Update image actions versions and some adjustments
Co-authored-by: morre <morre@mor.re>
Morre [Fri, 7 Jun 2024 11:31:35 +0000 (13:31 +0200)]
github: Build and publish Docker image on release
Fixes #10760
Bjørn Erik Pedersen [Fri, 9 Aug 2024 13:17:43 +0000 (15:17 +0200)]
Squashed 'docs/' changes from
9b06f951e ..
fcc3ed651
fcc3ed651 Remove some expired new-in
a9c5981f5 Fix cascade example
82bb250fa Add some lines about permalinks tokens in front matter
328fe564e Remove some outdated new-in
fb140b153 Hide showcase menu entry
42d9d1c79 Update image formats from which EXIF data can be extracted
09ad56b6e netlify: Hugo 0.130.0
1d503f846 Merge branch 'tempv0.130.0'
e2458074d math: Add trigonometric functions and some angle helper functions
392afc8f9 Disable the showcase section for now
0300750f2 Improve example of image render hook
60a9306af Improve description of the .Site.RegularPages method
8d759175d Fix typos
55daa4554 Update XxHash.md
397c81cb7 Add namespace for hash functions
70fe8d2f0 netlify: Bump Hugo 0.129.0
5a9771aff Merge branch 'tempv0.129.0'
f9146575b Fix typo
e6e1fea49 Fix typo in Hugo docs | functions | partial
732d10ec4 source: Expose GitInfo Body
34c97e639 netlify: Hugo 0.128.2
3270587e9 Fix typo
727c5396e netlify: Hugo 0.128.1
80b6ae99c Update GitHub Pages workflow file example
027134102 Update GitHub Pages workflow file example
2600a8a2e Miscellaneous edits
3fdd5819b Update Build.md
7764005c3 Improve example of render hook directory structure
5e3941d82 Fix typos
748bf065f Restructure templates section
fafbf6566 Update Defer.md
012162e0d Document changes to template functions in v0.128.0
0990ce35b quick-reference: Update emojis
6677a30ef Update Goldmark configuration documentation
4449d530d Document new pagination config
0af8be439 Update Defer.md
56348196d netlify: Hugo 0.128.0
d67b6d82e Update content/en/functions/templates/Defer.md
23d996b3d Update content/en/functions/templates/Defer.md
7f7fb2f27 Document templates.Defer
5ada1e9d5 Fix docs merge (remove shortcode)
d27ee6156 Merge branch 'tempv0.128.0'
5d7317c84 Fix typo
7c18ee546 Update theme
83bfea63b Update theme
b274b3238 Merge commit '
8b9803425e63e1b1801f8d5d676e96368d706722 '
ff34a035a deploy: Add stripIndexHtml target option
d9e964bdb markup/goldmark: Add the Hugo Goldmark Extras "delete" extension
ac5bd16d2 deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0
25377171b config: Remove extraneous BuildConfig setting
0d2044f6d docs: Regen docshelper
a2548dac9 markup/goldmark: Support extras extension
9d0c86ee8 commands: Add gen chromastyles --lineNumbersTableStyle flag
git-subtree-dir: docs
git-subtree-split:
fcc3ed651a1b6431303c2f88f20fa38531c52b3d
Bjørn Erik Pedersen [Fri, 9 Aug 2024 13:17:43 +0000 (15:17 +0200)]
Bjørn Erik Pedersen [Fri, 9 Aug 2024 08:02:50 +0000 (10:02 +0200)]
github: Update GitHub actions versions
Bjørn Erik Pedersen [Mon, 5 Aug 2024 14:51:16 +0000 (16:51 +0200)]
markup: Add blockquote render hooks
Closes #12590
Bjørn Erik Pedersen [Mon, 5 Aug 2024 14:36:36 +0000 (16:36 +0200)]
markup/goldmark/codeblocks: Simplify codeblcok hook code
Bjørn Erik Pedersen [Mon, 5 Aug 2024 09:00:47 +0000 (11:00 +0200)]
Add render hooks for inline and block passthrough snippets
Fixes #11927
dependabot[bot] [Wed, 7 Aug 2024 09:15:38 +0000 (09:15 +0000)]
build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 7 Aug 2024 08:32:06 +0000 (08:32 +0000)]
build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/image/compare/v0.18.0...v0.19.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>
Bjørn Erik Pedersen [Tue, 6 Aug 2024 19:16:07 +0000 (21:16 +0200)]
tpl/cast: Improve float
Make it support the new upstream rational number type in Exif.
See #12718
Bjørn Erik Pedersen [Tue, 6 Aug 2024 17:13:14 +0000 (19:13 +0200)]
Skip TestEchoParam
Is deprecated, will be remvoved soon.
dependabot[bot] [Tue, 6 Aug 2024 10:05:52 +0000 (12:05 +0200)]
build(deps): bump github.com/bep/imagemeta from 0.7.5 to 0.7.6 (#12720)
Bumps [github.com/bep/imagemeta](https://github.com/bep/imagemeta) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/bep/imagemeta/releases)
- [Commits](https://github.com/bep/imagemeta/compare/v0.7.5...v0.7.6)
---
updated-dependencies:
- dependency-name: github.com/bep/imagemeta
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #12718
Bjørn Erik Pedersen [Mon, 5 Aug 2024 17:14:07 +0000 (19:14 +0200)]
Fix deprecation errors
hugoreleaser [Fri, 2 Aug 2024 09:18:21 +0000 (09:18 +0000)]
releaser: Prepare repository for 0.132.0-DEV
[ci skip]
hugoreleaser [Fri, 2 Aug 2024 09:03:48 +0000 (09:03 +0000)]
releaser: Bump versions for release of 0.131.0
[ci skip]
Bjørn Erik Pedersen [Fri, 2 Aug 2024 07:37:00 +0000 (09:37 +0200)]
Fix images.AutoOrient regression
Broken in v0.130.0. Added a integration test to avoid future breakage.
Fixes #12712
n1xx1 [Thu, 1 Aug 2024 13:06:28 +0000 (15:06 +0200)]
revamp pagegroup tests with quicktest
n1xx1 [Thu, 1 Aug 2024 11:12:32 +0000 (13:12 +0200)]
allow nested params when using Pages.GroupByParam and Pages.GroupByParamDate
dependabot[bot] [Thu, 1 Aug 2024 17:59:03 +0000 (17:59 +0000)]
build(deps): bump github.com/bep/godartsass/v2 from 2.0.0 to 2.1.0
Bumps [github.com/bep/godartsass/v2](https://github.com/bep/godartsass) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/bep/godartsass/releases)
- [Commits](https://github.com/bep/godartsass/compare/v2.0.0...v2.1.0)
---
updated-dependencies:
- dependency-name: github.com/bep/godartsass/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Aug 2024 14:35:33 +0000 (14:35 +0000)]
build(deps): bump google.golang.org/api from 0.152.0 to 0.189.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.152.0 to 0.189.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.152.0...v0.189.0)
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Aug 2024 13:45:33 +0000 (13:45 +0000)]
build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Aug 2024 13:45:58 +0000 (13:45 +0000)]
build(deps): bump gocloud.dev from 0.36.0 to 0.38.0
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.36.0 to 0.38.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.36.0...v0.38.0)
---
updated-dependencies:
- dependency-name: gocloud.dev
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Aug 2024 13:46:06 +0000 (13:46 +0000)]
build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3)
---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Aug 2024 13:45:41 +0000 (13:45 +0000)]
build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.12 to 2.2.13
Bumps [github.com/kyokomi/emoji/v2](https://github.com/kyokomi/emoji) from 2.2.12 to 2.2.13.
- [Release notes](https://github.com/kyokomi/emoji/releases)
- [Commits](https://github.com/kyokomi/emoji/compare/v2.2.12...v2.2.13)
---
updated-dependencies:
- dependency-name: github.com/kyokomi/emoji/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Thu, 1 Aug 2024 11:17:36 +0000 (13:17 +0200)]
deps: Upgrade github.com/hairyhenderson/go-codeowners v0.4.0 => v0.5.0
dependabot[bot] [Thu, 1 Aug 2024 11:44:43 +0000 (11:44 +0000)]
build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.16.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Aug 2024 10:29:46 +0000 (10:29 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.21.4 to 0.23.0
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.21.4 to 0.23.0.
- [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.21.4...v0.23.0)
---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>