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

Bump androidx.browser:browser to 1.6.0 #26619

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Bump androidx.browser:browser to 1.6.0 #26619

merged 1 commit into from
Jan 23, 2024

Conversation

zoontek
Copy link
Contributor

@zoontek zoontek commented Jan 23, 2024

Why

Our product can be embed in our clients applications, using in-app browser. But we noticed that the clients using Expo suffers from issues when it cames to WebAuthn.
As we were not able to reproduce in our bare react-native implementation example, we noticed that expo-web-browser is using a quite old version of the dependency.

This PR bump the dependency to 1.6.0.

1.7.0 is not doable at the moment as it requires compileSdk to at least 34 and would drop Expo 49 support:

Screenshot 2024-01-23 at 10 19 36

EDIT: I also added updating the expo-dev-menu module dependency as installing the two at the same time would leads to conflicts if the deps versions does not align.

How

Just bump the dependency version. There's no breaking changes and it appears to be safe.

Test Plan

Test that the module continues to behaves correctly.

Checklist

@zoontek zoontek requested a review from tsapeta as a code owner January 23, 2024 10:02
@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Jan 23, 2024
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Jan 23, 2024
Copy link
Member

@tsapeta tsapeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for the contribution!
cc @alanjhughes to confirm if you're fine with this change.

Copy link
Contributor

@lukmccall lukmccall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@alanjhughes alanjhughes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @zoontek!

@zoontek
Copy link
Contributor Author

zoontek commented Jan 23, 2024

Small, probably unrelated issue with the CI:

🔍 Checking @expo/env package
🏃‍♀️ Running yarn clean
🏃‍♀️ Running yarn build
The following files need to be rebuilt and committed:
build/env.js
build/env.js.map

@alanjhughes alanjhughes merged commit fa12263 into expo:main Jan 23, 2024
8 of 9 checks passed
@zoontek zoontek deleted the update-androidx-browser branch January 23, 2024 14:53
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants