Skip to content

Commit e619c84

Browse files
chore(deps): bump the other-minor-patch group across 1 directory with 7 updates
Bumps the other-minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.52.7` | `7.53.3` | | [dprint](https://github.com/dprint/dprint) | `0.49.1` | `0.50.2` | | [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` | | [tshy](https://github.com/isaacs/tshy) | `3.0.2` | `3.0.3` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.4` | `4.20.6` | | [turbo](https://github.com/vercel/turborepo) | `2.5.3` | `2.6.0` | | [@apify/consts](https://github.com/apify/apify-shared-js) | `2.41.0` | `2.47.0` | Updates `@microsoft/api-extractor` from 7.52.7 to 7.53.3 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.53.3/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 `rimraf` from 6.0.1 to 6.1.0 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v6.0.1...v6.1.0) Updates `tshy` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/isaacs/tshy/blob/main/CHANGELOG.md) - [Commits](isaacs/tshy@v3.0.2...v3.0.3) Updates `tsx` from 4.19.4 to 4.20.6 - [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.6) Updates `turbo` from 2.5.3 to 2.6.0 - [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.6.0) Updates `@apify/consts` from 2.41.0 to 2.47.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.53.3 dependency-type: direct:development update-type: version-update:semver-minor 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: rimraf dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: tshy dependency-version: 3.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-minor-patch - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: turbo dependency-version: 2.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-minor-patch - dependency-name: "@apify/consts" dependency-version: 2.47.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 e619c84

File tree

3 files changed

+363
-440
lines changed

3 files changed

+363
-440
lines changed

package.json

Lines changed: 6 additions & 6 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.53.3",
1515
"@total-typescript/tsconfig": "^1.0.4",
16-
"dprint": "^0.49.1",
17-
"rimraf": "^6.0.1",
18-
"tshy": "^3.0.2",
19-
"tsx": "^4.19.4",
20-
"turbo": "^2.5.3",
16+
"dprint": "^0.50.2",
17+
"rimraf": "^6.1.0",
18+
"tshy": "^3.0.3",
19+
"tsx": "^4.20.6",
20+
"turbo": "^2.6.0",
2121
"typescript": "^5.8.3"
2222
},
2323
"packageManager": "[email protected]+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.47.0"
5151
},
5252
"devDependencies": {
5353
"@systemfsoftware/api-extractor": "workspace:^",

0 commit comments

Comments
 (0)