Revision Date Author Comments
# 82ade864 23-Aug-2023 Will Schurman <[email protected]>

[config-types] Remove classic updates (#24066)


# 8a424beb 11-Aug-2023 James Ide <[email protected]>

[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)

Why
---
Prettier 3 is out. Add support for it with this linter config.

**Note for reviewer:** the first commit is the one with th

[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)

Why
---
Prettier 3 is out. Add support for it with this linter config.

**Note for reviewer:** the first commit is the one with the actual
changes. The rest of this PR are changes to get the linter passing
(mostly autofix).

How
---
Update eslint-config-prettier and eslint-plugin-prettier. To address
deprecation warnings, also update typescript-eslint/parser and
typescript-eslint/eslint-plugin.
Because of an update to typescript-eslint/parser, we need to suppress
deprecation warnings (documented in a comment).

Regenerated test snapshots. Due to the upgraded dependencies, typecasts
and optional chaining are now auto-fixable by lint. This converts
warnings into autofixes.

Test Plan
---
`yarn test` in the linter config. Run `expotools check --all --fix-lint
--no-build --no-test --no-uniformity-check` to try this config on the
whole repo.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# e501a7c6 03-Jul-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[workspace] Bump TypeScript version to 5.1.3 (#23143)

# Why

Closes ENG-9088

# How

Bump TypeScript to the latest, and rebuild all required SDK packages

Had to update `typeRoots` inside `

[workspace] Bump TypeScript version to 5.1.3 (#23143)

# Why

Closes ENG-9088

# How

Bump TypeScript to the latest, and rebuild all required SDK packages

Had to update `typeRoots` inside `expo-module-scripts` due to a change
in TypeScript 5.1 where it no longer walks up automatically looking in
parent directories ([Release
notes](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1-rc/#typeroots-are-consulted-in-module-resolution))


# Test Plan

Ensure that `et cp -a` yields no errors, docs and tools build correctly,
and that CI is green

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

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

show more ...


# ed3bd27b 01-Mar-2023 Evan Bacon <[email protected]>

chore(prebuild-config, config-plugins): rewrite tests to use latest template for fixtures (#21339)

# Why

- The previous tests were using static representations of the versioned
fixtures. This me

chore(prebuild-config, config-plugins): rewrite tests to use latest template for fixtures (#21339)

# Why

- The previous tests were using static representations of the versioned
fixtures. This meant that many tests were possibly outdated.
- Now that the CLI is versioned, we can test against the latest
templates to ensure our config plugins are always up to date.

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

# How

- Pull in fixtures from the local template.
- Rewrite tests to work with new fixtures.

<!--
How did you build this feature or fix this bug and why?
-->

# Test Plan

- Tests should continue to pass.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 0060b409 07-Dec-2022 Evan Bacon <[email protected]>

fix prebuild tests (#20379)

Co-authored-by: Expo Bot <[email protected]>


# 5f51f606 07-Dec-2022 Evan Bacon <[email protected]>

Removed support for deprecated `expo.ios.config.googleSignIn.reservedClientId` in favor of `expo.ios.googleServicesFile`. (#20376)

# Why

- Follow up for https://github.com/expo/universe/pull/1044

Removed support for deprecated `expo.ios.config.googleSignIn.reservedClientId` in favor of `expo.ios.googleServicesFile`. (#20376)

# Why

- Follow up for https://github.com/expo/universe/pull/10442
- Fix typo reserved -> reversed

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

# Test Plan

- Unit tests

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 082815dc 28-Jun-2022 Evan Bacon <[email protected]>

chore: migrate config, config-plugins, config-types, prebuild-config (#17958)