1. 15 Jan, 2018 4 commits
    • Clement Hoang's avatar
      Switch to Babel 7 (#3522) · 1552949a
      Clement Hoang authored
      * Update dependencies in react-scripts
      
      * Add first pass of working dependencies for babel-preset-react-app and react-scripts
      
      * Bump more dependency versions
      
      * Adjust more versions and edit fix options
      
      * Restore functionality of old preset
      
      * Disable Uglify in iframe webpack
      
      * Apply prettier
      
      * Re-enable cache in dev and clean deps
      
      * Lock packages and move babel/core to dep in preset
      
      * Bump babel-jest
      
      * Re-enable uglify
      
      * Nest forceAllTransforms correctly in webpack config
      
      * Install babel-core bridge for jest
      
      * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass
      
      * Re-enable transform-dynamic-import
      
      * Add dynamic import syntax support back
      
      * Use new babel in kitchensink
      
      * Transform modules in test
      
      * Revert "Transform modules in test"
      
      This reverts commit 539e46a1.
      
      * Attempt fix for ejected tests
      
      * try this
      
      * Add regenerator back
      
      * Bump babel deps to beta.34
      
      * Remove bad files
      
      * Use default when requiring babel transform plugin
      
      * Bump deps
      
      * Try the fix?
      
      * Oopsie
      
      * Remove some weird things
      
      * Run Babel on react-error-overlay tests
      
      * Try fixing kitchensink
      
      * Use new API for codeFrame
      
      * Add missing (?) babelrc
      
      * Maybe this helps?
      
      * Maybe fix mocha
      
      * I shouldn't have deleted this :face_palm:
      1552949a
    • Dan Abramov's avatar
      Bump Jest to 22.0.6 (#3751) · 590df7ee
      Dan Abramov authored
      590df7ee
    • aisensiy's avatar
      Update jest to 22 and support watchPathIgnorePatterns configuration (#3124) · 776d2d60
      aisensiy authored
      * update jest to 21.0.2 to support watchPathIgnorePatterns configuration
      
      * update jest to 21.1.0
      
      * Try bumping Jest
      
      * Bump babel-jest
      
      * Try to debug weird CI failure
      
      * Remove debug code
      
      * Bump other Jest packages
      
      * ffs
      
      * temp
      
      * Revert "temp"
      
      This reverts commit 62aec9ac.
      776d2d60
    • Dan's avatar
      Publish · e73a783e
      Dan authored
       - babel-preset-react-app@3.1.1
       - create-react-app@1.5.0
       - eslint-config-react-app@2.1.0
       - react-dev-utils@5.0.0
       - react-error-overlay@4.0.0
       - react-scripts@1.1.0
      e73a783e
  2. 14 Jan, 2018 2 commits
  3. 10 Jan, 2018 3 commits
  4. 09 Jan, 2018 8 commits
  5. 08 Jan, 2018 1 commit
  6. 04 Jan, 2018 1 commit
    • Norris Oduro's avatar
      Fix path regex match bug (#3686) · 8cae659e
      Norris Oduro authored
      * Fix path regex match bug
      
      * Use the escape-string-regexp package to escape regex characters
      
      * Remove redundant character escape from path
      
      * Add removed escape of backslashes
      8cae659e
  7. 04 Nov, 2017 1 commit
  8. 31 Oct, 2017 3 commits
  9. 28 Oct, 2017 1 commit
    • Dan Abramov's avatar
      Bump dependencies (#3342) · d98b7565
      Dan Abramov authored
      * Bump dependencies
      
      * Downgrade source-map back to 0.5.x
      
      Not sure what changed there but our bundle snapshot doesn't match with minor changes.
      I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
      d98b7565
  10. 06 Oct, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Add click-to-open support for build errors (#3100) · 00ed100b
      Tharaka Wijebandara authored
      * Implement click-to-open for babel syntax errors in build error overlay
      
      * Add click-to-open support for lint errors and refactor parser
      
      * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays
      
      * Fix some eslint warnings
      
      * Add a comment about keeping middleware and dev client in sync
      
      * Remove es6 features from webpack dev client
      
      * Make open-in-editor functionality to work with new iframe script
      
      * Rename `openInEditor` to `editorHandler`
       -  Remove indirection of openInEditorListener
       -  Check editorHandler for null before styling error clickable
      
      * Fix flow errors
      00ed100b
  11. 03 Oct, 2017 1 commit
  12. 27 Sep, 2017 1 commit
    • Joe Haddad's avatar
      Publish · b2c0b3f7
      Joe Haddad authored
       - babel-preset-react-app@3.0.3
       - create-react-app@1.4.1
       - eslint-config-react-app@2.0.1
       - react-dev-utils@4.1.0
       - react-error-overlay@2.0.2
       - react-scripts@1.0.14
      b2c0b3f7
  13. 26 Sep, 2017 1 commit
  14. 16 Sep, 2017 1 commit
  15. 11 Sep, 2017 1 commit
    • gulderov's avatar
      Auto-detect running editor on Linux for error overlay (#3077) · 1faee66a
      gulderov authored
      * Auto-detect running editor on Linux for error overlay
      
      Basic support of auto detecting running editor for #2636.
      Tested on Ubuntu 16.04.
      It detects few editors. JetBrains products should start by
      wrapper like /usr/local/bin/webstorm. Otherwise it takes a
      lot of time to open editor.
      
      * Comments fixed.
      
      * List all processes owned by you
      
      * Comment rewording
      1faee66a
  16. 10 Sep, 2017 1 commit
  17. 09 Sep, 2017 1 commit
  18. 02 Sep, 2017 3 commits
  19. 01 Sep, 2017 1 commit
  20. 28 Aug, 2017 2 commits
    • Dan Abramov's avatar
      Publish · a51be958
      Dan Abramov authored
       - react-dev-utils@4.0.0
       - react-error-overlay@2.0.0
       - react-scripts@1.0.12
      a51be958
    • Tharaka Wijebandara's avatar
      Convert react-error-overlay to React (#2515) · ecd1f054
      Tharaka Wijebandara authored
      * Convert react-error-overlay to React
      
      * Update compile-time error overlay to use react-error-overlay components
      
       * Refactor react-error-overlay components to container and presentational components.
      
       * Make the compile-time error overlay a part of react-error-overlay package.
      
       * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.
      
      * Run Prettier
      
      * Move the function name fix into StackFrame itself
      
      * Fix clicking on source code snippet to open the code in editor
      
      * Use exact objects + minor style tweak
      
      * Don't linkify frames that don't exist on the disk
      
      * Fix lint
      
      * Consolidate iframe rendering logic
      
      * Remove circular dependency between react-dev-utils and react-error-overlay
      
      * Fix lint
      
      * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware
      
      * Deduplicate identical errors
      ecd1f054
  21. 27 Aug, 2017 1 commit
  22. 16 Aug, 2017 1 commit