Skip to content

Commit

Permalink
chore(deps-dev): bump typescript and typedoc
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together.

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

Updates `typedoc` from 0.25.13 to 0.26.3
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.13...v0.26.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 22479d0 commit 056e7bc
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 86 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@hugomrdias/configs": "workspace:^",
"depcheck": "^1.4.7",
"simple-git-hooks": "^2.11.0",
"typedoc": "^0.25.12",
"typedoc": "^0.26.3",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec biome check --no-errors-on-unmatched --files-ignore-unknown=true --staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": false
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"micro-bmark": "^0.3.1",
"mocha": "^10.3.0",
"playwright-test": "^14.1.1",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"msw": "^2.2.3",
"playwright-test": "^14.1.1",
"type-fest": "^4.20.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"assert": "^2.1.0",
"mocha": "^10.3.0",
"playwright-test": "^14.1.1",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"playwright-test": "^14.1.1",
"quick-lru": "^7.0.0",
"tempy": "^3.1.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"assert": "^2.1.0",
"mocha": "^10.3.0",
"playwright-test": "^14.1.1",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"mocha": "^10.3.0",
"playwright-test": "^14.1.1",
"type-fest": "^4.20.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"msw": "^2.2.3",
"playwright-test": "^14.1.1",
"type-fest": "^4.20.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/iso-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"p-defer": "^4.0.0",
"playwright-test": "^14.1.1",
"type-fest": "^4.20.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 056e7bc

Please sign in to comment.