Skip to content

chore(deps): bump the typescript group across 1 directory with 2 updates #3810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): bump the typescript group across 1 directory with 2 updates
Bumps the typescript group with 2 updates in the / directory: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typescript](https://github.com/microsoft/TypeScript).


Updates `typedoc` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.1...v0.28.2)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-version: 0.28.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2025
commit 677946d7ff8fde1e4acb33e8bd36fe69916b10d6
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript": "^5.8.3",
"vitest": "^3.0.5"
},
"dependencies": {
Expand All @@ -52,6 +52,6 @@
"aws-cdk": "^2.1007.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.2",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
}
}
58 changes: 40 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 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.28.1",
"typedoc": "^0.28.2",
"typedoc-plugin-missing-exports": "^4.0.0",
"typedoc-plugin-zod": "^1.4.0",
"typescript": "^5.8.2",
"typescript": "^5.8.3",
"vitest": "^3.0.9"
},
"lint-staged": {
Expand Down
Loading