Skip to content

Commit

Permalink
chore(deps): bump the typescript group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the typescript group with 4 updates in the / directory: [typedoc](https://github.com/TypeStrong/TypeDoc), [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports), [typedoc-plugin-zod](https://github.com/Gerrit0/typedoc-plugin-zod) and [typescript](https://github.com/microsoft/TypeScript).


Updates `typedoc` from 0.26.11 to 0.27.4
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.11...v0.27.4)

Updates `typedoc-plugin-missing-exports` from 3.0.2 to 3.1.0
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-missing-exports@v3.0.2...v3.1.0)

Updates `typedoc-plugin-zod` from 1.2.1 to 1.3.0
- [Commits](Gerrit0/typedoc-plugin-zod@v1.2.1...v1.3.0)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript
- dependency-name: typedoc-plugin-missing-exports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript
- dependency-name: typedoc-plugin-zod
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent fb11da8 commit b2c7ee0
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 66 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.0.5"
},
"dependencies": {
Expand All @@ -52,6 +52,6 @@
"@types/node": "22.10.1",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
125 changes: 65 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"middy4": "npm:@middy/core@^4.7.0",
"middy5": "npm:@middy/core@^5.4.3",
"middy6": "npm:@middy/core@^6.0.0",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.0.2",
"typedoc-plugin-zod": "^1.2.1",
"typescript": "^5.6.3",
"typedoc": "^0.27.4",
"typedoc-plugin-missing-exports": "^3.1.0",
"typedoc-plugin-zod": "^1.3.0",
"typescript": "^5.7.2",
"vitest": "^2.0.5"
},
"lint-staged": {
Expand Down

0 comments on commit b2c7ee0

Please sign in to comment.