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

chore(deps): bump the react-native group in /dev-client with 18 updates #2528

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps the react-native group in /dev-client with 18 updates:

Package From To
react-native 0.75.4 0.76.3
react-native-autocomplete-input 5.4.0 5.5.2
react-native-gesture-handler 2.21.1 2.21.2
react-native-pager-view 6.5.0 6.5.1
react-native-reanimated 3.16.1 3.16.2
react-native-screens 4.1.0 4.3.0
react-native-tab-view 4.0.1 4.0.3
@react-native/babel-preset 0.75.4 0.76.3
@react-native/eslint-config 0.75.4 0.76.3
@react-native/typescript-config 0.75.4 0.76.3
@react-native/assets-registry 0.75.4 0.76.3
@react-native/community-cli-plugin 0.75.4 0.76.3
@react-native/eslint-plugin 0.75.4 0.76.3
@react-native/gradle-plugin 0.75.4 0.76.3
@react-native/js-polyfills 0.75.4 0.76.3
@react-native/metro-babel-transformer 0.75.4 0.76.3
@react-native/normalize-colors 0.74.85 0.73.2
@react-native/virtualized-lists 0.75.4 0.76.3

Updates react-native from 0.75.4 to 0.76.3

Release notes

Sourced from react-native's releases.

0.76.3

Fixed

Android specific


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.76.2

Added

Changed

iOS specific

Fixed

Android specific

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.76.3

Fixed

Android specific

v0.76.2

Added

Changed

iOS specific

Fixed

Android specific

iOS specific

v0.76.1

Fixed

Android specific

... (truncated)

