diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1391007bc2..b34a0635d4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ There is the most valuable changes log: * bump `ini` from 1.3.5 to 1.3.8 in /tools (#1560) * bump `react-headroom` from 3.0.0 to 3.0.1 in /docs (#1532) * bump `react-live` from 2.2.2 to 2.2.3 in /docs (#1534) + * bump `react` from 16.13.1 to 16.14.0 in /docs (#1481) + * Fix `forbidigo` linter name in reports (#1590) ### November 2020 @@ -130,7 +132,7 @@ There is the most valuable changes log: * bump `gatsby-transformer-yaml` from 2.4.10 to 2.4.11 in /docs (#1367) * bump `node-fetch` in /.github/contributors (#1363) * bump `polished` from 3.6.5 to 3.6.6 in /docs (#1347) - + ### August 2020 1. new `nlreturn` linter: https://github.com/ssgreg/nlreturn diff --git a/README.md b/README.md index c512beb3756d..1ceae7215384 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ The Core Team has the following responsibilities:
Sergey Vilgelm

Simon Sawert

@iwankgb
-
Xiang Dai

Ludovic Fernandez
+
Xiang Dai

Sascha Grunert

Andrew Shannon Brown
-
Ryan Currah

Denis Tingaikin
+
Ryan Currah

Denis Krivak

Duco van Amstel

Pierre Durand
@@ -207,61 +207,61 @@ The Core Team has the following responsibilities:
kaixiang zhong

@ced42

David Bariod
+
Peter Mescalchin

Eldar Rakhimberdin

Toon Schoenmakers

Cezar Sá Espinola
-
Ben Paxton
+
Ben Paxton

Andrey Kuchin

Connor Adams

Draven

Martins Irbe

Joshua Rubin

Kyoichiro Yamada
-
Rodrigo Brito
+
Rodrigo Brito

Linus Arver

Glen Mailer

Ian Howell

Chris K

Tom Arrell

Neha Viswanathan
-
Marko
+
Marko

Chris Lewis

Derek Perkins

David Gleich

Muhammad Ikhsan

Denis Titusov

Terdunov Vyacheslav
-
Sean Chittenden
+
Sean Chittenden

Hui Zhu

@Harsimran1

rinsuki

@nvartolomei

Martin Etmajer

@techknowlogick
-
Fisher Xu
+
Fisher Xu

Matthew Poer

Cody Ley-Han

Marc Tudurí

Patrick Zhang

darklore

@to6ka
-
Daniel Helfand
+
Daniel Helfand

Wilkins

Collin Kreklow

Grigory Zubankov
-
Peter Mescalchin

Marcin Owsiany

David Hill

Troy Ronda
@@ -318,15 +318,15 @@ The Core Team has the following responsibilities:
Emanuel Bennici

Christian Clauss

Korjavin Ivan
-
Francois Parquet
+
Eugene Simonov
+
Francois Parquet

Robert Kopaczewski

@opennota

Cyrille Meichel

neglect-yp

@jumpeiMano
-
Eugene Simonov

Wei Jian Gan
diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 96ff7cc63979..c340d87330cd 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.34.0", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.0/golangci-lint-1.34.0-linux-amd64.tar.gz" + "TargetVersion": "v1.34.1", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" @@ -100,8 +100,8 @@ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.33.2/golangci-lint-1.33.2-linux-amd64.tar.gz" }, "v1.34": { - "TargetVersion": "v1.34.0", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.0/golangci-lint-1.34.0-linux-amd64.tar.gz" + "TargetVersion": "v1.34.1", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz" }, "v1.4": { "Error": "golangci-lint version 'v1.4' isn't supported: we support only v1.14.0 and later versions" diff --git a/docs/template_data.state b/docs/template_data.state index b72fd704afc7..c9c883374e1c 100755 --- a/docs/template_data.state +++ b/docs/template_data.state @@ -1,2 +1,2 @@ This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added. -cb419652fb87c15921b9fb5d98387ba3193d39724753f051666cc18d8109a9e0 \ No newline at end of file +300b6534a3208853a3bb2f94ebda8ed1d807f1a32cd86091ad15d32275e70e30 \ No newline at end of file