Skip to content

Commit 418f75e

Browse files
chore(deps-dev): bump the tooling group with 5 updates (#10)
Bumps the tooling group with 5 updates: | Package | From | To | | --- | --- | --- | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.47.9` | `7.48.1` | | [dprint](https://github.com/dprint/dprint) | `0.47.2` | `0.47.6` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` | | [turbo](https://github.com/vercel/turborepo) | `2.1.3` | `2.3.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` | Updates `@microsoft/api-extractor` from 7.47.9 to 7.48.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.48.1/apps/api-extractor) Updates `dprint` from 0.47.2 to 0.47.6 - [Release notes](https://github.com/dprint/dprint/releases) - [Commits](dprint/dprint@0.47.2...0.47.6) Updates `tsx` from 4.19.1 to 4.19.2 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.19.1...v4.19.2) Updates `turbo` from 2.1.3 to 2.3.3 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](vercel/turborepo@v2.1.3...v2.3.3) Updates `typescript` from 5.6.2 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.2...v5.7.2) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tooling - dependency-name: dprint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tooling - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tooling ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f021ffc commit 418f75e

File tree

2 files changed

+137
-128
lines changed

2 files changed

+137
-128
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"format:check": "dprint check"
1212
},
1313
"devDependencies": {
14-
"@microsoft/api-extractor": "^7.47.9",
14+
"@microsoft/api-extractor": "^7.48.1",
1515
"@total-typescript/tsconfig": "^1.0.4",
16-
"dprint": "^0.47.2",
16+
"dprint": "^0.47.6",
1717
"rimraf": "^6.0.1",
1818
"tshy": "^3.0.2",
19-
"tsx": "^4.19.0",
20-
"turbo": "^2.1.1",
21-
"typescript": "^5.5.4"
19+
"tsx": "^4.19.2",
20+
"turbo": "^2.3.3",
21+
"typescript": "^5.7.2"
2222
},
2323
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
2424
}

0 commit comments

Comments
 (0)