Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 1, 2022
1 parent 1c0faf4 commit f792875
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Docs
run: yarn docs
- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@830e6a4f7c81743c52f3fed0ac67428feff9620a # tag=v4.2.5
uses: JamesIves/github-pages-deploy-action@8817a56e5bfec6e2b08345c81f4d422db53a2cdc # tag=v4.3.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
],
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/node": "^16.11.33",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"cz-conventional-changelog": "^3.3.0",
"denoify": "^0.11.0",
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"tsup": "^5.12.3",
"typedoc": "^0.22.13",
"typescript": "^4.6.3"
"tsup": "^5.12.6",
"typedoc": "^0.22.15",
"typescript": "^4.6.4"
},
"scripts": {
"prepare": "tsup",
Expand Down
168 changes: 94 additions & 74 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^1.2.1":
version: 1.2.1
resolution: "@eslint/eslintrc@npm:1.2.1"
"@eslint/eslintrc@npm:^1.2.2":
version: 1.2.2
resolution: "@eslint/eslintrc@npm:1.2.2"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
Expand All @@ -478,7 +478,7 @@ __metadata:
js-yaml: ^4.1.0
minimatch: ^3.0.4
strip-json-comments: ^3.1.1
checksum: 1f797b9f94d71b965992cf6c44e3bcb574643014fd1e3d4862d25056bd5568f59c488461a7e9a1c1758ca7f0def5d3cb69c3d8b38581bcf4a53af74371243797
checksum: d891036bbffb0efec1462aa4a603ed6e349d546b1632dde7d474ddd15c2a8b6895671b25293f1d3ba10ff629c24a3649ad049373fe695a0e44b612537088563c
languageName: node
linkType: hard

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

"@types/node@npm:^16.11.26":
version: 16.11.27
resolution: "@types/node@npm:16.11.27"
checksum: 6ed0c8c4d29a549d0cfd607d19edf9a4668fbd39087701d923b4a04cd760564e47ad27f9403968cb9c11ee006f0ea6ab698b2491b4b2d2dec3f4a53d0fc22df7
"@types/node@npm:^16.11.33":
version: 16.11.33
resolution: "@types/node@npm:16.11.33"
checksum: 5c86d3f1e3b996607b41405d368d2e19d410eee0054595cef73d230368a609a2863926e75ad19f5091f0fd742cd018b667d54c51292018dd8020a202a5b29fa9
languageName: node
linkType: hard

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

"@typescript-eslint/eslint-plugin@npm:^5.17.0":
version: 5.19.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.19.0"
"@typescript-eslint/eslint-plugin@npm:^5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.21.0"
dependencies:
"@typescript-eslint/scope-manager": 5.19.0
"@typescript-eslint/type-utils": 5.19.0
"@typescript-eslint/utils": 5.19.0
"@typescript-eslint/scope-manager": 5.21.0
"@typescript-eslint/type-utils": 5.21.0
"@typescript-eslint/utils": 5.21.0
debug: ^4.3.2
functional-red-black-tree: ^1.0.1
ignore: ^5.1.8
Expand All @@ -1180,66 +1180,66 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 7fa73fc8f988c6876cb51e2581e4d965e2958ad522222d364d295797a5f3460440d3188a197c584a274bf1c55d7fe01ac84cc4f63c074eaecce6908cc30d1f51
checksum: 52068319798775f320564e98b1361bbe7f8a80ece3ded35145b2cefc5530047a12c6482727eb3c4d845dcd4e4a8d8bf5898125775f99c1d197d45c47a7732813
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.17.0":
version: 5.19.0
resolution: "@typescript-eslint/parser@npm:5.19.0"
"@typescript-eslint/parser@npm:^5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/parser@npm:5.21.0"
dependencies:
"@typescript-eslint/scope-manager": 5.19.0
"@typescript-eslint/types": 5.19.0
"@typescript-eslint/typescript-estree": 5.19.0
"@typescript-eslint/scope-manager": 5.21.0
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/typescript-estree": 5.21.0
debug: ^4.3.2
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: eaff3c6b5d179b3b6758e9a64f15c27fa4957a41cc1b4ed99c82605d43394fec467626b11623d5f861ff3c3442c4d2735e1ba18a452f1316d20da74fcaa5e0ec
checksum: c0a4f03dccfba699c95788bef35312ec2ab7fa0dd7164916bce7762293b00f12f454d44dea2f1553d516d87a5fcc262ea3c5b7efa958cbfda7e4b9b73d67b54f
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:5.19.0":
version: 5.19.0
resolution: "@typescript-eslint/scope-manager@npm:5.19.0"
"@typescript-eslint/scope-manager@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/scope-manager@npm:5.21.0"
dependencies:
"@typescript-eslint/types": 5.19.0
"@typescript-eslint/visitor-keys": 5.19.0
checksum: 3aced2be7e4a8b98b6b0fe4c6b5a78ac7e16af67cdcaa6f6ad5596ba8a131600aae6a0dad4e8dccb57afd9765800fb49f4e0d5ec9670bdb7df006abe0a14ab9c
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/visitor-keys": 5.21.0
checksum: 2bcb5947d7882f08fb8f40eea154c15152957105a3dc80bf8481212a66d35a8d2239437e095a9a7526c6c0043e9bd6bececf4f87d40da85abb2d2b69f774d805
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.19.0":
version: 5.19.0
resolution: "@typescript-eslint/type-utils@npm:5.19.0"
"@typescript-eslint/type-utils@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/type-utils@npm:5.21.0"
dependencies:
"@typescript-eslint/utils": 5.19.0
"@typescript-eslint/utils": 5.21.0
debug: ^4.3.2
tsutils: ^3.21.0
peerDependencies:
eslint: "*"
peerDependenciesMeta:
typescript:
optional: true
checksum: 9ac20813139de0dc917cd9bc169b3592202faef3ad714c9cff6d07422761b3e138e212827ad3de75aed674df3acc69ecc015923c9496d084aac6855f55ef0f30
checksum: 09a9dbaa26c0c56aa36e0d6e119007dcbe2cc326b844892ce9389409d5a1d43951f67e0ca03fb28d4d96a09ab498f125dd3bc09f82e655c2ca7023566ad2cf5f
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.19.0":
version: 5.19.0
resolution: "@typescript-eslint/types@npm:5.19.0"
checksum: 383091f0063c789c07e8e8361f8a2b5c4619fc3672e9b1ac88c83ec3abd9ddeaea7c8adcc62aacfa8139ebff4c87c5871fb8f743a54208cc239c5a0c3bfbc280
"@typescript-eslint/types@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/types@npm:5.21.0"
checksum: 1581bf79f8c9236844ca8891e26c84503b654359fbfee80d76f9f57fb90c24210687cd30f61592e7d44cacf5417c83aaa5ae8559a4a8b6ce6b6c4a163b8b86c2
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.19.0":
version: 5.19.0
resolution: "@typescript-eslint/typescript-estree@npm:5.19.0"
"@typescript-eslint/typescript-estree@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/typescript-estree@npm:5.21.0"
dependencies:
"@typescript-eslint/types": 5.19.0
"@typescript-eslint/visitor-keys": 5.19.0
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/visitor-keys": 5.21.0
debug: ^4.3.2
globby: ^11.0.4
is-glob: ^4.0.3
Expand All @@ -1248,33 +1248,33 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 57567065a27f6945005e59d0b092c9d4e9537a06c225a8ffdc22f5504e4e4e61a47895ae60301d2c497b67add82ca3bab8fab816df131ab0d2106370e13ba49b
checksum: 4f78d61be2f35775d0f2d7fc4e3bb0bfc6b84e608e96a297c948f84a7254c1b9f0062f61a1dce67a8d4eb67476a9b4a9ebd8b6412e97db76f675c03363a5a0ad
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.19.0":
version: 5.19.0
resolution: "@typescript-eslint/utils@npm:5.19.0"
"@typescript-eslint/utils@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/utils@npm:5.21.0"
dependencies:
"@types/json-schema": ^7.0.9
"@typescript-eslint/scope-manager": 5.19.0
"@typescript-eslint/types": 5.19.0
"@typescript-eslint/typescript-estree": 5.19.0
"@typescript-eslint/scope-manager": 5.21.0
"@typescript-eslint/types": 5.21.0
"@typescript-eslint/typescript-estree": 5.21.0
eslint-scope: ^5.1.1
eslint-utils: ^3.0.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 2778e38574a70695e2d499f2451e4eceb56c1cdb41b8a74b866519fd078417a96e1ddcd28ccb92edcbf4c243930cfdae684163588806160493d1099e8fd78eab
checksum: ed339a4ccb9eeb2a1132c41999d6584c15c4b7e2f0132bce613f502faa1dbbad7e206b642360392a6e2b24e294df90910141c7da0959901efcd600aedc4c4253
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.19.0":
version: 5.19.0
resolution: "@typescript-eslint/visitor-keys@npm:5.19.0"
"@typescript-eslint/visitor-keys@npm:5.21.0":
version: 5.21.0
resolution: "@typescript-eslint/visitor-keys@npm:5.21.0"
dependencies:
"@typescript-eslint/types": 5.19.0
"@typescript-eslint/types": 5.21.0
eslint-visitor-keys: ^3.0.0
checksum: ea878349c716980e8c83fde0b60399c5e59931f74eed14d3db0f630a3ed4d092a069a5cdd3bd652bde5e19d733babd18a70ddbb5e4f6ab5b2110ad5cce857bf7
checksum: 328b18faa61872160f3e5faacb5b68022bdabd04b5414f115133245a4a1ecfb5762c67fd645ab3253005480bd25a38598f57fdc2ff2b01d830ac68b37d3d06a5
languageName: node
linkType: hard

Expand Down Expand Up @@ -2999,11 +2999,11 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.12.0":
version: 8.13.0
resolution: "eslint@npm:8.13.0"
"eslint@npm:^8.14.0":
version: 8.14.0
resolution: "eslint@npm:8.14.0"
dependencies:
"@eslint/eslintrc": ^1.2.1
"@eslint/eslintrc": ^1.2.2
"@humanwhocodes/config-array": ^0.9.2
ajv: ^6.10.0
chalk: ^4.0.0
Expand Down Expand Up @@ -3040,7 +3040,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: bc7d2fc9a046d42cb2c8987573ecaf534c1fae14747c4695e32388e179c5f21b83eefdb3e4f35924bf76152e226d7cc9dfb21f12348baf12c803109005b17439
checksum: 87d2e3e5eb93216d4ab36006e7b8c0bfad02f40b0a0f193f1d42754512cd3a9d8244152f1c69df5db2e135b3c4f1c10d0ed2f0881fe8a8c01af55465968174c1
languageName: node
linkType: hard

Expand Down Expand Up @@ -3549,21 +3549,21 @@ __metadata:
resolution: "glicko2.ts@workspace:."
dependencies:
"@types/jest": ^27.4.1
"@types/node": ^16.11.26
"@typescript-eslint/eslint-plugin": ^5.17.0
"@typescript-eslint/parser": ^5.17.0
"@types/node": ^16.11.33
"@typescript-eslint/eslint-plugin": ^5.21.0
"@typescript-eslint/parser": ^5.21.0
cz-conventional-changelog: ^3.3.0
denoify: ^0.11.0
eslint: ^8.12.0
eslint: ^8.14.0
eslint-config-prettier: ^8.5.0
jest: ^27.5.1
prettier: ^2.6.2
standard-version: ^9.3.2
ts-jest: ^27.1.4
ts-node: ^10.7.0
tsup: ^5.12.3
typedoc: ^0.22.13
typescript: ^4.6.3
tsup: ^5.12.6
typedoc: ^0.22.15
typescript: ^4.6.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6926,9 +6926,9 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^5.12.3":
version: 5.12.5
resolution: "tsup@npm:5.12.5"
"tsup@npm:^5.12.6":
version: 5.12.6
resolution: "tsup@npm:5.12.6"
dependencies:
bundle-require: ^3.0.2
cac: ^6.7.12
Expand All @@ -6952,7 +6952,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 5a456068cb3516097d6217d60a56cdd3c40d22920b45ab6775956586bf7c998cd53622873acdc0f764e1366f2ddb3cdf465b2c2302b77225e8ad678ec549374c
checksum: 124d3a60194c487770cc103aa837624520a98d5fd8c74209df34e51de588204d8093977dd6b312e54b8d06e7fc60c041e8726dc293b16344269e56168c6c7fde
languageName: node
linkType: hard

Expand Down Expand Up @@ -7043,7 +7043,7 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.22.13":
"typedoc@npm:^0.22.15":
version: 0.22.15
resolution: "typedoc@npm:0.22.15"
dependencies:
Expand All @@ -7060,7 +7060,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.4.3, typescript@npm:^4.6.3":
"typescript@npm:^4.4.3":
version: 4.6.3
resolution: "typescript@npm:4.6.3"
bin:
Expand All @@ -7070,7 +7070,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>":
"typescript@npm:^4.6.4":
version: 4.6.4
resolution: "typescript@npm:4.6.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e7bfcc39cd4571a63a54e5ea21f16b8445268b9900bf55aee0e02ad981be576acc140eba24f1af5e3c1457767c96cea6d12861768fb386cf3ffb34013718631a
languageName: node
linkType: hard

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
version: 4.6.3
resolution: "typescript@patch:typescript@npm%3A4.6.3#~builtin<compat/typescript>::version=4.6.3&hash=bda367"
bin:
Expand All @@ -7080,6 +7090,16 @@ __metadata:
languageName: node
linkType: hard

"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=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 1cb434fbc637d347be90e3a0c6cd05e33c38f941713c8786d3031faf1842c2c148ba91d2fac01e7276b0ae3249b8633f1660e32686cc7a8c6a8fd5361dc52c66
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.15.4
resolution: "uglify-js@npm:3.15.4"
Expand Down

0 comments on commit f792875

Please sign in to comment.