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

Bump fbt from 0.10.6 to 1.0.0 in /nms/app #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 10, 2022

Bumps fbt from 0.10.6 to 1.0.0.

Changelog

Sourced from fbt's changelog.

  • 1.0.0:

    • [feat] Major release to maintain compatibility with babel-plugin-fbt@1.0.0
    • [feat] Expose the fbs API to output plain-text translatable strings.
    • [feat] Expose extraOptions to FbtHooks.getFbtResult
    • [chore] Throw an exception if we detect duplicate token names when using the low-level fbt._() API (See 9bb6890 / D33476399)
  • 0.17.1:

    • [fix] Fix React dependency in intlList.js
    • [feat] [Experimental] Add sanity check to ensure that each pattern string token is mapped to a single substitution value.
    • [chore] Add .npmignore config (avoid exporting some build, debug & test files)
  • 0.17.0:

    • [feat] Add user's regional local in IntlViewerContext
    • [feat] Improve resilience of detection of fbt parameters inside translated string patterns and improve error message format.
    • [chore] Update babel-plugin-fbt-runtime dependency version to ^0.10.x
    • [chore] Update babel-plugin-fbt dependency version to ^0.21.x
    • [fix] Ensure that fbs() really returns FbtPureStringResult objects
    • [fix] Force fbs:plural to only show plain text custom UI values.
    • [feat] Convert babel-plugin-fbt raw JSFBT payload to runtime friendly version and add fbt._implicitParam() client-side method
  • 0.16.6:

    • [feat] Add a new FbtTranslations.getRegisteredTranslations function
    • [feat] Add a new FbtTranslations.mergeTranslations function
  • 0.16.5:

    • [chore] Update babel-plugin-fbt dependency version to ^0.20.x
  • 0.16.4:

    • [chore] Update babel-plugin-fbt dependency version to ^0.19.x
  • 0.16.3:

    • [chore] Update babel-plugin-fbt dependency version to ^0.18.x
  • 0.16.2:

    • [chore] Update babel-plugin-fbt dependency version to ^0.17.x
    • [fix] Don't strip punctuation that isn't redundant with token punctuation
  • 0.16.1:

    • [fix] Updated peer dependencies, and devEngines dependencies.
    • [fix] Improved Flow typing of intlList
  • 0.16.0:

    • [major] Merge two GenderConst entries that had the same value to avoid confusion. I.e. MIXED_SINGULAR and MIXED_PLURAL will both be referred as MIXED_UNKNOWN and it'll keep the same value (MIXED_UNKNOWN=5).
    • [feat] Add Babel presets as a CLI option for collectFBT.js
    • [feat] Add ES6 imports/exports support for shared enums. See related doc.
  • 0.15.0:

    • [feat] Add ability to provide your own ViewerContext dynamically. See related doc.
    • [fix] Render optional catch binding syntax to ES5 to fix IE11 bug
    • [feat] Convert fbt.isFbtInstance() to a predicate function for Flow

... (truncated)

Commits
  • 25177e9 feat!: publish new npm package versions for the JS Fbt Auto Param feature
  • 43ffe0d chore(fbt):Bump to 0.17.1 to release recent fixes
  • fcf2390 chore: add/improve npm ignore configs (#328)
  • 55710ea chore(fbt): Release 0.17.0
  • fed487c Replace master => with main (#309)
  • 211171c chore(babel-plugin-fbt-runtime): bump babel-plugin-fbt-runtime version
  • 5bcf404 chore(babel-plugin-fbt): bump babel-plugin-fbt version
  • 4f39a44 chore(fbt): Push 0.16.6
  • 8ac3e66 Stop passing paths and pass fbtModule directly to "external" transforms
  • 45b915f chore(fb-babel-plugin-utils)!: Publish fb-babel-plugin-utils 0.12.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fbt](https://github.com/facebook/fbt/tree/HEAD/packages/fbt) from 0.10.6 to 1.0.0.
- [Release notes](https://github.com/facebook/fbt/releases)
- [Changelog](https://github.com/facebook/fbt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/fbt/commits/fbt-v1.0.0/packages/fbt)

---
updated-dependencies:
- dependency-name: fbt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
0 participants