Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Removes @react-native-community/cli. It's no longer used after updating ancestor dependencies @react-native-community/cli, @react-native-community/datetimepicker and react-native. These dependencies need to be updated together.

Removes @react-native-community/cli

Updates @react-native-community/datetimepicker from 2.6.2 to 8.5.0

Release notes

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

v8.5.0

8.5.0 (2025-10-26)

Features

  • remove deprecated react native api usages (#950) (1ff05e1)

v8.4.7

8.4.7 (2025-10-26)

Bug Fixes

v8.4.6

8.4.6 (2025-10-26)

This release is burned. It can't be used.

v8.4.5

8.4.5 (2025-09-13)

Bug Fixes

  • android: remove deprecated activity getter (#1003) (f4b046a)

This release is also available on:

v8.4.4

8.4.4 (2025-08-08)

Bug Fixes

  • ios: remove potential division by zero minute interval (#997) (e65a5d3)

This release is also available on:

... (truncated)

Changelog

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

8.5.0 (2025-10-26)

Features

  • remove deprecated react native api usages (#950) (1ff05e1)

8.4.7 (2025-10-26)

Bug Fixes

8.4.6 (2025-10-26)

Bug Fixes

2.6.0

  • Add time picker for Windows #206

2.5.0

  • feat: add minute interval on Android #177

2.4.3

  • Fix TS typings #197
  • document working with dark mode #204

2.4.2

  • Make react-native-windows optional #191

2.4.1

  • allow compiling with xcode 10 #186

2.4.0

  • Add Windows date picker #157
  • Update Example App to RN 0.62.2 #146
  • throw when invalid props are passed to android picker #148
  • Recommend npx pod-install for setup instructions #159

2.3.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​react-native-community/datetimepicker since your current version.


Updates react-native from 0.64.2 to 0.82.1

Release notes

Sourced from react-native's releases.

0.82.1

Fixed

Android specific

iOS specific

  • Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error (068ec39aea by @​chrfalch)

Hermes dSYMS:


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


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.82.0


Hermes dSYMS:

ReactNativeDependencies dSYMs:


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


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.70)

This file contains all changelogs for releases in the 0.60-0.69 range. Please check out the other CHANGELOG-*.md files for newer and older versions.

v0.69.12

Changed

iOS specific

Fixed

Android specific

v0.69.11

Fixed

iOS specific

v0.69.10

Fixed

Android specific

v0.69.9

Changed

iOS specific

Fixed

... (truncated)

Commits
Maintainer changes

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


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…ker and react-native

Removes [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli). It's no longer used after updating ancestor dependencies [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli), [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) and [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native). These dependencies need to be updated together.


Removes `@react-native-community/cli`

Updates `@react-native-community/datetimepicker` from 2.6.2 to 8.5.0
- [Release notes](https://github.com/react-native-datetimepicker/datetimepicker/releases)
- [Changelog](https://github.com/react-native-datetimepicker/datetimepicker/blob/master/CHANGELOG.md)
- [Commits](react-native-datetimepicker/datetimepicker@v2.6.2...v8.5.0)

Updates `react-native` from 0.64.2 to 0.82.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.6x.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.82.1/packages/react-native)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@react-native-community/datetimepicker"
  dependency-version: 8.5.0
  dependency-type: direct:production
- dependency-name: react-native
  dependency-version: 0.82.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 6, 2025
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 javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

1 participant