| #
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 ...
|
| #
7e8d902f |
| 21-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[ncl] refactor deprecated code, remove no longer valid ignores (#20555)
|
| #
35f78160 |
| 01-Sep-2021 |
Bartosz Kaszubowski <[email protected]> |
[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)
|
| #
711270f5 |
| 30-Sep-2020 |
Stanisław Chmiela <[email protected]> |
[ncl] Fix lint warnings (#10443)
# Why
Let's make NCL a top-notch application, always tidy etc.
# How
- configured ESLint for NCL
- fixed all warnings automatically
- changed manually all
[ncl] Fix lint warnings (#10443)
# Why
Let's make NCL a top-notch application, always tidy etc.
# How
- configured ESLint for NCL
- fixed all warnings automatically
- changed manually all `React.Component<object, …` that ESLint "automatically fixed" to `<{}` as per https://github.com/expo/expo/pull/10229#discussion_r490961694
# Test Plan
`yarn lint` no longer warns about warnings.
show more ...
|
| #
3571d414 |
| 14-Aug-2020 |
Brent Vatne <[email protected]> |
[expo-random] Add sync equivalents for expo-random methods (#9750)
|