Skip to content

Commit 4969761

Browse files
authored
Merge pull request #434 from gadget-inc/depfu/update/yarn/group/typescript-eslint-5.40.0
Update all of typescript-eslint: 5.34.0 → 5.40.0 (minor)
2 parents e3e6826 + dffad0b commit 4969761

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

packages/fastify-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@types/react": "^17.0.43",
8585
"@types/react-dom": "^17.0.11",
8686
"@types/sanitize-filename": "^1.6.3",
87-
"@typescript-eslint/eslint-plugin": "^5.34.0",
88-
"@typescript-eslint/parser": "^5.34.0",
87+
"@typescript-eslint/eslint-plugin": "^5.40.0",
88+
"@typescript-eslint/parser": "^5.40.0",
8989
"eslint": "^7.32.0",
9090
"eslint-config-prettier": "^8.5.0",
9191
"eslint-plugin-import": "^2.26.0",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,84 +1728,85 @@
17281728
dependencies:
17291729
"@types/yargs-parser" "*"
17301730

1731-
"@typescript-eslint/eslint-plugin@^5.34.0":
1732-
version "5.34.0"
1733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35"
1734-
integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==
1735-
dependencies:
1736-
"@typescript-eslint/scope-manager" "5.34.0"
1737-
"@typescript-eslint/type-utils" "5.34.0"
1738-
"@typescript-eslint/utils" "5.34.0"
1731+
"@typescript-eslint/eslint-plugin@^5.40.0":
1732+
version "5.40.0"
1733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1734+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1735+
dependencies:
1736+
"@typescript-eslint/scope-manager" "5.40.0"
1737+
"@typescript-eslint/type-utils" "5.40.0"
1738+
"@typescript-eslint/utils" "5.40.0"
17391739
debug "^4.3.4"
1740-
functional-red-black-tree "^1.0.1"
17411740
ignore "^5.2.0"
17421741
regexpp "^3.2.0"
17431742
semver "^7.3.7"
17441743
tsutils "^3.21.0"
17451744

1746-
"@typescript-eslint/parser@^5.34.0":
1747-
version "5.34.0"
1748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07"
1749-
integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==
1745+
"@typescript-eslint/parser@^5.40.0":
1746+
version "5.40.0"
1747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1748+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
17501749
dependencies:
1751-
"@typescript-eslint/scope-manager" "5.34.0"
1752-
"@typescript-eslint/types" "5.34.0"
1753-
"@typescript-eslint/typescript-estree" "5.34.0"
1750+
"@typescript-eslint/scope-manager" "5.40.0"
1751+
"@typescript-eslint/types" "5.40.0"
1752+
"@typescript-eslint/typescript-estree" "5.40.0"
17541753
debug "^4.3.4"
17551754

1756-
"@typescript-eslint/scope-manager@5.34.0":
1757-
version "5.34.0"
1758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527"
1759-
integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==
1755+
"@typescript-eslint/scope-manager@5.40.0":
1756+
version "5.40.0"
1757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1758+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
17601759
dependencies:
1761-
"@typescript-eslint/types" "5.34.0"
1762-
"@typescript-eslint/visitor-keys" "5.34.0"
1760+
"@typescript-eslint/types" "5.40.0"
1761+
"@typescript-eslint/visitor-keys" "5.40.0"
17631762

1764-
"@typescript-eslint/type-utils@5.34.0":
1765-
version "5.34.0"
1766-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d"
1767-
integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==
1763+
"@typescript-eslint/type-utils@5.40.0":
1764+
version "5.40.0"
1765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1766+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
17681767
dependencies:
1769-
"@typescript-eslint/utils" "5.34.0"
1768+
"@typescript-eslint/typescript-estree" "5.40.0"
1769+
"@typescript-eslint/utils" "5.40.0"
17701770
debug "^4.3.4"
17711771
tsutils "^3.21.0"
17721772

1773-
"@typescript-eslint/types@5.34.0":
1774-
version "5.34.0"
1775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78"
1776-
integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==
1773+
"@typescript-eslint/types@5.40.0":
1774+
version "5.40.0"
1775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1776+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
17771777

1778-
"@typescript-eslint/typescript-estree@5.34.0":
1779-
version "5.34.0"
1780-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a"
1781-
integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==
1778+
"@typescript-eslint/typescript-estree@5.40.0":
1779+
version "5.40.0"
1780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1781+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
17821782
dependencies:
1783-
"@typescript-eslint/types" "5.34.0"
1784-
"@typescript-eslint/visitor-keys" "5.34.0"
1783+
"@typescript-eslint/types" "5.40.0"
1784+
"@typescript-eslint/visitor-keys" "5.40.0"
17851785
debug "^4.3.4"
17861786
globby "^11.1.0"
17871787
is-glob "^4.0.3"
17881788
semver "^7.3.7"
17891789
tsutils "^3.21.0"
17901790

1791-
"@typescript-eslint/utils@5.34.0":
1792-
version "5.34.0"
1793-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743"
1794-
integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==
1791+
"@typescript-eslint/utils@5.40.0":
1792+
version "5.40.0"
1793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1794+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
17951795
dependencies:
17961796
"@types/json-schema" "^7.0.9"
1797-
"@typescript-eslint/scope-manager" "5.34.0"
1798-
"@typescript-eslint/types" "5.34.0"
1799-
"@typescript-eslint/typescript-estree" "5.34.0"
1797+
"@typescript-eslint/scope-manager" "5.40.0"
1798+
"@typescript-eslint/types" "5.40.0"
1799+
"@typescript-eslint/typescript-estree" "5.40.0"
18001800
eslint-scope "^5.1.1"
18011801
eslint-utils "^3.0.0"
1802+
semver "^7.3.7"
18021803

1803-
"@typescript-eslint/visitor-keys@5.34.0":
1804-
version "5.34.0"
1805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40"
1806-
integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==
1804+
"@typescript-eslint/visitor-keys@5.40.0":
1805+
version "5.40.0"
1806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1807+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
18071808
dependencies:
1808-
"@typescript-eslint/types" "5.34.0"
1809+
"@typescript-eslint/types" "5.40.0"
18091810
eslint-visitor-keys "^3.3.0"
18101811

18111812
"@vitejs/plugin-react-refresh@^1.3.6":

0 commit comments

Comments
 (0)