Skip to content

Commit 95d3690

Browse files
authored
Update all of typescript-eslint to version 5.31.0
1 parent 2db785f commit 95d3690

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
@@ -83,8 +83,8 @@
8383
"@types/react": "^17.0.43",
8484
"@types/react-dom": "^17.0.11",
8585
"@types/sanitize-filename": "^1.6.3",
86-
"@typescript-eslint/eslint-plugin": "^5.30.3",
87-
"@typescript-eslint/parser": "^5.30.3",
86+
"@typescript-eslint/eslint-plugin": "^5.31.0",
87+
"@typescript-eslint/parser": "^5.31.0",
8888
"eslint": "^7.32.0",
8989
"eslint-config-prettier": "^8.5.0",
9090
"eslint-plugin-import": "^2.26.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,84 +1533,84 @@
15331533
dependencies:
15341534
"@types/yargs-parser" "*"
15351535

1536-
"@typescript-eslint/eslint-plugin@^5.30.3":
1537-
version "5.30.3"
1538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.3.tgz#2f293e56b73c4f281e48d253af4a17f21a55d54c"
1539-
integrity sha512-QEgE1uahnDbWEkZlidq7uKB630ny1NN8KbLPmznX+8hYsYpoV1/quG1Nzvs141FVuumuS7O0EpqYw3RB4AVzRg==
1540-
dependencies:
1541-
"@typescript-eslint/scope-manager" "5.30.3"
1542-
"@typescript-eslint/type-utils" "5.30.3"
1543-
"@typescript-eslint/utils" "5.30.3"
1536+
"@typescript-eslint/eslint-plugin@^5.31.0":
1537+
version "5.31.0"
1538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1539+
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1540+
dependencies:
1541+
"@typescript-eslint/scope-manager" "5.31.0"
1542+
"@typescript-eslint/type-utils" "5.31.0"
1543+
"@typescript-eslint/utils" "5.31.0"
15441544
debug "^4.3.4"
15451545
functional-red-black-tree "^1.0.1"
15461546
ignore "^5.2.0"
15471547
regexpp "^3.2.0"
15481548
semver "^7.3.7"
15491549
tsutils "^3.21.0"
15501550

1551-
"@typescript-eslint/parser@^5.30.3":
1552-
version "5.30.3"
1553-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.3.tgz#d288c7dbeadf22403112c773dd53e0700f6dd6d5"
1554-
integrity sha512-ddwGEPC3E49DduAUC8UThQafHRE5uc1NE8jdOgl+w8/NrYF50MJQNeD3u4JZrqAXdY9rJz0CdQ9HpNME20CzkA==
1551+
"@typescript-eslint/parser@^5.31.0":
1552+
version "5.31.0"
1553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
1554+
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
15551555
dependencies:
1556-
"@typescript-eslint/scope-manager" "5.30.3"
1557-
"@typescript-eslint/types" "5.30.3"
1558-
"@typescript-eslint/typescript-estree" "5.30.3"
1556+
"@typescript-eslint/scope-manager" "5.31.0"
1557+
"@typescript-eslint/types" "5.31.0"
1558+
"@typescript-eslint/typescript-estree" "5.31.0"
15591559
debug "^4.3.4"
15601560

1561-
"@typescript-eslint/scope-manager@5.30.3":
1562-
version "5.30.3"
1563-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.3.tgz#de7edb0b59efd71975a82cbf3f1b97c5c90769f0"
1564-
integrity sha512-yVJIIUXeo/vv6Alj6lKBvsqnRs5hcxUpN3Dg3aD9Zv6r7p6Nn106jJcr5rnpRHAReEb/aMI2RWrt3JmL17eCVA==
1561+
"@typescript-eslint/scope-manager@5.31.0":
1562+
version "5.31.0"
1563+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1564+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
15651565
dependencies:
1566-
"@typescript-eslint/types" "5.30.3"
1567-
"@typescript-eslint/visitor-keys" "5.30.3"
1566+
"@typescript-eslint/types" "5.31.0"
1567+
"@typescript-eslint/visitor-keys" "5.31.0"
15681568

1569-
"@typescript-eslint/type-utils@5.30.3":
1570-
version "5.30.3"
1571-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.3.tgz#1bb4efcfc8de38086d50096709b2cccf72684515"
1572-
integrity sha512-IIzakE7OXOqdwPaXhRiPnaZ8OuJJYBLufOffd9fqzkI4IMFIYq8KC7bghdnF7QUJTirURRErQFrJ/w5UpwIqaw==
1569+
"@typescript-eslint/type-utils@5.31.0":
1570+
version "5.31.0"
1571+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1572+
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
15731573
dependencies:
1574-
"@typescript-eslint/utils" "5.30.3"
1574+
"@typescript-eslint/utils" "5.31.0"
15751575
debug "^4.3.4"
15761576
tsutils "^3.21.0"
15771577

1578-
"@typescript-eslint/types@5.30.3":
1579-
version "5.30.3"
1580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.3.tgz#8ef6313dcec2e297b167dd25ef363e36857c49ff"
1581-
integrity sha512-vshU3pjSTgBPNgfd55JLYngHkXuwQP68fxYFUAg1Uq+JrR3xG/XjvL9Dmv28CpOERtqwkaR4QQ3mD0NLZcE2Xw==
1578+
"@typescript-eslint/types@5.31.0":
1579+
version "5.31.0"
1580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1581+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
15821582

1583-
"@typescript-eslint/typescript-estree@5.30.3":
1584-
version "5.30.3"
1585-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.3.tgz#d5ff918499dd56039864c157a898b1322d7bff8c"
1586-
integrity sha512-jqVh5N9AJx6+7yRgoA+ZelAFrHezgI9pzI9giv7s84DDOmtpFwTgURcpICDHyz9x6vAeOu91iACZ4dBTVfzIyA==
1583+
"@typescript-eslint/typescript-estree@5.31.0":
1584+
version "5.31.0"
1585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1586+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
15871587
dependencies:
1588-
"@typescript-eslint/types" "5.30.3"
1589-
"@typescript-eslint/visitor-keys" "5.30.3"
1588+
"@typescript-eslint/types" "5.31.0"
1589+
"@typescript-eslint/visitor-keys" "5.31.0"
15901590
debug "^4.3.4"
15911591
globby "^11.1.0"
15921592
is-glob "^4.0.3"
15931593
semver "^7.3.7"
15941594
tsutils "^3.21.0"
15951595

1596-
"@typescript-eslint/utils@5.30.3":
1597-
version "5.30.3"
1598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.3.tgz#be2ebaef73e5610c866c4f29ed33669acc89e3fc"
1599-
integrity sha512-OEaBXGxxdIy35H+jyXfYAMQ66KMJczK9hEhL3gR6IRbWe5PyK+bPDC9zbQNVII6rNFTfF/Mse0z21NlEU+vOMw==
1596+
"@typescript-eslint/utils@5.31.0":
1597+
version "5.31.0"
1598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1599+
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
16001600
dependencies:
16011601
"@types/json-schema" "^7.0.9"
1602-
"@typescript-eslint/scope-manager" "5.30.3"
1603-
"@typescript-eslint/types" "5.30.3"
1604-
"@typescript-eslint/typescript-estree" "5.30.3"
1602+
"@typescript-eslint/scope-manager" "5.31.0"
1603+
"@typescript-eslint/types" "5.31.0"
1604+
"@typescript-eslint/typescript-estree" "5.31.0"
16051605
eslint-scope "^5.1.1"
16061606
eslint-utils "^3.0.0"
16071607

1608-
"@typescript-eslint/visitor-keys@5.30.3":
1609-
version "5.30.3"
1610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.3.tgz#2c5f7a16c36748d1c51ea5a9c29bfb64780ce466"
1611-
integrity sha512-ep2xtHOhnSRt6fDP9DSSxrA/FqZhdMF7/Y9fYsxrKss2uWJMbzJyBJ/We1fKc786BJ10pHwrzUlhvpz8i7XzBg==
1608+
"@typescript-eslint/visitor-keys@5.31.0":
1609+
version "5.31.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1611+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
16121612
dependencies:
1613-
"@typescript-eslint/types" "5.30.3"
1613+
"@typescript-eslint/types" "5.31.0"
16141614
eslint-visitor-keys "^3.3.0"
16151615

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

0 commit comments

Comments
 (0)