chore(payments): upgrade @fluent/bundle to 0.16, @fluent/react to 0.1… #6291
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.
This is @stasm's PR #6098 (which is a follow-up to #6096/#6152) rebased on latest
main
.Because
index.js
written in the most current ES version, andcompat.js
transpiled to ES2017. In Remove compat.js build artifacts projectfluent/fluent.js#472 we removed thecompat.js
builds and settsc
to target ES2018.compat.js
builds. It's something that app developers should have more control over.node_modules
dependencies to match their browser compatibility requirements.This pull request
@fluent
packages used bypayments-server
:@fluent/bundle
,@fluent/react
,@fluent/langneg
to their newest versions which ship ES2018 code.yarn build
inbuild/static/js
are transpiled by FxA's build system correctly to match yourbrowerlist
config.Checklist
Put an
x
in the boxes that apply