Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/other-minor-patch-b854e5c2ad
Open

chore(deps): bump the other-minor-patch group across 1 directory with 7 updates#67
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/other-minor-patch-b854e5c2ad

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubNov 3, 2025

Copy link
Copy Markdown
Contributor

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

PackageFromTo
@microsoft/api-extractor7.52.77.53.3
dprint0.49.10.50.2
rimraf6.0.16.1.0
tshy3.0.23.0.3
tsx4.19.44.20.6
turbo2.5.32.6.0
@apify/consts2.41.02.47.0

Updates @microsoft/api-extractor from 7.52.7 to 7.53.3

Changelog

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

7.53.3

Fri, 24 Oct 2025 00:13:38 GMT

Version update only

7.53.2

Wed, 22 Oct 2025 00:57:54 GMT

Version update only

7.53.1

Wed, 08 Oct 2025 00:13:28 GMT

Version update only

7.53.0

Fri, 03 Oct 2025 20:09:59 GMT

Minor changes

  • Normalize import of builtin modules to use the node: protocol.

7.52.15

Tue, 30 Sep 2025 23:57:45 GMT

Version update only

7.52.14

Tue, 30 Sep 2025 20:33:51 GMT

Version update only

7.52.13

Fri, 12 Sep 2025 15:13:07 GMT

Patches

  • Fixes a bug in ExtractorAnalyzer._isExternalModulePath where type import declarations were not resolved.

7.52.12

Thu, 11 Sep 2025 00:22:31 GMT

Version update only

7.52.11

Tue, 19 Aug 2025 20:45:02 GMT

Patches

  • Fix self-package import resolution by removing outDir/declarationDir from compiler options

... (truncated)

Commits

Updates dprint from 0.49.1 to 0.50.2

Release notes

Sourced from dprint's releases.

0.50.2

Changes

Install

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

Checksums

ArtifactSHA-256 Checksum
dprint-x86_64-apple-darwin.zip61becbf8d1b16540e364a4f00be704266ae322ee0ff3ba66a4a21033f66a8d55
dprint-aarch64-apple-darwin.zipf534bcc054947ab2a42c069b5f6027914d252729bd15c1109812313b35a662a5
dprint-x86_64-pc-windows-msvc.zip2dbdb57106818acd930a00bc0c2c33370bd4c7265f78a6cda000e3621f2d3c1c
dprint-x86_64-pc-windows-msvc-installer.exe0b2dab815dd68501b7418831157a907a4db89b84b623a71c1deb486a08244b83
dprint-x86_64-unknown-linux-gnu.zip95c7e633a67531ffc4990c152d59ed0802e1c0caf7e27e424e9cea9ef3d499d4
dprint-x86_64-unknown-linux-musl.zip4b0e7911262049ccb8e1ac5968bf7a66dc490968fe1552a123bb2d6dadf2ad95
dprint-aarch64-unknown-linux-gnu.zip039d4dca4360cb6622a2b56c3fc29ea71c356cd954e0b9566bff1a70e75beda8
dprint-aarch64-unknown-linux-musl.zipa4982964a68aefc2720b4c79c51a57e49b32f8944c1641fd9e714503fcf01847
dprint-riscv64gc-unknown-linux-gnu.zip6918c45b0070da1da137fa328c7ca82133c6ab0b49a651fa53513305611fe3a8

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

ArtifactSHA-256 Checksum
dprint-x86_64-apple-darwin.zipdef8ae0eb100c91df7a3a05ff699c84cac3deb67b6e08ed186d70c669194e031
dprint-aarch64-apple-darwin.zipc92e1a8dddd9bc65391468265b2805cb2317e4490fd777bca2dfaf1ef716ac36
dprint-x86_64-pc-windows-msvc.zip8102e7f79394cf71f2e9b63ca0cf791dddacc6e118f5a29c1c88777ecea37e3e
dprint-x86_64-pc-windows-msvc-installer.exe0f66e0c39395985eb28f2a45bb2956298773e006de1eba2924123edaecb55297
dprint-x86_64-unknown-linux-gnu.zip11d791a5da5178a6d1359f23ea00b2d47426672fe310c5f32da2c66e80e07675
dprint-x86_64-unknown-linux-musl.zip82ddddc881bf8ec0b4c55e3f835a2dc3d81d8fff39aad79e6b5c017e4dff1d5e
dprint-aarch64-unknown-linux-gnu.zip54e5d4bd3f186fb8acfcf6e40df15af7e53c12799ed21a1409d133868a66bb40
dprint-aarch64-unknown-linux-musl.zipa3e954bcd8e569812d4bb1f9c8001c9a6802ce38e33c0c0273ac51eb59cf5072
dprint-riscv64gc-unknown-linux-gnu.zip841120bd28f9d3afdd89bab65a2cb676877c808a460507f1567d97604a111b61

0.50.0

... (truncated)

Commits

Updates rimraf from 6.0.1 to 6.1.0

Changelog

Sourced from rimraf's changelog.

6.1

  • Move to native fs/promises usage instead of promisifying manually.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript

... (truncated)

Commits
  • 18dc77a 6.1.0
  • 2bd2e62 changelog 6.1
  • 19311cf refactor: switch to native fs.promises
  • 0c437d4 Create separate dir for integration tests
  • 65a3b8a Do not pass unnecessary rest args to fs functions
  • 02b31b7 Use the same ignoreENOENT and fixEPERM utils everywhere
  • c012f4f Mock process.platform with t.intercept
  • c72278a Use tap.intercept to test bin
  • 549d1e8 Configure tap coverage-map
  • a76970b benchmark: add options to filter and compare benchmarks
  • Additional commits viewable in compare view

Updates tshy from 3.0.2 to 3.0.3

Commits

Updates tsx from 4.19.4 to 4.20.6

Release notes

Sourced from tsx's releases.

v4.20.6

4.20.6 (2025-09-26)

Bug Fixes

  • properly hide relaySignal from process.listeners() (#741) (710a424)

This release is also available on:

v4.20.5

4.20.5 (2025-08-24)

Bug Fixes

  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes


This release is also available on:

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes

... (truncated)

Commits
  • 710a424 fix: properly hide relaySignal from process.listeners() (#741)
  • 20b91c4 docs: make sponsors dynamic
  • 08dcd59 chore: move vercel settings to root
  • e6d1a47 docs: obfuscate aside classname
  • de2719d style: remove unused variable
  • 13f2954 chore: upgrade docs deps
  • 0504525 chore: upgrade manten
  • 132fdd8 test: assert require.cache
  • f057e7d test: require loop
  • a6f8f9f refactor: getFormat to handle all formats
  • Additional commits viewable in compare view

Updates turbo from 2.5.3 to 2.6.0

Release notes

Sourced from turbo's releases.

Turborepo v2.6.0

What's Changed

Docs

create-turbo

eslint

Examples

Changelog

New Contributors

... (truncated)

Commits

Updates @apify/consts from 2.41.0 to 2.47.0

Release notes

Sourced from @​apify/consts's releases.

@​apify/consts@​2.47.0

2.47.0 (2025-10-20)

Features

@​apify/consts@​2.46.0

2.46.0 (2025-10-16)

Features

  • consts: add actor permission level env var (#554) (e23b8ec)

@​apify/consts@​2.45.0

2.45.0 (2025-09-24)

Features

@​apify/consts@​2.44.1

2.44.1 (2025-08-11)

Note: Version bump only for package @​apify/consts

@​apify/consts@​2.44.0

2.44.0 (2025-08-06)

Features

  • consts: make terminal statuses array const (#528) (b342a80)

@​apify/consts@​2.43.0

2.43.0 (2025-06-13)

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:

packageversionchangelog
@apify/consts2.47.0CHANGELOG
@apify/datastructures2.0.3CHANGELOG
@apify/dummy-package-for-testing2.2.0CHANGELOG
@apify/git2.1.4CHANGELOG
@apify/image_proxy_client2.0.3CHANGELOG
@apify/input_schema3.23.5CHANGELOG
@apify/input_secrets1.2.11CHANGELOG
@apify/json_schemas0.7.0CHANGELOG
@apify/log2.5.26CHANGELOG
@apify/markdown3.0.35CHANGELOG
@apify/payment_qr_codes0.2.1CHANGELOG
@apify/pseudo_url2.0.67CHANGELOG
@apify/timeout0.3.2CHANGELOG
@apify/utilities2.20.3CHANGELOG
Commits
  • fb2410b chore: release [skip ci]
  • 41adeab feat: add restart on error env var (#546)
  • 7cf6247 chore: update root lock file and changelog [skip ci]
  • 61351d3 chore: release [skip ci]
  • 931ef44 feat(input_schema): Validate regexp patterns (#553)
  • 2c918b4 chore: update root lock file and changelog [skip ci]
  • 6b6b6bb chore: release [skip ci]
  • e23b8ec feat(consts): add actor permission level env var (#554)
  • df75573 chore: update root lock file and changelog [skip ci]
  • 01d7403 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

… 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/consts@2.41.0...@apify/consts@2.47.0)
---
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] <support@github.com>
@dependabot@github

dependabotBot commented on behalf of githubNov 3, 2025

Copy link
Copy Markdown
ContributorAuthor

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.

@dependabot@github

dependabotBot commented on behalf of githubNov 17, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants