1818 Commits

Author SHA1 Message Date
dependabot[bot]
85c551765b
build(deps): bump gatsby-transformer-sharp in /docs (#2798) 2022-05-02 10:33:12 +02:00
dependabot[bot]
6b9e309ada
build(deps): bump gatsby from 4.11.1 to 4.13.1 in /docs (#2796) 2022-05-02 09:46:27 +02:00
dependabot[bot]
8be6bbe5ee
build(deps): bump gatsby-remark-autolink-headers in /docs (#2801) 2022-05-02 08:56:32 +02:00
dependabot[bot]
4e331b3877
build(deps): bump gatsby-source-filesystem in /docs (#2800)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.11.1 to 4.13.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.13.0/packages/gatsby-source-filesystem)

---
updated-dependencies:
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 09:36:41 +03:00
dependabot[bot]
293600bc64
build(deps): bump gatsby-remark-copy-linked-files in /docs (#2797)
Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 5.11.0 to 5.13.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-copy-linked-files/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.13.0/packages/gatsby-remark-copy-linked-files)

---
updated-dependencies:
- dependency-name: gatsby-remark-copy-linked-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 09:31:07 +03:00
dependabot[bot]
550185b1c2
build(deps): bump gatsby-plugin-sharp from 4.11.1 to 4.13.0 in /docs (#2795) 2022-05-02 08:08:44 +02:00
dependabot[bot]
5b66c67ece
build(deps): bump puppeteer from 13.5.2 to 13.7.0 in /docs (#2794) 2022-05-02 08:08:25 +02:00
dependabot[bot]
29820052a6
build(deps): bump github.com/ldez/gomoddirectives from 0.2.2 to 0.2.3 (#2793) 2022-05-01 13:44:56 +02:00
dependabot[bot]
8537612d9e
build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.3 to 3.22.4 (#2792) 2022-05-01 13:44:19 +02:00
dependabot[bot]
b7e13d6db2
build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.6.0 to 2.6.1 (#2791) 2022-05-01 13:44:02 +02:00
Ludovic Fernandez
93f1bd2d06
promlinter: bump to v0.2.0 (#2789) 2022-04-30 16:10:33 +02:00
Anton Zinovyev
380699a099
feat: add exhaustruct linter (#2667)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-04-30 12:48:16 +02:00
dependabot[bot]
acceecf661
build(deps): bump github/codeql-action from 1 to 2 (#2782)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 23:42:17 +03:00
dependabot[bot]
7bed08591d
build(deps): bump github.com/stbenjam/no-sprintf-host-port (#2781)
Bumps [github.com/stbenjam/no-sprintf-host-port](https://github.com/stbenjam/no-sprintf-host-port) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/stbenjam/no-sprintf-host-port/releases)
- [Commits](https://github.com/stbenjam/no-sprintf-host-port/compare/v0.1.0...v0.1.1)

---
updated-dependencies:
- dependency-name: github.com/stbenjam/no-sprintf-host-port
  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>
2022-04-24 20:21:53 +03:00
dependabot[bot]
5c77c1b913
build(deps): bump honnef.co/go/tools from 0.3.0 to 0.3.1 (#2780) 2022-04-24 15:52:22 +02:00
Christian Mehlmauer
76b5a53d5d
nonamedreturns: bump from 1.0.0 to 1.0.1 (#2776) 2022-04-24 01:58:57 +02:00
Stephen Benjamin
89e6cd66ca
Add nosprintfhostport linter (#2749) 2022-04-24 01:57:45 +02:00
Ludovic Fernandez
f79bc883fb
unused: fix false-positive (#2772) 2022-04-19 09:26:01 +02:00
Christian Mehlmauer
333187c066
Add nonamedreturns linter (#2701) 2022-04-17 15:41:08 +02:00
dependabot[bot]
62ab41086f
build(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#2770)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.10.1...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-17 14:25:26 +03:00
dependabot[bot]
ff93f27157
build(deps): bump actions/setup-go from 2 to 3 (#2763)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 10:05:52 +03:00
dependabot[bot]
7c94fe3985
build(deps): bump moment from 2.25.3 to 2.29.2 in /.github/contributors (#2753) 2022-04-11 19:05:11 +02:00
dependabot[bot]
f7a66d0193
build(deps): bump github.com/go-critic/go-critic from 0.6.2 to 0.6.3 (#2759)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-04-11 11:04:10 +02:00
dependabot[bot]
f36840520d
build(deps): bump github.com/mgechev/revive from 1.2.0 to 1.2.1 (#2760)
Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](https://github.com/mgechev/revive/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/mgechev/revive
  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>
2022-04-10 17:45:55 +03:00
dependabot[bot]
8edcc41b4a
build(deps): bump github.com/nishanths/predeclared from 0.2.1 to 0.2.2 (#2761)
Bumps [github.com/nishanths/predeclared](https://github.com/nishanths/predeclared) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/nishanths/predeclared/releases)
- [Commits](https://github.com/nishanths/predeclared/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/nishanths/predeclared
  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>
2022-04-10 17:45:43 +03:00
dependabot[bot]
d335b96f5a
build(deps): bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (#2755)
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 17:22:25 +03:00
dependabot[bot]
e87bd5772d
build(deps): bump github.com/fzipp/gocyclo from 0.5.0 to 0.5.1 (#2756)
Bumps [github.com/fzipp/gocyclo](https://github.com/fzipp/gocyclo) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/fzipp/gocyclo/releases)
- [Changelog](https://github.com/fzipp/gocyclo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fzipp/gocyclo/compare/v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/fzipp/gocyclo
  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>
2022-04-10 16:35:14 +03:00
dependabot[bot]
b8f973e523
build(deps): bump github.com/Antonboom/nilnil from 0.1.0 to 0.1.1 (#2757)
Bumps [github.com/Antonboom/nilnil](https://github.com/Antonboom/nilnil) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/Antonboom/nilnil/releases)
- [Commits](https://github.com/Antonboom/nilnil/compare/v0.1.0...v0.1.1)

---
updated-dependencies:
- dependency-name: github.com/Antonboom/nilnil
  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>
2022-04-10 16:33:49 +03:00
dependabot[bot]
68f5ceab07
build(deps): bump github.com/Antonboom/errname from 0.1.5 to 0.1.6 (#2758)
Bumps [github.com/Antonboom/errname](https://github.com/Antonboom/errname) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/Antonboom/errname/releases)
- [Commits](https://github.com/Antonboom/errname/compare/v0.1.5...v0.1.6)

---
updated-dependencies:
- dependency-name: github.com/Antonboom/errname
  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>
2022-04-10 16:11:18 +03:00
dependabot[bot]
1643bd09f2
build(deps): bump moment from 2.29.1 to 2.29.2 in /docs (#2754)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 16:51:41 +03:00
Aleksey Bakin
7086a94425
bump github.com/kulti/thelper from 0.5.1 to 0.6.2 (#2742) 2022-04-07 08:11:09 +03:00
dependabot[bot]
85ac635f2e
build(deps): bump react and react-dom in /docs (#2727) 2022-04-06 22:20:35 +02:00
Ludovic Fernandez
13c4726760
dev: support build tags about go version in linter tests (#2744) 2022-04-06 10:44:20 +02:00
ttys3
a2e6c7674d
feat(log): enable override coloring based on CLICOLOR and CLICOLOR_FORCE (#2657) 2022-04-05 18:37:08 +02:00
Milas Bowman
f5b92e1ae2
staticcheck: re-enable for go1.18 (#2746)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-04-05 17:04:59 +02:00
dependabot[bot]
7d24a49c05
build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3 (#2740) 2022-04-04 00:15:34 +02:00
dependabot[bot]
00b1b71136
build(deps): bump github.com/mgechev/revive from 1.1.4 to 1.2.0 (#2741) 2022-04-04 00:15:19 +02:00
dependabot[bot]
80c4a76d13
build(deps): bump github.com/sivchari/tenv from 1.4.7 to 1.5.0 (#2739) 2022-04-04 00:15:01 +02:00
Ludovic Fernandez
bffc8cefe2
dev: remove some TODO (#2743)
* chore: use go1.18 to test the previous version of golangci-lint
* chore: update gomnd configuration
2022-04-03 18:49:27 +02:00
dependabot[bot]
e4945f75cc
build(deps): bump honnef.co/go/tools from 0.2.2 to 0.3.0 (#2738) 2022-04-03 17:07:41 +02:00
dependabot[bot]
bb7731f768
build(deps): bump gatsby-plugin-google-analytics in /docs (#2736)
Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 4.6.0 to 4.11.0.
- [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@4.11.0/packages/gatsby-plugin-google-analytics)

---
updated-dependencies:
- dependency-name: gatsby-plugin-google-analytics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-02 15:32:54 +08:00
dependabot[bot]
07a5a2eedd
build(deps): bump @emotion/react from 11.8.1 to 11.8.2 in /docs (#2737)
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.8.1 to 11.8.2.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.8.1...@emotion/react@11.8.2)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  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>
2022-04-02 15:26:07 +08:00
dependabot[bot]
729870aca7
build(deps): bump gatsby-plugin-sitemap from 5.9.0 to 5.11.1 in /docs (#2735) 2022-04-02 05:43:10 +02:00
dependabot[bot]
c207cf373e
build(deps): bump puppeteer from 13.1.3 to 13.5.2 in /docs (#2734) 2022-04-02 05:23:26 +02:00
dependabot[bot]
dd07d7365e
build(deps): bump gatsby-transformer-remark in /docs (#2733) 2022-04-02 05:18:08 +02:00
dependabot[bot]
fa8dabeb74
build(deps): bump gatsby-plugin-manifest from 4.9.0 to 4.11.1 in /docs (#2732)
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.9.0 to 4.11.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.11.1/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-02 05:08:49 +02:00
dependabot[bot]
b4bb661d6a
build(deps): bump postcss from 8.4.6 to 8.4.12 in /docs (#2731) 2022-04-02 05:08:24 +02:00
dependabot[bot]
23e72c3220
build(deps): bump gatsby-plugin-sharp from 4.9.0 to 4.11.1 in /docs (#2724) 2022-04-02 04:46:46 +02:00
dependabot[bot]
1c45eb3b5b
build(deps): bump gatsby-remark-responsive-iframe in /docs (#2730) 2022-04-02 04:42:53 +02:00
dependabot[bot]
a1be1dd5f5
build(deps): bump gatsby-plugin-canonical-urls in /docs (#2729) 2022-04-02 04:19:06 +02:00