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

Update dependencies & fix minor TS issue #590

Merged
merged 5 commits into from
Apr 29, 2022

Conversation

eemeli
Copy link
Member

@eemeli eemeli commented Apr 28, 2022

These updates should for the most part have no external visibility, except for the #589 fix.

I was intending to also update eslint-plugin-mocha, but that's currently blocked by ramda/ramda#3278.

@eemeli eemeli requested a review from gregtatum April 28, 2022 12:39
Comment on lines -61 to +58
Array.from(Object(requestedLocales)).map(String),
Array.from(Object(availableLocales)).map(String),
Array.from(requestedLocales ?? []).map(String),
Array.from(availableLocales ?? []).map(String),
Copy link
Member Author

Choose a reason for hiding this comment

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

This has the same effect of avoiding throws for nullish inputs as before, but is clearer & type-friendlier about it.

Copy link
Member

@gregtatum gregtatum 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!

@eemeli eemeli merged commit d101b90 into projectfluent:master Apr 29, 2022
@eemeli eemeli deleted the update-deps branch April 29, 2022 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants