1179 Commits

Author SHA1 Message Date
Tam Mach
52d26a3b72
fix(docker): Fix docker tag for alpine build (#1487)
Some checks failed
Extra / Vulnerability scanner (push) Failing after 15m32s
CI / go-mod (push) Failing after 15m30s
CI / golangci-lint (push) Failing after 15m28s
Release a tag / release (push) Failing after 15m26s
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.13) (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / check_generated (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
This commit is to avoid tag overriding due to parallel build for
multiple base images (e.g. debian and alpine).

Closes #1483 #1486

Signed-off-by: Tam Mach <sayboras@yahoo.com>
v1.32.2
2020-11-03 12:06:19 +11:00
dependabot[bot]
0b245262a0
build(deps): bump github.com/securego/gosec/v2 from 2.4.0 to 2.5.0 (#1484)
Bumps [github.com/securego/gosec/v2](https://github.com/securego/gosec) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](https://github.com/securego/gosec/compare/v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 17:27:56 +11:00
dependabot[bot]
97cb05c492
build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#1485)
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 17:27:34 +11:00
Mateusz Gozdek
9ff0f31ed7
pkg/lint/lintersdb: report all unknown linters at once (#1477)
Otherwise, if one configures multiple invalid linters, or jumps between
the versions, it is annoying to get same error with different value N
times.

Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
2020-11-01 20:31:15 +00:00
dependabot[bot]
7a1ae965d1
build(deps): bump polished from 3.6.6 to 4.0.3 in /docs (#1482)
Bumps [polished](https://github.com/styled-components/polished) from 3.6.6 to 4.0.3.
- [Release notes](https://github.com/styled-components/polished/releases)
- [Commits](https://github.com/styled-components/polished/compare/v3.6.6...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 22:01:48 +11:00
dependabot[bot]
c1fe84cc0d
build(deps): bump gatsby-alias-imports from 1.0.4 to 1.0.6 in /docs (#1479)
Bumps [gatsby-alias-imports](https://github.com/luanbitar/gatsby-alias-imports) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/luanbitar/gatsby-alias-imports/releases)
- [Commits](https://github.com/luanbitar/gatsby-alias-imports/commits/1.0.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 22:01:40 +11:00
dependabot[bot]
3277bdb8b9
build(deps): bump puppeteer from 5.3.1 to 5.4.1 in /docs (#1480)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.3.1 to 5.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v5.3.1...v5.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 22:00:52 +11:00
dependabot[bot]
00e3e730e5
build(deps): bump gatsby-remark-embedder from 3.0.0 to 4.0.0 in /docs (#1478)
Bumps [gatsby-remark-embedder](https://github.com/MichaelDeBoey/gatsby-remark-embedder) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/MichaelDeBoey/gatsby-remark-embedder/releases)
- [Changelog](https://github.com/MichaelDeBoey/gatsby-remark-embedder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MichaelDeBoey/gatsby-remark-embedder/compare/v3.0.0...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 22:00:40 +11:00
Tam Mach
6338971232
feat(release): Update metadata for golangci-lint-action (#1475)
This commit is to update metadata for golangci-lint-action after 1.32.1
release for couples of bug fixes.

NOTE: Once #1208 is resolved, this step will be automated

Relates #1208

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-11-01 21:11:11 +11:00
Tam Mach
dc2d6b5119
build(docker): Fix version details in docker image (#1471)
Some checks failed
Extra / Vulnerability scanner (push) Failing after 41s
CI / go-mod (push) Failing after 17m9s
CI / golangci-lint (push) Failing after 15m36s
Release a tag / release (push) Failing after 15m34s
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.13) (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / check_generated (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
* build(docker): Fix version details in docker image

As part of #1383, multi-arch docker build was supported. However,
ldflags for version details was missing.

This commit is to add -ldflags as part of Docker build. I take this chance
to refactor github action as well.

Fixes #1468

Signed-off-by: Tam Mach <sayboras@yahoo.com>
v1.32.1
2020-10-28 09:03:51 +11:00
Mateusz Bilski
55e35d27e3
Update exhaustivestruct (#1472)
* Update exhaustivestruct

* Add tests
2020-10-27 00:54:55 +01:00
dependabot[bot]
f414375eb3
build(deps): bump golangci/golangci-lint-action from v2.2.1 to v2.3.0 (#1469)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.2.1 to v2.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.2.1...e868220d9fd3b523f1a8fcfb69749e8c7521ba14)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 16:53:22 +11:00
Tam Mach
8071657698
feat(release): Update metadata for golangci-lint-action (#1467)
This commit is to update metadata for golangci-lint-action after 1.32.0
release.

NOTE: Once #1208 is resolved, this step will be automated

Relates #1208

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-26 08:35:31 +11:00
Tam Mach
9d557ed40e
chore(dep): Use tag version for cobra (#1458)
Some checks failed
Extra / Vulnerability scanner (push) Failing after 2m37s
CI / go-mod (push) Failing after 18m50s
CI / golangci-lint (push) Failing after 18m22s
Release a tag / release (push) Failing after 18m18s
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.13) (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / check_generated (push) Has been cancelled
This commit is to use tag version for cobra (e.g. 1.1.1). The main
benefit is that this can be managed and upgraded by dependabot later.

This is follow-up item from PR #1201.

Signed-off-by: Tam Mach <sayboras@yahoo.com>
v1.32.0
2020-10-19 17:01:48 +11:00
dependabot[bot]
254f0d4d4d
build(deps): bump honnef.co/go/tools (#1459)
Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.0.1-2020.1.5 to 0.0.1-2020.1.6.
- [Release notes](https://github.com/dominikh/go-tools/releases)
- [Commits](https://github.com/dominikh/go-tools/compare/v0.0.1-2020.1.5...v0.0.1-2020.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 16:57:04 +11:00
ac-rappi
9b3ba431f1
Added support for only specifying default severity (#1396) 2020-10-19 15:21:46 +11:00
Tam Mach
e4346a8bd6
build(release): Prepare for release 1.32.0 (#1457)
This commit is to prepare for Oct 2020 release. No code changes were
done, only run some predefined targest:

- make update_contributors_list
- make update_netlify_state

Relates #1456

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-18 22:01:17 +11:00
Renato Suero
89e94823d6
Added func to sort linters (#1451) 2020-10-18 17:14:31 +11:00
Peter Mescalchin
d20b8f931f
Added .golangci.yaml to list of configuration files searched on startup (#1364) 2020-10-18 17:08:03 +11:00
odidev
3368a55627
Releasing docker image for arm64 (#1383) 2020-10-18 17:00:58 +11:00
David Bariod
3e6b01e716
Mention macports installation procedure on macOS (#1352)
* Mention macports installation procedure on macOS
2020-10-18 16:59:17 +11:00
Simon Sawert
a8b7b0037a
Update gochecknoglobals, use source analyzer (#1422) 2020-10-16 08:38:04 +11:00
nishanths
58234f055c
update exhaustive to latest; use version in go.mod (#1449)
* update exhaustive to latest

* wip

* update dep

* update flag name

* use versioned dep

* add tests

* unused file

* no need config file

* add vars to test

* test comment

* remove default settings
2020-10-14 08:19:06 +02:00
Mateusz Bilski
c57627b18c
Add exhaustivestruct linter (#1411)
* Add exhaustivestruct linter

* CHange load mode to types info

* Fix go.mod
2020-10-12 08:35:02 +02:00
dependabot[bot]
b2c7c377fe
build(deps): bump golangci/golangci-lint-action from v2 to v2.2.1 (#1447)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2 to v2.2.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...54a84d46fb7183443c869b1b7d0dc34f640fcfd7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 17:13:48 +11:00
dependabot[bot]
2f16572d5f
build(deps): bump honnef.co/go/tools (#1448)
Bumps [honnef.co/go/tools](https://github.com/dominikh/go-tools) from 0.0.1-2020.1.5 to 0.0.1-2020.1.6.
- [Release notes](https://github.com/dominikh/go-tools/releases)
- [Commits](https://github.com/dominikh/go-tools/compare/v0.0.1-2020.1.5...v0.0.1-2020.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 16:53:34 +11:00
Tam Mach
838f590a63
ci(dependabot): Change interval for npm to monthly (#1424)
npm packages are used for website only in this repo. Consider that
golangci-lint normally releases once a month, this commit is to change
interval for npm dependabot from weekly to monthly.

Main benefits could be:

- Reduce the noise for maintainers
- Improve generated CHANGELOG.
These changes are not useful for end users.

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-11 18:56:29 +11:00
dependabot[bot]
ae3aca745e
build(deps): bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0 (#1412)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.6.0...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-11 08:58:42 +11:00
dependabot[bot]
3cc77d1bd2
build(deps): bump github.com/sourcegraph/go-diff from 0.6.0 to 0.6.1 (#1414)
Bumps [github.com/sourcegraph/go-diff](https://github.com/sourcegraph/go-diff) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/sourcegraph/go-diff/releases)
- [Commits](https://github.com/sourcegraph/go-diff/compare/v0.6.0...v0.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 20:37:29 +02:00
dependabot[bot]
8569ea215f
build(deps): bump gatsby-plugin-sharp from 2.6.31 to 2.6.40 in /docs (#1423)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.31 to 2.6.40.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.6.40/packages/gatsby-plugin-sharp)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 20:37:12 +02:00
Tam Mach
073e590a63
feat(completion): Add support for powershell completion (#1408)
This commit is to add support for powershell completion script.

Note: PowerShell v5.0+ is required
2020-10-10 19:11:00 +02:00
dependabot[bot]
70cd9ba63b
build(deps): bump gatsby-plugin-catch-links in /docs (#1415)
Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.3.11 to 2.3.14.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.3.14/packages/gatsby-plugin-catch-links)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 19:02:27 +02:00
dependabot[bot]
7e3956304e
build(deps): bump gatsby-plugin-sitemap from 2.4.12 to 2.4.14 in /docs (#1417)
Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 2.4.12 to 2.4.14.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.4.14/packages/gatsby-plugin-sitemap)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 19:02:09 +02:00
dependabot[bot]
da9f499efa
build(deps): bump puppeteer from 3.3.0 to 5.3.1 in /docs (#1418)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 3.3.0 to 5.3.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v3.3.0...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 19:01:44 +02:00
dependabot[bot]
ea8454318c
build(deps): bump gatsby-plugin-mdx from 1.2.40 to 1.2.43 in /docs (#1419)
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.2.40 to 1.2.43.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.2.43/packages/gatsby-plugin-mdx)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-10 19:01:05 +02:00
Vladimir Evgrafov
796a958805
Add go-errorlint (#1420)
* Add errorlint

* Add errorlint config example
2020-10-09 15:42:48 +03:00
dependabot[bot]
501f00c6b0
build(deps): bump github.com/mattn/go-colorable from 0.1.7 to 0.1.8 (#1413)
Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/mattn/go-colorable/releases)
- [Commits](https://github.com/mattn/go-colorable/compare/v0.1.7...v0.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 10:31:31 +08:00
Tom Arrell
247b6c2796
Add wrapcheck linter (#1407)
* Add failing test

* Add wrapcheck linter
2020-10-06 13:40:00 +02:00
Marcin Owsiany
25fcad6e08
Add dummy maintainer to keep dpkg happy (#1406)
After installing the `deb` package many `dpkg` tools started to complain about the missing `Maintainer` field for this package in the system installed package database. This causes spam from cron.

Example:
```
$ LANG=C dpkg-query -s > /dev/null 
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 14485 package 'golangci-lint:i386':
 missing 'Maintainer' field
```
2020-10-06 08:34:57 +11:00
Tam Mach
c1d7cfd721
ci(nancy): Bump nancy version to 1.0.1 (#1410)
This commit is to update version to 1.0.1

Closes #1320

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-03 22:54:48 +10:00
Melvin
926e76dcf2
Add tparallel linter (#1380) 2020-10-02 13:00:46 -07:00
Tam Mach
c88841dac4
ci(scan): Add codeQL scanning (#1405)
This commit is to add codeQL scanning, which is newly introduced feature
from github.

The scan will be run per PR, and periodically as well.

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-10-01 20:17:07 +10:00
dependabot[bot]
f63ad9e30a
build(deps): bump gatsby from 2.24.52 to 2.24.65 in /docs (#1400)
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.24.52 to 2.24.65.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.52...gatsby@2.24.65)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-29 08:45:10 +08:00
dependabot[bot]
0ca62654e2
build(deps): bump gatsby-transformer-sharp in /docs (#1402)
Bumps [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) from 2.5.13 to 2.5.15.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.5.15/packages/gatsby-transformer-sharp)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 14:59:32 +08:00
dependabot[bot]
fe976ff6cc
build(deps): bump @mdx-js/mdx from 1.6.16 to 1.6.18 in /docs (#1401)
Bumps [@mdx-js/mdx](https://github.com/mdx-js/mdx) from 1.6.16 to 1.6.18.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/master/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/compare/v1.6.16...v1.6.18)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 14:47:24 +08:00
Tam Mach
f1630736e0
ci(dep): Check only for go.mod file (#1397)
This commit is to update go-mod github action step to check for only
go.mod file. Ideally, both go.mod and go.sum should be checked, however,
the current behavior of `go mod tidy` command will not clean up old
entries in go.sum.

Additionally, dependentbot is currently failing as there is dirty change
in go.sum file.
2020-09-26 16:30:55 +10:00
dependabot[bot]
763b9980bc
build(deps): bump gatsby-plugin-canonical-urls in /docs (#1390)
Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.3.10 to 2.3.11.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.3.11/packages/gatsby-plugin-canonical-urls)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-26 00:32:45 +10:00
dependabot[bot]
065be625c1
build(deps): bump github.com/tetafro/godot from 0.4.8 to 0.4.9 (#1384)
Bumps [github.com/tetafro/godot](https://github.com/tetafro/godot) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/tetafro/godot/releases)
- [Changelog](https://github.com/tetafro/godot/blob/master/.goreleaser.yml)
- [Commits](https://github.com/tetafro/godot/compare/v0.4.8...v0.4.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-26 00:32:17 +10:00
dependabot[bot]
52c8e1cf4b
build(deps): bump gatsby-plugin-google-analytics in /docs (#1388)
Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 2.3.13 to 2.3.14.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-analytics/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.3.14/packages/gatsby-plugin-google-analytics)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-26 00:14:51 +10:00
dependabot[bot]
a0599ca1d2
build(deps): bump github.com/valyala/quicktemplate from 1.6.2 to 1.6.3 (#1385)
Bumps [github.com/valyala/quicktemplate](https://github.com/valyala/quicktemplate) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/valyala/quicktemplate/releases)
- [Commits](https://github.com/valyala/quicktemplate/compare/v1.6.2...v1.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-25 23:14:16 +10:00