-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: upgrade typescript to 4.8.3 and update all formatjs dependencies #454
Merged
Theeraphat-Sorasetsakul
merged 4 commits into
v6
from
chore/upgrade-typescript-and-formatjs
Sep 21, 2022
Merged
chore: upgrade typescript to 4.8.3 and update all formatjs dependencies #454
Theeraphat-Sorasetsakul
merged 4 commits into
v6
from
chore/upgrade-typescript-and-formatjs
Sep 21, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying with Cloudflare Pages
|
Size Change: +7 B (0%) Total Size: 1.54 MB
ℹ️ View Unchanged
|
Theeraphat-Sorasetsakul
force-pushed
the
chore/upgrade-typescript-and-formatjs
branch
from
September 16, 2022 07:18
e718906
to
480b13a
Compare
…/parser to support typescript 4.8
…finitiv/refinitiv-ui into chore/upgrade-typescript-and-formatjs
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Sarin-Udompanish
approved these changes
Sep 20, 2022
Theeraphat-Sorasetsakul
deleted the
chore/upgrade-typescript-and-formatjs
branch
September 21, 2022 03:49
Theeraphat-Sorasetsakul
restored the
chore/upgrade-typescript-and-formatjs
branch
September 21, 2022 04:40
Theeraphat-Sorasetsakul
deleted the
chore/upgrade-typescript-and-formatjs
branch
September 21, 2022 04:49
Theeraphat-Sorasetsakul
restored the
chore/upgrade-typescript-and-formatjs
branch
September 21, 2022 05:02
Theeraphat-Sorasetsakul
pushed a commit
that referenced
this pull request
Sep 21, 2022
Theeraphat-Sorasetsakul
deleted the
chore/upgrade-typescript-and-formatjs
branch
September 22, 2022 08:31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update typescript to latest version to 4.8.3. It need to update dependencies to support those version.
Here is a list that effected after upgrade typescript.
Build fail from @formatjs/ecma402-abstract that fixed in 1.11.8
Here is a effected dependency list.
root@
├─┬ @formatjs/intl-locale
├─┬ @formatjs/intl-numberformat
├─┬ @formatjs/intl-pluralrules
└─┬ @refinitiv-ui/i18n
├─┬ @formatjs/icu-messageformat-parser
└─┬ intl-messageformat
Lint fail from @typescript-eslint/typescript-eslint that fixed in 5.36.1
Fixes # (ELF-1844)
Here is a effected dependency list.
root@
└─┬ @refinitiv-ui/configurations
├─┬ @typescript-eslint/eslint-plugin
└─┬ @typescript-eslint/[email protected]
Type of change
Checklist