Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 517415c

Browse files
Merge pull request #54 from technote-space/release/next-v3.1.29
release: v3.1.30
2 parents 033e4e1 + 2bc9643 commit 517415c

File tree

2 files changed

+81
-61
lines changed

2 files changed

+81
-61
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/fast-glob",
3-
"version": "3.1.29",
3+
"version": "3.1.30",
44
"description": "It's a very fast and efficient glob library for Node.js",
55
"keywords": [
66
"glob",
@@ -80,14 +80,14 @@
8080
"@types/micromatch": "^4.0.1",
8181
"@types/minimist": "^1.2.1",
8282
"@types/mocha": "^8.2.0",
83-
"@types/node": "^14.14.16",
83+
"@types/node": "^14.14.20",
8484
"@types/rimraf": "^3.0.0",
8585
"@types/sinon": "^9.0.10",
86-
"@typescript-eslint/eslint-plugin": "^4.11.1",
87-
"@typescript-eslint/parser": "^4.11.1",
86+
"@typescript-eslint/eslint-plugin": "^4.12.0",
87+
"@typescript-eslint/parser": "^4.12.0",
8888
"compute-stdev": "^1.0.0",
8989
"easy-table": "^1.1.1",
90-
"eslint": "^7.16.0",
90+
"eslint": "^7.17.0",
9191
"eslint-config-mrmlnc": "^1.1.1",
9292
"execa": "^5.0.0",
9393
"fast-glob": "^3.2.4",

yarn.lock

+76-56
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@
344344
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
345345
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
346346

347-
"@types/node@*", "@types/node@^14.14.16":
348-
version "14.14.16"
349-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.16.tgz#3cc351f8d48101deadfed4c9e4f116048d437b4b"
350-
integrity sha512-naXYePhweTi+BMv11TgioE2/FXU4fSl29HAH1ffxVciNsH3rYXjNP2yM8wqmSm7jS20gM8TIklKiTen+1iVncw==
347+
"@types/node@*", "@types/node@^14.14.20":
348+
version "14.14.20"
349+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340"
350+
integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A==
351351

352352
"@types/normalize-package-data@^2.4.0":
353353
version "2.4.0"
@@ -384,13 +384,13 @@
384384
regexpp "^3.0.0"
385385
tsutils "^3.17.1"
386386

387-
"@typescript-eslint/eslint-plugin@^4.11.1":
388-
version "4.11.1"
389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209"
390-
integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==
387+
"@typescript-eslint/eslint-plugin@^4.12.0":
388+
version "4.12.0"
389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.12.0.tgz#00d1b23b40b58031e6d7c04a5bc6c1a30a2e834a"
390+
integrity sha512-wHKj6q8s70sO5i39H2g1gtpCXCvjVszzj6FFygneNFyIAxRvNSVz9GML7XpqrB9t7hNutXw+MHnLN/Ih6uyB8Q==
391391
dependencies:
392-
"@typescript-eslint/experimental-utils" "4.11.1"
393-
"@typescript-eslint/scope-manager" "4.11.1"
392+
"@typescript-eslint/experimental-utils" "4.12.0"
393+
"@typescript-eslint/scope-manager" "4.12.0"
394394
debug "^4.1.1"
395395
functional-red-black-tree "^1.0.1"
396396
regexpp "^3.0.0"
@@ -407,15 +407,15 @@
407407
eslint-scope "^5.0.0"
408408
eslint-utils "^2.0.0"
409409

410-
"@typescript-eslint/experimental-utils@4.11.1":
411-
version "4.11.1"
412-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
413-
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
410+
"@typescript-eslint/experimental-utils@4.12.0":
411+
version "4.12.0"
412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.12.0.tgz#372838e76db76c9a56959217b768a19f7129546b"
413+
integrity sha512-MpXZXUAvHt99c9ScXijx7i061o5HEjXltO+sbYfZAAHxv3XankQkPaNi5myy0Yh0Tyea3Hdq1pi7Vsh0GJb0fA==
414414
dependencies:
415415
"@types/json-schema" "^7.0.3"
416-
"@typescript-eslint/scope-manager" "4.11.1"
417-
"@typescript-eslint/types" "4.11.1"
418-
"@typescript-eslint/typescript-estree" "4.11.1"
416+
"@typescript-eslint/scope-manager" "4.12.0"
417+
"@typescript-eslint/types" "4.12.0"
418+
"@typescript-eslint/typescript-estree" "4.12.0"
419419
eslint-scope "^5.0.0"
420420
eslint-utils "^2.0.0"
421421

@@ -429,28 +429,28 @@
429429
"@typescript-eslint/typescript-estree" "2.34.0"
430430
eslint-visitor-keys "^1.1.0"
431431

432-
"@typescript-eslint/parser@^4.11.1":
433-
version "4.11.1"
434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
435-
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
432+
"@typescript-eslint/parser@^4.12.0":
433+
version "4.12.0"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a"
435+
integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ==
436436
dependencies:
437-
"@typescript-eslint/scope-manager" "4.11.1"
438-
"@typescript-eslint/types" "4.11.1"
439-
"@typescript-eslint/typescript-estree" "4.11.1"
437+
"@typescript-eslint/scope-manager" "4.12.0"
438+
"@typescript-eslint/types" "4.12.0"
439+
"@typescript-eslint/typescript-estree" "4.12.0"
440440
debug "^4.1.1"
441441

442-
"@typescript-eslint/scope-manager@4.11.1":
443-
version "4.11.1"
444-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
445-
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
442+
"@typescript-eslint/scope-manager@4.12.0":
443+
version "4.12.0"
444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
445+
integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg==
446446
dependencies:
447-
"@typescript-eslint/types" "4.11.1"
448-
"@typescript-eslint/visitor-keys" "4.11.1"
447+
"@typescript-eslint/types" "4.12.0"
448+
"@typescript-eslint/visitor-keys" "4.12.0"
449449

450-
"@typescript-eslint/types@4.11.1":
451-
version "4.11.1"
452-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
453-
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
450+
"@typescript-eslint/types@4.12.0":
451+
version "4.12.0"
452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
453+
integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
454454

455455
"@typescript-eslint/[email protected]":
456456
version "2.34.0"
@@ -465,26 +465,26 @@
465465
semver "^7.3.2"
466466
tsutils "^3.17.1"
467467

468-
"@typescript-eslint/typescript-estree@4.11.1":
469-
version "4.11.1"
470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
471-
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
468+
"@typescript-eslint/typescript-estree@4.12.0":
469+
version "4.12.0"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
471+
integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w==
472472
dependencies:
473-
"@typescript-eslint/types" "4.11.1"
474-
"@typescript-eslint/visitor-keys" "4.11.1"
473+
"@typescript-eslint/types" "4.12.0"
474+
"@typescript-eslint/visitor-keys" "4.12.0"
475475
debug "^4.1.1"
476476
globby "^11.0.1"
477477
is-glob "^4.0.1"
478478
lodash "^4.17.15"
479479
semver "^7.3.2"
480480
tsutils "^3.17.1"
481481

482-
"@typescript-eslint/visitor-keys@4.11.1":
483-
version "4.11.1"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
485-
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
482+
"@typescript-eslint/visitor-keys@4.12.0":
483+
version "4.12.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"
485+
integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw==
486486
dependencies:
487-
"@typescript-eslint/types" "4.11.1"
487+
"@typescript-eslint/types" "4.12.0"
488488
eslint-visitor-keys "^2.0.0"
489489

490490
@@ -520,6 +520,16 @@ ajv@^6.10.0, ajv@^6.12.4:
520520
json-schema-traverse "^0.4.1"
521521
uri-js "^4.2.2"
522522

523+
ajv@^7.0.2:
524+
version "7.0.3"
525+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.0.3.tgz#13ae747eff125cafb230ac504b2406cf371eece2"
526+
integrity sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==
527+
dependencies:
528+
fast-deep-equal "^3.1.1"
529+
json-schema-traverse "^1.0.0"
530+
require-from-string "^2.0.2"
531+
uri-js "^4.2.2"
532+
523533
[email protected], ansi-colors@^4.1.1:
524534
version "4.1.1"
525535
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
@@ -1130,10 +1140,10 @@ eslint-visitor-keys@^2.0.0:
11301140
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
11311141
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
11321142

1133-
eslint@^7.16.0:
1134-
version "7.16.0"
1135-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
1136-
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
1143+
eslint@^7.17.0:
1144+
version "7.17.0"
1145+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
1146+
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
11371147
dependencies:
11381148
"@babel/code-frame" "^7.0.0"
11391149
"@eslint/eslintrc" "^0.2.2"
@@ -1778,6 +1788,11 @@ json-schema-traverse@^0.4.1:
17781788
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
17791789
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
17801790

1791+
json-schema-traverse@^1.0.0:
1792+
version "1.0.0"
1793+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
1794+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
1795+
17811796
json-stable-stringify-without-jsonify@^1.0.1:
17821797
version "1.0.1"
17831798
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -2406,6 +2421,11 @@ require-directory@^2.1.1:
24062421
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
24072422
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
24082423

2424+
require-from-string@^2.0.2:
2425+
version "2.0.2"
2426+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
2427+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
2428+
24092429
require-main-filename@^2.0.0:
24102430
version "2.0.0"
24112431
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -2700,11 +2720,11 @@ supports-color@^5.3.0:
27002720
has-flag "^3.0.0"
27012721

27022722
table@^6.0.4:
2703-
version "6.0.4"
2704-
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
2705-
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
2723+
version "6.0.7"
2724+
resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34"
2725+
integrity sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==
27062726
dependencies:
2707-
ajv "^6.12.4"
2727+
ajv "^7.0.2"
27082728
lodash "^4.17.20"
27092729
slice-ansi "^4.0.0"
27102730
string-width "^4.2.0"
@@ -2761,9 +2781,9 @@ tslib@^1.8.1:
27612781
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
27622782

27632783
tsutils@^3.17.1:
2764-
version "3.17.1"
2765-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
2766-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
2784+
version "3.18.0"
2785+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.18.0.tgz#38add50a28ec97e988cb43c5b32e55d1ff4a222a"
2786+
integrity sha512-D9Tu8nE3E7D1Bsf/V29oMHceMf+gnVO+pDguk/A5YRo1cLpkiQ48ZnbbS57pvvHeY+OIeNQx1vf4ASPlEtRpcA==
27672787
dependencies:
27682788
tslib "^1.8.1"
27692789

0 commit comments

Comments
 (0)