Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

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] authored Aug 1, 2022
1 parent 4d83a69 commit acf0bf0
Show file tree
Hide file tree
Showing 7 changed files with 832 additions and 835 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
id: cache-restore
with:
path: node_modules
Expand All @@ -42,7 +42,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
id: cache-restore
with:
path: node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
id: cache-restore
with:
path: node_modules
Expand All @@ -29,7 +29,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@13046b614c663b56cba4dda3f30b9736a748b80d # tag=v4.4.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.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-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
"postpublish": "pinst --enable"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/eslint": "^8",
"@types/node": "^16.11.26",
"@types/node": "^16.11.47",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^12.3.7",
"lint-staged": "^12.5.0",
"pinst": "^3.0.0",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"standard-version": "^9.3.2",
"tsup": "^5.12.3",
"typedoc": "^0.22.13",
"typescript": "^4.6.3"
"tsup": "^5.12.9",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
},
"files": [
"dist",
Expand All @@ -89,5 +89,5 @@
"lint-staged": {
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.2"
}
65 changes: 32 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:^17.0.0":
"@commitlint/cli@npm:^17.0.3":
version: 17.0.3
resolution: "@commitlint/cli@npm:17.0.3"
dependencies:
Expand All @@ -52,7 +52,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^17.0.0":
"@commitlint/config-conventional@npm:^17.0.3":
version: 17.0.3
resolution: "@commitlint/config-conventional@npm:17.0.3"
dependencies:
Expand Down Expand Up @@ -437,7 +437,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.11.26":
"@types/node@npm:^16.11.47":
version: 16.11.47
resolution: "@types/node@npm:16.11.47"
checksum: 26811000753fd1bb9a90a563fc72942ac3ad5d5b6c97609a090c1e24210e040597ba060e55a7a46cb22cc84dafee112d741f45652139c6166e8ce0c970b4f05a
Expand Down Expand Up @@ -465,7 +465,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.17.0":
"@typescript-eslint/eslint-plugin@npm:^5.31.0":
version: 5.31.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.31.0"
dependencies:
Expand All @@ -488,7 +488,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.17.0":
"@typescript-eslint/parser@npm:^5.31.0":
version: 5.31.0
resolution: "@typescript-eslint/parser@npm:5.31.0"
dependencies:
Expand Down Expand Up @@ -2027,7 +2027,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.12.0":
"eslint@npm:^8.21.0":
version: 8.21.0
resolution: "eslint@npm:8.21.0"
dependencies:
Expand Down Expand Up @@ -2338,25 +2338,25 @@ __metadata:
version: 0.0.0-use.local
resolution: "fov-utilities@workspace:."
dependencies:
"@commitlint/cli": ^17.0.0
"@commitlint/config-conventional": ^17.0.0
"@commitlint/cli": ^17.0.3
"@commitlint/config-conventional": ^17.0.3
"@types/eslint": ^8
"@types/node": ^16.11.26
"@types/node": ^16.11.47
"@types/prettier": ^2
"@typescript-eslint/eslint-plugin": ^5.17.0
"@typescript-eslint/parser": ^5.17.0
"@typescript-eslint/eslint-plugin": ^5.31.0
"@typescript-eslint/parser": ^5.31.0
cz-conventional-changelog: ^3.3.0
eslint: ^8.12.0
eslint: ^8.21.0
eslint-config-prettier: ^8.5.0
husky: ^8.0.1
lint-staged: ^12.3.7
lint-staged: ^12.5.0
pinst: ^3.0.0
prettier: ^2.6.2
prettier: ^2.7.1
pretty-quick: ^3.1.3
standard-version: ^9.3.2
tsup: ^5.12.3
typedoc: ^0.22.13
typescript: ^4.6.3
tsup: ^5.12.9
typedoc: ^0.23.10
typescript: ^4.7.4
languageName: unknown
linkType: soft

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

"glob@npm:^8.0.1, glob@npm:^8.0.3":
"glob@npm:^8.0.1":
version: 8.0.3
resolution: "glob@npm:8.0.3"
dependencies:
Expand Down Expand Up @@ -3190,7 +3190,7 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^12.3.7":
"lint-staged@npm:^12.5.0":
version: 12.5.0
resolution: "lint-staged@npm:12.5.0"
dependencies:
Expand Down Expand Up @@ -3424,7 +3424,7 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^4.0.16":
"marked@npm:^4.0.18":
version: 4.0.18
resolution: "marked@npm:4.0.18"
bin:
Expand Down Expand Up @@ -4091,7 +4091,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.6.2":
"prettier@npm:^2.7.1":
version: 2.7.1
resolution: "prettier@npm:2.7.1"
bin:
Expand Down Expand Up @@ -5021,7 +5021,7 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:^5.12.3":
"tsup@npm:^5.12.9":
version: 5.12.9
resolution: "tsup@npm:5.12.9"
dependencies:
Expand Down Expand Up @@ -5119,24 +5119,23 @@ __metadata:
languageName: node
linkType: hard

"typedoc@npm:^0.22.13":
version: 0.22.18
resolution: "typedoc@npm:0.22.18"
"typedoc@npm:^0.23.10":
version: 0.23.10
resolution: "typedoc@npm:0.23.10"
dependencies:
glob: ^8.0.3
lunr: ^2.3.9
marked: ^4.0.16
marked: ^4.0.18
minimatch: ^5.1.0
shiki: ^0.10.1
peerDependencies:
typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x
typescript: 4.6.x || 4.7.x
bin:
typedoc: bin/typedoc
checksum: b813d8129682f6ed5a4e96bacaf019e4da1d2744ca89fef850d6bb4c034616567ce67e6a7f5cfc5f00aac573f0b45d44b1427aafa262ab88dce6b460cb9e744c
checksum: 58dd8bc12856801c4f315812d03f209f706435e5f56edceeb3e01e456c7d058a127f3dee1674529d62b64dcc04847d8be5e4ce06921b9c5388b901dd976b92bf
languageName: node
linkType: hard

"typescript@npm:^4.6.3, typescript@npm:^4.6.4":
"typescript@npm:^4.6.4, typescript@npm:^4.7.4":
version: 4.7.4
resolution: "typescript@npm:4.7.4"
bin:
Expand All @@ -5146,13 +5145,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.6.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
"typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>, 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=bda367"
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 96d3030cb01143570567cb4f3a616b10df65f658f0e74e853e77a089a6a954e35c800be7db8b9bfe9a1ae05d9c2897e281359f65e4caa1caf266368e1c4febd3
checksum: 9096d8f6c16cb80ef3bf96fcbbd055bf1c4a43bd14f3b7be45a9fbe7ada46ec977f604d5feed3263b4f2aa7d4c7477ce5f9cd87de0d6feedec69a983f3a4f93e
languageName: node
linkType: hard

Expand Down

0 comments on commit acf0bf0

Please sign in to comment.