Skip to content

chore(deps): bump the other-minor-patch group across 1 directory with 6 updates #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the other-minor-patch group with 6 updates in the / directory:

Package From To
@microsoft/api-extractor 7.52.7 7.52.10
dprint 0.49.1 0.50.1
tsx 4.19.4 4.20.3
turbo 2.5.3 2.5.5
typescript 5.8.3 5.9.2
@apify/consts 2.41.0 2.43.0

Updates @microsoft/api-extractor from 7.52.7 to 7.52.10

Changelog

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

7.52.10

Fri, 01 Aug 2025 00:12:48 GMT

Patches

  • Upgrades the minimatch dependency from ~3.0.3 to 10.0.3 across the entire Rush monorepo to address a Regular Expression Denial of Service (ReDoS) vulnerability in the underlying brace-expansion dependency.

7.52.9

Wed, 23 Jul 2025 20:55:57 GMT

Version update only

7.52.8

Tue, 13 May 2025 02:09:20 GMT

Patches

  • Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified
Commits
  • 25c9267 Bump versions [skip ci]
  • 60ac227 Update changelogs [skip ci]
  • cd4b4f1 feat: upgrade minimatch to v10.0.3 (#5291)
  • 72fde22 Bump cyclics. (#5284)
  • a40a6e8 Bump versions [skip ci]
  • 44ad66f Update changelogs [skip ci]
  • aabb1ec Bump cyclic dependencies and convert the decoupled-local-node-rig to use flat...
  • fba6858 Bump versions [skip ci]
  • d4e0a6e Update changelogs [skip ci]
  • d9226f8 [api-extractor] Fix error handling when encountering changed APIs (#5226)
  • See full diff in compare view

Updates dprint from 0.49.1 to 0.50.1

Release notes

Sourced from dprint's releases.

0.50.1

Changes

  • fix: update to wasmer v6 (#984)
  • perf: avoid traversing some non-matching directories when providing include globs on the command line (#999)
  • perf: avoid traversing more directories (#1000)

Install

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

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip def8ae0eb100c91df7a3a05ff699c84cac3deb67b6e08ed186d70c669194e031
dprint-aarch64-apple-darwin.zip c92e1a8dddd9bc65391468265b2805cb2317e4490fd777bca2dfaf1ef716ac36
dprint-x86_64-pc-windows-msvc.zip 8102e7f79394cf71f2e9b63ca0cf791dddacc6e118f5a29c1c88777ecea37e3e
dprint-x86_64-pc-windows-msvc-installer.exe 0f66e0c39395985eb28f2a45bb2956298773e006de1eba2924123edaecb55297
dprint-x86_64-unknown-linux-gnu.zip 11d791a5da5178a6d1359f23ea00b2d47426672fe310c5f32da2c66e80e07675
dprint-x86_64-unknown-linux-musl.zip 82ddddc881bf8ec0b4c55e3f835a2dc3d81d8fff39aad79e6b5c017e4dff1d5e
dprint-aarch64-unknown-linux-gnu.zip 54e5d4bd3f186fb8acfcf6e40df15af7e53c12799ed21a1409d133868a66bb40
dprint-aarch64-unknown-linux-musl.zip a3e954bcd8e569812d4bb1f9c8001c9a6802ce38e33c0c0273ac51eb59cf5072
dprint-riscv64gc-unknown-linux-gnu.zip 841120bd28f9d3afdd89bab65a2cb676877c808a460507f1567d97604a111b61

0.50.0

--config-discovery=<mode> flag and environment variable

It's now possible to change the way dprint discovers configuration files by using the --config-discovery flag:

  • --config-discovery=default (default) - Discovers configuration files in the current directory, ancestor directories, and descendant directories while searching for files to format.
  • --config-discovery=ignore-descendants - Discovers configuration files in the current directory and ancestor directories only.
  • --config-discovery=false - Disables all configuration discovery (specify either --config=<path> or --plugins <url-or-path>).

Note this can also be set via the DPRINT_CONFIG_DISCOVERY environment variable (ex. DPRINT_CONFIG_DISCOVERY=false)

Vim key bindings for selections

You can now use k/j for up/down, q to quit, and l to accept.

Install

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

What's Changed

Full Changelog: dprint/dprint@0.49.1...0.50.0

... (truncated)

Commits
  • 087a19c 0.50.1
  • bd55431 perf: avoid traversing more directories (#1000)
  • b37b49a perf: avoid traversing some non-matching directories when providing include g...
  • 4d6d08f docs: change about markup_fmt (#995)
  • 74bc773 fix: update to wasmer v6 (#984)
  • 566b751 0.50.0
  • 1704e87 feat: --config-discovery=ignore-descendants (#983)
  • 024ae19 feat: add --config-discovery=false and DPRINT_CONFIG_DISCOVERY=false (#982)
  • b17130a fix: upgrade crate url to 2.5.4 (#973)
  • 9655354 chore(tests): use ErrorKind::NotFound instead of string (#975)
  • Additional commits viewable in compare view

Updates tsx from 4.19.4 to 4.20.3

Release notes

Sourced from tsx's releases.

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes


This release is also available on:

v4.20.2

4.20.2 (2025-06-12)

Bug Fixes


This release is also available on:

v4.20.1

4.20.1 (2025-06-11)

Bug Fixes

  • json: handle keys with special characters (9bd2546)

This release is also available on:

v4.20.0

4.20.0 (2025-06-11)

Bug Fixes

... (truncated)

Commits
  • dadcf27 fix: revert v4.20 changes
  • 2d1aaee chore: upgrade manten
  • c188268 fix: support ambiguous package (#79)
  • 602f1b1 chore: debug to accept levels (#77)
  • 5172c47 test: log node-pty failure stdout
  • 1e8f17b refactor: node-pty test code
  • 9bd2546 fix(json): handle keys with special characters
  • e97fe67 test: failed pty tests logs
  • 532c50a tests: fix Windows tests
  • ec316d3 feat: support latest Node versions
  • Additional commits viewable in compare view

Updates turbo from 2.5.3 to 2.5.5

Release notes

Sourced from turbo's releases.

Turborepo v2.5.5

What's Changed

Docs

Examples

... (truncated)

Commits
  • f70e972 publish 2.5.5 to registry
  • dd31af9 fix(query): pin to last graphiql version with artifacts (#10685)
  • 8f00a69 refactor: move config file discovery to shared util (#10677)
  • 73f7373 chore(deps-dev): bump eslint from 9.30.1 to 9.31.0 in /examples/non-monorepo ...
  • 9ac8faa chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...
  • 7f11487 fix(examples): update vitest config paths for packages and apps in `with-vite...
  • be6f7ba chore(deps-dev): bump the basic group in /examples/basic with 3 updates (#10673)
  • 5794014 fix: typescript-config export form react-native-web (#10671)
  • 9b4f3d3 chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 5...
  • d560d15 chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 3 u...
  • Additional commits viewable in compare view

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates @apify/consts from 2.41.0 to 2.43.0

Release notes

Sourced from @​apify/consts's releases.

@​apify/consts@​2.43.0

2.43.0 (2025-06-13)

Features

@​apify/consts@​2.42.0

2.42.0 (2025-06-09)

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.43.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.18.1 CHANGELOG
@apify/input_secrets 1.2.2 CHANGELOG
@apify/log 2.5.20 CHANGELOG
@apify/markdown 3.0.26 CHANGELOG
@apify/payment_qr_codes 0.2.1 CHANGELOG
@apify/pseudo_url 2.0.61 CHANGELOG
@apify/timeout 0.3.2 CHANGELOG
@apify/utilities 2.17.0 CHANGELOG
Commits
  • eae301b chore: release [skip ci]
  • 993a146 feat: add MCP server category (#520)
  • e1515c8 chore: update root lock file and changelog [skip ci]
  • 6dc9672 chore: release [skip ci]
  • 7f833f0 chore(internal): Update utilities.ts (#518)
  • 9afd2cd chore: update root lock file and changelog [skip ci]
  • 2b01798 chore: release [skip ci]
  • bcf9f73 feat(internal): Update utilities.ts (#513)
  • 713018b chore: update root lock file and changelog [skip ci]
  • d28745d chore: release [skip ci]
  • 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

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

dependabot bot commented on behalf of github Aug 4, 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.

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.

0 participants