Skip to content

Commit

Permalink
chore(deps): bump the api-extractor group with 3 updates (#583)
Browse files Browse the repository at this point in the history
Bumps the api-extractor group with 3 updates: [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter), [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) and [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `@microsoft/api-documenter` from 7.23.20 to 7.23.23
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.23.23/apps/api-documenter)

Updates `@microsoft/api-extractor` from 7.39.4 to 7.40.1
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.40.1/apps/api-extractor)

Updates `typedoc` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.7...v0.25.8)

---
updated-dependencies:
- dependency-name: "@microsoft/api-documenter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api-extractor
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api-extractor
- dependency-name: typedoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-extractor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 1ce3378 commit f07c71f
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 70 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@biomejs/biome": "1.4.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@microsoft/api-documenter": "^7.23.20",
"@microsoft/api-extractor": "^7.39.4",
"@microsoft/api-documenter": "^7.23.23",
"@microsoft/api-extractor": "^7.40.1",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.4",
"changelog-parser": "^3.0.1",
Expand All @@ -43,7 +43,7 @@
"prettier": "^3.2.4",
"taze": "^0.13.1",
"turbo": "^1.11.3",
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"vercel": "^33.3.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"find-in-files": "^0.5.0",
"fs-extra": "^11.2.0",
"ts-dox": "^0.1.0",
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"vinyl": "^3.0.0",
"vite": "^5.0.12"
},
Expand Down
Loading

0 comments on commit f07c71f

Please sign in to comment.