From 14406a93f866fc478f8066959cccf8695ba02d9e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:03:28 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-eslint: v8.54.0 → v9.0.0-alpha.1](https://github.com/pre-commit/mirrors-eslint/compare/v8.54.0...v9.0.0-alpha.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f7a558..0c5d5eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.1.0" + rev: "v4.0.0-alpha.8" hooks: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v8.54.0" + rev: "v9.0.0-alpha.1" hooks: - id: eslint files: \.([jt]s|astro)$ # *.js, *.ts and *.astro From d3915fea4aa232f4cf850eed8b58a8b29ffda612 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:03:44 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/icons/linkedin-in.svg | 2 +- src/icons/linkedin.svg | 2 +- src/icons/mastodon.svg | 2 +- src/icons/messenger.svg | 2 +- src/icons/odnoklassniki.svg | 2 +- src/icons/pocket.svg | 2 +- src/icons/reddit.svg | 2 +- src/icons/teams.svg | 2 +- src/icons/tumblr.svg | 2 +- src/icons/twitter.svg | 2 +- src/icons/whatsapp.svg | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/icons/linkedin-in.svg b/src/icons/linkedin-in.svg index 1cc6003..dd749c0 100644 --- a/src/icons/linkedin-in.svg +++ b/src/icons/linkedin-in.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/linkedin.svg b/src/icons/linkedin.svg index 39a8f7c..d36dca6 100644 --- a/src/icons/linkedin.svg +++ b/src/icons/linkedin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/mastodon.svg b/src/icons/mastodon.svg index cbd34f8..c670f6b 100644 --- a/src/icons/mastodon.svg +++ b/src/icons/mastodon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/messenger.svg b/src/icons/messenger.svg index 98e9e45..762ae9c 100644 --- a/src/icons/messenger.svg +++ b/src/icons/messenger.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/odnoklassniki.svg b/src/icons/odnoklassniki.svg index be75989..1f00fc6 100644 --- a/src/icons/odnoklassniki.svg +++ b/src/icons/odnoklassniki.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/pocket.svg b/src/icons/pocket.svg index 6ec88e9..39b5d69 100644 --- a/src/icons/pocket.svg +++ b/src/icons/pocket.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/reddit.svg b/src/icons/reddit.svg index 4af9483..1fee3d8 100644 --- a/src/icons/reddit.svg +++ b/src/icons/reddit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/teams.svg b/src/icons/teams.svg index 9991d1f..2488988 100644 --- a/src/icons/teams.svg +++ b/src/icons/teams.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/tumblr.svg b/src/icons/tumblr.svg index 6d46ad6..fbb40e3 100644 --- a/src/icons/tumblr.svg +++ b/src/icons/tumblr.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/twitter.svg b/src/icons/twitter.svg index 5006ce7..d55acea 100644 --- a/src/icons/twitter.svg +++ b/src/icons/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/whatsapp.svg b/src/icons/whatsapp.svg index 9c3917d..1486682 100644 --- a/src/icons/whatsapp.svg +++ b/src/icons/whatsapp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 2a66e00dfdfab8a7626c44c7b636e63b08ad23d7 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 20 Jan 2024 15:30:07 +0100 Subject: [PATCH 3/3] Pin versions --- .pre-commit-config.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c5d5eb..7715053 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,8 @@ repos: rev: "v4.0.0-alpha.8" hooks: - id: prettier + additional_dependencies: + - prettier@3 - repo: https://github.com/pre-commit/mirrors-eslint rev: "v9.0.0-alpha.1" hooks: @@ -22,9 +24,9 @@ repos: files: \.([jt]s|astro)$ # *.js, *.ts and *.astro types: [file] additional_dependencies: - - eslint - - eslint-config-prettier - - eslint-plugin-unicorn + - eslint@8 + - eslint-config-prettier@9 + - eslint-plugin-unicorn@49 - prettier@3 - repo: local hooks: @@ -35,4 +37,4 @@ repos: files: 'src/icons/.*\.svg' language: node additional_dependencies: - - "svgo" + - svgo