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 Nov 28, 2021
1 parent 7151fe8 commit b32007d
Show file tree
Hide file tree
Showing 9 changed files with 196 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deprecate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand All @@ -45,7 +45,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -72,7 +72,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deprecate-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- name: Restore CI Cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # renovate: tag=v2.1.6
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
id: cache-restore
with:
path: node_modules
Expand Down
300 changes: 150 additions & 150 deletions .yarn/releases/yarn-3.1.0.cjs → .yarn/releases/yarn-3.1.1.cjs
100644 → 100755

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-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@
"@sapphire/prettier-config": "^1.2.4",
"@sapphire/ts-config": "^3.1.4",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
"@types/node": "^16.11.10",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.3.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"lint-staged": "^12.1.1",
"lint-staged": "^12.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"pretty-quick": "^3.1.2",
"standard-version": "^9.3.2",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typedoc": "^0.22.9",
"typedoc": "^0.22.10",
"typedoc-plugin-mdn-links": "^1.0.4",
"typescript": "^4.5.2"
},
Expand Down Expand Up @@ -101,5 +101,5 @@
},
"gypfile": true,
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.1.1"
}
48 changes: 32 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1025,23 +1025,23 @@ __metadata:
"@sapphire/prettier-config": ^1.2.4
"@sapphire/ts-config": ^3.1.4
"@types/jest": ^27.0.3
"@types/node": ^16.11.9
"@types/node": ^16.11.10
cz-conventional-changelog: ^3.3.0
eslint: ^8.3.0
gen-esm-wrapper: ^1.1.3
husky: ^7.0.4
jest: ^27.3.1
jest-circus: ^27.3.1
lint-staged: ^12.1.1
lint-staged: ^12.1.2
nan: ^2.15.0
npm-run-all: ^4.1.5
prettier: ^2.4.1
prettier: ^2.5.0
pretty-quick: ^3.1.2
standard-version: ^9.3.2
ts-jest: ^27.0.7
ts-node: ^10.4.0
tslib: ^2.3.1
typedoc: ^0.22.9
typedoc: ^0.22.10
typedoc-plugin-mdn-links: ^1.0.4
typescript: ^4.5.2
languageName: unknown
Expand Down Expand Up @@ -1213,13 +1213,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^16.11.9":
"@types/node@npm:*":
version: 16.11.9
resolution: "@types/node@npm:16.11.9"
checksum: baec2e6471ee58fd1e9874e6f47ab95a918a0f46b42424392e4c13e3e07f078f8b72b6b48073b0b14f710ed66c5f1b2e497df43f28151000f11f5f299382cfe2
languageName: node
linkType: hard

"@types/node@npm:^16.11.10":
version: 16.11.10
resolution: "@types/node@npm:16.11.10"
checksum: 9c79419c5c3d92d5825bffa30f3668533f598d8b63a73ea7fc24e47f162bdbed92b0f8e4f4261cc3314b39cee050e303366d2aa154abc95c63a572a110b8c160
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -5101,9 +5108,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^12.1.1":
version: 12.1.1
resolution: "lint-staged@npm:12.1.1"
"lint-staged@npm:^12.1.2":
version: 12.1.2
resolution: "lint-staged@npm:12.1.2"
dependencies:
cli-truncate: ^3.1.0
colorette: ^2.0.16
Expand All @@ -5121,7 +5128,7 @@ __metadata:
yaml: ^1.10.2
bin:
lint-staged: bin/lint-staged.js
checksum: 1c4ec4cbccac7040b7d676f0e4f99d9e8d69360ec99d69cbfb12b6c27708ba8a076741712f1b45e67099fc640b1049a27cba8866a85a299a6048ab39d8e4faa7
checksum: ec84ce4f74d0d8fe314bd0b62fb5e0be64af692d1876f68c457116faef61b4b3b79d72df7819c248bfbb20c46e88fbe994128e7351e84bec7048263e00199925
languageName: node
linkType: hard

Expand Down Expand Up @@ -6228,6 +6235,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.5.0":
version: 2.5.0
resolution: "prettier@npm:2.5.0"
bin:
prettier: bin-prettier.js
checksum: aad1b35b73e7c14596d389d90977a83dad0db689ba5802a0ef319c357b7867f55b885db197972aa6a56c30f53088c9f8e0d7f7930ae074c275a4e9cbe091d21d
languageName: node
linkType: hard

"pretty-format@npm:^27.0.0, pretty-format@npm:^27.3.1":
version: 27.3.1
resolution: "pretty-format@npm:27.3.1"
Expand Down Expand Up @@ -7543,20 +7559,20 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.22.9":
version: 0.22.9
resolution: "typedoc@npm:0.22.9"
"typedoc@npm:^0.22.10":
version: 0.22.10
resolution: "typedoc@npm:0.22.10"
dependencies:
glob: ^7.2.0
lunr: ^2.3.9
marked: ^3.0.8
minimatch: ^3.0.4
shiki: ^0.9.12
peerDependencies:
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x
bin:
typedoc: bin/typedoc
checksum: a9728074a357fd48fdcbd661ced298f37e2f5b366e5eb921cf06767eabf87fada30ffe791059272e2336cb1d02f1034116a72ca6f159df811906eb82e03071e3
checksum: 404932ae8e62d1507209d50b635d9d5cefead344e7e84e2d21fc84741fb739e011dcffcf335d6d4e2a31fe45910757b27f11678f6ae5b89514d2f291fe41884e
languageName: node
linkType: hard

Expand All @@ -7572,11 +7588,11 @@ __metadata:

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.5.2#~builtin<compat/typescript>":
version: 4.5.2
resolution: "typescript@patch:typescript@npm%3A4.5.2#~builtin<compat/typescript>::version=4.5.2&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.5.2#~builtin<compat/typescript>::version=4.5.2&hash=493e53"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 24a439e062a05e3285a4f0e8a40644116ecdca89f3e908bed01e5a01b9aee747e3bcf0e85fe9e017e5ebf0c0863437c39479f2616f55a244c2d82d37022cdc4f
checksum: 53838d56aba6fcc947d63aa0771e5d966b1b648fddafed6e221d7f38c71219c4e036ece8cfe9e35ed80cf5a35ff4eb958934c993f99c3233773ec4f9ccd53f69
languageName: node
linkType: hard

Expand Down

0 comments on commit b32007d

Please sign in to comment.