Skip to content

Commit 8fe4b7f

Browse files
authored
Merge pull request mermaid-js#217 from mermaid-js/dependabot/npm_and_yarn/develop/typescript-eslint/parser-4.27.0
Bump @typescript-eslint/parser from 4.26.1 to 4.27.0
2 parents af64307 + 21072d3 commit 8fe4b7f

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@sveltejs/kit": "^1.0.0-next.109",
1818
"@types/mermaid": "^8.2.6",
1919
"@typescript-eslint/eslint-plugin": "^4.26.1",
20-
"@typescript-eslint/parser": "^4.26.1",
20+
"@typescript-eslint/parser": "^4.27.0",
2121
"autoprefixer": "^10.2.6",
2222
"chai": "^4.3.4",
2323
"cssnano": "^5.0.6",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,14 @@
292292
eslint-scope "^5.1.1"
293293
eslint-utils "^3.0.0"
294294

295-
"@typescript-eslint/parser@^4.26.1":
296-
version "4.26.1"
297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
298-
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
299-
dependencies:
300-
"@typescript-eslint/scope-manager" "4.26.1"
301-
"@typescript-eslint/types" "4.26.1"
302-
"@typescript-eslint/typescript-estree" "4.26.1"
295+
"@typescript-eslint/parser@^4.27.0":
296+
version "4.27.0"
297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
298+
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
299+
dependencies:
300+
"@typescript-eslint/scope-manager" "4.27.0"
301+
"@typescript-eslint/types" "4.27.0"
302+
"@typescript-eslint/typescript-estree" "4.27.0"
303303
debug "^4.3.1"
304304

305305
"@typescript-eslint/[email protected]":
@@ -310,11 +310,24 @@
310310
"@typescript-eslint/types" "4.26.1"
311311
"@typescript-eslint/visitor-keys" "4.26.1"
312312

313+
"@typescript-eslint/[email protected]":
314+
version "4.27.0"
315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
316+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
317+
dependencies:
318+
"@typescript-eslint/types" "4.27.0"
319+
"@typescript-eslint/visitor-keys" "4.27.0"
320+
313321
"@typescript-eslint/[email protected]":
314322
version "4.26.1"
315323
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
316324
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
317325

326+
"@typescript-eslint/[email protected]":
327+
version "4.27.0"
328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
329+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
330+
318331
"@typescript-eslint/[email protected]":
319332
version "4.26.1"
320333
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
@@ -328,6 +341,19 @@
328341
semver "^7.3.5"
329342
tsutils "^3.21.0"
330343

344+
"@typescript-eslint/[email protected]":
345+
version "4.27.0"
346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
347+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
348+
dependencies:
349+
"@typescript-eslint/types" "4.27.0"
350+
"@typescript-eslint/visitor-keys" "4.27.0"
351+
debug "^4.3.1"
352+
globby "^11.0.3"
353+
is-glob "^4.0.1"
354+
semver "^7.3.5"
355+
tsutils "^3.21.0"
356+
331357
"@typescript-eslint/[email protected]":
332358
version "4.26.1"
333359
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
@@ -336,6 +362,14 @@
336362
"@typescript-eslint/types" "4.26.1"
337363
eslint-visitor-keys "^2.0.0"
338364

365+
"@typescript-eslint/[email protected]":
366+
version "4.27.0"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
368+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
369+
dependencies:
370+
"@typescript-eslint/types" "4.27.0"
371+
eslint-visitor-keys "^2.0.0"
372+
339373
340374
version "1.1.2"
341375
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)