Skip to content

Commit 6c739aa

Browse files
Merge pull request #353 from giorgiabosello/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.27.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.23.0 to 8.27.0
2 parents efa0f09 + ca36c36 commit 6c739aa

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/node": "^22.13.1",
7272
"@types/react": "^19.0.8",
7373
"@types/react-dom": "^19.0.3",
74-
"@typescript-eslint/eslint-plugin": "8.23.0",
74+
"@typescript-eslint/eslint-plugin": "8.27.0",
7575
"@typescript-eslint/parser": "8.23.0",
7676
"babel-loader": "9.2.1",
7777
"concurrently": "9.1.2",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,16 +1703,16 @@
17031703
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
17041704
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
17051705

1706-
"@typescript-eslint/eslint-plugin@8.23.0":
1707-
version "8.23.0"
1708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
1709-
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
1706+
"@typescript-eslint/eslint-plugin@8.27.0":
1707+
version "8.27.0"
1708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72"
1709+
integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA==
17101710
dependencies:
17111711
"@eslint-community/regexpp" "^4.10.0"
1712-
"@typescript-eslint/scope-manager" "8.23.0"
1713-
"@typescript-eslint/type-utils" "8.23.0"
1714-
"@typescript-eslint/utils" "8.23.0"
1715-
"@typescript-eslint/visitor-keys" "8.23.0"
1712+
"@typescript-eslint/scope-manager" "8.27.0"
1713+
"@typescript-eslint/type-utils" "8.27.0"
1714+
"@typescript-eslint/utils" "8.27.0"
1715+
"@typescript-eslint/visitor-keys" "8.27.0"
17161716
graphemer "^1.4.0"
17171717
ignore "^5.3.1"
17181718
natural-compare "^1.4.0"
@@ -1752,13 +1752,21 @@
17521752
"@typescript-eslint/types" "8.23.0"
17531753
"@typescript-eslint/visitor-keys" "8.23.0"
17541754

1755-
"@typescript-eslint/type-utils@8.23.0":
1756-
version "8.23.0"
1757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
1758-
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
1755+
"@typescript-eslint/scope-manager@8.27.0":
1756+
version "8.27.0"
1757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482"
1758+
integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw==
17591759
dependencies:
1760-
"@typescript-eslint/typescript-estree" "8.23.0"
1761-
"@typescript-eslint/utils" "8.23.0"
1760+
"@typescript-eslint/types" "8.27.0"
1761+
"@typescript-eslint/visitor-keys" "8.27.0"
1762+
1763+
"@typescript-eslint/type-utils@8.27.0":
1764+
version "8.27.0"
1765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c"
1766+
integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA==
1767+
dependencies:
1768+
"@typescript-eslint/typescript-estree" "8.27.0"
1769+
"@typescript-eslint/utils" "8.27.0"
17621770
debug "^4.3.4"
17631771
ts-api-utils "^2.0.1"
17641772

@@ -1772,6 +1780,11 @@
17721780
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
17731781
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
17741782

1783+
"@typescript-eslint/types@8.27.0":
1784+
version "8.27.0"
1785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa"
1786+
integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A==
1787+
17751788
"@typescript-eslint/typescript-estree@5.62.0":
17761789
version "5.62.0"
17771790
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1799,6 +1812,20 @@
17991812
semver "^7.6.0"
18001813
ts-api-utils "^2.0.1"
18011814

1815+
"@typescript-eslint/typescript-estree@8.27.0":
1816+
version "8.27.0"
1817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a"
1818+
integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==
1819+
dependencies:
1820+
"@typescript-eslint/types" "8.27.0"
1821+
"@typescript-eslint/visitor-keys" "8.27.0"
1822+
debug "^4.3.4"
1823+
fast-glob "^3.3.2"
1824+
is-glob "^4.0.3"
1825+
minimatch "^9.0.4"
1826+
semver "^7.6.0"
1827+
ts-api-utils "^2.0.1"
1828+
18021829
"@typescript-eslint/utils@5.62.0":
18031830
version "5.62.0"
18041831
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -1813,15 +1840,15 @@
18131840
eslint-scope "^5.1.1"
18141841
semver "^7.3.7"
18151842

1816-
"@typescript-eslint/utils@8.23.0":
1817-
version "8.23.0"
1818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
1819-
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
1843+
"@typescript-eslint/utils@8.27.0":
1844+
version "8.27.0"
1845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d"
1846+
integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==
18201847
dependencies:
18211848
"@eslint-community/eslint-utils" "^4.4.0"
1822-
"@typescript-eslint/scope-manager" "8.23.0"
1823-
"@typescript-eslint/types" "8.23.0"
1824-
"@typescript-eslint/typescript-estree" "8.23.0"
1849+
"@typescript-eslint/scope-manager" "8.27.0"
1850+
"@typescript-eslint/types" "8.27.0"
1851+
"@typescript-eslint/typescript-estree" "8.27.0"
18251852

18261853
"@typescript-eslint/visitor-keys@5.62.0":
18271854
version "5.62.0"
@@ -1839,6 +1866,14 @@
18391866
"@typescript-eslint/types" "8.23.0"
18401867
eslint-visitor-keys "^4.2.0"
18411868

1869+
"@typescript-eslint/visitor-keys@8.27.0":
1870+
version "8.27.0"
1871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334"
1872+
integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==
1873+
dependencies:
1874+
"@typescript-eslint/types" "8.27.0"
1875+
eslint-visitor-keys "^4.2.0"
1876+
18421877
JSONStream@^1.3.5:
18431878
version "1.3.5"
18441879
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)