Bjørn Erik Pedersen [Fri, 30 Oct 2020 08:50:15 +0000 (09:50 +0100)]
Bjørn Erik Pedersen [Fri, 30 Oct 2020 08:49:15 +0000 (09:49 +0100)]
Squashed 'docs/' changes from
9abd3043a..
d1157b687
d1157b687 Fix typo -- missing word in title
34c9a9ff3 Remove Hartwell Insurance subpage broken link
d42f6d8eb Fix strings.Repeat documentation
09b49debb Release 0.76.5
149877735 Merge branch 'tempv0.76.5'
72ffeb026 releaser: Add release notes to /docs for release of 0.76.5
4150d8ae8 Fixed typo: update PrevPage to Prev
c3e630db1 Update index.md
deb7520a8 Release 0.76.4
f58bd7134 Merge branch 'tempv0.76.4'
2581fe4bc releaser: Add release notes to /docs for release of 0.76.4
26d8417fc Release 0.76.3
34c49e06a Merge branch 'tempv0.76.3'
0de2af2ef releaser: Add release notes to /docs for release of 0.76.3
cce12c0f7 Add missing closing quotes and fix code-block lang (#1250)
8c1c80d9f Update AMP link (#1251)
7b1211ffa Fix typos in multilingual.md
29e9d70fd Update index.md
172a5480b Release 0.76.2
93ff424d3 Merge branch 'temp762'
3cad3c23a releaser: Add release notes to /docs for release of 0.76.2
610221964 Update index.md
8a9d31709 Release 0.76.1
64b245aa4 Merge branch 'temp761'
f19469ff8 releaser: Add release notes to /docs for release of 0.76.1
97f0ed030 Update front-matter.md
cca71f263 Update index.md
23c64f6a3 Fix typo in 0.76.0 release note
5f79e034d Update index.md
b66567de2 netlify: Bump to Hugo 0.76.0
a3e30300d Release 0.76.0
3b057e8fe releaser: Add release notes to /docs for release of 0.76.0
7fa1cd912 docs: Regen docshelper
769712aec Merge commit '
e5568488051a571df48401e03f1304b95dbc9028'
70ce6ae33 pagemeta: Make BuildConfig.Render an enum
a78d3849f Allow cascade to be a slice with a _target discriminator
705fea656 Add force flag to server redirects config
04e4e1cc1 tpl: Add Do Not Track (dnt) option to Vimeo shortcode
025c19fe1 Fix CLI example for PostCSS 8
0c70c47b2 markup/asciidocext: Add preserveTOC option
git-subtree-dir: docs
git-subtree-split:
d1157b687e25054501c3bcbb735da51229f66b74
Bjørn Erik Pedersen [Thu, 29 Oct 2020 16:14:04 +0000 (17:14 +0100)]
Add module.replacements
Fixes #7904
Fixes #7908
Bjørn Erik Pedersen [Thu, 29 Oct 2020 15:22:35 +0000 (16:22 +0100)]
Fix setting HUGO_MODULE_PROXY etc. via env vars
Fixes #7903
Cameron Moore [Thu, 29 Oct 2020 02:44:38 +0000 (21:44 -0500)]
tpl: Fix reflection bug in merge
Value.Type().Key() must only be called on map values.
Fixes #7899
José Moreira [Tue, 27 Oct 2020 19:41:15 +0000 (20:41 +0100)]
deploy: Do not call CDN service invalidation when executing a dry run deployment
Currently, if cache invalidation is enabled when running `hugo deploy --dryRun` with , the deployer does not take the dry run flag into consideration and triggers CloudFront/GoogleCloudCDN cache invalidation if any of those services are configured.
This change will instead print a feedback message if a dry run is in effect and quiet mode is not enabled.
Fixes #7884
Bhavin Gandhi [Thu, 15 Oct 2020 15:23:48 +0000 (20:53 +0530)]
create: Pass editor arguments from newContentEditor correctly
If newContentEditor has editor name with arguments like `emacsclient
-n`, it fails with `executable file not found in $PATH`. This change
parses the value correctly and passes it to the given editor.
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
Anthony Fok [Sat, 24 Oct 2020 09:39:53 +0000 (03:39 -0600)]
deps: Bump github.com/spf13/cobra from 0.0.7 to 1.1.1
Cobra 1.1.1 fixes internal formatting for go-md2man v2 (which caused
man page generation e.g. "hugo gen man" to be broken since Cobra 0.0.6).
See spf13/cobra#1049 for context.
Eric Hagman [Fri, 23 Oct 2020 07:03:41 +0000 (03:03 -0400)]
build: Allow optional "nodeploy" tag to exclude deploy command from bin
Fixes #7826
Gareth Watts [Thu, 22 Oct 2020 17:14:14 +0000 (12:14 -0500)]
Allow cascade _target to work with non toml fm
The TOML lib unmarshals slices of string maps to []map[string]interface{}
whereas YAML and JSON decode to []interface{}
The existing tests only check for TOML working correctly, and _target
with cascade did not work at all for frontmatter defined in other formats.
Add a function to normalize those slices
Fixes #7874
Bjørn Erik Pedersen [Wed, 21 Oct 2020 09:17:48 +0000 (11:17 +0200)]
Allow getJSON errors to be ignored
This change is mostly motivated to get a more stable CI build (we're building the Hugo site there, with Instagram and Twitter shortcodes sometimes failing).
Fixes #7866
dependabot[bot] [Wed, 21 Oct 2020 06:08:08 +0000 (06:08 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.15 to 0.7.18
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.15 to 0.7.18.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.15...v0.7.18)
Signed-off-by: dependabot[bot] <support@github.com>
Cameron Moore [Wed, 21 Oct 2020 01:07:11 +0000 (20:07 -0500)]
tpl: Refactor time.AsTime location implementation
Mark Johnson [Mon, 19 Oct 2020 22:58:05 +0000 (15:58 -0700)]
tpl: Update Hugo time to support optional [LOCATION] parameter
Bjørn Erik Pedersen [Fri, 16 Oct 2020 22:37:42 +0000 (00:37 +0200)]
Revert "Add benchmark for building docs site"
We already have a lot of site building benchmarks. The main problem with adding the "Hugo site docs" to the list is that it cannot easiliy be compared to any previous release, because its content/template/whatever has changed.
This reverts commit
837e084bbe53e9e2e6cd471d2a3daf273a874d92.
Cameron Moore [Fri, 16 Oct 2020 18:27:09 +0000 (13:27 -0500)]
highlight: Avoid making unnecessary allocation
Avoid creating a local copy of the highlight configuration when no
options are passed.
Benchmarks of building the docs site:
name old time/op new time/op delta
DocsSite-2 1.94s ± 4% 1.93s ± 4% ~ (p=0.841 n=5+5)
name old alloc/op new alloc/op delta
DocsSite-2 666MB ± 1% 656MB ± 0% -1.48% (p=0.008 n=5+5)
name old allocs/op new allocs/op delta
DocsSite-2 8.85M ± 0% 8.76M ± 0% -1.04% (p=0.029 n=4+4)
Cameron Moore [Fri, 9 Oct 2020 20:49:32 +0000 (15:49 -0500)]
Add benchmark for building docs site
Cameron Moore [Fri, 16 Oct 2020 01:13:41 +0000 (20:13 -0500)]
embedded: Always show page number when 5 pages or less
Fixes #7523
Cameron Moore [Thu, 15 Oct 2020 18:54:47 +0000 (13:54 -0500)]
output: Improve layout path construction
dependabot[bot] [Wed, 14 Oct 2020 20:07:02 +0000 (20:07 +0000)]
build(deps): bump github.com/frankban/quicktest from 1.11.0 to 1.11.1
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/frankban/quicktest/releases)
- [Commits](https://github.com/frankban/quicktest/compare/v1.11.0...v1.11.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 14 Oct 2020 06:30:15 +0000 (06:30 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.14 to 0.7.15
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.14 to 0.7.15.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.14...v0.7.15)
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Wed, 14 Oct 2020 15:44:47 +0000 (17:44 +0200)]
Merge branch 'release-0.76.5'
hugoreleaser [Wed, 14 Oct 2020 15:28:16 +0000 (15:28 +0000)]
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
hugoreleaser [Wed, 14 Oct 2020 15:15:22 +0000 (15:15 +0000)]
releaser: Add release notes to /docs for release of 0.76.5
[ci skip]
hugoreleaser [Wed, 14 Oct 2020 15:15:22 +0000 (15:15 +0000)]
releaser: Bump versions for release of 0.76.5
[ci skip]
hugoreleaser [Wed, 14 Oct 2020 15:15:22 +0000 (15:15 +0000)]
releaser: Add release notes for 0.76.5
[ci skip]
Bjørn Erik Pedersen [Wed, 14 Oct 2020 09:23:24 +0000 (11:23 +0200)]
Render aliases even if render=link
Fixes #7832
Bjørn Erik Pedersen [Wed, 14 Oct 2020 09:23:24 +0000 (11:23 +0200)]
Render aliases even if render=link
Fixes #7832
dependabot[bot] [Wed, 7 Oct 2020 06:19:46 +0000 (06:19 +0000)]
build(deps): bump github.com/spf13/afero from 1.4.0 to 1.4.1
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.4.0...v1.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 12 Oct 2020 06:59:40 +0000 (06:59 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.9 to 0.7.14
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.9 to 0.7.14.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.9...v0.7.14)
Signed-off-by: dependabot[bot] <support@github.com>
Daniel Sutton [Mon, 12 Oct 2020 20:51:08 +0000 (21:51 +0100)]
docker: Update to Go 1.15 and Alpine 3.12
Cameron Moore [Wed, 7 Oct 2020 15:41:37 +0000 (10:41 -0500)]
output: Test all lookup permutations in TestLayout
Cameron Moore [Wed, 7 Oct 2020 13:09:28 +0000 (08:09 -0500)]
output: Reformat TestLayout table
hugoreleaser [Mon, 12 Oct 2020 08:45:25 +0000 (08:45 +0000)]
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
hugoreleaser [Mon, 12 Oct 2020 08:32:44 +0000 (08:32 +0000)]
releaser: Add release notes to /docs for release of 0.76.4
[ci skip]
hugoreleaser [Mon, 12 Oct 2020 08:32:44 +0000 (08:32 +0000)]
releaser: Bump versions for release of 0.76.4
[ci skip]
hugoreleaser [Mon, 12 Oct 2020 08:32:44 +0000 (08:32 +0000)]
releaser: Add release notes for 0.76.4
[ci skip]
Anthony Fok [Fri, 9 Oct 2020 10:06:38 +0000 (04:06 -0600)]
snap: Install postcss v8 explicitly as it is now a peer dependency
Fix Snap build failures since 2020-09-21
Bjørn Erik Pedersen [Fri, 9 Oct 2020 08:00:50 +0000 (10:00 +0200)]
lang/i18n: Fix for language code case issue with pt-br etc.
Fixes #7804
Bjørn Erik Pedersen [Thu, 8 Oct 2020 17:33:23 +0000 (19:33 +0200)]
Merge branch 'release-0.76.3'
Bjørn Erik Pedersen [Thu, 8 Oct 2020 17:32:53 +0000 (19:32 +0200)]
Add merge helper
hugoreleaser [Thu, 8 Oct 2020 17:20:03 +0000 (17:20 +0000)]
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
hugoreleaser [Thu, 8 Oct 2020 17:07:29 +0000 (17:07 +0000)]
releaser: Add release notes to /docs for release of 0.76.3
[ci skip]
hugoreleaser [Thu, 8 Oct 2020 17:07:29 +0000 (17:07 +0000)]
releaser: Bump versions for release of 0.76.3
[ci skip]
hugoreleaser [Thu, 8 Oct 2020 17:07:29 +0000 (17:07 +0000)]
releaser: Add release notes for 0.76.3
[ci skip]
Bjørn Erik Pedersen [Thu, 8 Oct 2020 08:21:23 +0000 (10:21 +0200)]
langs/i18n: Add workaround for known language, but missing plural rule error
Closes #7798
Bjørn Erik Pedersen [Thu, 8 Oct 2020 07:37:40 +0000 (09:37 +0200)]
langs/i18n: Fix for bare TOML keys
Hugo 0.76.0 updated go-i18n from v1 to v2. This allowed us to set the TOML unmarshaler to use, so we set the one we use in other places in Hugo.
But that does not support dotted bare keys, which caused some breakage in the wild.
This commit fixes that by:
* Using go-toml for language files
* Updating go-toml to the latest version
hugoreleaser [Wed, 7 Oct 2020 09:11:54 +0000 (09:11 +0000)]
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
hugoreleaser [Wed, 7 Oct 2020 08:59:11 +0000 (08:59 +0000)]
releaser: Add release notes to /docs for release of 0.76.2
[ci skip]
hugoreleaser [Wed, 7 Oct 2020 08:59:11 +0000 (08:59 +0000)]
releaser: Bump versions for release of 0.76.2
[ci skip]
hugoreleaser [Wed, 7 Oct 2020 08:59:11 +0000 (08:59 +0000)]
releaser: Add release notes for 0.76.2
[ci skip]
Bjørn Erik Pedersen [Wed, 7 Oct 2020 08:46:19 +0000 (10:46 +0200)]
Revert "deps: Update to github.com/tdewolff/minify v2.9.4"
Closes #7792
This reverts commit
b254532b52785954c98a473a635b9cea016d8565.
hugoreleaser [Wed, 7 Oct 2020 07:45:26 +0000 (07:45 +0000)]
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
hugoreleaser [Wed, 7 Oct 2020 07:33:10 +0000 (07:33 +0000)]
releaser: Add release notes to /docs for release of 0.76.1
[ci skip]
hugoreleaser [Wed, 7 Oct 2020 07:33:10 +0000 (07:33 +0000)]
releaser: Bump versions for release of 0.76.1
[ci skip]
hugoreleaser [Wed, 7 Oct 2020 07:33:10 +0000 (07:33 +0000)]
releaser: Add release notes for 0.76.1
[ci skip]
Bjørn Erik Pedersen [Tue, 6 Oct 2020 18:32:52 +0000 (20:32 +0200)]
langs/i18n: Fix i18n .Count regression
Fixes #7787
digitalcraftsman [Tue, 6 Oct 2020 17:03:36 +0000 (19:03 +0200)]
Fix typo in 0.76.0 release note
hugoreleaser [Tue, 6 Oct 2020 15:42:25 +0000 (15:42 +0000)]
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
hugoreleaser [Tue, 6 Oct 2020 15:29:25 +0000 (15:29 +0000)]
releaser: Add release notes to /docs for release of 0.76.0
[ci skip]
hugoreleaser [Tue, 6 Oct 2020 15:29:25 +0000 (15:29 +0000)]
releaser: Bump versions for release of 0.76.0
[ci skip]
Bjørn Erik Pedersen [Tue, 6 Oct 2020 15:21:35 +0000 (17:21 +0200)]
Release 0.76.0
hugoreleaser [Tue, 6 Oct 2020 14:50:27 +0000 (14:50 +0000)]
releaser: Add release notes for 0.76.0
Rename to *-ready.md to continue.
[ci skip]
Bjørn Erik Pedersen [Tue, 6 Oct 2020 14:25:23 +0000 (16:25 +0200)]
docs: Regen docshelper
Bjørn Erik Pedersen [Tue, 6 Oct 2020 14:24:00 +0000 (16:24 +0200)]
Bjørn Erik Pedersen [Tue, 6 Oct 2020 14:22:20 +0000 (16:22 +0200)]
Squashed 'docs/' changes from
4895c29c5..
9abd3043a
9abd3043a Add docs for shimming JS libraries
6a1c8dcd7 Update sitemap-template.md (#1245)
37c397332 Update frontends.md
a0f86f6df Update configuration.md
bb00cb2c1 Update page-bundles.md
773212de6 Restructure and simplify
fcba7dddf Some minor clarifications of weight sorting
759b967fc Update configuration-markup.md
56708f0b7 module import path remove slash at end
59f4f4acd Doc: Fix typo in hugo command
faacf2e97 Clarify pagination documentation (#1208)
d8eb60887 netlify: Bump to 0.75.1
8cedf6231 Merge branch 'temp751'
188e2bf56 releaser: Add release notes to /docs for release of 0.75.1
c96d4b7a3 Update index.md
1a9d192f7 Update index.md
32731b916 Update index.md
a5bfa0c9a Restore the ... home page
b6850bf96 Release 0.75.0
d6e5e624f releaser: Add release notes to /docs for release of 0.75.0
8cd6b4f47 typo: already -> already
2cb2b22bb Merge commit '
534ae9c57a902aea9ed6e62390dec11fa74b7122'
e3525de23 docs: Regen docs helper
fd746dd83 docs: Regenerate CLI docs
e20127980 Add "hugo mod npm pack"
8e82c7ce1 markup/highlight: Add support to linkable line anchors on Chroma
21e94911b markup/asciidocext: Fix AsciiDoc TOC with code
50b8dace5 modules: Add noVendor to module config
d05b541fe modules: Make ignoreVendor a glob pattern
c946082e7 docs: Update replaceRE func
149054341 docs: Update replace func
d917567df docs: Update merge function
f1e093c92 docs: Regen CLI docs
c7bac967d docs: Regen docs helper
7a38f7a45 Merge commit '
7d7771b673e5949f554515a2c236b23192c765c8'
1a5a7263a markup/asciidoc: Add support for .TableOfContents
git-subtree-dir: docs
git-subtree-split:
9abd3043a9214b390e8cc148f4588bf630620851
Bjørn Erik Pedersen [Tue, 6 Oct 2020 09:19:31 +0000 (11:19 +0200)]
pagemeta: Make BuildConfig.Render an enum
Allowing links on pages without rendering them.
Fixes #7783
Bjørn Erik Pedersen [Mon, 5 Oct 2020 18:01:52 +0000 (20:01 +0200)]
Allow cascade to be a slice with a _target discriminator
Fixes #7782
Bjørn Erik Pedersen [Mon, 5 Oct 2020 15:56:28 +0000 (17:56 +0200)]
Add force flag to server redirects config
Fixes #7778
dependabot[bot] [Mon, 5 Oct 2020 06:56:16 +0000 (06:56 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.8 to 0.7.9
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.8 to 0.7.9.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.8...v0.7.9)
Signed-off-by: dependabot[bot] <support@github.com>
Josh Gerdes [Fri, 2 Oct 2020 19:52:00 +0000 (14:52 -0500)]
tpl: Add Do Not Track (dnt) option to Vimeo shortcode
Added a Vimeo EnableDNT privacy option to the Hugo config. This will enable the Vimeo 'Do Not Track' flag when either Vimeo shortcode tempalte options are used. When enabled, it will force the Vimeo player to be blocked from tracking any session data, including all cookies and stats.
Fixes #7700
dependabot[bot] [Fri, 2 Oct 2020 06:16:15 +0000 (06:16 +0000)]
build(deps): bump github.com/tdewolff/minify/v2 from 2.9.5 to 2.9.7
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.5 to 2.9.7.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.9.5...v2.9.7)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Oct 2020 06:29:48 +0000 (06:29 +0000)]
build(deps): bump github.com/aws/aws-sdk-go from 1.34.34 to 1.35.0
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.34 to 1.35.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.34...v1.35.0)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Oct 2020 06:29:09 +0000 (06:29 +0000)]
build(deps): bump github.com/getkin/kin-openapi from 0.22.0 to 0.22.1
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](https://github.com/getkin/kin-openapi/compare/v0.22.0...v0.22.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 30 Sep 2020 06:19:56 +0000 (06:19 +0000)]
build(deps): bump github.com/aws/aws-sdk-go from 1.34.33 to 1.34.34
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.33 to 1.34.34.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.33...v1.34.34)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 30 Sep 2020 06:19:13 +0000 (06:19 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.7 to 0.7.8
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.7 to 0.7.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.7...v0.7.8)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 29 Sep 2020 06:22:30 +0000 (06:22 +0000)]
build(deps): bump github.com/aws/aws-sdk-go from 1.34.27 to 1.34.33
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.27 to 1.34.33.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.27...v1.34.33)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 28 Sep 2020 06:52:14 +0000 (06:52 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.4 to 0.7.7
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.4 to 0.7.7.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.4...v0.7.7)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 24 Sep 2020 06:35:53 +0000 (06:35 +0000)]
build(deps): bump github.com/tdewolff/minify/v2 from 2.9.4 to 2.9.5
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.4 to 2.9.5.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.9.4...v2.9.5)
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Sun, 2 Jun 2019 09:11:46 +0000 (11:11 +0200)]
langs/i18n: Upgrade to go-i18n v2
Fixes #5242
Bjørn Erik Pedersen [Mon, 28 Sep 2020 20:17:36 +0000 (22:17 +0200)]
publisher: Fix writeStats with quote inside quotes
Fixes #7746
dependabot[bot] [Thu, 24 Sep 2020 06:34:29 +0000 (06:34 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.2 to 0.7.4
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.2 to 0.7.4.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.2...v0.7.4)
Signed-off-by: dependabot[bot] <support@github.com>
Andrey Sitnik [Tue, 22 Sep 2020 16:09:33 +0000 (12:09 -0400)]
Fix CLI example for PostCSS 8
dependabot[bot] [Mon, 21 Sep 2020 06:47:25 +0000 (06:47 +0000)]
build(deps): bump github.com/aws/aws-sdk-go from 1.34.26 to 1.34.27
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.26 to 1.34.27.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.26...v1.34.27)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 21 Sep 2020 06:46:58 +0000 (06:46 +0000)]
build(deps): bump github.com/alecthomas/chroma from 0.8.0 to 0.8.1
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) from 0.8.0 to 0.8.1.
- [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/v0.8.0...v0.8.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 21 Sep 2020 06:46:51 +0000 (06:46 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.7.1 to 0.7.2
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.7.1...v0.7.2)
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Sun, 20 Sep 2020 11:34:45 +0000 (13:34 +0200)]
Make sure CSS is rebuilt when postcss.config.js or tailwind.config.js changes
Fixes #7715
Joe Mooring [Sat, 19 Sep 2020 20:00:21 +0000 (16:00 -0400)]
Fix typo in redirect error message
dependabot[bot] [Fri, 18 Sep 2020 06:04:58 +0000 (06:04 +0000)]
build(deps): bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.26
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.22 to 1.34.26.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.22...v1.34.26)
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Wed, 16 Sep 2020 17:41:43 +0000 (19:41 +0200)]
deps: Update to github.com/tdewolff/minify v2.9.4
Anthony Fok [Fri, 18 Sep 2020 18:11:52 +0000 (12:11 -0600)]
snap: Bump bundled Node.js from v12.18.3 to v12.18.4
due to CVE-2020-8201, CVE-2020-8251 and CVE-2020-8252,
see https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/
Helder Pereira [Wed, 16 Sep 2020 22:02:35 +0000 (23:02 +0100)]
markup/asciidocext: Add preserveTOC option
dependabot[bot] [Thu, 17 Sep 2020 05:59:29 +0000 (05:59 +0000)]
build(deps): bump github.com/frankban/quicktest from 1.10.2 to 1.11.0
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/frankban/quicktest/releases)
- [Commits](https://github.com/frankban/quicktest/compare/v1.10.2...v1.11.0)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 14 Sep 2020 06:24:57 +0000 (06:24 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.6.32 to 0.7.1
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.6.32 to 0.7.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.6.32...v0.7.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 14 Sep 2020 06:25:02 +0000 (06:25 +0000)]
build(deps): bump github.com/rogpeppe/go-internal from 1.5.1 to 1.6.2
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.5.1 to 1.6.2.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.5.1...v1.6.2)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 14 Sep 2020 06:25:37 +0000 (06:25 +0000)]
build(deps): bump github.com/jdkato/prose from 1.1.1 to 1.2.0
Bumps [github.com/jdkato/prose](https://github.com/jdkato/prose) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/jdkato/prose/releases)
- [Commits](https://github.com/jdkato/prose/compare/v1.1.1...v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 15 Sep 2020 06:24:08 +0000 (06:24 +0000)]
build(deps): bump github.com/spf13/afero from 1.2.2 to 1.4.0
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.2.2 to 1.4.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.2.2...v1.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
hugoreleaser [Tue, 15 Sep 2020 07:00:54 +0000 (07:00 +0000)]
releaser: Prepare repository for 0.76.0-DEV
[ci skip]
hugoreleaser [Tue, 15 Sep 2020 06:45:52 +0000 (06:45 +0000)]
releaser: Add release notes to /docs for release of 0.75.1
[ci skip]
hugoreleaser [Tue, 15 Sep 2020 06:45:52 +0000 (06:45 +0000)]
releaser: Bump versions for release of 0.75.1
[ci skip]