Skip to content

📦 Bump the all-dependencies group with 4 updates#16161

Merged
vineethkuttan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/all-dependencies-b5bf5e3cc7
May 20, 2026
Merged

📦 Bump the all-dependencies group with 4 updates#16161
vineethkuttan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/all-dependencies-b5bf5e3cc7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the all-dependencies group with 4 updates: ts-jest, @types/react, @expo/spawn-async and @rnx-kit/fork-sync.

Updates ts-jest from 29.4.9 to 29.4.10

Release notes

Sourced from ts-jest's releases.

v29.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.10 (2026-05-18)

Bug Fixes

  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #4774
  • respect tsconfig moduleResolution instead of forcing Node10 (1bffffc)
  • transformer: transpile mjs files from node_modules for CJS mode (96d025d)
  • transformer: use a consistent comparator in hoist-jest sortStatements (8a8fd2f)
Commits
  • 96b3ac0 chore(release): 29.4.10
  • e98ec64 build(deps): update github/codeql-action digest to 458d36d
  • 21ac58f build(deps): update jest packages
  • 0fdc96d build(deps): update dependency semver to ^7.8.0
  • 4b95551 build(deps): update dependency jest-environment-jsdom to ^30.4.1 (#5311)
  • 7b88447 build(deps): update eslint packages to ^8.59.3 (#5310)
  • a82a2b3 fix: rebuild Program when consecutive compiles need different module kinds
  • 6edad68 build(deps): update dependency @​types/node to v20.19.41
  • 8c443a6 build(deps): update google/osv-scanner-action action to v2.3.8
  • 3195ba6 build(deps): bump @​babel/plugin-transform-modules-systemjs in /website
  • Additional commits viewable in compare view
Attestation changes

This version has no provenance attestation, while the previous version (29.4.9) was attested. Review the package versions before updating.


Updates @types/react from 19.2.14 to 19.2.15

Commits

Updates @expo/spawn-async from 1.7.2 to 1.8.0

Release notes

Sourced from @​expo/spawn-async's releases.

v1.8.0

Changes

  • stdout and stderr are now getters that will concatenate strings on demand from collected stdout/stderr chunks (#55)
  • maxBuffer may now be passed to set a limit for how many characters/bytes are accepted on stdout/stderr. The command aborts and an error is thrown when this limit is exceeded (#55)

Fixes

  • spawnAsync prevents exceeding maximum V8 string length and exposes a cut-off stdout and stderr on the corresponding error when the maximum string length is exceeded (#55)

Dependencies

Commits
  • 5a3013e v1.8.0
  • 1b05ba2 chore: Bump to cross-spawn@^7.0.6
  • 350383c hotfix: Post-review cleanups for #55
  • 0a6de17 fix: Add maxBuffer option and enforce MAX_STRING_LENGTH on stdout and `...
  • 77e5ef5 Bump micromatch from 4.0.5 to 4.0.8
  • 8c1c4e1 Bump picomatch from 2.3.1 to 2.3.2
  • c7fd23c Bump minimatch from 3.1.2 to 3.1.5
  • 18ac30a Bump js-yaml from 3.14.1 to 3.14.2
  • 02ae7e6 Bump cross-spawn from 7.0.3 to 7.0.5
  • 2482482 Bump braces from 3.0.2 to 3.0.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by philpl, a new releaser for @​expo/spawn-async since your current version.


Updates @rnx-kit/fork-sync from 0.4.1 to 0.4.2

Release notes

Sourced from @​rnx-kit/fork-sync's releases.

@​rnx-kit/fork-sync@​0.4.2

Patch Changes

  • f41748c: Handle empty changes and autoupdate tags in sync config
Changelog

Sourced from @​rnx-kit/fork-sync's changelog.

0.4.2

Patch Changes

  • f41748c: Handle empty changes and autoupdate tags in sync config
Commits

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 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
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/16161)

Bumps the all-dependencies group with 4 updates: [ts-jest](https://github.com/kulshekhar/ts-jest), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@expo/spawn-async](https://github.com/expo/spawn-async) and [@rnx-kit/fork-sync](https://github.com/microsoft/rnx-kit/tree/HEAD/incubator/fork-sync).


Updates `ts-jest` from 29.4.9 to 29.4.10
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.9...v29.4.10)

Updates `@types/react` from 19.2.14 to 19.2.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@expo/spawn-async` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/expo/spawn-async/releases)
- [Commits](expo/spawn-async@v1.7.2...v1.8.0)

Updates `@rnx-kit/fork-sync` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/incubator/fork-sync/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/fork-sync@0.4.2/incubator/fork-sync)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.4.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@expo/spawn-async"
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rnx-kit/fork-sync"
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 23:38
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 19, 2026
@vineethkuttan vineethkuttan merged commit 1a4ac57 into main May 20, 2026
32 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/all-dependencies-b5bf5e3cc7 branch May 20, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant