From bb9f42e4e527ab72ca45ebf2d4165239d1bb07a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:30:41 +0900 Subject: [PATCH] chore: update dependency eslint-config-smarthr to ^6.17.0 (#4242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c152874c66..95a6417513 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "chromatic": "^10.6.1", "ecma-version-validator-webpack-plugin": "^1.2.1", "eslint": "^8.56.0", - "eslint-config-smarthr": "^6.16.1", + "eslint-config-smarthr": "^6.17.0", "eslint-plugin-storybook": "^0.6.15", "fs-extra": "^11.2.0", "glob": "10.3.10", diff --git a/yarn.lock b/yarn.lock index 3b470ac8df..cdbf67dbbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6435,10 +6435,10 @@ eslint-config-prettier@^9.1.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-config-smarthr@^6.16.1: - version "6.16.1" - resolved "https://registry.yarnpkg.com/eslint-config-smarthr/-/eslint-config-smarthr-6.16.1.tgz#a4b5ff169dd8a6a0453d8a4a204679a350ab9710" - integrity sha512-/j2E2q+d/oZiGLRq413nADEtq7Q3ANqiRcASiYJ4Yebe/yVyzMkgoDkXmZ5JrD8FJhgchO6Rk9PV22Ka8jFeQA== +eslint-config-smarthr@^6.17.0: + version "6.17.0" + resolved "https://registry.yarnpkg.com/eslint-config-smarthr/-/eslint-config-smarthr-6.17.0.tgz#8d3697fe84eb7df3bf19c733ae2f62951cd5735f" + integrity sha512-i7B4/T/kK90MsgzZVl5F0F+rGLIlanN+YGY7BvDj+Yc4D+ZuCpQyP7HrervMPAOs8gjttGVqbNlcXrI3YcZ5EQ== dependencies: "@typescript-eslint/eslint-plugin" "^6.19.1" "@typescript-eslint/parser" "^6.19.1" @@ -6447,7 +6447,7 @@ eslint-config-smarthr@^6.16.1: eslint-plugin-jsx-a11y "^6.8.0" eslint-plugin-react "^7.33.2" eslint-plugin-react-hooks "^4.6.0" - eslint-plugin-smarthr "^0.3.26" + eslint-plugin-smarthr "^0.3.27" eslint-import-resolver-node@^0.3.9: version "0.3.9" @@ -6536,10 +6536,10 @@ eslint-plugin-react@^7.33.2: semver "^6.3.1" string.prototype.matchall "^4.0.8" -eslint-plugin-smarthr@^0.3.26: - version "0.3.26" - resolved "https://registry.yarnpkg.com/eslint-plugin-smarthr/-/eslint-plugin-smarthr-0.3.26.tgz#84c21e6cc31079cdf2af6ce0a8a645df2044b14d" - integrity sha512-EIiSgrZwLdX+pw20g4QuBMqmE1lt7UmakoaHlYHRz5w+znYE/H2/JiQhETx1hre/hiC6+YH09OEMZr9vum0TVg== +eslint-plugin-smarthr@^0.3.27: + version "0.3.27" + resolved "https://registry.yarnpkg.com/eslint-plugin-smarthr/-/eslint-plugin-smarthr-0.3.27.tgz#8d826ca4bc36931e41e4bb14aaadc289b2392185" + integrity sha512-mXkUTL9/no3WXDNyLV46V7As+oxhKyWSTyLg2HZ/jvDDgRtul8lNTBEFyP56arN5R+BdRbDQrn0nvTVPq/eERQ== dependencies: inflected "^2.1.0" json5 "^2.2.0"