Skip to content

Commit 010accf

Browse files
authored
Merge pull request #404 from gadget-inc/depfu/update/yarn/group/typescript-eslint-5.34.0
Update all of typescript-eslint: 5.31.0 → 5.34.0 (minor)
2 parents 4de7d87 + 1e6b6bf commit 010accf

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

packages/fastify-renderer/package.json

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

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,84 +1665,84 @@
16651665
dependencies:
16661666
"@types/yargs-parser" "*"
16671667

1668-
"@typescript-eslint/eslint-plugin@^5.31.0":
1669-
version "5.31.0"
1670-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1671-
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1672-
dependencies:
1673-
"@typescript-eslint/scope-manager" "5.31.0"
1674-
"@typescript-eslint/type-utils" "5.31.0"
1675-
"@typescript-eslint/utils" "5.31.0"
1668+
"@typescript-eslint/eslint-plugin@^5.34.0":
1669+
version "5.34.0"
1670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35"
1671+
integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==
1672+
dependencies:
1673+
"@typescript-eslint/scope-manager" "5.34.0"
1674+
"@typescript-eslint/type-utils" "5.34.0"
1675+
"@typescript-eslint/utils" "5.34.0"
16761676
debug "^4.3.4"
16771677
functional-red-black-tree "^1.0.1"
16781678
ignore "^5.2.0"
16791679
regexpp "^3.2.0"
16801680
semver "^7.3.7"
16811681
tsutils "^3.21.0"
16821682

1683-
"@typescript-eslint/parser@^5.31.0":
1684-
version "5.31.0"
1685-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
1686-
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
1683+
"@typescript-eslint/parser@^5.34.0":
1684+
version "5.34.0"
1685+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07"
1686+
integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==
16871687
dependencies:
1688-
"@typescript-eslint/scope-manager" "5.31.0"
1689-
"@typescript-eslint/types" "5.31.0"
1690-
"@typescript-eslint/typescript-estree" "5.31.0"
1688+
"@typescript-eslint/scope-manager" "5.34.0"
1689+
"@typescript-eslint/types" "5.34.0"
1690+
"@typescript-eslint/typescript-estree" "5.34.0"
16911691
debug "^4.3.4"
16921692

1693-
"@typescript-eslint/scope-manager@5.31.0":
1694-
version "5.31.0"
1695-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1696-
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
1693+
"@typescript-eslint/scope-manager@5.34.0":
1694+
version "5.34.0"
1695+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527"
1696+
integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==
16971697
dependencies:
1698-
"@typescript-eslint/types" "5.31.0"
1699-
"@typescript-eslint/visitor-keys" "5.31.0"
1698+
"@typescript-eslint/types" "5.34.0"
1699+
"@typescript-eslint/visitor-keys" "5.34.0"
17001700

1701-
"@typescript-eslint/type-utils@5.31.0":
1702-
version "5.31.0"
1703-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1704-
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
1701+
"@typescript-eslint/type-utils@5.34.0":
1702+
version "5.34.0"
1703+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d"
1704+
integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==
17051705
dependencies:
1706-
"@typescript-eslint/utils" "5.31.0"
1706+
"@typescript-eslint/utils" "5.34.0"
17071707
debug "^4.3.4"
17081708
tsutils "^3.21.0"
17091709

1710-
"@typescript-eslint/types@5.31.0":
1711-
version "5.31.0"
1712-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1713-
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
1710+
"@typescript-eslint/types@5.34.0":
1711+
version "5.34.0"
1712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78"
1713+
integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==
17141714

1715-
"@typescript-eslint/typescript-estree@5.31.0":
1716-
version "5.31.0"
1717-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1718-
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
1715+
"@typescript-eslint/typescript-estree@5.34.0":
1716+
version "5.34.0"
1717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a"
1718+
integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==
17191719
dependencies:
1720-
"@typescript-eslint/types" "5.31.0"
1721-
"@typescript-eslint/visitor-keys" "5.31.0"
1720+
"@typescript-eslint/types" "5.34.0"
1721+
"@typescript-eslint/visitor-keys" "5.34.0"
17221722
debug "^4.3.4"
17231723
globby "^11.1.0"
17241724
is-glob "^4.0.3"
17251725
semver "^7.3.7"
17261726
tsutils "^3.21.0"
17271727

1728-
"@typescript-eslint/utils@5.31.0":
1729-
version "5.31.0"
1730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1731-
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
1728+
"@typescript-eslint/utils@5.34.0":
1729+
version "5.34.0"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743"
1731+
integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==
17321732
dependencies:
17331733
"@types/json-schema" "^7.0.9"
1734-
"@typescript-eslint/scope-manager" "5.31.0"
1735-
"@typescript-eslint/types" "5.31.0"
1736-
"@typescript-eslint/typescript-estree" "5.31.0"
1734+
"@typescript-eslint/scope-manager" "5.34.0"
1735+
"@typescript-eslint/types" "5.34.0"
1736+
"@typescript-eslint/typescript-estree" "5.34.0"
17371737
eslint-scope "^5.1.1"
17381738
eslint-utils "^3.0.0"
17391739

1740-
"@typescript-eslint/visitor-keys@5.31.0":
1741-
version "5.31.0"
1742-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1743-
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
1740+
"@typescript-eslint/visitor-keys@5.34.0":
1741+
version "5.34.0"
1742+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40"
1743+
integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==
17441744
dependencies:
1745-
"@typescript-eslint/types" "5.31.0"
1745+
"@typescript-eslint/types" "5.34.0"
17461746
eslint-visitor-keys "^3.3.0"
17471747

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

0 commit comments

Comments
 (0)