Skip to content

Commit bdf49dd

Browse files
chore(deps): update dependency eslint to v10.4.0 (dotansimha#10826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b2924f commit bdf49dd

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@theguild/eslint-config": "0.13.4",
5656
"@theguild/prettier-config": "3.0.1",
5757
"bob-the-bundler": "7.0.1",
58-
"eslint": "10.3.0",
58+
"eslint": "10.4.0",
5959
"eslint-plugin-tailwindcss": "npm:@hasparus/eslint-plugin-tailwindcss@3.17.5",
6060
"graphql": "16.14.0",
6161
"husky": "9.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,10 +1706,10 @@
17061706
debug "^4.3.1"
17071707
minimatch "^10.2.4"
17081708

1709-
"@eslint/config-helpers@^0.5.5":
1710-
version "0.5.5"
1711-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.5.tgz#ae16134e4792ac5fbdc533548a24ac1ea9f7f3ae"
1712-
integrity sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==
1709+
"@eslint/config-helpers@^0.6.0":
1710+
version "0.6.0"
1711+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.6.0.tgz#ef9a36881d39dfd5dbeac22b0da997fabfb08b03"
1712+
integrity sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==
17131713
dependencies:
17141714
"@eslint/core" "^1.2.1"
17151715

@@ -8252,15 +8252,15 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
82528252
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
82538253
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
82548254

8255-
eslint@10.3.0, eslint@^10.0.0:
8256-
version "10.3.0"
8257-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.3.0.tgz#ed5b810eb8e0191bf24bddcf9cdb45b974e0a16d"
8258-
integrity sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==
8255+
eslint@10.4.0, eslint@^10.0.0:
8256+
version "10.4.0"
8257+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.4.0.tgz#d86b6c405de0f19f3318c47139b8cb6771b3f592"
8258+
integrity sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==
82598259
dependencies:
82608260
"@eslint-community/eslint-utils" "^4.8.0"
82618261
"@eslint-community/regexpp" "^4.12.2"
82628262
"@eslint/config-array" "^0.23.5"
8263-
"@eslint/config-helpers" "^0.5.5"
8263+
"@eslint/config-helpers" "^0.6.0"
82648264
"@eslint/core" "^1.2.1"
82658265
"@eslint/plugin-kit" "^0.7.1"
82668266
"@humanfs/node" "^0.16.6"

0 commit comments

Comments
 (0)