Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2025

Bumps the other-minor-patch group with 6 updates:

Package From To
@microsoft/api-extractor 7.48.1 7.52.7
dprint 0.47.6 0.49.1
tsx 4.19.2 4.19.4
turbo 2.3.3 2.5.3
typescript 5.7.2 5.8.3
@apify/consts 2.38.0 2.41.0

Updates @microsoft/api-extractor from 7.48.1 to 7.52.7

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.52.7

Thu, 01 May 2025 15:11:33 GMT

Patches

  • Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using reportVariants (GitHub #4775)

7.52.6

Thu, 01 May 2025 00:11:12 GMT

Version update only

7.52.5

Mon, 21 Apr 2025 22:24:25 GMT

Version update only

7.52.4

Thu, 17 Apr 2025 00:11:21 GMT

Patches

  • Update documentation for extends

7.52.3

Fri, 04 Apr 2025 18:34:35 GMT

Patches

  • Add support for customizing which TSDoc tags appear in API reports

7.52.2

Tue, 25 Mar 2025 15:11:15 GMT

Version update only

7.52.1

Tue, 11 Mar 2025 02:12:34 GMT

Version update only

7.52.0

Tue, 11 Mar 2025 00:11:25 GMT

Minor changes

  • Upgrade the bundled compiler engine to TypeScript 5.8.2

7.51.1

Sat, 01 Mar 2025 05:00:09 GMT

... (truncated)

Commits
  • e986cc5 Bump versions [skip ci]
  • feeaf5d Update changelogs [skip ci]
  • 54c83b6 [api-extractor] Correctly omit declarations associated with an entity whose r...
  • e441254 Bump versions [skip ci]
  • 18b72e4 Update changelogs [skip ci]
  • 7cdf4eb Bump decoupled local dependencies. (#5208)
  • f252d64 Bump versions [skip ci]
  • e4b9697 Update changelogs [skip ci]
  • f2616c0 [ts-command-line] Remove deprecations and perform updates planned for the nex...
  • 3075e2c Bump versions [skip ci]
  • Additional commits viewable in compare view

Updates dprint from 0.47.6 to 0.49.1

Release notes

Sourced from dprint's releases.

0.49.1

Changes

Please cargo install with --locked though.

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip 2d787c677d9c703a2df20895cde8fe2cfa2ad565926371433c90c12a6a0cf856
dprint-aarch64-apple-darwin.zip e8d0da82dd56ea629519e250ad54f084c4a0a1c42cfc4680d73d9f31be21c849
dprint-x86_64-pc-windows-msvc.zip cd4587bb010fd539de1b4d8c8f74bb7100994e2fdaf4e04747b96ee570daf564
dprint-x86_64-pc-windows-msvc-installer.exe 5b6c40e7853e961fdc4dcc61e95b47ff8520a36cd384bcab84fc365b0452d479
dprint-x86_64-unknown-linux-gnu.zip 06c9eb656c8021f03e75620d391304de29ad540ee714bd23f91243370ac4435c
dprint-x86_64-unknown-linux-musl.zip 9f7ee660fddba51780552ec487d720eb2f24fb749bfb2412439f62b845a97a2e
dprint-aarch64-unknown-linux-gnu.zip e6fd968303fe842ab8dd5c83e847351d6f83322da4691797c78f6e84241f7c80
dprint-aarch64-unknown-linux-musl.zip 4316c69f5fef26f3ab08cd9ea25555b626f7cbec05ed9f3b17516173256dd22b
dprint-riscv64gc-unknown-linux-gnu.zip 60ba95d4335d09f72a280e77985b5d2719654dbffb0922a9dd5f58a8110c3831

0.49.0

Changes

  • feat: add ability to ignore all or some TLS certificates (#960)
  • feat: support resolving paths to home directory (#937)
  • fix: error in more cases when cannot pre-allocate (#957)
  • fix(lsp): debug log duration of format request (#952)

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip 56e99ab1da9f8b2424830e8f7220f6a125b784556871cbe689d1d351ad57258f
dprint-aarch64-apple-darwin.zip 6772b452179a7142710860a8da8d8ec112b84c1b4dd5a7e4458c759c44b76751
dprint-x86_64-pc-windows-msvc.zip 6aaf465e4b34e4da1f2fd54297bc31e64d6a2ec93a30dbad8ebd3a6f4f16974c
dprint-x86_64-pc-windows-msvc-installer.exe e6dd1437f73dc237104159cae3f596f817ed9d41bd7d138a5d235c912b596543
dprint-x86_64-unknown-linux-gnu.zip fa10179ea9272045882b831f10a39e19255abf197d075cd3646aff15fffe227d
dprint-x86_64-unknown-linux-musl.zip 0ff81f810da037e6fff7d326daf196eac82c72953bc10c9ae3673b2f45367763
dprint-aarch64-unknown-linux-gnu.zip 7c7d45fda8f1f0d0e99a4771ff55c639715e5e4b0939dc9160ed8466de63683e
dprint-aarch64-unknown-linux-musl.zip 53e98e812cf1bc0cca7e0e48cc0346217f064d8d45d6c53daf6eb0d83fa47f83
dprint-riscv64gc-unknown-linux-gnu.zip 71b941ae78f9a83ace40a2c5a88f4d8fb49881f32c75144fb67d685e2001b1ad

... (truncated)

Commits

Updates tsx from 4.19.2 to 4.19.4

Release notes

Sourced from tsx's releases.

v4.19.4

4.19.4 (2025-04-29)

Bug Fixes


This release is also available on:

v4.19.3

4.19.3 (2025-02-19)

Bug Fixes

  • upgrade esbuild to ~0.25.0 to address vuln report (#698) (e04e6c6)

This release is also available on:

Commits

Updates turbo from 2.3.3 to 2.5.3

Release notes

Sourced from turbo's releases.

Turborepo v2.5.3

What's Changed

Docs

Examples

Changelog

New Contributors

... (truncated)

Commits

Updates typescript from 5.7.2 to 5.8.3

Release notes

Sourced from typescript's releases.

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • 83dc0bb Convert release publishing inputs into parameters (#61523)
  • ba663f6 Exclude completions of binding pattern variable initializers (#52723)
  • 7205eda Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...
  • 89c572c Fixed a symbol display crash on expando members write locations (#55478)
  • 7b26d2e Fix incorrect name in new release pipeline (#61514)
  • c7a559e Add new release publisher yaml (#61491)
  • 29e6d66 Fix lib.includes('dom') check in containerSeemsToBeEmptyDomElement (#61481)
  • 19b7772 Bump the github-actions group with 4 updates (#61474)
  • 4dc677b Fix errors on type assertions in erasableSyntaxOnly (#61452)
  • ee3dd72 fix(60908): Unexpected "'Type' is declared but its value is never read." erro...
  • Additional commits viewable in compare view

Updates @apify/consts from 2.38.0 to 2.41.0

Release notes

Sourced from @​apify/consts's releases.

@​apify/consts@​2.41.0

2.41.0 (2025-04-30)

Features

  • consts: add user env vars for tiered pricing (#511) (ef3b493)

@​apify/consts@​2.40.0

2.40.0 (2025-04-14)

Features

  • add FOLLOW_USER_SETTING to generalAccess enum (#510) (06d06fc)

@​apify/consts@​2.39.0

2.39.0 (2025-04-08)

Features

Changelog

Sourced from @​apify/consts's changelog.

apify-shared monorepo

apify-shared is now an independently versioned monorepo.

This file is generated.

See the changelogs of each package:

package version changelog
@apify/consts 2.41.0 CHANGELOG
@apify/datastructures 2.0.3 CHANGELOG
@apify/dummy-package-for-testing 2.2.0 CHANGELOG
@apify/git 2.1.4 CHANGELOG
@apify/image_proxy_client 2.0.3 CHANGELOG
@apify/input_schema 3.14.1 CHANGELOG
@apify/input_secrets 1.1.72 CHANGELOG
@apify/log 2.5.18 CHANGELOG
@apify/markdown 3.0.21 CHANGELOG
@apify/payment_qr_codes 0.2.1 CHANGELOG
@apify/pseudo_url 2.0.59 CHANGELOG
@apify/timeout 0.3.2 CHANGELOG
@apify/utilities 2.15.5 CHANGELOG
Commits
  • e98bc7a chore: release [skip ci]
  • ef3b493 feat(consts): add user env vars for tiered pricing (#511)
  • 7428f4d chore(deps): lock file maintenance
  • 432e403 chore(deps): lock file maintenance
  • bbb7695 chore(deps): lock file maintenance
  • 78b6b3c chore(deps): lock file maintenance
  • 37169fc chore(deps): lock file maintenance
  • d76dd30 chore(deps): lock file maintenance
  • 19be6c1 chore(deps): lock file maintenance
  • 7c5e5f8 chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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/consts@2.38.0...@apify/consts@2.41.0)

---
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] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2025

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@ryanleecode ryanleecode merged commit a42b9b6 into master May 9, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/other-minor-patch-4a7c55723d branch May 9, 2025 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants