dcangulo / react-native-outside-press

airbnb/react-outside-click-handler but for React Native.
https://www.npmjs.com/package/react-native-outside-press
MIT License
127 stars 6 forks source link

chore(deps-dev): bump react-native from 0.72.6 to 0.73.1 #324

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps react-native from 0.72.6 to 0.73.1.

Release notes

Sourced from react-native's releases.

0.73.1

Added

  • Add enableNetworkInspector experiment to enable Network panel and CDP handlers in inspector proxy (8ef807bfb2 by @​byCedric)

Changed

Fixed

Android specific

iOS specific


You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

0.73.0

0.73 stable is out!

This release includes over 2259 commits from 68 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.


You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


... (truncated)

Changelog

Sourced from react-native's changelog.

v0.73.1

Added

  • Add enableNetworkInspector experiment to enable Network panel and CDP handlers in inspector proxy (8ef807bfb2 by @​byCedric)

Changed

Fixed

Android specific

iOS specific

v0.73.0

Breaking

Android specific

  • Fix: role="searchbox" should assign "SearchField" trait on iOS (2749fbca9a by @​mdjastrzebski)
  • Renamed FabricMountItem.* files to MountItem.* to better match the name of the struct. (49f1237526)
  • Deleting warnOnLegacyNativeModuleSystemUse (9859fbc2ec by @​philIip)
  • Do not enable excludeYogaFromRawProps feature flag, if you need to pass layout props to Java view managers when using new architecture (88e19c0ce6 by @​zeyap)
  • Default to ignoring cached Metro bundle when offline (2d6106055b by @​motiz88)
  • W3CPointerEvents: change click event from direct to bubbling (61eb9b4453)
  • Fix ReactTextView setPadding applying logic error (d8ced6f895 by @​jcdhlzq)
  • Add view getter on RCTRootView / `RCTFabricSurfaceHostingProxyRootView (33e0521788 by @​zoontek)

... (truncated)

Commits
  • f6b7243 [0.73.1] Bump version numbers
  • e15c784 Remove patch range dependency on @​react-native/community-cli-plugin for react...
  • 8c7fc73 Bump package versions
  • dff11ab chore: bump CLI to 12.3.0
  • a7fc0c6 Fix NSAppTransportSecurity being overwritten during pod install (#41875)
  • 39e8e49 Bump CLI to 12.2.1
  • 92254f9 Fix Binding JNI type (#41657)
  • 63c0acf Update CLI to 12.2
  • 1eb4bf0 [0.73.0] Bump version numbers
  • 6a4b434 [0.73.0-rc.8] Bump version numbers
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Superseded by #332.