Skip to content

chore(deps): bump the minor-updates group across 1 directory with 34 updates - #143

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-updates-d02d06f145
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-updates-d02d06f145

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 34 updates in the / directory:

Package From To
tsdown 0.20.1 0.23.0
react-native 0.83.1 0.87.1
@animo-id/expo-digital-credentials-api 0.4.0 0.5.0
@owf/mdoc 0.6.0 0.8.0
@types/react 19.2.18 19.3.0
@napi-rs/wasm-runtime 1.1.1 1.2.4
@quansync/fs 1.0.0 1.1.0
@react-native/community-cli-plugin 0.83.1 0.87.1
@react-native/debugger-shell 0.83.1 0.87.1
@react-native/gradle-plugin 0.83.1 0.87.1
@react-native/virtualized-lists 0.83.1 0.87.1
@sinclair/typebox 0.27.8 0.27.12
@tybys/wasm-util 0.10.1 0.10.4
baseline-browser-mapping 2.11.21 2.11.25
browserslist 4.28.9 4.29.0
cac 6.7.14 7.0.0
compression 1.8.1 1.8.2
dts-resolver 2.1.3 3.0.0
electron-to-chromium 1.5.424 1.5.431
empathic 2.0.0 2.0.1
exponential-backoff 3.1.2 3.1.3
get-tsconfig 4.13.0 5.0.0-beta.6
hermes-compiler 0.14.0 250829098.0.17
hookable 6.0.1 6.1.2
import-without-cache 0.2.5 0.4.1
is-core-module 2.16.2 2.17.0
joi 17.13.7 17.13.8
node-releases 2.0.54 2.0.56
obug 2.1.1 2.2.1
rolldown-plugin-dts 0.21.8 0.28.6
tinyexec 1.0.2 1.3.1
tinyglobby 0.2.15 0.2.17
unconfig-core 7.4.2 7.5.0
update-browserslist-db 1.3.2 1.3.3

Updates tsdown from 0.20.1 to 0.23.0

Release notes

Sourced from tsdown's releases.

v0.23.0

   🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • rolldown-plugin-dts was upgraded from 0.27.13 to 0.28.5
    • dts.oxc: truedts.generator: 'oxc'
    • dts.tsgo: truedts.generator: 'tsgo'; oxc and tsgo objects now only configure their respective generators
    • dts.volarPluginsdts.customLanguages; rename each language's create hook to createVolarPlugins
    • Custom languages, including vue, now throw when combined with an incompatible generator
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • rolldown-plugin-dts now requires Rolldown 1.2.x
    • Legacy types and typesVersions fallbacks were removed; use TypeScript's bundler, node16, or nodenext module resolution

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits

Updates react-native from 0.83.1 to 0.87.1

Release notes

Sourced from react-native's releases.

0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


... (truncated)

Changelog

Sourced from react-native's changelog.

v0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

v0.87.0

Breaking

  • Appearance: Fix return type of useColorScheme() hook (now ColorSchemeName | null) (ef6463c25d by @​huntie)
  • Appearance: useColorScheme() no longer returns 'unspecified' (this was always the case, but is a breaking type change) (8ac88f481a by @​huntie)
  • CLI: The react-native/core-cli-utils package is no longer published. It remains available in the React Native repo as a reference implementation. (9c3fddf9cd by @​huntie)
  • Hermes: Remove Legacy Hermes from C++ code (f9476256bd by @​cipolleschi)
  • JavaScript API: Deep imports to 'react-native/src/private/...' have been restricted, and are no longer visible to TypeScript. These subpaths still exist, but do not have type coverage. (142b6172a9 by @​huntie)
  • JavaScript API: The NativeDialogManagerAndroid export is removed. (a793d21a7e by @​huntie)
  • JavaScript API: The Touchable root export (undocumented) is removed. If you are extending Touchable as a type, please use ViewProps instead. (6fbf3062f9 by @​huntie)
  • JavaScript API: react-native/rn-get-polyfills is removed — please use react-native/js-polyfills (package) (b6a535afee by @​huntie)
  • Jest: react-native/jest-preset is removed — all projects must now migrate to react-native/jest-preset (package) (9ee21ddd9b by @​huntie)
  • Legacy Architecture: Compile out RuntimeScheduler_Legacy under RCT_REMOVE_LEGACY_ARCH (d205267a5f by @​christophpurrer)
  • LogBox: Set max font scaling in LogBox to avoid layout breaking (4aef2b0126 by @​pchalupa)
  • Node: Require Node.js >= 22.13.0 (a0d39e7a9c by @​huntie)
  • React Native DevTools: Remove support for connecting to the standalone react-devtools package via WebSocket. Use React Native DevTools instead. (f1971caa44 by @​huntie)
  • Renderer: Remove RawPropsKey prefix and suffix (67381e157f by @​javache)
  • Runtime: Remove the SceneTracker module from Libraries/Utilities, stop setting the active scene from AppRegistry.runApplication, and pass the app key as an optional second argument to WrapperComponentProvider (bbb5be9b41 by @​rubennorte)
  • ScrollView: Remove deprecated boolean values support for ScrollView keyboardShouldPersistTaps (5bf3e38db2 by @​zoontek)

... (truncated)

Commits
  • a59eff6 Release 0.87.1
  • 1a6b526 [0.87] Regenerate ReactNativeApi snapshot with CI toolchain
  • dda5dd3 [0.87] Regenerate ReactNativeApi snapshot
  • 476887c Merge remote-tracking branch 'refs/remotes/origin/pr/58052' into 0.87-stable
  • e6e404e Hold an app's spm.modules names to the same rules as a library's (#58060)
  • c951129 Resolve SwiftPM manifest naming collisions (#58044)
  • 33624ce Honor a library's spm.name when scaffolding its Package.swift (#58033)
  • 617a82f Fail with clear error message when a dep depends on an autolinking plugin hos...
  • 5e24a69 Drop the inert publicHeadersPath from spm.modules (#58059)
  • 40af900 Read both export styles from a library's react-native.config.js (#58034)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-native since your current version.


Updates @animo-id/expo-digital-credentials-api from 0.4.0 to 0.5.0

Release notes

Sourced from @​animo-id/expo-digital-credentials-api's releases.

Release 0.5.0

  • chore: set up for trusted publishing (0c89e41)
  • chore: address feedback, suppot multi-entry requests (bf0f38c)
  • chore: some updatesg (a12a9f5)
  • fix: only register doctypes in entitlement (fede214)
  • feat: iOS and org-iso-mdoc protocol support (1ac1b94)
  • Merge pull request #5 from animo/docs/fix-broken-link (4d6312a)
  • docs: fix broken link (0e64c85)
Commits
  • 0c89e41 chore: set up for trusted publishing
  • bf0f38c chore: address feedback, suppot multi-entry requests
  • a12a9f5 chore: some updatesg
  • fede214 fix: only register doctypes in entitlement
  • 1ac1b94 feat: iOS and org-iso-mdoc protocol support
  • 4d6312a Merge pull request #5 from animo/docs/fix-broken-link
  • 0e64c85 docs: fix broken link
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​animo-id/expo-digital-credentials-api since your current version.


Updates @owf/mdoc from 0.6.0 to 0.8.0

Changelog

Sourced from @​owf/mdoc's changelog.

0.8.0

Minor Changes

  • 83900b6: Enforce the age_over_NN limit of ISO/IEC 18013-5 7.2.5, "an mDL reader shall not request more than two age_over_NN data elements", counted per namespace:

    • ItemsRequest.create, and therefore IsoMdocDcApi.createRequest, throws an AgeOverLimitExceededError when more than two are requested in a namespace. A decoded request is not checked, so that a holder can report it.
    • Holder.verifyDeviceRequest and IsoMdocDcApi.parseRequest report the limit through the verification callback, so with the default callback a request for more than two throws a VerificationError.
    • Holder.matchDeviceRequest does not match any credential against a doc request for more than two. The doc request fails with invalidDocRequest: { failure: 'ageOverLimitExceeded', reason } and empty failedCredentials.
    • DeviceResponse.createWithDeviceRequest throws an AgeOverLimitExceededError when a document would disclose more than two distinct age attestations in a namespace. Only what is disclosed counts, so a holder can still answer such a request by selecting at most two of them through elements.
  • 83900b6: Add ISO/IEC TS 18013-7:2025 Annex C (org-iso-mdoc) DC API support: EncryptionInfo, EncryptionParameters, EncryptedResponse and EncryptedResponseData models, optional crypto.hpke context callbacks, and an IsoMdocDcApi API to create/parse requests and create/decrypt/verify encrypted responses.

  • 83900b6: Add four ISO/IEC 18013-5 conformance checks that verification was missing. All four are reported through the existing onCheck callback, so defaultVerificationCallback now throws on responses that previously passed:

    • Key authorizations (9.1.3.4). An mdoc "shall only authenticate response data elements in DeviceNameSpaces if the key it is using for mdoc authentication is authorized to authenticate these elements in the KeyAuthorizations structure in the MSO", and "the mdoc reader shall validate this authorization as part of validating the mdoc authentication". Creating a response only discloses requested device-signed elements the MSO authorizes, including when it has no keyAuthorizations at all: a requested element that can only be answered with an unauthorized value throws a MissingRequestedElementError, and unrequested values in deviceNamespaces are left out.
    • Response status (8.3.2.1.2.3, Table 8). "If the mdoc returns a status code different from 0, it shall not return any documents".
    • Duplicate element identifiers (8.3.2.1.2.2). "The mdoc shall not include two or more IssuerSignedItem elements with the same DataElementIdentifier in a single NameSpace and Document".
    • Document docType (9.3.1). The mdoc reader shall "verify that the DocType in the MSO matches the relevant DocType in the Documents structure". This was only checked when a deviceRequest was passed to DeviceResponse.verify, and is now checked for every document.
  • 83900b6: DeviceResponse.createWithDeviceRequest and IsoMdocDcApi.createResponse select the elements to disclose the same way Holder.matchDeviceRequest matches a credential:

    • A requested element the issuer did not sign, but that the device key is authorized for, is disclosed through the deviceNamespaces of the document. Before, every requested element had to be issuer-signed.
    • A document can pass elements to disclose only some of the requested elements, for instance leaving out the ones the user declined to share. This applies to issuer-signed and device-signed elements alike: only the values in deviceNamespaces of selected requested elements are disclosed and authenticated.
    • A requested element that cannot be disclosed throws a MissingRequestedElementError, and selecting an element the doc request does not ask for throws an InvalidElementSelectionError.
    • Two age_over_NN requests answered with the same age attestation (18013-5 7.2.5) have to be selected together or left out together, as leaving out only one would still disclose its answer. Selecting only one throws an InvalidElementSelectionError. disclosedElementIdentifier on the claims of Holder.matchDeviceRequest shows which requests share an attestation.
    • A credential whose MSO docType is not the docType of the doc request it answers throws a DocTypeMismatchError, instead of producing a document every reader rejects.

    limitDisclosureToDeviceRequestNameSpaces is removed. Use DeviceResponse.createWithDeviceRequest, with elements to disclose a subset of the requested elements.

  • 83900b6: DeviceResponse.createWithDeviceRequest now takes a documents array instead of a single issuerSigned list with one shared device key, so a response can disclose several documents that each bring their own device key and device namespaces. Every document names the doc request it answers through docRequestIndex, so a request may also be answered partially. Holder.createDeviceResponseForDeviceRequest takes the same options.

    await DeviceResponse.createWithDeviceRequest(
      {
        deviceRequest,
        sessionTranscript,
        documents: [{ issuerSigned, docRequestIndex: 0, signature: { signingKey } }],
      },
      ctx
    )
  • 83900b6: Breaking: DeviceResponse.verify, Verifier.verifyDeviceResponse and IsoMdocDcApi.verifyResponse (as verificationResult) now return an object instead of an array. The per document results moved to documents:

    // before

... (truncated)

Commits

Updates @types/react from 19.2.18 to 19.3.0

Commits

Updates @napi-rs/wasm-runtime from 1.1.1 to 1.2.4

Changelog

Sourced from @​napi-rs/wasm-runtime's changelog.

1.2.4 (2026-09-10)

Bug Fixes

1.2.3 (2026-08-12)

Bug Fixes

1.2.2 (2026-07-31)

Performance Improvements

1.2.1 (2026-07-30)

Bug Fixes

  • wasm-runtime: preserve emnapi v1 compatibility (#3426) (856326b)

1.2.0 (2026-07-28)

Features

1.1.6 (2026-06-24)

Note: Version bump only for package @​napi-rs/wasm-runtime

1.1.5 (2026-06-10)

Bug Fixes

  • wasm-runtime: preserve Buffer return values in fs-proxy (#3250) (c70f205)

1.1.4 (2026-04-15)

Bug Fixes

  • wasm-runtime: preserve full bigint values in fs proxy codec (#3233) (0cb8eef)

1.1.3 (2026-04-08)

... (truncated)

Commits

Updates @quansync/fs from 1.0.0 to 1.1.0

Release notes

Sourced from @​quansync/fs's releases.

v1.1.0

   🚀 Features

    View changes on GitHub
Commits

Updates @react-native/community-cli-plugin from 0.83.1 to 0.87.1

Release notes

Sourced from @​react-native/community-cli-plugin's releases.

0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


... (truncated)

Changelog

Sourced from @​react-native/community-cli-plugin's changelog.

v0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

v0.87.0

Breaking

  • Appearance: Fix return type of useColorScheme() hook (now ColorSchemeName | null) (ef6463c25d by @​huntie)
  • Appearance: useColorScheme() no longer returns 'unspecified' (this was always the case, but is a breaking type change) (8ac88f481a by @​huntie)
  • CLI: The react-native/core-cli-utils package is no longer published. It remains available in the React Native repo as a reference implementation. (9c3fddf9cd by @​huntie)
  • Hermes: Remove Legacy Hermes from C++ code (f9476256bd by @​cipolleschi)
  • JavaScript API: Deep imports to 'react-native/src/private/...' have been restricted, and are no longer visible to TypeScript. These subpaths still exist, but do not have type coverage. (142b6172a9 by @​huntie)
  • JavaScript API: The NativeDialogManagerAndroid export is removed. (a793d21a7e by @​huntie)
  • JavaScript API: The Touchable root export (undocumented) is removed. If you are extending Touchable as a type, please use ViewProps instead. (6fbf3062f9 by @​huntie)
  • JavaScript API: react-native/rn-get-polyfills is removed — please use react-native/js-polyfills (package) (b6a535afee by @​huntie)
  • Jest: react-native/jest-preset is removed — all projects must now migrate to react-native/jest-preset (package) (9ee21ddd9b by @​huntie)
  • Legacy Architecture: Compile out RuntimeScheduler_Legacy under RCT_REMOVE_LEGACY_ARCH (d205267a5f by @​christophpurrer)
  • LogBox: Set max font scaling in LogBox to avoid layout breaking (4aef2b0126 by @​pchalupa)
  • Node: Require Node.js >= 22.13.0 (a0d39e7a9c by @​huntie)
  • React Native DevTools: Remove support for connecting to the standalone react-devtools package via WebSocket. Use React Native DevTools instead. (f1971caa44 by @​huntie)
  • Renderer: Remove RawPropsKey prefix and suffix (67381e157f by @​javache)
  • Runtime: Remove the SceneTracker module from Libraries/Utilities, stop setting the active scene from AppRegistry.runApplication, and pass the app key as an optional second argument to WrapperComponentProvider (bbb5be9b41 by @​rubennorte)
  • ScrollView: Remove deprecated boolean values support for ScrollView keyboardShouldPersistTaps (5bf3e38db2 by @​zoontek)

... (truncated)

Commits

…updates

Bumps the minor-updates group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tsdown](https://github.com/rolldown/tsdown) | `0.20.1` | `0.23.0` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.83.1` | `0.87.1` |
| [@animo-id/expo-digital-credentials-api](https://github.com/animo/expo-digital-credentials-api) | `0.4.0` | `0.5.0` |
| [@owf/mdoc](https://github.com/openwallet-foundation-labs/identity-common-ts/tree/HEAD/packages/mdoc) | `0.6.0` | `0.8.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.18` | `19.3.0` |
| [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime) | `1.1.1` | `1.2.4` |
| [@quansync/fs](https://github.com/quansync-dev/fs) | `1.0.0` | `1.1.0` |
| [@react-native/community-cli-plugin](https://github.com/react/react-native/tree/HEAD/packages/community-cli-plugin) | `0.83.1` | `0.87.1` |
| [@react-native/debugger-shell](https://github.com/react/react-native/tree/HEAD/packages/debugger-shell) | `0.83.1` | `0.87.1` |
| [@react-native/gradle-plugin](https://github.com/react/react-native/tree/HEAD/packages/gradle-plugin) | `0.83.1` | `0.87.1` |
| [@react-native/virtualized-lists](https://github.com/react/react-native/tree/HEAD/packages/virtualized-lists) | `0.83.1` | `0.87.1` |
| [@sinclair/typebox](https://github.com/sinclairzx81/sinclair-typebox) | `0.27.8` | `0.27.12` |
| [@tybys/wasm-util](https://github.com/toyobayashi/wasm-util) | `0.10.1` | `0.10.4` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.11.21` | `2.11.25` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.28.9` | `4.29.0` |
| [cac](https://github.com/cacjs/cac) | `6.7.14` | `7.0.0` |
| [compression](https://github.com/expressjs/compression) | `1.8.1` | `1.8.2` |
| [dts-resolver](https://github.com/sxzz/dts-resolver) | `2.1.3` | `3.0.0` |
| [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) | `1.5.424` | `1.5.431` |
| [empathic](https://github.com/lukeed/empathic) | `2.0.0` | `2.0.1` |
| [exponential-backoff](https://github.com/coveooss/exponential-backoff) | `3.1.2` | `3.1.3` |
| [get-tsconfig](https://github.com/privatenumber/get-tsconfig) | `4.13.0` | `5.0.0-beta.6` |
| [hermes-compiler](https://github.com/facebook/hermes) | `0.14.0` | `250829098.0.17` |
| [hookable](https://github.com/unjs/hookable) | `6.0.1` | `6.1.2` |
| [import-without-cache](https://github.com/sxzz/import-without-cache) | `0.2.5` | `0.4.1` |
| [is-core-module](https://github.com/inspect-js/is-core-module) | `2.16.2` | `2.17.0` |
| [joi](https://github.com/hapijs/joi) | `17.13.7` | `17.13.8` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.54` | `2.0.56` |
| [obug](https://github.com/sxzz/obug) | `2.1.1` | `2.2.1` |
| [rolldown-plugin-dts](https://github.com/sxzz/rolldown-plugin-dts) | `0.21.8` | `0.28.6` |
| [tinyexec](https://github.com/tinylibs/tinyexec) | `1.0.2` | `1.3.1` |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.15` | `0.2.17` |
| [unconfig-core](https://github.com/antfu-collective/unconfig/tree/HEAD/core) | `7.4.2` | `7.5.0` |
| [update-browserslist-db](https://github.com/browserslist/update-db) | `1.3.2` | `1.3.3` |



Updates `tsdown` from 0.20.1 to 0.23.0
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.20.1...v0.23.0)

Updates `react-native` from 0.83.1 to 0.87.1
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/react-native)

Updates `@animo-id/expo-digital-credentials-api` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/animo/expo-digital-credentials-api/releases)
- [Commits](animo/expo-digital-credentials-api@0.4.0...0.5.0)

Updates `@owf/mdoc` from 0.6.0 to 0.8.0
- [Release notes](https://github.com/openwallet-foundation-labs/identity-common-ts/releases)
- [Changelog](https://github.com/openwallet-foundation-labs/identity-common-ts/blob/main/packages/mdoc/CHANGELOG.md)
- [Commits](https://github.com/openwallet-foundation-labs/identity-common-ts/commits/mdoc-v0.8.0/packages/mdoc)

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

Updates `@napi-rs/wasm-runtime` from 1.1.1 to 1.2.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Changelog](https://github.com/napi-rs/napi-rs/blob/main/wasm-runtime/CHANGELOG.md)
- [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.2.4/wasm-runtime)

Updates `@quansync/fs` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/quansync-dev/fs/releases)
- [Commits](quansync-dev/fs@v1.0.0...v1.1.0)

Updates `@react-native/community-cli-plugin` from 0.83.1 to 0.87.1
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/community-cli-plugin)

Updates `@react-native/debugger-shell` from 0.83.1 to 0.87.1
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/debugger-shell)

Updates `@react-native/gradle-plugin` from 0.83.1 to 0.87.1
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/gradle-plugin)

Updates `@react-native/virtualized-lists` from 0.83.1 to 0.87.1
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/virtualized-lists)

Updates `@sinclair/typebox` from 0.27.8 to 0.27.12
- [Commits](https://github.com/sinclairzx81/sinclair-typebox/commits/0.27.12)

Updates `@tybys/wasm-util` from 0.10.1 to 0.10.4
- [Commits](https://github.com/toyobayashi/wasm-util/commits)

Updates `baseline-browser-mapping` from 2.11.21 to 2.11.25
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.11.21...v2.11.25)

Updates `browserslist` from 4.28.9 to 4.29.0
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.9...4.29.0)

Updates `cac` from 6.7.14 to 7.0.0
- [Release notes](https://github.com/cacjs/cac/releases)
- [Commits](cacjs/cac@v6.7.14...v7.0.0)

Updates `compression` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](expressjs/compression@v1.8.1...v1.8.2)

Updates `dts-resolver` from 2.1.3 to 3.0.0
- [Release notes](https://github.com/sxzz/dts-resolver/releases)
- [Commits](sxzz/dts-resolver@v2.1.3...v3.0.0)

Updates `electron-to-chromium` from 1.5.424 to 1.5.431
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.424...v1.5.431)

Updates `empathic` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/lukeed/empathic/releases)
- [Commits](lukeed/empathic@v2.0.0...v2.0.1)

Updates `exponential-backoff` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/coveooss/exponential-backoff/releases)
- [Commits](coveooss/exponential-backoff@v3.1.2...v3.1.3)

Updates `get-tsconfig` from 4.13.0 to 5.0.0-beta.6
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](privatenumber/get-tsconfig@v4.13.0...v5.0.0-beta.6)

Updates `hermes-compiler` from 0.14.0 to 250829098.0.17
- [Release notes](https://github.com/facebook/hermes/releases)
- [Commits](facebook/hermes@hermes-v0.14.0...hermes-v250829098.0.17)

Updates `hookable` from 6.0.1 to 6.1.2
- [Release notes](https://github.com/unjs/hookable/releases)
- [Changelog](https://github.com/unjs/hookable/blob/main/CHANGELOG.md)
- [Commits](unjs/hookable@v6.0.1...v6.1.2)

Updates `import-without-cache` from 0.2.5 to 0.4.1
- [Release notes](https://github.com/sxzz/import-without-cache/releases)
- [Commits](sxzz/import-without-cache@v0.2.5...v0.4.1)

Updates `is-core-module` from 2.16.2 to 2.17.0
- [Changelog](https://github.com/inspect-js/is-core-module/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-core-module@v2.16.2...v2.17.0)

Updates `joi` from 17.13.7 to 17.13.8
- [Commits](hapijs/joi@v17.13.7...v17.13.8)

Updates `node-releases` from 2.0.54 to 2.0.56
- [Commits](chicoxyzzy/node-releases@v2.0.54...v2.0.56)

Updates `obug` from 2.1.1 to 2.2.1
- [Release notes](https://github.com/sxzz/obug/releases)
- [Commits](sxzz/obug@v2.1.1...v2.2.1)

Updates `rolldown-plugin-dts` from 0.21.8 to 0.28.6
- [Release notes](https://github.com/sxzz/rolldown-plugin-dts/releases)
- [Commits](sxzz/rolldown-plugin-dts@v0.21.8...v0.28.6)

Updates `tinyexec` from 1.0.2 to 1.3.1
- [Release notes](https://github.com/tinylibs/tinyexec/releases)
- [Commits](tinylibs/tinyexec@1.0.2...1.3.1)

Updates `tinyglobby` from 0.2.15 to 0.2.17
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.17)

Updates `unconfig-core` from 7.4.2 to 7.5.0
- [Release notes](https://github.com/antfu-collective/unconfig/releases)
- [Commits](https://github.com/antfu-collective/unconfig/commits/v7.5.0/core)

Updates `update-browserslist-db` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/browserslist/update-db/releases)
- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)
- [Commits](browserslist/update-db@1.3.2...1.3.3)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: react-native
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@animo-id/expo-digital-credentials-api"
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@owf/mdoc"
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@napi-rs/wasm-runtime"
  dependency-version: 1.2.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@quansync/fs"
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@react-native/community-cli-plugin"
  dependency-version: 0.87.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@react-native/debugger-shell"
  dependency-version: 0.87.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@react-native/gradle-plugin"
  dependency-version: 0.87.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@react-native/virtualized-lists"
  dependency-version: 0.87.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@sinclair/typebox"
  dependency-version: 0.27.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@tybys/wasm-util"
  dependency-version: 0.10.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.25
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: browserslist
  dependency-version: 4.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: cac
  dependency-version: 7.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: compression
  dependency-version: 1.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: dts-resolver
  dependency-version: 3.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: electron-to-chromium
  dependency-version: 1.5.431
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: empathic
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: exponential-backoff
  dependency-version: 3.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: get-tsconfig
  dependency-version: 5.0.0-beta.6
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: hermes-compiler
  dependency-version: 250829098.0.17
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: hookable
  dependency-version: 6.1.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: import-without-cache
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: is-core-module
  dependency-version: 2.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: joi
  dependency-version: 17.13.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: node-releases
  dependency-version: 2.0.56
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: obug
  dependency-version: 2.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: rolldown-plugin-dts
  dependency-version: 0.28.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tinyexec
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tinyglobby
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: unconfig-core
  dependency-version: 7.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: update-browserslist-db
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@changeset-bot

changeset-bot Bot commented Sep 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e20c62a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

This branch has not been deployed

No deployments
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.

0 participants