Skip to content

Commit 41f5337

Browse files
fix(deps): update typescript to ^4.29.3 (#32614)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2500324 commit 41f5337

File tree

4 files changed

+48
-56
lines changed

4 files changed

+48
-56
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/signal-exit": "^3.0.0",
2828
"@types/stack-trace": "^0.0.29",
2929
"@types/webpack-merge": "^4.1.5",
30-
"@typescript-eslint/eslint-plugin": "^4.28.1",
31-
"@typescript-eslint/parser": "^4.28.1",
30+
"@typescript-eslint/eslint-plugin": "^4.29.3",
31+
"@typescript-eslint/parser": "^4.29.3",
3232
"babel-jest": "^24.9.0",
3333
"chalk": "^4.1.2",
3434
"chokidar": "^3.5.1",

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@feedback-fish/react": "^1.2.1",
2626
"@types/react-instantsearch-dom": "^5.2.6",
2727
"@types/socket.io-client": "^1.4.35",
28-
"@typescript-eslint/eslint-plugin": "^4.28.1",
29-
"@typescript-eslint/parser": "^4.28.1",
28+
"@typescript-eslint/eslint-plugin": "^4.29.3",
29+
"@typescript-eslint/parser": "^4.29.3",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
3232
"gatsby": "^3.13.0-next.3",

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@nodelib/fs.walk": "^1.2.4",
2323
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
2424
"@types/http-proxy": "^1.17.4",
25-
"@typescript-eslint/eslint-plugin": "^4.28.1",
26-
"@typescript-eslint/parser": "^4.28.1",
25+
"@typescript-eslint/eslint-plugin": "^4.29.3",
26+
"@typescript-eslint/parser": "^4.29.3",
2727
"address": "1.1.2",
2828
"anser": "^2.0.1",
2929
"autoprefixer": "^10.2.4",

yarn.lock

Lines changed: 42 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -5147,73 +5147,73 @@
51475147
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
51485148
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
51495149

5150-
"@typescript-eslint/eslint-plugin@^4.28.1":
5151-
version "4.28.1"
5152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
5153-
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
5150+
"@typescript-eslint/eslint-plugin@^4.29.3":
5151+
version "4.29.3"
5152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
5153+
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
51545154
dependencies:
5155-
"@typescript-eslint/experimental-utils" "4.28.1"
5156-
"@typescript-eslint/scope-manager" "4.28.1"
5155+
"@typescript-eslint/experimental-utils" "4.29.3"
5156+
"@typescript-eslint/scope-manager" "4.29.3"
51575157
debug "^4.3.1"
51585158
functional-red-black-tree "^1.0.1"
51595159
regexpp "^3.1.0"
51605160
semver "^7.3.5"
51615161
tsutils "^3.21.0"
51625162

5163-
"@typescript-eslint/experimental-utils@4.28.1":
5164-
version "4.28.1"
5165-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
5166-
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
5163+
"@typescript-eslint/experimental-utils@4.29.3":
5164+
version "4.29.3"
5165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
5166+
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
51675167
dependencies:
51685168
"@types/json-schema" "^7.0.7"
5169-
"@typescript-eslint/scope-manager" "4.28.1"
5170-
"@typescript-eslint/types" "4.28.1"
5171-
"@typescript-eslint/typescript-estree" "4.28.1"
5169+
"@typescript-eslint/scope-manager" "4.29.3"
5170+
"@typescript-eslint/types" "4.29.3"
5171+
"@typescript-eslint/typescript-estree" "4.29.3"
51725172
eslint-scope "^5.1.1"
51735173
eslint-utils "^3.0.0"
51745174

5175-
"@typescript-eslint/parser@^4.28.1":
5176-
version "4.28.1"
5177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
5178-
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
5175+
"@typescript-eslint/parser@^4.29.3":
5176+
version "4.29.3"
5177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
5178+
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
51795179
dependencies:
5180-
"@typescript-eslint/scope-manager" "4.28.1"
5181-
"@typescript-eslint/types" "4.28.1"
5182-
"@typescript-eslint/typescript-estree" "4.28.1"
5180+
"@typescript-eslint/scope-manager" "4.29.3"
5181+
"@typescript-eslint/types" "4.29.3"
5182+
"@typescript-eslint/typescript-estree" "4.29.3"
51835183
debug "^4.3.1"
51845184

5185-
"@typescript-eslint/scope-manager@4.28.1":
5186-
version "4.28.1"
5187-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
5188-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
5185+
"@typescript-eslint/scope-manager@4.29.3":
5186+
version "4.29.3"
5187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
5188+
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
51895189
dependencies:
5190-
"@typescript-eslint/types" "4.28.1"
5191-
"@typescript-eslint/visitor-keys" "4.28.1"
5190+
"@typescript-eslint/types" "4.29.3"
5191+
"@typescript-eslint/visitor-keys" "4.29.3"
51925192

5193-
"@typescript-eslint/types@4.28.1":
5194-
version "4.28.1"
5195-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
5196-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
5193+
"@typescript-eslint/types@4.29.3":
5194+
version "4.29.3"
5195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
5196+
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
51975197

5198-
"@typescript-eslint/typescript-estree@4.28.1":
5199-
version "4.28.1"
5200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
5201-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
5198+
"@typescript-eslint/typescript-estree@4.29.3":
5199+
version "4.29.3"
5200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
5201+
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
52025202
dependencies:
5203-
"@typescript-eslint/types" "4.28.1"
5204-
"@typescript-eslint/visitor-keys" "4.28.1"
5203+
"@typescript-eslint/types" "4.29.3"
5204+
"@typescript-eslint/visitor-keys" "4.29.3"
52055205
debug "^4.3.1"
52065206
globby "^11.0.3"
52075207
is-glob "^4.0.1"
52085208
semver "^7.3.5"
52095209
tsutils "^3.21.0"
52105210

5211-
"@typescript-eslint/visitor-keys@4.28.1":
5212-
version "4.28.1"
5213-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
5214-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
5211+
"@typescript-eslint/visitor-keys@4.29.3":
5212+
version "4.29.3"
5213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
5214+
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
52155215
dependencies:
5216-
"@typescript-eslint/types" "4.28.1"
5216+
"@typescript-eslint/types" "4.29.3"
52175217
eslint-visitor-keys "^2.0.0"
52185218

52195219
"@urql/core@^1.16.0":
@@ -8341,15 +8341,7 @@ color-name@^1.0.0, color-name@~1.1.4:
83418341
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
83428342
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
83438343

8344-
color-string@^1.5.4:
8345-
version "1.5.4"
8346-
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6"
8347-
integrity sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==
8348-
dependencies:
8349-
color-name "^1.0.0"
8350-
simple-swizzle "^0.2.2"
8351-
8352-
color-string@^1.6.0:
8344+
color-string@^1.5.4, color-string@^1.6.0:
83538345
version "1.6.0"
83548346
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312"
83558347
integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==

0 commit comments

Comments
 (0)