History log of /expo/packages/@expo/cli/src/api/user/UserSettings.ts (Results 1 – 4 of 4)
Revision Date Author Comments
# d88ac65d 11-Jul-2023 lzkb <[email protected]>

[cli] Add support for SSO user type and log in with SSO (#22945)


# 384598e2 24-Apr-2023 Brent Vatne <[email protected]>

[docs] Update references to expo install/run to npx expo install/run (#22197)

# Why

We should point to `npx expo *` instead of just `expo *` everywhere

# How

Search/replace

---------

[docs] Update references to expo install/run to npx expo install/run (#22197)

# Why

We should point to `npx expo *` instead of just `expo *` everywhere

# How

Search/replace

---------

Co-authored-by: Aman Mittal <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>

show more ...


# b1f66971 17-Dec-2022 Linus Unnebäck <[email protected]>

[@expo/cli] Avoid dependency on uuid (#20479)

# Why

Older versions of uuid is deprecated. This will start using a secure
random source, and will produce one less deprecation warning when
instal

[@expo/cli] Avoid dependency on uuid (#20479)

# Why

Older versions of uuid is deprecated. This will start using a secure
random source, and will produce one less deprecation warning when
installing!

> [email protected]: Please upgrade to version 7 or higher. Older versions may
use Math.random() in certain circumstances, which is known to be
problematic. See https://v8.dev/blog/math-random for details.

# How

The `@expo/cli` package only used the UUID v4 function from a Node.js
context, and Node.js already have a `randomUUID` function built in.

# Test Plan

I'm not sure, since this is used in the tests I'm hoping the CI will
cover it? ��

# Checklist

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

Co-authored-by: Evan Bacon <[email protected]>
Co-authored-by: Evan Bacon <[email protected]>

show more ...


# 8d307f52 23-Mar-2022 Evan Bacon <[email protected]>

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* f

chore: refactor `expo/cli` to `@expo/cli` package (#16717)

* chore: refactor `expo/cli` to `@expo/cli` package

* Update CODEOWNERS

* fix linking

* fix lint script

* fix build file

* fix e2e tests

* lint before build

* use mock version

show more ...