Skip to content

Commit 5f8619e

Browse files
chore(deps): bump the other-minor-patch group across 1 directory with 5 updates
Bumps the other-minor-patch group with 5 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.13` | | [dprint](https://github.com/dprint/dprint) | `0.49.1` | `0.50.2` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.4` | `4.20.5` | | [turbo](https://github.com/vercel/turborepo) | `2.5.3` | `2.5.6` | | [@apify/consts](https://github.com/apify/apify-shared-js) | `2.41.0` | `2.44.1` | Updates `@microsoft/api-extractor` from 7.52.7 to 7.52.13 - [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.13/apps/api-extractor) Updates `dprint` from 0.49.1 to 0.50.2 - [Release notes](https://github.com/dprint/dprint/releases) - [Commits](dprint/dprint@0.49.1...0.50.2) Updates `tsx` from 4.19.4 to 4.20.5 - [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.5) Updates `turbo` from 2.5.3 to 2.5.6 - [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.6) Updates `@apify/consts` from 2.41.0 to 2.44.1 - [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/consts@2.41.0...@apify/consts@2.44.1) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-version: 7.52.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-minor-patch - dependency-name: dprint dependency-version: 0.50.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: tsx dependency-version: 4.20.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: turbo dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-minor-patch - dependency-name: "@apify/consts" dependency-version: 2.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7197ed2 commit 5f8619e

3 files changed

Lines changed: 255 additions & 243 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"format:check": "dprint check"
1212
},
1313
"devDependencies": {
14-
"@microsoft/api-extractor": "^7.52.7",
14+
"@microsoft/api-extractor": "^7.52.13",
1515
"@total-typescript/tsconfig": "^1.0.4",
16-
"dprint": "^0.49.1",
16+
"dprint": "^0.50.2",
1717
"rimraf": "^6.0.1",
1818
"tshy": "^3.0.2",
19-
"tsx": "^4.19.4",
20-
"turbo": "^2.5.3",
19+
"tsx": "^4.20.5",
20+
"turbo": "^2.5.6",
2121
"typescript": "^5.8.3"
2222
},
2323
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"

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.44.1"
5151
},
5252
"devDependencies": {
5353
"@systemfsoftware/api-extractor": "workspace:^",

0 commit comments

Comments
 (0)