expo/expo (@expo/metro-config)
### [`v0.17.5`](https://togithub.com/expo/expo/blob/HEAD/packages/@expo/metro-config/CHANGELOG.md#0175---2024-02-27)
[Compare Source](https://togithub.com/expo/expo/compare/4f3dcf3e23eae997f884117fdd34ad734efad9fd...e94e2aac39cbb7f8788869cd6798bbdeadc58f42)
##### 🎉 New features
- Add `--no-bytecode` flag to `expo export` to disable generating Hermes bytecode for use with debugging tools. ([#26985](https://togithub.com/expo/expo/pull/26985) by [@EvanBacon](https://togithub.com/EvanBacon))
expo/expo (expo)
### [`v50.0.8`](https://togithub.com/expo/expo/blob/HEAD/packages/expo/CHANGELOG.md#5008---2024-02-27)
[Compare Source](https://togithub.com/expo/expo/compare/6ceeb37fe2ccd9b290f9d717d9792c68487118b1...e94e2aac39cbb7f8788869cd6798bbdeadc58f42)
##### 💡 Others
- Export `DevToolsPluginClient` from `expo/devtools`. ([#27125](https://togithub.com/expo/expo/pull/27125) by [@cyrilbo](https://togithub.com/cyrilbo))
expo/expo (expo-dev-client)
### [`v3.3.9`](https://togithub.com/expo/expo/blob/HEAD/packages/expo-dev-client/CHANGELOG.md#339---2024-02-27)
[Compare Source](https://togithub.com/expo/expo/compare/9e4890b069b18598ea429734b5114b40e3afeabb...e94e2aac39cbb7f8788869cd6798bbdeadc58f42)
*This version does not introduce any user-facing changes.*
expo/expo (expo-file-system)
### [`v16.0.7`](https://togithub.com/expo/expo/blob/HEAD/packages/expo-file-system/CHANGELOG.md#1607---2024-02-27)
[Compare Source](https://togithub.com/expo/expo/compare/4f3dcf3e23eae997f884117fdd34ad734efad9fd...e94e2aac39cbb7f8788869cd6798bbdeadc58f42)
##### 🐛 Bug fixes
- \[iOS] Fix downloadAsync for local files. ([#27187](https://togithub.com/expo/expo/pull/27187) by [@gabrieldonadel](https://togithub.com/gabrieldonadel))
- On `iOS`, fix an issue with `copyAsync` where the copy fails if it is a photo library asset. ([#27208](https://togithub.com/expo/expo/pull/27208) by [@alanjhughes](https://togithub.com/alanjhughes))
expo/expo (expo-router)
### [`v3.4.8`](https://togithub.com/expo/expo/blob/HEAD/packages/expo-router/CHANGELOG.md#348---2024-02-29)
[Compare Source](https://togithub.com/expo/expo/compare/4f3dcf3e23eae997f884117fdd34ad734efad9fd...01bef8630cd9fd913bb465afd010d6030a9ca38f)
##### 🎉 New features
- Allow the file extension to be specified for `renderRouter`'s filepaths ([#26510](https://togithub.com/expo/expo/pull/26510) by [@marklawlor](https://togithub.com/marklawlor))
- Allow `renderRouter()` to accept an array of strings to quickly mock multiple empty components. ([#26651](https://togithub.com/expo/expo/pull/26651) by [@marklawlor](https://togithub.com/marklawlor))
- Add `.dismiss(), .dismissAll() and .canDismiss()` to `router` APIs. ([#26711](https://togithub.com/expo/expo/pull/26711) by [@marklawlor](https://togithub.com/marklawlor))
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^0.17.4
->^0.17.5
50.0.7
->50.0.8
^3.3.8
->^3.3.9
^16.0.6
->^16.0.7
3.4.7
->3.4.8
Release Notes
expo/expo (@expo/metro-config)
### [`v0.17.5`](https://togithub.com/expo/expo/blob/HEAD/packages/@expo/metro-config/CHANGELOG.md#0175---2024-02-27) [Compare Source](https://togithub.com/expo/expo/compare/4f3dcf3e23eae997f884117fdd34ad734efad9fd...e94e2aac39cbb7f8788869cd6798bbdeadc58f42) ##### 🎉 New features - Add `--no-bytecode` flag to `expo export` to disable generating Hermes bytecode for use with debugging tools. ([#26985](https://togithub.com/expo/expo/pull/26985) by [@EvanBacon](https://togithub.com/EvanBacon))expo/expo (expo)
### [`v50.0.8`](https://togithub.com/expo/expo/blob/HEAD/packages/expo/CHANGELOG.md#5008---2024-02-27) [Compare Source](https://togithub.com/expo/expo/compare/6ceeb37fe2ccd9b290f9d717d9792c68487118b1...e94e2aac39cbb7f8788869cd6798bbdeadc58f42) ##### 💡 Others - Export `DevToolsPluginClient` from `expo/devtools`. ([#27125](https://togithub.com/expo/expo/pull/27125) by [@cyrilbo](https://togithub.com/cyrilbo))expo/expo (expo-dev-client)
### [`v3.3.9`](https://togithub.com/expo/expo/blob/HEAD/packages/expo-dev-client/CHANGELOG.md#339---2024-02-27) [Compare Source](https://togithub.com/expo/expo/compare/9e4890b069b18598ea429734b5114b40e3afeabb...e94e2aac39cbb7f8788869cd6798bbdeadc58f42) *This version does not introduce any user-facing changes.*expo/expo (expo-file-system)
### [`v16.0.7`](https://togithub.com/expo/expo/blob/HEAD/packages/expo-file-system/CHANGELOG.md#1607---2024-02-27) [Compare Source](https://togithub.com/expo/expo/compare/4f3dcf3e23eae997f884117fdd34ad734efad9fd...e94e2aac39cbb7f8788869cd6798bbdeadc58f42) ##### 🐛 Bug fixes - \[iOS] Fix downloadAsync for local files. ([#27187](https://togithub.com/expo/expo/pull/27187) by [@gabrieldonadel](https://togithub.com/gabrieldonadel)) - On `iOS`, fix an issue with `copyAsync` where the copy fails if it is a photo library asset. ([#27208](https://togithub.com/expo/expo/pull/27208) by [@alanjhughes](https://togithub.com/alanjhughes))expo/expo (expo-router)
### [`v3.4.8`](https://togithub.com/expo/expo/blob/HEAD/packages/expo-router/CHANGELOG.md#348---2024-02-29) [Compare Source](https://togithub.com/expo/expo/compare/4f3dcf3e23eae997f884117fdd34ad734efad9fd...01bef8630cd9fd913bb465afd010d6030a9ca38f) ##### 🎉 New features - Allow the file extension to be specified for `renderRouter`'s filepaths ([#26510](https://togithub.com/expo/expo/pull/26510) by [@marklawlor](https://togithub.com/marklawlor)) - Allow `renderRouter()` to accept an array of strings to quickly mock multiple empty components. ([#26651](https://togithub.com/expo/expo/pull/26651) by [@marklawlor](https://togithub.com/marklawlor)) - Add `.dismiss(), .dismissAll() and .canDismiss()` to `router` APIs. ([#26711](https://togithub.com/expo/expo/pull/26711) by [@marklawlor](https://togithub.com/marklawlor))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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.