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

feat: validate config with jest-validate #205

Closed
wants to merge 8 commits into from

Commits on Oct 24, 2018

  1. simple config validation

    thymikee committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    4f87f8a View commit details
    Browse the repository at this point in the history
  2. fix tests

    thymikee committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    154e989 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Merge remote-tracking branch 'upstream/master' into feat/config-valid…

    …ation
    
    * upstream/master: (42 commits)
      Bump [email protected]
      Fix entryFile always is assumed to end with `.js` extension (facebook#310)
      Adds support for `publicPath` to enable serving assets from different locations. (facebook#299)
      Make dynamic import interoperable for CJS and ESM
      Add custom serializer (facebook#309)
      React sync for revisions 4773fdf...3ff2c7c
      metro-buck: disable inline IDs in dev mode
      Simplify helper function
      Rewrite traverseDependency-integration-tests to make them module resolution unit tests
      RN: Revert React 16.6 Sync
      React sync for revisions 4773fdf...bf9fadf
      Bump react-deep-force-update
      Use getFileIterator() from jest-haste-map
      Deploy Flow v0.85 to xplat/js
      metro-buck: add explicit import() prefetch feature
      jest: remove jasmine usages
      jest: upgrade to 24.0.0-alpha.4
      Fix source map loading in the remote debugger
      Fix metro visualizer transformation
      Update babel to version 7
      ...
    thymikee committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    b0002d7 View commit details
    Browse the repository at this point in the history
  2. update snapshot

    thymikee committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    73e1c01 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into feat/config-valid…

    …ation
    
    * upstream/master: (122 commits)
      Bump Metro to v0.53.0
      Improve flow coverage in Metro
      Enable platform transforms for dev too, but keep it safe for MetroResolver
      Use function maps to symbolicate traces
      Move react-native-symbolicate to metro repo
      Migrated Metro from babel-jest to a custom transformer
      React sync for revisions f24a0da...8e25ed2
      Revert D14168466: Perform security fixes
      Adds a missing dependency to metro
      Bumps antd to fix missing peerdeps
      Updates the package.json to match the Yarn output
      Improve prelude code
      Perform security fixes
      metro-buck: setup __DEV__ and other variables on the global object
      Add README and development script (facebook#292)
      Allow custom BABEL_ENV (facebook#364)
      Update siteConfig.js (facebook#327)
      docs: mention lerna in CONTRIBUTING.md (facebook#338)
      Revert D14024934: metro: keep track of significant dependencies ordering
      metro-buck: Hermes: no args to async wrapper if no prefetch
      ...
    thymikee committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    f17f3d0 View commit details
    Browse the repository at this point in the history
  4. use empty fn signature

    thymikee committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    791d91e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Merge remote-tracking branch 'upstream/master' into feat/config-valid…

    …ation
    
    * upstream/master:
      Upgrade jest to 24.5.0
      Bump Prettier to 1.16.4
      Bump Metro to v0.53.1
      Another pass at Metro Flow annotation coverage
      Add CLI option to ignore function map
      Default to lazy requires for all public RN exports (facebook#362)
      FileStore now recreates parent cache folders if a write fails (facebook#370)
      Support symbolicating file:line:column stack frames
      Add connection verification
      Improve Flow annotation coverage in Metro
      Drop leading newline
      Deploy 0.94 to xplat
      Add new metro flag for running inspector proxy
      Perform security fixes
    thymikee committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    5047418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd0b79 View commit details
    Browse the repository at this point in the history