Skip to content

Commit 9757253

Browse files
chore(deps): bump the other-minor-patch group across 1 directory with 6 updates
Bumps the other-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.52.7` | `7.52.10` | | [dprint](https://github.com/dprint/dprint) | `0.49.1` | `0.50.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.4` | `4.20.3` | | [turbo](https://github.com/vercel/turborepo) | `2.5.3` | `2.5.5` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | | [@apify/consts](https://github.com/apify/apify-shared-js) | `2.41.0` | `2.43.0` | Updates `@microsoft/api-extractor` from 7.52.7 to 7.52.10 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.52.10/apps/api-extractor) Updates `dprint` from 0.49.1 to 0.50.1 - [Release notes](https://github.com/dprint/dprint/releases) - [Commits](dprint/dprint@0.49.1...0.50.1) Updates `tsx` from 4.19.4 to 4.20.3 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.19.4...v4.20.3) Updates `turbo` from 2.5.3 to 2.5.5 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](vercel/turborepo@v2.5.3...v2.5.5) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) Updates `@apify/consts` from 2.41.0 to 2.43.0 - [Release notes](https://github.com/apify/apify-shared-js/releases) - [Changelog](https://github.com/apify/apify-shared-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-version: 7.52.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-minor-patch - dependency-name: dprint dependency-version: 0.50.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: tsx dependency-version: 4.20.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: turbo dependency-version: 2.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-minor-patch - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: "@apify/consts" dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7197ed2 commit 9757253

File tree

3 files changed

+254
-242
lines changed

3 files changed

+254
-242
lines changed

package.json

Lines changed: 5 additions & 5 deletions
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.52.7",
14+
"@microsoft/api-extractor": "^7.52.10",
1515
"@total-typescript/tsconfig": "^1.0.4",
16-
"dprint": "^0.49.1",
16+
"dprint": "^0.50.1",
1717
"rimraf": "^6.0.1",
1818
"tshy": "^3.0.2",
19-
"tsx": "^4.19.4",
20-
"turbo": "^2.5.3",
21-
"typescript": "^5.8.3"
19+
"tsx": "^4.20.3",
20+
"turbo": "^2.5.5",
21+
"typescript": "^5.9.2"
2222
},
2323
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
2424
}

packages/apify-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"extract": "api-extractor run"
4848
},
4949
"dependencies": {
50-
"@apify/consts": "^2.41.0"
50+
"@apify/consts": "^2.43.0"
5151
},
5252
"devDependencies": {
5353
"@systemfsoftware/api-extractor": "workspace:^",

0 commit comments

Comments
 (0)