Skip to content

Bump the expo group across 1 directory with 18 updates#87

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/expo-2f6039699b
Open

Bump the expo group across 1 directory with 18 updates#87
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/expo-2f6039699b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps the expo group with 16 updates in the / directory:

Package From To
@expo/ui 55.0.1 55.0.5
expo 55.0.5 55.0.8
expo-blur 55.0.8 55.0.10
expo-clipboard 55.0.8 55.0.9
expo-dev-client 55.0.13 55.0.18
expo-glass-effect 55.0.7 55.0.8
expo-haptics 55.0.8 55.0.9
expo-linking 55.0.7 55.0.8
expo-location 55.1.2 55.1.4
expo-router 55.0.4 55.0.7
expo-sharing 55.0.11 55.0.14
expo-splash-screen 55.0.10 55.0.12
expo-sqlite 55.0.10 55.0.11
expo-system-ui 55.0.9 55.0.10
expo-task-manager 55.0.9 55.0.10
expo-web-browser 55.0.9 55.0.10

Updates @expo/ui from 55.0.1 to 55.0.5

Changelog

Sourced from @​expo/ui's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • [android] Match AlertDialog API to native Compose: replaced string props (title, text, confirmButtonText, dismissButtonText) with slot sub-components (AlertDialog.Title, AlertDialog.Text, AlertDialog.ConfirmButton, AlertDialog.DismissButton, AlertDialog.Icon). Removed visible prop (use conditional rendering), onConfirmPressed/onDismissPressed (renamed to onDismissRequest), and confirmButtonColors/dismissButtonColors (replaced with dialog-level colors). (#43997 by @​nishan)
  • [android] Split Carousel into HorizontalCenteredHeroCarousel, HorizontalMultiBrowseCarousel, and HorizontalUncontainedCarousel matching native Compose components. Added HorizontalCenteredHeroCarousel. (#44034 by @​nishan)
  • [iOS] Renamed Stepper defaultValue to value and onValueChanged to onValueChange. (#43954 by @​nishan)
  • [android] Replace Picker with SingleChoiceSegmentedButtonRow, MultiChoiceSegmentedButtonRow, and SegmentedButton components. Replace RadioButton nativeClickable prop with onClick event. (#43809 by @​nishan)
  • [android] Split ToggleButton into separate M3 components: ToggleButton, IconToggleButton, FilledIconToggleButton, OutlinedIconToggleButton. Removed variant, text, color, disabled props. Added colors with checked/unchecked variants. (#43974 by @​nishan)
  • [android] Match Switch API to native: removed variant prop and split into separate Switch and Checkbox components matching native M3 APIs. Renamed elementColors to colors, onValueChange to onCheckedChange, removed color convenience prop. (#43887 by @​nishan)
  • [android] Refactored Progress Indicators to match native Compose API: split into LinearProgressIndicator, CircularProgressIndicator, LinearWavyProgressIndicator, CircularWavyProgressIndicator. Flattened elementColors.trackColor to trackColor. Added strokeCap, gapSize, strokeWidth props. (#43907 by @​nishan)
  • [android] Refactored Card to match native Material3 API: split into Card/ElevatedCard/OutlinedCard with type-specific props (elevation, border). (#43896 by @​nishan)
  • [android] Split Button into separate M3 components: Button, FilledTonalButton, OutlinedButton, ElevatedButton, TextButton. Removed variant, text, leadingIcon, trailingIcon, color, elementColors, disabled props. (#43859 by @​nishan)
  • [android] Split IconButton into separate M3 components: IconButton, FilledIconButton, FilledTonalIconButton, OutlinedIconButton. Removed variant, color, elementColors, disabled, onPress props. (#43859 by @​nishan)
  • [android] Refactored Chip to match native Material3 API: split into AssistChip/FilterChip/InputChip/SuggestionChip with slot-based content, added colors/elevation/border props. Merged FilterChip into Chip module. (#43900 by @​nishan)
  • [android] Refactored Slider to match native Material3 API: renamed elementColors to colors, removed color convenience prop. (#43840 by @​nishan)
  • [android] rename ContextMenu to DropdownMenu (#43794 by @​Ubax)
  • [android] configure ContextMenu by using native children (#43792 by @​Ubax)
  • [android] control ContextMenu expanded state from JS (#43793 by @​Ubax)

🎉 New features

  • [android] Added outlined variant to TextInput component. (#43719 by @​benjaminkomen)
  • Added @expo/ui/datetimepicker — a cross-platform DateTimePicker drop-in replacement for @react-native-community/datetimepicker. (#44014 by @​vonovak)
  • [iOS] Added locale and timeZone support to modifiers. (#44013 by @​vonovak)
  • [android] Added ref.hide() for animated dismiss and more configurable props (containerColor, contentColor, scrimColor, showDragHandle, sheetGesturesEnabled, properties, DragHandle slot) to BottomSheet. (#43972 by @​nishan)
  • [iOS] Added date, dateStyle, timerInterval, countsDown, and pauseTime props to Text component for displaying auto-updating dates, timers, and countdowns using SwiftUI's Text.DateStyle. (#43552 by @​LouisRaverdy)
  • [android] Added Checkbox and TriStateCheckbox components. (#43887 by @​nishan)
  • [Android] Added DatePickerDialog and TimePickerDialog components, and selectableDates prop to DateTimePicker. (#43895 by @​vonovak)
  • [android] Added FloatingActionButton component. (#43738 by @​benjaminkomen)
  • [android] Added enabled, onValueChangeFinished, and Slider.Thumb/Slider.Track slot support to Slider component. (#43840 by @​nishan)
  • [Android] Added graphicsLayer modifier and animation helpers for per-value animation in it. Added indication option to clickable modifier to control ripple effects. (#43655 by @​vonovak)
  • [Android] Added border color customization for Switch and Checkbox components. (#43770 by @​liestig)
  • [iOS] Added defaultScrollAnchor modifier for controlling initial scroll position (iOS 17+). (#43914 by @​ramonclaudio)
  • [iOS] Added defaultScrollAnchorForRole modifier for per-role scroll anchor control (iOS 18+). (#43923 by @​ramonclaudio)
  • [iOS] Added rotation3DEffect modifier for 3D rotation transforms (#43640 by @​vonovak)
  • [iOS] Added ControlGroup component. (#43581 by @​nishan)
  • [android] detect FAB in HorizontalFloatingToolbar (#43601 by @​Ubax)
  • [android] Add elementColors prop to the DateTimePicker component (#43787 by @​iankberry)
  • [iOS] Added AccessoryWidgetBackground component (#43729 by @​huextrat)
  • [iOS] Add support for local image uri (#43707 by @​jakex7)
  • [android] add AnimatedVisibility transition API (#43632 by @​Ubax)
  • [android] add imePadding modifier (#43652 by @​Ubax)
  • [iOS] Add Link view. (#43983 by @​jakex7)
  • [iOS] Add widgetURL modifier. (#43984 by @​jakex7)

🐛 Bug fixes

... (truncated)

Commits

Updates expo from 55.0.5 to 55.0.8

Commits

Updates expo-blur from 55.0.8 to 55.0.10

Changelog

Sourced from expo-blur's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [Android] Fix Fabric mount/detach mismatch in BlurTargetView that could trigger view already removed from parent errors during root tree transitions. (#43595 by @​stathis)

💡 Others

Commits

Updates expo-clipboard from 55.0.8 to 55.0.9

Changelog

Sourced from expo-clipboard's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • Removed deprecated setString function. Use setStringAsync instead. (#41758 by @​barthap)

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-constants from 55.0.7 to 55.0.9

Changelog

Sourced from expo-constants's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-dev-client from 55.0.13 to 55.0.18

Commits

Updates expo-file-system from 55.0.10 to 55.0.11

Commits

Updates expo-glass-effect from 55.0.7 to 55.0.8

Changelog

Sourced from expo-glass-effect's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fix glass effect not rendering correctly after appearance change while view is off-screen. (#43771 by @​nishan)
  • Fix isInteractive prop not being dynamically changeable after mount. (#43771 by @​nishan)

💡 Others

Commits

Updates expo-haptics from 55.0.8 to 55.0.9

Changelog

Sourced from expo-haptics's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-linking from 55.0.7 to 55.0.8

Changelog

Sourced from expo-linking's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-location from 55.1.2 to 55.1.4

Changelog

Sourced from expo-location's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

⚠️ Notices

Commits

Updates expo-router from 55.0.4 to 55.0.7

Commits

Updates expo-sharing from 55.0.11 to 55.0.14

Commits

Updates expo-splash-screen from 55.0.10 to 55.0.12

Commits

Updates expo-sqlite from 55.0.10 to 55.0.11

Changelog

Sourced from expo-sqlite's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-system-ui from 55.0.9 to 55.0.10

Changelog

Sourced from expo-system-ui's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-task-manager from 55.0.9 to 55.0.10

Changelog

Sourced from expo-task-manager's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fixed JS timers hanging during background task execution on Android by registering with HeadlessJsTaskContext. (#43821 by @​janicduplessis)

💡 Others

Commits

Updates expo-web-browser from 55.0.9 to 55.0.10

Changelog

Sourced from expo-web-browser's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

  • [Android] Bring back the experimentalLauncherActivity config plugin option. (#44073 by @​lukmccall)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-2f6039699b branch from 4a6abb2 to e2ff615 Compare March 20, 2026 02:00
@bkeepers
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-2f6039699b branch from e2ff615 to 3cdb0f1 Compare March 20, 2026 02:28
Bumps the expo group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@expo/ui](https://github.com/expo/expo/tree/HEAD/packages/expo-ui) | `55.0.1` | `55.0.5` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `55.0.5` | `55.0.8` |
| [expo-blur](https://github.com/expo/expo/tree/HEAD/packages/expo-blur) | `55.0.8` | `55.0.10` |
| [expo-clipboard](https://github.com/expo/expo/tree/HEAD/packages/expo-clipboard) | `55.0.8` | `55.0.9` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `55.0.13` | `55.0.18` |
| [expo-glass-effect](https://github.com/expo/expo/tree/HEAD/packages/expo-glass-effect) | `55.0.7` | `55.0.8` |
| [expo-haptics](https://github.com/expo/expo/tree/HEAD/packages/expo-haptics) | `55.0.8` | `55.0.9` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `55.0.7` | `55.0.8` |
| [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) | `55.1.2` | `55.1.4` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `55.0.4` | `55.0.7` |
| [expo-sharing](https://github.com/expo/expo/tree/HEAD/packages/expo-sharing) | `55.0.11` | `55.0.14` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `55.0.10` | `55.0.12` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `55.0.10` | `55.0.11` |
| [expo-system-ui](https://github.com/expo/expo/tree/HEAD/packages/expo-system-ui) | `55.0.9` | `55.0.10` |
| [expo-task-manager](https://github.com/expo/expo/tree/HEAD/packages/expo-task-manager) | `55.0.9` | `55.0.10` |
| [expo-web-browser](https://github.com/expo/expo/tree/HEAD/packages/expo-web-browser) | `55.0.9` | `55.0.10` |



Updates `@expo/ui` from 55.0.1 to 55.0.5
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-ui/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-ui)

Updates `expo` from 55.0.5 to 55.0.8
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-blur` from 55.0.8 to 55.0.10
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-blur/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-blur)

Updates `expo-clipboard` from 55.0.8 to 55.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-clipboard/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-clipboard)

Updates `expo-constants` from 55.0.7 to 55.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-constants/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants)

Updates `expo-dev-client` from 55.0.13 to 55.0.18
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-dev-client)

Updates `expo-file-system` from 55.0.10 to 55.0.11
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-file-system)

Updates `expo-glass-effect` from 55.0.7 to 55.0.8
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-glass-effect/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-glass-effect)

Updates `expo-haptics` from 55.0.8 to 55.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-haptics/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-haptics)

Updates `expo-linking` from 55.0.7 to 55.0.8
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-linking/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linking)

Updates `expo-location` from 55.1.2 to 55.1.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-location/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-location)

Updates `expo-router` from 55.0.4 to 55.0.7
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-sharing` from 55.0.11 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sharing)

Updates `expo-splash-screen` from 55.0.10 to 55.0.12
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen)

Updates `expo-sqlite` from 55.0.10 to 55.0.11
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-sqlite/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sqlite)

Updates `expo-system-ui` from 55.0.9 to 55.0.10
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-system-ui/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-system-ui)

Updates `expo-task-manager` from 55.0.9 to 55.0.10
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-task-manager/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-task-manager)

Updates `expo-web-browser` from 55.0.9 to 55.0.10
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-web-browser/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-web-browser)

---
updated-dependencies:
- dependency-name: "@expo/ui"
  dependency-version: 55.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo
  dependency-version: 55.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-blur
  dependency-version: 55.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-clipboard
  dependency-version: 55.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-constants
  dependency-version: 55.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-dev-client
  dependency-version: 55.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-file-system
  dependency-version: 55.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-glass-effect
  dependency-version: 55.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-haptics
  dependency-version: 55.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-linking
  dependency-version: 55.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-location
  dependency-version: 55.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-router
  dependency-version: 55.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-sharing
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-splash-screen
  dependency-version: 55.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-sqlite
  dependency-version: 55.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-system-ui
  dependency-version: 55.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-task-manager
  dependency-version: 55.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-web-browser
  dependency-version: 55.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-2f6039699b branch from 3cdb0f1 to 9846bfd Compare March 20, 2026 02:31
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.

1 participant