Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2022
1 parent ee48757 commit 0906834
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 871 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"prepare": "husky install .github/husky"
},
"dependencies": {
"@discordjs/collection": "^1.1.0",
"@discordjs/collection": "^1.2.0",
"@favware/rollup-type-bundler": "^1.0.11",
"@sapphire/lexure": "^1.1.1",
"@sapphire/pieces": "^3.5.1",
"@sapphire/ratelimits": "^2.4.5",
"@sapphire/result": "2.5.0",
"@sapphire/utilities": "^3.9.3",
"chalk": "^5.0.1",
"chalk": "^5.1.0",
"chokidar": "^3.5.3",
"tslib": "^2.4.0",
"tslog": "^3.3.4"
Expand All @@ -43,12 +43,12 @@
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@sapphire/ts-config": "^3.3.4",
"@types/jest": "^29.1.1",
"@types/jest": "^29.1.2",
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"git-cz": "^4.9.0",
Expand Down Expand Up @@ -111,5 +111,5 @@
"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.3.tgz"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.4"
}
159 changes: 79 additions & 80 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,10 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/collection@npm:^1.1.0":
version: 1.1.0
resolution: "@discordjs/collection@npm:1.1.0"
checksum: 9a78763a181130d91b51d0d93553fd75d09d0aabd6556890a35404bbefe9c5112cb74c3b1e486a213607f6577f9d2d8ee94ee3177652116bac80516e7d3083d6
"@discordjs/collection@npm:^1.2.0":
version: 1.2.0
resolution: "@discordjs/collection@npm:1.2.0"
checksum: 76eae566834d78437363a3437d10c74b485b0a8b0dd350745e7bbb45d0bdc834b8ce6c1008c41728f7cbdf9be80a3147e8006610ed8d34bec8b31b7c521d40c2
languageName: node
linkType: hard

Expand All @@ -715,9 +715,9 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^1.3.2":
version: 1.3.2
resolution: "@eslint/eslintrc@npm:1.3.2"
"@eslint/eslintrc@npm:^1.3.3":
version: 1.3.3
resolution: "@eslint/eslintrc@npm:1.3.3"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
Expand All @@ -728,7 +728,7 @@ __metadata:
js-yaml: ^4.1.0
minimatch: ^3.1.2
strip-json-comments: ^3.1.1
checksum: 2074dca47d7e1c5c6323ff353f690f4b25d3ab53fe7d27337e2592d37a894cf60ca0e85ca66b50ff2db0bc7e630cc1e9c7347d65bb185b61416565584c38999c
checksum: f03e9d6727efd3e0719da2051ea80c0c73d20e28c171121527dbb868cd34232ca9c1d0525a66e517a404afea26624b1e47895b6a92474678418c2f50c9566694
languageName: node
linkType: hard

Expand Down Expand Up @@ -1225,7 +1225,7 @@ __metadata:
dependencies:
"@commitlint/cli": ^17.1.2
"@commitlint/config-conventional": ^17.1.0
"@discordjs/collection": ^1.1.0
"@discordjs/collection": ^1.2.0
"@favware/npm-deprecate": ^1.0.5
"@favware/rollup-type-bundler": ^1.0.11
"@sapphire/eslint-config": ^4.3.8
Expand All @@ -1236,14 +1236,14 @@ __metadata:
"@sapphire/result": 2.5.0
"@sapphire/ts-config": ^3.3.4
"@sapphire/utilities": ^3.9.3
"@types/jest": ^29.1.1
"@types/jest": ^29.1.2
"@types/node": ^18.7.14
"@typescript-eslint/eslint-plugin": ^5.38.1
"@typescript-eslint/parser": ^5.38.1
chalk: ^5.0.1
"@typescript-eslint/eslint-plugin": ^5.39.0
"@typescript-eslint/parser": ^5.39.0
chalk: ^5.1.0
chokidar: ^3.5.3
cz-conventional-changelog: ^3.3.0
eslint: ^8.24.0
eslint: ^8.25.0
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.2.1
git-cz: ^4.9.0
Expand Down Expand Up @@ -1547,13 +1547,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.1.1":
version: 29.1.1
resolution: "@types/jest@npm:29.1.1"
"@types/jest@npm:^29.1.2":
version: 29.1.2
resolution: "@types/jest@npm:29.1.2"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: d9e6f7d6ab64cf45535369d0a3dc4640cbe6b37ab6f8927e874eacc199581338ebf6ff544f7c2cd188c5fc7cd0b3197aa72cb2b826f0a1352b93b89993711413
checksum: a6761b5ac132c641740886f9c0714607255ebffb6add5989f51ea9e392fc3c5cd474e7590f12b003d5b67ce177dfbc8d3d60d0baa335c48c50deeee6b755a473
languageName: node
linkType: hard

Expand Down Expand Up @@ -1666,13 +1666,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/eslint-plugin@npm:5.38.1"
"@typescript-eslint/eslint-plugin@npm:^5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.39.0"
dependencies:
"@typescript-eslint/scope-manager": 5.38.1
"@typescript-eslint/type-utils": 5.38.1
"@typescript-eslint/utils": 5.38.1
"@typescript-eslint/scope-manager": 5.39.0
"@typescript-eslint/type-utils": 5.39.0
"@typescript-eslint/utils": 5.39.0
debug: ^4.3.4
ignore: ^5.2.0
regexpp: ^3.2.0
Expand All @@ -1684,7 +1684,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: a8895588022f75b2bf994ce52f7109d8814e0f5b3bef0d4fac19dc86a926202ca204bfca8c0e5a033d7566bae90815a772b64bcdc61c349f47ddd52d91989de5
checksum: 9d6835f3c2558f2287c5a45dc7d3b17b19c6777b5915b6ad737d892e5938746a3e76c3efd0e01156da0b17432a50d1e02480efc5105e8f9c75f1a3d45e18d6ee
languageName: node
linkType: hard

Expand All @@ -1705,20 +1705,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/parser@npm:5.38.1"
"@typescript-eslint/parser@npm:^5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/parser@npm:5.39.0"
dependencies:
"@typescript-eslint/scope-manager": 5.38.1
"@typescript-eslint/types": 5.38.1
"@typescript-eslint/typescript-estree": 5.38.1
"@typescript-eslint/scope-manager": 5.39.0
"@typescript-eslint/types": 5.39.0
"@typescript-eslint/typescript-estree": 5.39.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 3f84b33d598d9acef99f087bdfe319e74f838d3442d6a15f2498f077a1473f124e3ec6698dbb256f56c51ce38abd91c0ffb90f0856989309e28c43e005d99215
checksum: f55a1ef540e5c70d063e0112c0c4c950504d263ce180480973ca72c015a3e826942ebe8aa0a6bbd557def987b07d9d410784b6c96aa000679dfa3f4cb00e063c
languageName: node
linkType: hard

Expand All @@ -1732,13 +1732,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/scope-manager@npm:5.38.1"
"@typescript-eslint/scope-manager@npm:5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/scope-manager@npm:5.39.0"
dependencies:
"@typescript-eslint/types": 5.38.1
"@typescript-eslint/visitor-keys": 5.38.1
checksum: c3b38ca0074d09e26c30b4385c18933f8a6418c923a24c7f4c2297af60a85d604320f119863676f49ea4254b3c01c112504547436eda4951ade609e8d7f438a7
"@typescript-eslint/types": 5.39.0
"@typescript-eslint/visitor-keys": 5.39.0
checksum: 8d8b55eb219a23b3de64602ea23269fb1e16120ff03c58ebb7ed571372cbc591c5f4641b91ba1cf7fd02cf13f7bb906a7bd6e3db6da3543c97fcea8c61c15c07
languageName: node
linkType: hard

Expand All @@ -1758,20 +1758,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/type-utils@npm:5.38.1"
"@typescript-eslint/type-utils@npm:5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/type-utils@npm:5.39.0"
dependencies:
"@typescript-eslint/typescript-estree": 5.38.1
"@typescript-eslint/utils": 5.38.1
"@typescript-eslint/typescript-estree": 5.39.0
"@typescript-eslint/utils": 5.39.0
debug: ^4.3.4
tsutils: ^3.21.0
peerDependencies:
eslint: "*"
peerDependenciesMeta:
typescript:
optional: true
checksum: 1e5fbb5cd2cd97d8d6aaf6b0d1262517e74aba006ffc61526528352a8ab99205456d6247da8252388e868ed7ee8f6c2fa8e108dad68b696cbdbcef6473579173
checksum: 2bab5c1a8bc0956d8f9ba1fb6db56a89f8e40c4f7bb0c07b1581aa4ed4c8259a64d67bc9c6fccbdc8e62fc9330d30c3c5a84f30f28112ddb1e3995d2791a5ac2
languageName: node
linkType: hard

Expand All @@ -1782,10 +1782,10 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/types@npm:5.38.1"
checksum: 384f7fe9a1995d87507049a868aa1a1f9eb28af913e704540e1494c8c630985f9ef4f4e6bdd4df0d83cbe4611c4e6f4f07d5d91bfa57c88242fb227a6d828b7e
"@typescript-eslint/types@npm:5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/types@npm:5.39.0"
checksum: 5f67fe02adc87d594b6cc8ec5387d64419d4bbff701f4da51bf9929cdc50bc613df865e5a2457f13e4a637e8dfdb1fdf15fe8138f8968462de9e54ea056cc1a7
languageName: node
linkType: hard

Expand All @@ -1807,12 +1807,12 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/typescript-estree@npm:5.38.1"
"@typescript-eslint/typescript-estree@npm:5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/typescript-estree@npm:5.39.0"
dependencies:
"@typescript-eslint/types": 5.38.1
"@typescript-eslint/visitor-keys": 5.38.1
"@typescript-eslint/types": 5.39.0
"@typescript-eslint/visitor-keys": 5.39.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
Expand All @@ -1821,7 +1821,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: ec73496f73bd7f97d1585d25484874f092141a5f92ade7bd324fb76ef52888f0d77cc4375bdecc92cc3bacf5d61d65197acbb9af4fd9322b51db286c68a320c6
checksum: 86143dd9dd33ce65a20badbce5509ae4e77e9dfe202a6966dd416a8ce8147e5b05d12ce0b8f593ed7924797f6420d0bcd558c773042466e24386cdda24f24eb8
languageName: node
linkType: hard

Expand All @@ -1841,19 +1841,19 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/utils@npm:5.38.1"
"@typescript-eslint/utils@npm:5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/utils@npm:5.39.0"
dependencies:
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.38.1
"@typescript-eslint/types": 5.38.1
"@typescript-eslint/typescript-estree": 5.38.1
"@typescript-eslint/scope-manager": 5.39.0
"@typescript-eslint/types": 5.39.0
"@typescript-eslint/typescript-estree": 5.39.0
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 06646ddeb6c1a5dac01e8336dff458cf37dff0d3d5a2f304048a4d6d8f62d504c5330a8b046ec66f6777f324bc1afe6a3f7ea1c5b015b123ab7062e8e22aff67
checksum: 460a883775c24ed1a328db15101d58e1207797c97d2347a6e1adb2e26ef56ac0b525a326d2dd74333daf00e2b2e3dd28d51e0d4c4c38cdade2d132d8b08917cb
languageName: node
linkType: hard

Expand All @@ -1867,13 +1867,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.38.1":
version: 5.38.1
resolution: "@typescript-eslint/visitor-keys@npm:5.38.1"
"@typescript-eslint/visitor-keys@npm:5.39.0":
version: 5.39.0
resolution: "@typescript-eslint/visitor-keys@npm:5.39.0"
dependencies:
"@typescript-eslint/types": 5.38.1
"@typescript-eslint/types": 5.39.0
eslint-visitor-keys: ^3.3.0
checksum: 01c83a42900f8ab721bd0857abcc000a15183eb26d2d61cceeaef018a83a91325f48c0112d4356383c41dce23174a305bb3352af4705a61d1da46f8ac0e88340
checksum: 941e49fd1f4d2e42cd15a52a50f6f1102e2a83b173d182b5dd43ba3d7b7f0f1457d74fcaac710da4a19c28f804c78bc265d900802f4e2c7c46a608fff3204e7c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2473,10 +2473,10 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.0.1":
version: 5.0.1
resolution: "chalk@npm:5.0.1"
checksum: 7b45300372b908f0471fbf7389ce2f5de8d85bb949026fd51a1b95b10d0ed32c7ed5aab36dd5e9d2bf3191867909b4404cef75c5f4d2d1daeeacd301dd280b76
"chalk@npm:^5.1.0":
version: 5.1.0
resolution: "chalk@npm:5.1.0"
checksum: c1aa0bf0064a5a59bc06e3e385685fdcc5bb122159152bb57755fc48f9ef93c30cb3a36c9a2c39ead23e5261d787c87c4c097e1a889e1370478102a0112fe0e0
languageName: node
linkType: hard

Expand Down Expand Up @@ -3462,13 +3462,12 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.24.0":
version: 8.24.0
resolution: "eslint@npm:8.24.0"
"eslint@npm:^8.25.0":
version: 8.25.0
resolution: "eslint@npm:8.25.0"
dependencies:
"@eslint/eslintrc": ^1.3.2
"@eslint/eslintrc": ^1.3.3
"@humanwhocodes/config-array": ^0.10.5
"@humanwhocodes/gitignore-to-minimatch": ^1.0.2
"@humanwhocodes/module-importer": ^1.0.1
ajv: ^6.10.0
chalk: ^4.0.0
Expand Down Expand Up @@ -3507,7 +3506,7 @@ __metadata:
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: ca293ce7116599b742d7ab4d43db469beec22f40dd272092d809498be3cff3a7c567769f9763bdf6799aac13dd53447b93a99629b7b54092783046eb57eaced6
checksum: 7acf2693b522b573657b53d2245b5522d3a131e4224b1cbf01e2c3579632fdbf62599284f68bc483e6e4eba23ae3643c9544744e0214a86e727cc361cedcd0fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -7887,7 +7886,7 @@ __metadata:

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.2#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -7897,7 +7896,7 @@ __metadata:

"typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -7907,11 +7906,11 @@ __metadata:

"typescript@patch:typescript@^4.8.4#~builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=a1c5e5"
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 563a0ef47abae6df27a9a3ab38f75fc681f633ccf1a3502b1108e252e187787893de689220f4544aaf95a371a4eb3141e4a337deb9895de5ac3c1ca76430e5f0
checksum: 301459fc3eb3b1a38fe91bf96d98eb55da88a9cb17b4ef80b4d105d620f4d547ba776cc27b44cc2ef58b66eda23fe0a74142feb5e79a6fb99f54fc018a696afa
languageName: node
linkType: hard

Expand Down

0 comments on commit 0906834

Please sign in to comment.