]>
git.maquefel.me Git - brevno-suite/hugo/log
dependabot[bot] [Tue, 7 Jan 2025 08:27:07 +0000 (08:27 +0000)]
build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.29.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>
dependabot[bot] [Tue, 7 Jan 2025 08:27:10 +0000 (08:27 +0000)]
build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.34.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>
Joe Mooring [Mon, 6 Jan 2025 20:50:40 +0000 (12:50 -0800)]
snap: Always package latest stable version of Go
Bjørn Erik Pedersen [Mon, 6 Jan 2025 17:12:20 +0000 (18:12 +0100)]
docs: Regen CLI docs
Bjørn Erik Pedersen [Mon, 6 Jan 2025 17:11:07 +0000 (18:11 +0100)]
Bjørn Erik Pedersen [Mon, 6 Jan 2025 17:09:20 +0000 (18:09 +0100)]
Squashed 'docs/' changes from
8390a4a3a ..
f0f4bcb24
f0f4bcb24 Update Batch.md
15a8b1de6 Update Batch.md
eb841ce66 Update theme
751097f24 Use CI_PAGES_URL in GitLab Pages workflow
8584a0581 Fix typos
b030a7149 Update configuration.md
f7ec2ee9c Revert "Update shortcode.md"
f8188f1c8 Update shortcode.md
083fc39c6 Update shortcode.md
d4bdfb96b Update Filter.md
ef00649db Document wrapperClass highlighting option
e227dc422 Hugo 0.140.2
b95d28444 Fix description of the the hugo server command
41ca381b0 Fix documentation of Fragments
73a6cd966 Update theme
2573fd120 netlify: Hugo 0.140.1
90b19ec0d Merge branch 'tempv0.140.1'
ad2e9aeec Update gocloud and docs for S3-Compatible Endpoints
34b30bad2 Remove indentation from include shortcode examples
97b4ef544 Update related.md
7234e0189 Update related.md
32cc191f6 Clarify Name and Title menu entry methods
bce733c63 Update theme
2f1843d10 Use .Page.GetPage in examples of an include shortcode
9e1c85bbd Revert "Document PAGE.String"
bb30e7c08 Document PAGE.String
2d151d77f Fix link
fbe2d442f Miscellaneous updates for v0.140.0
4d3195223 Update JS docs vs Hugo v0.140
8c190aabc netlify: Hugo 0.140.0
826005ffe Merge branch 'tempv0.140.0'
107289a2c Update theme (again)
9884425f9 Update theme
ff0a358d3 Update Go tool version in hugo.work
c9b23cf6d tpl/tplimpl: Update details shortcode
f29f19aff tpl/tplimpl: Add details shortcode
git-subtree-dir: docs
git-subtree-split:
f0f4bcb243776d0552396d12758bd38cda779b62
Bjørn Erik Pedersen [Mon, 6 Jan 2025 15:59:22 +0000 (16:59 +0100)]
create: Respect --noBuildLock in hugo new
dependabot[bot] [Mon, 23 Dec 2024 08:48:21 +0000 (08:48 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.24.2
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.24.2.
- [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.24.0...v0.24.2)
---
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>
Bjørn Erik Pedersen [Mon, 6 Jan 2025 11:15:52 +0000 (12:15 +0100)]
tpl/images: Format the QR hashes as hex
Slightly shorter, and it looks more like a ... hash.
dependabot[bot] [Mon, 6 Jan 2025 08:05:20 +0000 (08:05 +0000)]
build(deps): bump github.com/alecthomas/chroma/v2 from 2.14.0 to 2.15.0
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.14.0 to 2.15.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.14.0...v2.15.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>
Bjørn Erik Pedersen [Sun, 5 Jan 2025 14:43:18 +0000 (15:43 +0100)]
resources: Replace error handling in GetRemote with try (note)
Closes #13216
Joe Mooring [Tue, 31 Dec 2024 22:43:35 +0000 (17:43 -0500)]
tpl/images: Add images.QR function
Closes #13205
Bjørn Erik Pedersen [Tue, 19 Apr 2022 14:56:49 +0000 (16:56 +0200)]
Add try
Updates #9737
Bjørn Erik Pedersen [Fri, 3 Jan 2025 17:36:44 +0000 (18:36 +0100)]
resources: Add FromOpts for more effective resource creation
E.g. when the targetPath already contains a hash or if the resource content is expensive to create.
Bjørn Erik Pedersen [Wed, 1 Jan 2025 12:48:18 +0000 (13:48 +0100)]
Fix server refresh on 404 template changes
Fixes #13209
Joe Mooring [Tue, 31 Dec 2024 13:35:22 +0000 (08:35 -0500)]
markup/highlight: Remove noHl option
Closes #9885
hugoreleaser [Mon, 30 Dec 2024 15:16:00 +0000 (15:16 +0000)]
releaser: Prepare repository for 0.141.0-DEV
[ci skip]
hugoreleaser [Mon, 30 Dec 2024 15:01:53 +0000 (15:01 +0000)]
releaser: Bump versions for release of 0.140.2
[ci skip]
Diwas Rimal [Sat, 28 Dec 2024 17:09:04 +0000 (22:54 +0545)]
Print cli usage of `hugo gen chromastyles` alongside css
dependabot[bot] [Thu, 19 Dec 2024 08:33:49 +0000 (08:33 +0000)]
build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.32.0...v0.33.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>
Joe Mooring [Sun, 29 Dec 2024 21:44:13 +0000 (16:44 -0500)]
config/allconfig: Fix slice of language configs
Fixes #13201
Joe Mooring [Sun, 29 Dec 2024 19:30:58 +0000 (14:30 -0500)]
config/allconfig: Throw error when output format is not defined
Fixes #13199
Bjørn Erik Pedersen [Thu, 26 Dec 2024 12:47:10 +0000 (13:47 +0100)]
Fix same resource file published more than once
This may still happen, though, in low memory situations or very big sites, but I'm not sure it's worth spending time on fixing that. Writing the same file more than once isn't harmful, the negative effect is the false path warning.
We may find a way to detect that situation if this becomes a real problem.
Fixes #13164
Bjørn Erik Pedersen [Wed, 25 Dec 2024 17:20:16 +0000 (18:20 +0100)]
markup/highlight: Add wrapperClass option
The need comes from Tailwind's typography plugin. There's currently no way to turn that off outside of the markup, see https://github.com/tailwindlabs/tailwindcss-typography/pull/363
Bjørn Erik Pedersen [Mon, 23 Dec 2024 17:57:19 +0000 (18:57 +0100)]
Update README.md
hugoreleaser [Mon, 23 Dec 2024 16:40:37 +0000 (16:40 +0000)]
releaser: Prepare repository for 0.141.0-DEV
[ci skip]
hugoreleaser [Mon, 23 Dec 2024 16:26:35 +0000 (16:26 +0000)]
releaser: Bump versions for release of 0.140.1
[ci skip]
Chris Moultrie [Tue, 17 Dec 2024 17:12:29 +0000 (12:12 -0500)]
Update gocloud and docs for S3-Compatible Endpoints
Bjørn Erik Pedersen [Sun, 22 Dec 2024 19:46:19 +0000 (20:46 +0100)]
js/esbuild: Don't try to resolve packages in /assets marked as external
Fixes #13183
Bjørn Erik Pedersen [Sun, 22 Dec 2024 16:59:03 +0000 (17:59 +0100)]
Fix union, complement, symdiff, and intersect for transient resources
Fixes #13181
Bjørn Erik Pedersen [Sun, 22 Dec 2024 15:55:52 +0000 (16:55 +0100)]
release: Add withdeploy deb extended archives
Also refactor and get the config up to date for new version of Hugoreleaser.
Closes #13166
Joe Mooring [Thu, 19 Dec 2024 16:44:11 +0000 (08:44 -0800)]
common/loggers: Write PrintTimerIfDelayed output to stdErr
Closes #13171
dependabot[bot] [Thu, 19 Dec 2024 08:33:53 +0000 (08:33 +0000)]
build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](https://github.com/spf13/cast/compare/v1.7.0...v1.7.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Joe Mooring [Wed, 18 Dec 2024 19:41:47 +0000 (11:41 -0800)]
hugolib: Fix fallbacks for menu entry Name and Title
Closes #13161
hugoreleaser [Tue, 17 Dec 2024 14:37:51 +0000 (14:37 +0000)]
releaser: Prepare repository for 0.141.0-DEV
[ci skip]
hugoreleaser [Tue, 17 Dec 2024 14:20:55 +0000 (14:20 +0000)]
releaser: Bump versions for release of 0.140.0
[ci skip]
Bjørn Erik Pedersen [Tue, 17 Dec 2024 13:35:13 +0000 (14:35 +0100)]
js/esbuild: Add missing es2024 target
Bjørn Erik Pedersen [Fri, 13 Dec 2024 12:57:23 +0000 (13:57 +0100)]
Fix panic on server rebuilds when using both base templates and template.Defer
Fixes #12963
Bjørn Erik Pedersen [Mon, 16 Dec 2024 07:34:17 +0000 (08:34 +0100)]
js: Fix js.Batch for multihost setups
Note that this is an unreleased feature.
Fixes #13151
Joe Mooring [Mon, 16 Dec 2024 01:21:05 +0000 (17:21 -0800)]
parser/pageparser: Fix Org Mode summary delimiter assignment
Closes #13152
Bjørn Erik Pedersen [Sun, 15 Dec 2024 09:52:53 +0000 (10:52 +0100)]
Fix a rebuild on resource rename case
Bjørn Erik Pedersen [Sat, 14 Dec 2024 10:56:00 +0000 (11:56 +0100)]
js/esbuild: Add runners after scripts
Bjørn Erik Pedersen [Fri, 13 Dec 2024 17:04:44 +0000 (18:04 +0100)]
js/esbuild: Batch: Avoid nil Instances slice
Ranging over a nil slice in Go works great, but is a hassle onced passed to JS.
Joe Mooring [Fri, 13 Dec 2024 18:50:17 +0000 (10:50 -0800)]
tpl/tplimpl: Fix title attribute in details shortcode
Joe Mooring [Fri, 13 Dec 2024 12:08:25 +0000 (04:08 -0800)]
tpl/tplimpl: Update youtube shortcode
Pass a map instead of a slice to the collections.Querify function.
Joe Mooring [Fri, 13 Dec 2024 11:25:10 +0000 (03:25 -0800)]
tpl/tplimpl: Update details shortcode
- Remove localization of default summary value
- Add title attribute
- Reformat to be consistent with other embedded templates
- Simplify and improve integration test
- Update documentation
Joe Mooring [Wed, 11 Dec 2024 21:10:15 +0000 (13:10 -0800)]
tpl/collections: Allow querify to accept a map argument
Closes #13131
Bjørn Erik Pedersen [Fri, 13 Dec 2024 10:00:04 +0000 (11:00 +0100)]
js/esbuild: Build groups in order of their ID
We already do this for scripts e.g. inside a group.
This makes sure that group A's entry points gets added before B's, which can be an important property, see https://github.com/evanw/esbuild/issues/399#issuecomment-
1458680887
racehd [Sun, 1 Dec 2024 15:30:34 +0000 (10:30 -0500)]
tpl/tplimpl: Add details shortcode
- Add new shortcode to render details HTML element.
- Implement integration tests to check: default state, custom summary, open state, attribute sanitization, allowed attributes, and localization of default summary text.
- Update docs to include details shortcode.
Closes # 13090
Bjørn Erik Pedersen [Fri, 13 Dec 2024 08:23:09 +0000 (09:23 +0100)]
Write all logging (INFO, WARN, ERROR) to stderr
The old setup tried to log >= warning to stderr, the rest to stdout.
However, that logic was flawed, so warnings ended up in stdout, which makes `hugo list all` etc. hard to reason about from scripts.
This commit fixes this by making all logging (info, warn, error) log to stderr and let stdout be reserved for program output.
Fixes #13074
Bjørn Erik Pedersen [Thu, 12 Dec 2024 21:09:59 +0000 (22:09 +0100)]
js/esbuild: Add platform option
Closes #13136
Bjørn Erik Pedersen [Thu, 12 Dec 2024 14:42:17 +0000 (15:42 +0100)]
Add config option disableDefaultLanguageRedirect
Fixes #13133
Bjørn Erik Pedersen [Tue, 10 Dec 2024 15:22:08 +0000 (16:22 +0100)]
Add js.Batch
Fixes #12626
Closes #7499
Closes #9978
Closes #12879
Closes #13113
Fixes #13116
dependabot[bot] [Thu, 12 Dec 2024 08:27:00 +0000 (08:27 +0000)]
build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Thu, 12 Dec 2024 09:38:55 +0000 (10:38 +0100)]
Upgrade to Go 1.23.4
Closes #13130
dependabot[bot] [Tue, 10 Dec 2024 08:51:24 +0000 (08:51 +0000)]
build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.28.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>
Bjørn Erik Pedersen [Wed, 11 Dec 2024 12:14:49 +0000 (13:14 +0100)]
Remove some old and unused shell scripts
dependabot[bot] [Wed, 11 Dec 2024 08:26:45 +0000 (08:26 +0000)]
build(deps): bump github.com/hairyhenderson/go-codeowners
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/hairyhenderson/go-codeowners/releases)
- [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hairyhenderson/go-codeowners/compare/v0.6.1...v0.7.0)
---
updated-dependencies:
- dependency-name: github.com/hairyhenderson/go-codeowners
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Wed, 11 Dec 2024 08:53:33 +0000 (09:53 +0100)]
Squashed 'docs/' changes from
227aab619 ..
8390a4a3a
8390a4a3a Add Void Linux installation instructions
d6099aae8 Update link to PostCSS plugins
25dad4693 netlify: Hugo 0.139.4
2b1fa118c Fix typo
3ef1eb505 Update hosting-on-aws-amplify
c0f6d35d6 Fix typo
aa54d4301 Correct directory name
98aa26bdb Improve instructions for hosting with AWS Amplify
a07638a80 Add new-in badges
6ad018055 netlify: Hugo 0.139.3
1050835d6 Update title of hugo.Store page
ebbd2e851 Clarify the shortcode Ordinal method
b7716ed95 Revise code block render hook for Mermaid diagrams
f1da9b6ea netlify: Hugo 0.139.2
d8ac9f428 Downgrade the Go toolchain in go.mod to a slightly older Go version
254b3c4f2 netlify: Hugo 0.139.1
03e666038 Add hugo.Store, site.Store and Shortcode.Store
157e8983b Update Anchorize.md
59fa9f214 Document the PageRef menu entry method
bda544cce docs(transform.Unmarshal): match lang attribute to title language in examples
1985886bd Adjust front matter of shared Markdown snippets
da5bd70d1 Fix typo
431b65d6b Update theme
b63ef69f5 Update style guidance
d50ed3422 Remove old new-in badges
12bfb9933 Update docs.yaml
0b936cacd netlify: Hugo 0.139.0
ab7668b4d dartsass: Add silenceDeprecations option
154df9bfc Merge commit '
838bd312b1a287bb33962ad478dbc54737654f35 '
efa80477c docs: Regen CLI docs
ad99e4a7a docs: Regenerate CLI docs
git-subtree-dir: docs
git-subtree-split:
8390a4a3ac36094f4cf47170af23b636608c420e
Bjørn Erik Pedersen [Wed, 11 Dec 2024 08:53:33 +0000 (09:53 +0100)]
Bjørn Erik Pedersen [Tue, 10 Dec 2024 12:33:27 +0000 (13:33 +0100)]
Fix Sass imports on the form index.{scss,sass}
Fixes #13123
dependabot[bot] [Thu, 5 Dec 2024 08:15:38 +0000 (08:15 +0000)]
build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.32.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>
Joe Mooring [Mon, 9 Dec 2024 18:58:52 +0000 (10:58 -0800)]
markup/goldmark: Fix blockquote render hook text parsing
Fixes #12913
Fixes #13119
hugoreleaser [Mon, 9 Dec 2024 17:45:23 +0000 (17:45 +0000)]
releaser: Bump versions for release of 0.139.4
[ci skip]
Joe Mooring [Wed, 4 Dec 2024 22:01:31 +0000 (14:01 -0800)]
tpl/tplimpl: Escape Markdown attributes in render hooks and shortcodes
Bjørn Erik Pedersen [Fri, 6 Dec 2024 09:18:49 +0000 (10:18 +0100)]
deps: Upgrade github.com/bep/godartsass/v2 v2.3.1 => v2.3.2
See https://github.com/bep/godartsass/issues/31 for some context.
Oleksandr Redko [Thu, 5 Dec 2024 10:25:13 +0000 (12:25 +0200)]
common/maps: Simplify TestScratchSetInMap/DeleteInMap
Joe Mooring [Wed, 4 Dec 2024 17:21:21 +0000 (09:21 -0800)]
markup/tableofcontents: Cast Fragments.ToHTML args to int
Closes #13107
hugoreleaser [Fri, 29 Nov 2024 15:51:07 +0000 (15:51 +0000)]
releaser: Prepare repository for 0.140.0-DEV
[ci skip]
hugoreleaser [Fri, 29 Nov 2024 15:36:56 +0000 (15:36 +0000)]
releaser: Bump versions for release of 0.139.3
[ci skip]
Bjørn Erik Pedersen [Fri, 29 Nov 2024 11:13:49 +0000 (12:13 +0100)]
Fix server edits of resources included in shortcode/hooks
Fixes #13093
huajin tong [Thu, 28 Nov 2024 10:20:02 +0000 (18:20 +0800)]
Fix some typos
dependabot[bot] [Thu, 28 Nov 2024 08:22:59 +0000 (08:22 +0000)]
build(deps): bump github.com/bep/godartsass/v2 from 2.3.0 to 2.3.1
Bumps [github.com/bep/godartsass/v2](https://github.com/bep/godartsass) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/bep/godartsass/releases)
- [Commits](https://github.com/bep/godartsass/compare/v2.3.0...v2.3.1)
---
updated-dependencies:
- dependency-name: github.com/bep/godartsass/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 26 Nov 2024 08:30:24 +0000 (08:30 +0000)]
build(deps): bump github.com/tetratelabs/wazero from 1.8.1 to 1.8.2
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](https://github.com/tetratelabs/wazero/compare/v1.8.1...v1.8.2)
---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Mon, 25 Nov 2024 09:39:17 +0000 (10:39 +0100)]
commands: Fix flaw in the livereload logic
I guess most commonly an issue with TailwindCSS editing in templates:
* Build changes both CSS and index.html => reload OK.
* Build changes both CSS and index.html and some other files => only CSS reloaded.
The above would fix itself with one more edit, but that's annoying.
hugoreleaser [Sat, 23 Nov 2024 15:46:37 +0000 (15:46 +0000)]
releaser: Prepare repository for 0.140.0-DEV
[ci skip]
hugoreleaser [Sat, 23 Nov 2024 15:33:51 +0000 (15:33 +0000)]
releaser: Bump versions for release of 0.139.2
[ci skip]
Bjørn Erik Pedersen [Sat, 23 Nov 2024 15:29:32 +0000 (16:29 +0100)]
modules: Skip empty lines in modules.txt
Closes #13084
hugoreleaser [Sat, 23 Nov 2024 14:26:42 +0000 (14:26 +0000)]
releaser: Prepare repository for 0.140.0-DEV
[ci skip]
hugoreleaser [Sat, 23 Nov 2024 14:13:46 +0000 (14:13 +0000)]
releaser: Bump versions for release of 0.139.1
[ci skip]
Bjørn Erik Pedersen [Sat, 23 Nov 2024 13:29:58 +0000 (14:29 +0100)]
Revert "build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1"
This reverts commit
7a2f04ee8c3de43f9cc8e0a71fca838125878f8c .
Closes #13082
Bjørn Erik Pedersen [Sat, 23 Nov 2024 13:28:20 +0000 (14:28 +0100)]
minifiers: Add failing test for upstream bug
See #13082
Bjørn Erik Pedersen [Thu, 21 Nov 2024 08:48:54 +0000 (09:48 +0100)]
dartsass: Fix nilpointer on Close when Dart Sass isn't installed
Fixes #13076
wangjingcun [Tue, 19 Nov 2024 10:29:19 +0000 (18:29 +0800)]
common: Fix some GoDoc typos
Bjørn Erik Pedersen [Tue, 19 Nov 2024 09:05:42 +0000 (10:05 +0100)]
readme: Update dependency list
hugoreleaser [Mon, 18 Nov 2024 16:32:01 +0000 (16:32 +0000)]
releaser: Prepare repository for 0.140.0-DEV
[ci skip]
hugoreleaser [Mon, 18 Nov 2024 16:17:45 +0000 (16:17 +0000)]
releaser: Bump versions for release of 0.139.0
[ci skip]
Bjørn Erik Pedersen [Mon, 18 Nov 2024 16:14:56 +0000 (17:14 +0100)]
dartsass: Fix error message
Closes #13065
Bjørn Erik Pedersen [Mon, 18 Nov 2024 14:01:09 +0000 (15:01 +0100)]
Make sure term is always set
Fixes #13063
dependabot[bot] [Mon, 18 Nov 2024 09:52:23 +0000 (09:52 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront
Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.38.4 to 1.41.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.38.4...service/s3/v1.41.0)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Mon, 18 Nov 2024 09:04:37 +0000 (10:04 +0100)]
dartsass: Add silenceDeprecations option
Fixes #13045
Bjørn Erik Pedersen [Mon, 18 Nov 2024 09:26:35 +0000 (10:26 +0100)]
dartsass: Remove support for v1 of the protocol/binary (note)
People who stil use a very old binary named `dart-sass-embedded` need to upgrade.
See https://gohugo.io/functions/css/sass/#dart-sass
dependabot[bot] [Mon, 18 Nov 2024 08:54:55 +0000 (08:54 +0000)]
build(deps): bump google.golang.org/api from 0.191.0 to 0.206.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.191.0 to 0.206.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.191.0...v0.206.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] [Mon, 18 Nov 2024 08:57:17 +0000 (08:57 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.32.4
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.30.3 to 1.32.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.32.4)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 18 Nov 2024 08:56:15 +0000 (08:56 +0000)]
build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.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.7.0...v1.8.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>
Bjørn Erik Pedersen [Mon, 18 Nov 2024 09:11:18 +0000 (10:11 +0100)]
Bjørn Erik Pedersen [Mon, 18 Nov 2024 09:11:17 +0000 (10:11 +0100)]
Squashed 'docs/' changes from
159c843fd ..
227aab619
227aab619 Update configuration-markup.md
019ff776c Fix grammatical error
c889827bf Remove old new-in
39807c5bc Remove duplicate yaml key
git-subtree-dir: docs
git-subtree-split:
227aab61905c0f778d173ed9e38621df4d7c429a
Bjørn Erik Pedersen [Sun, 17 Nov 2024 10:25:10 +0000 (11:25 +0100)]
deps: Upgrade github.com/bep/imagemeta v0.8.1 => v0.8.3
Bjørn Erik Pedersen [Sat, 16 Nov 2024 19:34:00 +0000 (20:34 +0100)]
docs: Regen CLI docs
Bjørn Erik Pedersen [Sat, 16 Nov 2024 16:58:06 +0000 (17:58 +0100)]
Remove deprecations <= v0.122.0 (note)
These have, once we release this, been logging ERROR for 6 minor versions.