diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f7a558..7715053 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,19 +12,21 @@ 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 + additional_dependencies: + - prettier@3 - 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 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 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