Skip to content
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

Update dependency @react-native-community/netinfo to v11 #19

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-native-community/netinfo 6.0.0 -> 11.3.1 age adoption passing confidence

Release Notes

react-native-netinfo/react-native-netinfo (@​react-native-community/netinfo)

v11.3.1

Compare Source

Bug Fixes
  • update nativeInterface default export to support bridgeless mode (#​717) (950410b)

v11.3.0

Compare Source

Features

11.2.1 (2023-12-12)

Bug Fixes

v11.2.1

Compare Source

Bug Fixes

v11.2.0

Compare Source

Features

11.1.1 (2023-11-29)

Bug Fixes
  • internetReachability aborts handle cancel correctly (#​700) (0a36296)

v11.1.1

Compare Source

Bug Fixes
  • internetReachability aborts handle cancel correctly (#​700) (0a36296)

v11.1.0

Compare Source

Features
  • add useNetInfoInstance - a non singleton-state hook to manage configs / events independently (#​687) (ca4c586)

11.0.1 (2023-11-07)

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

  • feat(android)!: specify export mode on BroadcastReceivers, requires compileSdk 33+ (#​692) (a5864cc), closes #​692
BREAKING CHANGES
    • compileSdk minimum is now 33
  • windows SDK minimum bumped to 10.0.17763.0 for current react-native-windows

v10.0.0

Compare Source

BREAKING CHANGES
  • netinfo now requires AbortController, node v16 / edge required
    it will likely not work on internet explorer from this version onwards

v9.5.0

Compare Source

Features
  • add optional reachabilityHeaders param to NetInfoConfiguration (#​673) (0cbf067)

9.4.2 (2023-11-01)

Bug Fixes
  • types: add optional isWifiEnabled boolean to NetInfoUnknownState + NetInfoDisconnectedState (#​680) (46c4c71)

9.4.1 (2023-06-29)

Bug Fixes
  • android: making rn >= 73 support also compatible with rn <= 66 (#​676) (0c053eb)

v9.4.2

Compare Source

Bug Fixes
  • types: add optional isWifiEnabled boolean to NetInfoUnknownState + NetInfoDisconnectedState (#​680) (46c4c71)

v9.4.1

Compare Source

Bug Fixes
  • android: making rn >= 73 support also compatible with rn <= 66 (#​676) (0c053eb)

v9.4.0

Compare Source

Features

9.3.11 (2023-06-29)

Bug Fixes

9.3.10 (2023-05-05)

Bug Fixes
  • web: verify window exists before attempting to access navigator (#​666) (60b99f2)

9.3.9 (2023-04-06)

Bug Fixes

9.3.8 (2023-03-29)

Bug Fixes
  • windows: fix crash in GetCellularGeneration for some LTE network adapters (#​660) (7e1c7fb)

9.3.7 (2022-11-28)

Bug Fixes

9.3.6 (2022-10-26)

Bug Fixes

9.3.5 (2022-10-15)

Bug Fixes

9.3.4 (2022-10-05)

Bug Fixes

9.3.3 (2022-10-02)

Bug Fixes
  • macCatalyst: add compilation conditionals for macCatalyst (#​629) (8e4cace)

9.3.2 (2022-09-25)

Bug Fixes
  • android, vpn: ensure downlink >= 0 for internetReachable to be true on vpn (#​624) (20c2cd2)

9.3.1 (2022-09-18)

Bug Fixes
  • tests, mock: allow mocking netinfostate type for testing (#​619) (956bceb)

v9.3.11

Compare Source

Bug Fixes

v9.3.10

Compare Source

Bug Fixes
  • web: verify window exists before attempting to access navigator (#​666) (60b99f2)

v9.3.9

Compare Source

Bug Fixes

v9.3.8

Compare Source

Bug Fixes
  • windows: fix crash in GetCellularGeneration for some LTE network adapters (#​660) (7e1c7fb)

v9.3.7

Compare Source

Bug Fixes

v9.3.6

Compare Source

Bug Fixes

v9.3.5

Compare Source

Bug Fixes

v9.3.4

Compare Source

Bug Fixes

v9.3.3

Compare Source

Bug Fixes
  • macCatalyst: add compilation conditionals for macCatalyst (#​629) (8e4cace)

v9.3.2

Compare Source

Bug Fixes
  • android, vpn: ensure downlink >= 0 for internetReachable to be true on vpn (#​624) (20c2cd2)

v9.3.1

Compare Source

Bug Fixes

v9.3.0

Compare Source

Features

v9.2.0

Compare Source

Features
  • add support for reachabilityMethod to specify GET or HEAD (#​610) (3f5badd)

v9.1.0

Compare Source

Features
  • add parameter useNativeReachability to optionally choose non-native reachability test (#​609) (9b02cac)

v9.0.0

Compare Source

  • fix(windows)!: change WindowsTargetPlatformVersion to 10.0 / drop arm32 / drop rnw < 0.63 (#​603) (16d6568), closes #​603
BREAKING CHANGES
  • needs react-native-windows 0.63+ and MSVC build tools v142+ (Visual Studio 2019+), drop arm32

8.3.1 (2022-05-30)

Bug Fixes
  • web: removeListeners should actually remove listeners (#​600) (60e9e38)

v8.3.1

Compare Source

Bug Fixes
  • web: removeListeners should actually remove listeners (#​600) (60e9e38)

v8.3.0

Compare Source

Features

v8.2.0

Compare Source

Features

v8.1.0

Compare Source

Features
  • windows, ip-address: add ipAddress info to windows details (#​581) (11f3e3b)

v8.0.0

Compare Source

  • fix(CHANGELOG)!: note that v7.1.12 is breaking if you have wifi SSID permission (#​574) (99072e0), closes #​574
BREAKING CHANGES
  • it's possible this is a breaking change, depending on your app use case. If you relied on iOS SSID information and met Apple's strict criteria for accessing SSID, you need to set the new config value shouldFetchWiFiSSID to true. If you set it to true and do not meet the criteria your app may crash due to a memory leak. All versions prior to 7.1.12 would attempt to fetch the information regardless of permission, leak memory, and possibly crash. This change avoids that crash.

7.1.12 (2022-02-09)

BREAKING CHANGE NOTICE - it's possible this is a breaking change, depending on your app use case. If you relied on iOS SSID information and met Apple's strict criteria for accessing SSID, you need to set the new config value shouldFetchWiFiSSID to true. If you set it to true and do not meet the criteria your app may crash due to a memory leak. All versions prior to 7.1.12 would attempt to fetch the information regardless of permission, leak memory, and possible crash. This change avoids that crash.

Bug Fixes

7.1.11 (2022-02-08)

Bug Fixes
  • windows: fix race condition in WiFi connection details feature (#​568) (0cd8132)

7.1.10 (2022-02-07)

Bug Fixes
  • android: use registerDefaultNetworkCallback so toggling airplane mode works (#​571) (e8af2de)

7.1.9 (2022-01-26)

Bug Fixes
  • android: count native listeners / correctly disable listener if count == 0 (#​569) (5ae16f6)

7.1.8 (2022-01-25)

Bug Fixes
  • windows: refactor implementation to avoid crashes (#​564) (cc4bfa3)

7.1.7 (2021-12-20)

Bug Fixes
  • android: populate network value during initial module startup (#​553) (c05080f)

7.1.6 (2021-12-13)

Bug Fixes

7.1.5 (2021-12-09)

Bug Fixes

7.1.4 (2021-12-07)

Bug Fixes

7.1.3 (2021-11-29)

Bug Fixes
  • web, isConnected: Return actual connection state even if network type is 'unknown' (#​544) (36d6dc9)

7.1.2 (2021-11-17)

Bug Fixes
  • jest, mock: addEventListener returns a function to match API (#​529) (82ca2ad)

7.1.1 (2021-11-17)

Bug Fixes

v7.1.12

Compare Source

BREAKING CHANGE NOTICE - it's possible this is a breaking change, depending on your app use case. If you relied on iOS SSID information and met Apple's strict criteria for accessing SSID, you need to set the new config value shouldFetchWiFiSSID to true. If you set it to true and do not meet the criteria your app may crash due to a memory leak. All versions prior to 7.1.12 would attempt to fetch the information regardless of permission, leak memory, and possible crash. This change avoids that crash.

Bug Fixes

v7.1.11

Compare Source

Bug Fixes
  • windows: fix race condition in WiFi connection details feature (#​568) (0cd8132)

v7.1.10

Compare Source

Bug Fixes
  • android: use registerDefaultNetworkCallback so toggling airplane mode works (#​571) (e8af2de)

v7.1.9

Compare Source

Bug Fixes
  • android: count native listeners / correctly disable listener if count == 0 (#​569) (5ae16f6)

v7.1.8

Compare Source

Bug Fixes
  • windows: refactor implementation to avoid crashes (#​564) (cc4bfa3)

v7.1.7

Compare Source

Bug Fixes
  • android: populate network value during initial module startup (#​553) (c05080f)

v7.1.6

Compare Source

Bug Fixes

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes

v7.1.3

Compare Source

Bug Fixes
  • web, isConnected: Return actual connection state even if network type is 'unknown' (#​544) (36d6dc9)

v7.1.2

Compare Source

Bug Fixes
  • jest, mock: addEventListener returns a function to match API (#​529) (82ca2ad)

v7.1.1

Compare Source

BREAKING CHANGE NOTICE - it's possible this is a breaking change, depending on your app use case. If you relied on iOS SSID information and met Apple's strict criteria for accessing SSID, you need to set the new config value shouldFetchWiFiSSID to true. If you set it to true and do not meet the criteria your app may crash due to a memory leak. All versions prior to 7.1.12 would attempt to fetch the information regardless of permission, leak memory, and possible crash. This change avoids that crash.

Bug Fixes

v7.1.0

Compare Source

Features
  • android, native: make native API public for mixed-native use (#​524) (96b8d2f)

v7.0.0

Compare Source

BREAKING CHANGES
  • Drop support for react-native-windows 0.61 and lower. Update to RNW 0.62 or higher

6.2.1 (2021-11-15)

Bug Fixes

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Features

6.1.1 (2021-11-13)

Bug Fixes
  • android: declare java 1.8 feature usage so assembleInstrumentedTest builds work (#​466) (48d4364)

v6.1.1

Compare Source

Bug Fixes
  • android: declare java 1.8 feature usage so assembleInstrumentedTest builds work (#​466) (48d4364)

v6.1.0

Compare Source

Features
  • reachability test may be enabled/disabled via user-supplied function (#​513) (83c1e0d)

6.0.6 (2021-11-04)

Bug Fixes
  • windows, crash: try/catch fetching network profile, new windows example app (#​511) (ef3ac76), closes #​454

6.0.5 (2021-11-03)

Bug Fixes
  • jest: mock return value not resolve value for useNetInfo mock (#​515) (cfde0aa)

6.0.4 (2021-10-22)

Bug Fixes
  • android: use ConnectivityManager directly, drop androidx dependency (#​509) (2569f56)

6.0.3 (2021-10-22)

Bug Fixes
  • android, jcenter: remove jcenter dependency / update example (#​500) (94c5398)

6.0.2 (2021-09-03)

Bug Fixes
  • ios: remove iOS listener stubs added for RN0.65 compat, they caused a regression (#​493) (a52b0a5)

6.0.1 (2021-08-24)

Bug Fixes

v6.0.6

Compare Source

Bug Fixes
  • windows, crash: try/catch fetching network profile, new windows example app (#​511) (ef3ac76), closes #​454

v6.0.5

Compare Source

Bug Fixes
  • jest: mock return value not resolve value for useNetInfo mock (#​515) (cfde0aa)

v6.0.4

Compare Source

Bug Fixes
  • android: use ConnectivityManager directly, drop androidx dependency (#​509) (2569f56)

v6.0.3

Compare Source

Bug Fixes
  • android, jcenter: remove jcenter dependency / update example (#​500) (94c5398)

v6.0.2

Compare Source

Bug Fixes
  • ios: remove iOS listener stubs added for RN0.65 compat, they caused a regression (#​493) (a52b0a5)

v6.0.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-native-community-netinfo-11.x branch 2 times, most recently from b536c9b to c36b303 Compare November 8, 2023 13:53
@renovate renovate bot force-pushed the renovate/react-native-community-netinfo-11.x branch 2 times, most recently from ba737a9 to 0ec2da2 Compare December 5, 2023 16:54
@renovate renovate bot force-pushed the renovate/react-native-community-netinfo-11.x branch from 0ec2da2 to 8222a68 Compare December 13, 2023 00:28
@renovate renovate bot force-pushed the renovate/react-native-community-netinfo-11.x branch from 8222a68 to 441375d Compare February 14, 2024 22:53
@renovate renovate bot force-pushed the renovate/react-native-community-netinfo-11.x branch from 441375d to fb6a672 Compare February 27, 2024 19:21
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.

None yet

0 participants