Commits
  • 605e2e4 Release 0.76.3
  • e70cad2 Support Windows sdkmanager.bat (#47874)
  • 9946838 CMake Windows path normalization (#47702)
  • 08b8300 fix build failure on windows in android (#47641)
  • 81737c2 Release 0.76.2
  • 1e659dc Fix Typo and skip generation of app-specific component registration (#47547)
  • 9f65442 Fix timers in headless tasks on bridgeless mode (#47496)
  • c4fd80f Use absolute path when compiling appmodules.so sources (#47379)
  • e8c4faa fix Modal content being cut off when Android Activity is edge-to-edge (#47339)
  • fbe38bb Fix missing emitter attributes on iOS TextInput when controlled component val...
  • Additional commits viewable in compare view

Updates react-native-autocomplete-input from 5.4.0 to 5.5.2

Release notes

Sourced from react-native-autocomplete-input's releases.

v5.5.2

5.5.2 (2024-11-16)

Bug Fixes

v5.5.1

5.5.1 (2024-11-16)

Bug Fixes

  • TextInputProps: forwarding unknown props (8f51849)

v5.5.0

5.5.0 (2024-11-16)

Features

Commits
  • b4cc9ae fix: typings and defaults
  • a483d00 chore: no need to reset props
  • c018569 refactor: use native components as defaults
  • 3e5f484 chore: fix version for checkout step
  • 8f51849 fix(TextInputProps): forwarding unknown props
  • 9e2796b chore: bump actions
  • 61c9a99 feat(test): migrate to testing-library (#306)
  • a7c3837 Merge pull request #299 from byteburgers/dependabot/npm_and_yarn/react-native...
  • 0fd98ed Merge branch 'main' into dependabot/npm_and_yarn/react-native-0.76.0
  • 0c96dc4 chore: react-native bump required config updates
  • Additional commits viewable in compare view

Updates react-native-gesture-handler from 2.21.1 to 2.21.2

Release notes

Sourced from react-native-gesture-handler's releases.

2.21.2

👍 Improvements

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@2.21.1...2.21.2

Commits

Updates react-native-pager-view from 6.5.0 to 6.5.1

Release notes

Sourced from react-native-pager-view's releases.

v6.5.1

What's Changed

Full Changelog: callstack/react-native-pager-view@v6.5.0...v6.5.1

Commits
  • 88f2361 Release 6.5.1
  • 06c8e8f fix(iOS): fix component layout issue (#915)
  • e6f63c2 fix(android) Fix crash with navigation on fabric by proper removal of view (#...
  • 5ca9aec chore(ci): Remove caching from CI workflows (#908)
  • 530994c chore(ci): Fix maestro file naming and set correct version (#911)
  • e2039b3 chore(cli): swap yarn to bun on CI (#904)
  • 650be82 chore(scripts): Fix bootstrap scripts (#903)
  • 16d462d Upgrade rn to 0.75.4 (#901)
  • See full diff in compare view

Updates react-native-reanimated from 3.16.1 to 3.16.2

Release notes

Sourced from react-native-reanimated's releases.

3.16.2

Key changes

Full Changelog: software-mansion/react-native-reanimated@3.16.1...3.16.2

Commits

Updates react-native-screens from 4.1.0 to 4.3.0

Release notes

Sourced from react-native-screens's releases.

4.3.0

What's Changed

Bug fixes

Misc

Full Changelog: software-mansion/react-native-screens@4.2.0...4.3.0

4.2.0

What's Changed

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-screens@4.1.0...4.2.0

Commits
  • e9f5df0 Release 4.3.0
  • 6aaf56b fix(Android): prevent crash when we can not insert any subviews into child (#...
  • b58f13a fix(Android): prevent crash with InsetsObserverProxy already registered (#2526)
  • 1362858 chore: make formsheet work in Example app (#2528)
  • 5fa039e chore: update lockfiles after release (#2517)
  • f7dc51e Release 4.2.0
  • 5cb6520 fix(Android): fix formSheet-keyboard interaction (#2511)
  • 0ec5c56 fix(Android): going back on fabric with removeClippedSubviews (#2495)
  • 40f318a feat: add support for transparent large header on iOS (#2501)
  • 976dd89 chore: retore apps/App.tsx (#2506)
  • Additional commits viewable in compare view

Updates react-native-tab-view from 4.0.1 to 4.0.3

Release notes

Sourced from react-native-tab-view's releases.

[email protected]

4.0.3 (2024-11-22)

Note: Version bump only for package react-native-tab-view

[email protected]

4.0.2 (2024-11-18)

Bug Fixes

Changelog

Sourced from react-native-tab-view's changelog.

4.0.3 (2024-11-22)

Note: Version bump only for package react-native-tab-view

4.0.2 (2024-11-18)

Bug Fixes

Commits

Updates @react-native/babel-preset from 0.75.4 to 0.76.3

Release notes

Sourced from @​react-native/babel-preset's releases.

0.76.3

Fixed

Android specific


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.76.2

Added

Changed

iOS specific

Fixed

Android specific

... (truncated)

Changelog

Sourced from @​react-native/babel-preset's changelog.

v0.76.3

Fixed

Android specific

v0.76.2

Added

Changed

iOS specific

Fixed

Android specific

iOS specific

v0.76.1

Fixed

Android specific

... (truncated)

Commits

Updates @react-native/eslint-config from 0.75.4 to 0.76.3

Release notes

Sourced from @​react-native/eslint-config's releases.

0.76.3

Fixed

Android specific


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.76.2

Added

Changed

iOS specific

Fixed

Android specific

... (truncated)

Changelog

Sourced from @​react-native/eslint-config's changelog.

v0.76.3

Fixed

Android specific

v0.76.2

Added

Changed

iOS specific

Fixed

Android specific

iOS specific

v0.76.1

Fixed

Android specific

... (truncated)

Commits

Updates @react-native/typescript-config from 0.75.4 to 0.76.3

Release notes

Sourced from @​react-native/typescript-config's releases.

0.76.3

Fixed

Android specific


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.76.2

Added

Changed

iOS specific

  • TextInput Include existing attributes in newly typed text (Description has been truncated

Bumps the react-native group in /dev-client with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.75.4` | `0.76.3` |
| [react-native-autocomplete-input](https://github.com/byteburgers/react-native-autocomplete-input) | `5.4.0` | `5.5.2` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.21.1` | `2.21.2` |
| [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | `6.5.0` | `6.5.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `3.16.1` | `3.16.2` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.1.0` | `4.3.0` |
| [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/react-native-tab-view) | `4.0.1` | `4.0.3` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.75.4` | `0.76.3` |
| [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.75.4` | `0.76.3` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.75.4` | `0.76.3` |
| [@react-native/assets-registry](https://github.com/facebook/react-native/tree/HEAD/packages/assets) | `0.75.4` | `0.76.3` |
| [@react-native/community-cli-plugin](https://github.com/facebook/react-native/tree/HEAD/packages/community-cli-plugin) | `0.75.4` | `0.76.3` |
| [@react-native/eslint-plugin](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native) | `0.75.4` | `0.76.3` |
| [@react-native/gradle-plugin](https://github.com/facebook/react-native/tree/HEAD/packages/gradle-plugin) | `0.75.4` | `0.76.3` |
| [@react-native/js-polyfills](https://github.com/facebook/react-native/tree/HEAD/packages/polyfills) | `0.75.4` | `0.76.3` |
| [@react-native/metro-babel-transformer](https://github.com/facebook/react-native/tree/HEAD/packages/react-native-babel-transformer) | `0.75.4` | `0.76.3` |
| [@react-native/normalize-colors](https://github.com/facebook/react-native/tree/HEAD/packages/normalize-color) | `0.74.85` | `0.73.2` |
| [@react-native/virtualized-lists](https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists) | `0.75.4` | `0.76.3` |


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

Updates `react-native-autocomplete-input` from 5.4.0 to 5.5.2
- [Release notes](https://github.com/byteburgers/react-native-autocomplete-input/releases)
- [Commits](byteburgers/react-native-autocomplete-input@v5.4.0...v5.5.2)

Updates `react-native-gesture-handler` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.21.1...2.21.2)

Updates `react-native-pager-view` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/callstack/react-native-pager-view/releases)
- [Changelog](https://github.com/callstack/react-native-pager-view/blob/master/release-it.json)
- [Commits](callstack/react-native-pager-view@v6.5.0...v6.5.1)

Updates `react-native-reanimated` from 3.16.1 to 3.16.2
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.16.2/packages/react-native-reanimated)

Updates `react-native-screens` from 4.1.0 to 4.3.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.1.0...4.3.0)

Updates `react-native-tab-view` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/react-native-tab-view/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/[email protected]/packages/react-native-tab-view)

Updates `@react-native/babel-preset` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.75.4...v0.76.3)

Updates `@react-native/eslint-config` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/eslint-config-react-native)

Updates `@react-native/typescript-config` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/typescript-config)

Updates `@react-native/assets-registry` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/assets)

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

Updates `@react-native/eslint-plugin` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/eslint-plugin-react-native)

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

Updates `@react-native/js-polyfills` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/polyfills)

Updates `@react-native/metro-babel-transformer` from 0.75.4 to 0.76.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.3/packages/react-native-babel-transformer)

Updates `@react-native/normalize-colors` from 0.74.85 to 0.73.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.73.2/packages/normalize-color)

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

---
updated-dependencies:
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-autocomplete-input
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-pager-view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-screens
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-tab-view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: "@react-native/babel-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/typescript-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/assets-registry"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/community-cli-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/gradle-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/js-polyfills"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/metro-babel-transformer"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/normalize-colors"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/virtualized-lists"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants