Skip to content

Commit d65132f

Browse files
chore(deps): update all non-major dependencies (#437)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f29378f commit d65132f

File tree

2 files changed

+63
-53
lines changed

2 files changed

+63
-53
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"@sapphire/prettier-config": "1.2.7",
4949
"@sapphire/ts-config": "3.1.6",
5050
"@types/skia-canvas": "^0.9.2",
51-
"@typescript-eslint/eslint-plugin": "^5.8.1",
52-
"@typescript-eslint/parser": "^5.8.1",
51+
"@typescript-eslint/eslint-plugin": "^5.9.0",
52+
"@typescript-eslint/parser": "^5.9.0",
5353
"canvas": "^2.8.0",
5454
"cz-conventional-changelog": "^3.3.0",
5555
"eslint": "^8.6.0",
5656
"eslint-config-prettier": "^8.3.0",
5757
"eslint-plugin-prettier": "^4.0.0",
5858
"husky": "^7.0.4",
59-
"lint-staged": "^12.1.4",
59+
"lint-staged": "^12.1.7",
6060
"prettier": "^2.5.1",
6161
"pretty-quick": "^3.1.3",
62-
"rollup": "^2.62.0",
62+
"rollup": "^2.63.0",
6363
"rollup-plugin-cleaner": "^1.0.0",
6464
"rollup-plugin-terser": "^7.0.2",
6565
"rollup-plugin-typescript2": "^0.31.1",

yarn.lock

Lines changed: 59 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -438,13 +438,14 @@
438438
semver "^7.3.5"
439439
tsutils "^3.21.0"
440440

441-
"@typescript-eslint/eslint-plugin@^5.8.1":
442-
version "5.8.1"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.1.tgz#97dfaa39f38e99f86801fdf34f9f1bed66704258"
444-
integrity sha512-wTZ5oEKrKj/8/366qTM366zqhIKAp6NCMweoRONtfuC07OAU9nVI2GZZdqQ1qD30WAAtcPdkH+npDwtRFdp4Rw==
441+
"@typescript-eslint/eslint-plugin@^5.9.0":
442+
version "5.9.0"
443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
444+
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
445445
dependencies:
446-
"@typescript-eslint/experimental-utils" "5.8.1"
447-
"@typescript-eslint/scope-manager" "5.8.1"
446+
"@typescript-eslint/experimental-utils" "5.9.0"
447+
"@typescript-eslint/scope-manager" "5.9.0"
448+
"@typescript-eslint/type-utils" "5.9.0"
448449
debug "^4.3.2"
449450
functional-red-black-tree "^1.0.1"
450451
ignore "^5.1.8"
@@ -464,15 +465,15 @@
464465
eslint-scope "^5.1.1"
465466
eslint-utils "^3.0.0"
466467

467-
"@typescript-eslint/experimental-utils@5.8.1":
468-
version "5.8.1"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.1.tgz#01861eb2f0749f07d02db342b794145a66ed346f"
470-
integrity sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww==
468+
"@typescript-eslint/experimental-utils@5.9.0":
469+
version "5.9.0"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
471+
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
471472
dependencies:
472473
"@types/json-schema" "^7.0.9"
473-
"@typescript-eslint/scope-manager" "5.8.1"
474-
"@typescript-eslint/types" "5.8.1"
475-
"@typescript-eslint/typescript-estree" "5.8.1"
474+
"@typescript-eslint/scope-manager" "5.9.0"
475+
"@typescript-eslint/types" "5.9.0"
476+
"@typescript-eslint/typescript-estree" "5.9.0"
476477
eslint-scope "^5.1.1"
477478
eslint-utils "^3.0.0"
478479

@@ -486,14 +487,14 @@
486487
"@typescript-eslint/typescript-estree" "5.6.0"
487488
debug "^4.3.2"
488489

489-
"@typescript-eslint/parser@^5.8.1":
490-
version "5.8.1"
491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.1.tgz#380f5f1e596b540059998aa3fc80d78f0f9b0d0a"
492-
integrity sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==
490+
"@typescript-eslint/parser@^5.9.0":
491+
version "5.9.0"
492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
493+
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
493494
dependencies:
494-
"@typescript-eslint/scope-manager" "5.8.1"
495-
"@typescript-eslint/types" "5.8.1"
496-
"@typescript-eslint/typescript-estree" "5.8.1"
495+
"@typescript-eslint/scope-manager" "5.9.0"
496+
"@typescript-eslint/types" "5.9.0"
497+
"@typescript-eslint/typescript-estree" "5.9.0"
497498
debug "^4.3.2"
498499

499500
"@typescript-eslint/[email protected]":
@@ -504,23 +505,32 @@
504505
"@typescript-eslint/types" "5.6.0"
505506
"@typescript-eslint/visitor-keys" "5.6.0"
506507

507-
"@typescript-eslint/[email protected]":
508-
version "5.8.1"
509-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz#7fc0604f7ade8833e4d42cebaa1e2debf8b932e4"
510-
integrity sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==
508+
"@typescript-eslint/[email protected]":
509+
version "5.9.0"
510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
511+
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
512+
dependencies:
513+
"@typescript-eslint/types" "5.9.0"
514+
"@typescript-eslint/visitor-keys" "5.9.0"
515+
516+
"@typescript-eslint/[email protected]":
517+
version "5.9.0"
518+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
519+
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
511520
dependencies:
512-
"@typescript-eslint/types" "5.8.1"
513-
"@typescript-eslint/visitor-keys" "5.8.1"
521+
"@typescript-eslint/experimental-utils" "5.9.0"
522+
debug "^4.3.2"
523+
tsutils "^3.21.0"
514524

515525
"@typescript-eslint/[email protected]":
516526
version "5.6.0"
517527
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
518528
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
519529

520-
"@typescript-eslint/types@5.8.1":
521-
version "5.8.1"
522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a"
523-
integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==
530+
"@typescript-eslint/types@5.9.0":
531+
version "5.9.0"
532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
533+
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
524534

525535
"@typescript-eslint/[email protected]":
526536
version "5.6.0"
@@ -535,13 +545,13 @@
535545
semver "^7.3.5"
536546
tsutils "^3.21.0"
537547

538-
"@typescript-eslint/typescript-estree@5.8.1":
539-
version "5.8.1"
540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef"
541-
integrity sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==
548+
"@typescript-eslint/typescript-estree@5.9.0":
549+
version "5.9.0"
550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
551+
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
542552
dependencies:
543-
"@typescript-eslint/types" "5.8.1"
544-
"@typescript-eslint/visitor-keys" "5.8.1"
553+
"@typescript-eslint/types" "5.9.0"
554+
"@typescript-eslint/visitor-keys" "5.9.0"
545555
debug "^4.3.2"
546556
globby "^11.0.4"
547557
is-glob "^4.0.3"
@@ -556,12 +566,12 @@
556566
"@typescript-eslint/types" "5.6.0"
557567
eslint-visitor-keys "^3.0.0"
558568

559-
"@typescript-eslint/visitor-keys@5.8.1":
560-
version "5.8.1"
561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0"
562-
integrity sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==
569+
"@typescript-eslint/visitor-keys@5.9.0":
570+
version "5.9.0"
571+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
572+
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
563573
dependencies:
564-
"@typescript-eslint/types" "5.8.1"
574+
"@typescript-eslint/types" "5.9.0"
565575
eslint-visitor-keys "^3.0.0"
566576

567577
"@yarn-tool/resolve-package@^1.0.36":
@@ -2357,10 +2367,10 @@ lines-and-columns@^1.1.6:
23572367
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
23582368
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
23592369

2360-
lint-staged@^12.1.4:
2361-
version "12.1.4"
2362-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.4.tgz#a92ec8509f13018caaafade61d515c2d5873316e"
2363-
integrity sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==
2370+
lint-staged@^12.1.7:
2371+
version "12.1.7"
2372+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.7.tgz#fe9137992ac18a456422bb8484dd30be0140629f"
2373+
integrity sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==
23642374
dependencies:
23652375
cli-truncate "^3.1.0"
23662376
colorette "^2.0.16"
@@ -3237,10 +3247,10 @@ rollup-plugin-typescript2@^0.31.1:
32373247
resolve "1.20.0"
32383248
tslib "2.2.0"
32393249

3240-
rollup@^2.62.0:
3241-
version "2.62.0"
3242-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.62.0.tgz#9e640b419fc5b9e0241844f6d55258bd79986ecc"
3243-
integrity sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==
3250+
rollup@^2.63.0:
3251+
version "2.63.0"
3252+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.63.0.tgz#fe2f7fec2133f3fab9e022b9ac245628d817c6bb"
3253+
integrity sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==
32443254
optionalDependencies:
32453255
fsevents "~2.3.2"
32463256

0 commit comments

Comments
 (0)