Skip to content

Commit a42b9b6

Browse files
chore(deps): bump the other-minor-patch group with 6 updates (#55)
Bumps the other-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.48.1` | `7.52.7` | | [dprint](https://github.com/dprint/dprint) | `0.47.6` | `0.49.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.2` | `4.19.4` | | [turbo](https://github.com/vercel/turborepo) | `2.3.3` | `2.5.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.3` | | [@apify/consts](https://github.com/apify/apify-shared-js) | `2.38.0` | `2.41.0` | Updates `@microsoft/api-extractor` from 7.48.1 to 7.52.7 - [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.7/apps/api-extractor) Updates `dprint` from 0.47.6 to 0.49.1 - [Release notes](https://github.com/dprint/dprint/releases) - [Commits](dprint/dprint@0.47.6...0.49.1) Updates `tsx` from 4.19.2 to 4.19.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.19.2...v4.19.4) Updates `turbo` from 2.3.3 to 2.5.3 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](vercel/turborepo@v2.3.3...v2.5.3) Updates `typescript` from 5.7.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](microsoft/TypeScript@v5.7.2...v5.8.3) Updates `@apify/consts` from 2.38.0 to 2.41.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.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: dprint dependency-version: 0.49.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: tsx dependency-version: 4.19.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-minor-patch - dependency-name: turbo dependency-version: 2.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: "@apify/consts" dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Lee <[email protected]>
1 parent 24b8a4c commit a42b9b6

File tree

3 files changed

+262
-249
lines changed

3 files changed

+262
-249
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.48.1",
14+
"@microsoft/api-extractor": "^7.52.7",
1515
"@total-typescript/tsconfig": "^1.0.4",
16-
"dprint": "^0.47.6",
16+
"dprint": "^0.49.1",
1717
"rimraf": "^6.0.1",
1818
"tshy": "^3.0.2",
19-
"tsx": "^4.19.2",
20-
"turbo": "^2.3.3",
21-
"typescript": "^5.7.2"
19+
"tsx": "^4.19.4",
20+
"turbo": "^2.5.3",
21+
"typescript": "^5.8.3"
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.38.0"
50+
"@apify/consts": "^2.41.0"
5151
},
5252
"devDependencies": {
5353
"@systemfsoftware/api-extractor": "workspace:^",

0 commit comments

Comments
 (0)