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/cra update #225

Merged
merged 199 commits into from
Mar 22, 2020
Merged

Feat/cra update #225

merged 199 commits into from
Mar 22, 2020

Commits on Oct 23, 2018

  1. Merge commit 'dc74990b89b5c6e143b522c759be3dac2c286514' into upstream

    * commit 'dc74990b89b5c6e143b522c759be3dac2c286514':
      Add 1.1.5 release notes
      Bump release
      Bump versions
      Use file name whitelist to prevent RCE (facebook#4866)
    adammockor committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    6a2a61a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    e40a6bc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    16211f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    a825e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc69ec View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    05f7924 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    b1e6155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5221c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93150c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    0d1775e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. set output.globalObject to 'this' (facebook#7742)

    Kent C. Dodds authored and iansu committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    42ee721 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    6533a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e624b75 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Upgrade Webpack version (facebook#7740)

    RDIL authored and mrmckeb committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    4a3718b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d73ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fefd716 View commit details
    Browse the repository at this point in the history
  4. Documentation typo fix (facebook#7757)

    tomer authored and iansu committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    a10223d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    6f7b371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71946b1 View commit details
    Browse the repository at this point in the history
  3. Remove switch case (facebook#7729)

    andrelmlins authored and mrmckeb committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    f36d61a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6980616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85aac9b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    7e2b6b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b8fa00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c379f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Support production profiling with React Developer Tools (facebook#7737)

    * Added the alias for profiling and output change to keep the classNames and functionNames for human readbility
    
    * defined isEnvProductionProfile with other isEnv checks
    
    * moved the keep_classnames and keep_fnames to terserOptions scope
    
    * resolve merge conflict for yarn.lock.cache
    
    * revert yarn.lock.cache to master yarn.lock.cache
    - git checkout origin/master -- packages/create-react-app/yarn.lock.cached
    
    * Comment and Boolean Check
    - I clarified the comment and specified the use case
    - Changed the environment check to check for the specific true rather than
    the assumed primitive value as before.
    
    * Replaced env with flag
    - Per suggestion --profile flag used instead of env variable PROFILE_APP
    
    * documentation in available scripts section with suggested information
    
    * resolved a local git issue. Fixed documentation error.
    
    * moved documentation to suggested file
    - Added a brief summary of profiling in available scripts section.
    The summary references the production-build document. Which is the
    file I moved the new documentation into under a new Header for production support.
    
    * Update production-build.md
    
    
    Co-authored-by: Ian Sutherland <[email protected]>
    JacobMGEvans and iansu committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    88cf8cd View commit details
    Browse the repository at this point in the history
  2. Prepare 3.2.0 release

    iansu committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6a74342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fae307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e51ea13 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    ac93f31 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    09cbb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9161ba8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Account for browserslist environment variables (facebook#7764)

    Jonathan Felchlin authored and ianschmitz committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    f06ae8b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    c8ca307 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Update adding-typescript.md (facebook#7815)

    orta authored and iansu committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    dc4d62d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab41c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    889df8e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    4a4ae1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c48dc View commit details
    Browse the repository at this point in the history
  3. Upgrade to docusaurus 2 (facebook#7785)

    * chore: upgrade to docusaurus 2
    
    * address review
    endiliey authored and iansu committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    9243305 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4068f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    584e352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da645c View commit details
    Browse the repository at this point in the history
  3. Link to React documentation for code splitting (facebook#7686)

    The official documentation offers a simpler way of achieving route based code splitting.
    Hugodby authored and iansu committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ca37609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053f977 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. added check for typescript template and unsupported node version (fac…

    …ebook#7839)
    
    * added check for typescript template and unsupported node version
    
    * addressed code review feedback regarding syntax and spelling mistakes
    awaseem authored and iansu committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4b024e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Update getting-started.md (facebook#7841)

    Update the initial project structure generated by create-react-app.
    reactjser authored and ianschmitz committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    ce968a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    07470fd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Update readme gif links (facebook#7849)

    cchanxzy authored and iansu committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    da06c23 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Update adding-bootstrap.md (facebook#7853)

    typo fix
    Xuhao authored and andriijas committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    9455ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f337acc View commit details
    Browse the repository at this point in the history
  3. 📖 DOC: Improvement (facebook#7819)

    waahab authored and andriijas committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    9d00fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7690af5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    9788522 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    42140e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea3b34 View commit details
    Browse the repository at this point in the history
  3. Add Service-Worker header to checkValidServiceWorker (facebook#6753)

    * Add header to checkValidServiceWorker (ts)
    
    * Add header to checkValidServiceWorker
    darthmaim authored and iansu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ea34c1d View commit details
    Browse the repository at this point in the history
  4. Add additional information for postcss errors (facebook#6282) (facebo…

    …ok#6352)
    
    * Add additional information for postcss errors
    
    * Add additional information for postcss errors (simplify)
    
    * Remove chunkname from postCSS compile error
    
    * Remove line number from postCSS compile error
    buildbreakdo authored and iansu committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    a351750 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    4582491 View commit details
    Browse the repository at this point in the history
  2. Add Alex to lint documentation (facebook#7852)

    * Add Alex to lint documentation
    
    * Attempt to trigger GitHub Action
    
    * Configure Alex and update docs
    
    * More docs updates
    iansu authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    1d03579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a51729c View commit details
    Browse the repository at this point in the history
  4. Dark scheme overlay (facebook#7052)

    Fabianopb authored and ianschmitz committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c24314d View commit details
    Browse the repository at this point in the history
  5. Bump react (facebook#7875)

    andriijas authored and ianschmitz committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7efe29b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f79f303 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e92db94 View commit details
    Browse the repository at this point in the history
  8. Add template support (facebook#7716)

    * Add template support
    
    * Update templates version check
    
    * Update TypeScript template README
    mrmckeb authored and iansu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4c0c819 View commit details
    Browse the repository at this point in the history
  9. Prepare 3.3.0 beta

    iansu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    facd8f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e7391d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07ccad7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Upgrade packages and tweak config to adapt to new config format (face…

    …book#7814)
    
    Rebased again now with smaller changes in this one which will make it easier to revert in case of eventual regressions.
    andriijas authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    324428f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    971f249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c34aa13 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    165765d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c45a3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de57fe View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    b4fe788 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Update open (facebook#7910)

    andriijas authored and ianschmitz committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b68c777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6dfa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    9750738 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. fix seperators typo (facebook#7932)

    Its the little things that makes the big difference!  😁
    
    Thanks
    donavon authored and andriijas committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d46da89 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    10daea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9fa8d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    8a1ee2f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Fix CI (facebook#7951)

    ianschmitz authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    211694a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12b4b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cdc3cc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    f01bfac View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Fix light background in docusaurus night mode (facebook#7936)

    * Fix light background in docusaurus night mode
    
    Closes facebook#7930
    
    * Rename lightBackground to gettingStartedSection
    heyimalex authored and andriijas committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    30b491b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915108b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    9df95df View commit details
    Browse the repository at this point in the history
  2. Prepare 3.3.0 beta

    iansu committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3d6d0a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    58b4738 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Support scoped templates (facebook#7991)

    klasbj authored and mrmckeb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e7cdde6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aaa3fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4f3f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    df5088d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d5776 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Override no-unused-expressions with the typescript-eslint version (fa…

    …cebook#8003)
    
    Fixes issues with optional chaining
    maxdavidson authored and ianschmitz committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    4604c5e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    5d24a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82009f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a66971 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    99d71f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Update CHANGELOG

    iansu committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    821fe6b View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS

    iansu authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    6a3ccc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    fffc777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ba862 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Update template docs (facebook#8050)

    * Update template docs
    
    * Update custom-templates.md
    
    * Update custom-templates.md
    
    
    Co-authored-by: Ian Sutherland <[email protected]>
    mrmckeb and iansu committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    29c5e55 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Prepare 3.3.0 release

    iansu committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9654bef View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    iansu committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0b45600 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    9a817dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4cb4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ace7c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    8330e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7317251 View commit details
    Browse the repository at this point in the history
  3. Remove error for @typescript-eslint/no-namespace (facebook#7803)

    Declare namespaces are supported by babel now, and babel will throw with a nice error message for non-declare namespaces, so this rule is unnecessary. Closes facebook#7651.
    szhu authored and heyimalex committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    b19bffe View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    0b293e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0327d89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53a48c4 View commit details
    Browse the repository at this point in the history
  4. Fix typo in comment: ?. is right, not .? (facebook#8124)

    This is just a comment fix.
    
    Actual optional chaining operator syntax is `?.`, not `.?`.
    vadzim authored and ianschmitz committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    b8ff97b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    1f1594d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. [Security] Update terser webpack plugin (facebook#8102)

    * security: update terser webpack plugin
    RDIL authored and andriijas committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    8d1a4f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Add current version and bin location to --info output (facebook#8168)

    Make the --info subcommand outuput the current version information and the location of the file being run. Our issue template tells users to provide the output of --info, so having the current version is incredibly helpful, especially since it doesn't necessarily match the globally installed version that envinfo outputs. Knowing the location helps us determine whether the running bin is globally installed or in the local node_modules.
    heyimalex authored and andriijas committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    ebcffda View commit details
    Browse the repository at this point in the history
  2. Bump pkgUp (facebook#8163)

    andriijas authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    9922275 View commit details
    Browse the repository at this point in the history
  3. Bump chalk (facebook#8164)

    andriijas authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    349a92a View commit details
    Browse the repository at this point in the history
  4. Add link to Netlify in README

    iansu authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    ab2976f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Bump internal dependencies (facebook#8176)

    * Bump dependencies in react-dev-utils
    
    * Bump dependencies in react-app-polyfill
    
    * Bump dependencies in create-react-app
    
    * Bump dependencies in react-error-overlay
    
    * Bump dependencies in react-scripts
    
    * Bump react
    andriijas authored Dec 14, 2019
    Configuration menu
    Copy the full SHA
    f26de73 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Add package-runner note to readme (facebook#8132)

    * Add package-runner note to readme
    
    * Add link to `yarn create`
    JeromeDeLeon authored and iansu committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    f314855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a13b59 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Minor refactors in create-react-app (facebook#8178)

    - Remove templates version minimum stopgap.
    - Replace indexOf with more idiomatic alternatives.
    - Inline errorLogFilePatterns.
    - Alphabetize validFiles.
    - Simplify log file removal code.
    - Move unconditional console.log() call outside of isSafe.
    - Differentiate conflicting directories from files.
    - Document yarn version special case.
    - Inline printValidationResults.
    - Standardize checkAppName output on failure.
    - Add link for checkThatNpmCanReadCwd.
    
    Functionally the code should be exactly the same.
    heyimalex authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    30eaab4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    18e56da View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    88a5435 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Little typo (facebook#8212)

    sonyarianto authored and andriijas committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3f2037b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Replace favicon in templates (facebook#8194)

    The old favicon was the same as the official react documentation, which is a minor annoyance during development when trying to find the tab you want. The new favicon is just the old with inverted colors.
    
    Closes facebook#7957
    heyimalex authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    c03bb36 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Configuration menu
    Copy the full SHA
    fa85f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94932be View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Minor grammatical edit (facebook#8293)

    egrim authored and heyimalex committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f875bb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Update Dependencies (facebook#8324)

    RDIL authored and ianschmitz committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    a608c5a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Remove React.FC from Typescript template (facebook#8177)

    This removes `React.FC` from the base template for a Typescript project.
    
    Long explanation for a small change: 
    
    `React.FC` is unnecessary: it provides next to no benefits and has a few downsides.  (See below.)  I see a lot of beginners to TS+React using it, however, and I think that it's usage in this template is a contributing factor to that, as the prominence of this template makes it a de facto source of "best practice".  
    
    ### Downsides to React.FC/React.FunctionComponent
    
    ##### Provides an implicit definition of `children`
    
    Defining a component with `React.FC` causes it to implicitly take `children` (of type `ReactNode`).  It means that all components accept children, even if they're not supposed to, allowing code like:
    
    ```ts
    const App: React.FC = () => { /*... */ };
    const Example = () => {
    	<App><div>Unwanted children</div></App>
    }
    ```
    
    This isn't a run-time error, but it is a mistake and one that would be caught by Typescript if not for `React.FC`. 
    
    ##### Doesn't support generics.
    I can define a generic component like:
    ```ts
    type GenericComponentProps<T> = {
       prop: T
       callback: (t: T) => void
    }
    const GenericComponent = <T>(props: GenericComponentProps<T>) => {/*...*/}
    ```
    
    But it's not possible when using `React.FC` - there's no way to preserve the unresolved generic `T` in the type returned by `React.FC`.
    
    ```ts
    const GenericComponent: React.FC</* ??? */> = <T>(props: GenericComponentProps<T>) => {/*...*/}
    ```
    
    ##### Makes "component as namespace pattern" more awkward.
    It's a somewhat popular pattern to use a component as a namespace for related components (usually children):
    
    ```jsx
    <Select>
    	<Select.Item />
    </Select>
    ```
    
    This is possible, but awkward, with `React.FC`:
    
    ```tsx
    const  Select: React.FC<SelectProps> & { Item: React.FC<ItemProps> } = (props) => {/* ... */ }
    Select.Item = (props) => { /*...*/ }
    ```
    
    but "just works" without `React.FC`:
    
    ```tsx
    const Select = (props: SelectProps) => {/* ... */}
    Select.Item = (props) => { /*...*/ }
    ```
    
    ##### Doesn't work correctly with defaultProps
    
    This is a fairly moot point as in both cases it's probably better to use ES6 default arguments, but...
    
    ```tsx
    type  ComponentProps = { name: string; }
    
    const  Component = ({ name }: ComponentProps) => (<div>
    	{name.toUpperCase()} /* Safe since name is required */
    </div>);
    Component.defaultProps = { name: "John" };
    
    const  Example = () => (<Component />) /* Safe to omit since name has a default value */
    ```
    This compiles correctly.  Any approach with `React.FC` will be slightly wrong: either `React.FC<{name: string}>` will make the prop required by consumers, when it should be optional, or `React.FC<{name?: string}>` will cause `name.toUpperCase()` to be a type error.  There's no way to replicate the "internally required, externally optional" behavior which is desired.
    
    ##### It's as long, or longer than the alternative: (especially longer if you use `FunctionalComponent`):
    Not a huge point, but it isn't even shorter to use `React.FC` 
    ```ts
    const C1: React.FC<CProps> = (props) => { }
    const C2 = (props: CProps) => {};
    ```
    
    ### Benefits of React.FC
    
    ##### Provides an explicit return type
    
    The only benefit I really see to `React.FC` (unless you think that implicit `children` is a good thing) is that it specifies the return type, which catches mistakes like:
    
    ```ts
    const Component = () => {
       return undefined; // components aren't allowed to return undefined, just `null`
    }
    ```
    
    In practice, I think this is fine, as it'll be caught as soon as you try to use it:
    
    ```ts
    const Example = () => <Component />; // Error here, due to Component returning the wrong thing
    ```
    
    But even with explicit type annotations, `React.FC` still isn't saving very much boilerplate:
    
    ```ts
    const Component1 = (props: ComponentProps): ReactNode => { /*...*/ }
    const Component2: FC<ComponentProps> = (props) => { /*...*/ }
    ```
    Retsam authored and ianschmitz committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    dada035 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    4bf14fa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Remove outdated babel plugins (facebook#8353)

    Updates dependencies and removes babel plugins that are now covered by `@babel/preset-env`.
    
    Co-authored-by: hdineen <[email protected]>
    ianschmitz and henryqdineen authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b855da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddcb7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    720d90b View commit details
    Browse the repository at this point in the history
  4. Update custom template docs with instructions for testing custom temp…

    …late locally (facebook#8092)
    
    Co-authored-by: Ian Schmitz <[email protected]>
    kevinold and ianschmitz authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    cafd602 View commit details
    Browse the repository at this point in the history
  5. Update setting-up-your-editor.md (facebook#8247)

    `Auto Fix is enabled by default. Use the single string form.` warning is shown in `.vscode/settings.json` due to changes in vscode-eslint. 
    As autoFix is set to default, object format in `eslint.validate` is deprecated.
    eip1599 authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ca9c61e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd0df73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e530598 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed162a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    6ee4e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03018d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4da41b4 View commit details
    Browse the repository at this point in the history
  4. Prepare 3.3.1 release

    iansu committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a7b8732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7c6842 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb9745e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9e05f9 View commit details
    Browse the repository at this point in the history
  8. Wider Chromium support for openBrowser (facebook#8367)

    * Expands scope of openBrowser tab control
    
    Adjust openChrome.applescript to allow manipulation of
    other Chromium-based browsers (defaulting to Chrome).
    Requires list of compatible browsers to try in openBrowser.js
    
    * Fix typo
    
    * Remove Safari
    Matthew Curtis authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d2de54b View commit details
    Browse the repository at this point in the history
  9. fix(test): force install npm in e2e-behaviour (facebook#8402)

    This will fix e2e-behaviour on macos
    
    Related: npm/cli#611 (comment)
    iamandrewluca authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    325e599 View commit details
    Browse the repository at this point in the history
  10. setupTestFrameworkScriptFile is deprecated (facebook#8390)

    * setupTestFrameworkScriptFile is deprecated
    
    __Note:_ `_setupTestFrameworkScriptFile_` _is deprecated in favor of_ `_setupFilesAfterEnv_`_.__
    
    ref: https://jestjs.io/docs/en/configuration#setupfilesafterenv-array
    
    * Update docusaurus/docs/running-tests.md
    
    Co-Authored-By: Simen Bekkhus <[email protected]>
    
    Co-authored-by: Simen Bekkhus <[email protected]>
    JimmyLv and SimenB authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0db04ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1959131 View commit details
    Browse the repository at this point in the history
  12. Update public folder usage docs to clarify globals (facebook#8299)

    Added the relevant topic linked directly, instead of saying it's just in the next section.
    Adjusted the text so it sounds more like a recommendation rather than a requirement.
    The topic linked is basically explainer to how you'd reference it using the global window object and ways to avoid linter errors. Thus I used 'reference' to give users a hint of what it the linked page would be for.
    keevan authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9233caf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84d8b14 View commit details
    Browse the repository at this point in the history
  14. Support JetBrains Rider IDE as an editor (facebook#7948)

    Rider is JetBrains .NET IDE, which supports the React plugin identically to other JetBrains IDEs such as Idea and WebStorm.
    djpowell authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    cc985d0 View commit details
    Browse the repository at this point in the history
  15. Enable custom sockjs pathname for hot reloading server. (facebook#7750)

    * Enable custom sockjs pathname for hot reloading server.
    
    * Update docusaurus/docs/advanced-configuration.md
    
    Co-Authored-By: Brody McKee <[email protected]>
    
    * let WDS_SOCKET_PATH be undefined
    
    * adding env variables for sockHost and sockPort options
    
    Co-authored-by: Brody McKee <[email protected]>
    heygrady and mrmckeb authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    822422c View commit details
    Browse the repository at this point in the history
  16. Add option to provide custom ssl certificates during development (fac…

    …ebook#5845)
    
    * Add option to provide custom SSL certificates when using HTTPS
    
    * Update documentation with custom HTTPS certs
    
    * Improve certificate validation and move to its own file
    
    * Update https in development docs
    
    Co-Authored-By: Brody McKee <[email protected]>
    
    * Add custom cert example to docs
    
    * Rename https file and update error message
    
    * Include original error message when custom ssl cert is invalid
    
    * Add chalk to react-scripts dependencies
    
    * Bump docs version to say that the new config will be available in 3.2.0
    
    * Remove chalk dependency
    
    * Update custom ssl version to 3.4.0 in docs
    
    * Remove version from custom ssl certificate docs
    
    Co-authored-by: Brody McKee <[email protected]>
    alexbrazier and mrmckeb authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0299c0e View commit details
    Browse the repository at this point in the history
  17. Handle service worker error in Firefox (facebook#8272)

    * Handle service worker error in Firefox
    
    See https://bugzilla.mozilla.org/show_bug.cgi?id=1429714 for more details.
    
    * Update serviceWorker.js
    rosinghal authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3190e4f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. feat(react-scripts): allow PUBLIC_URL in develoment mode (facebook#7259)

    Co-authored-by: Eric Clemmons <[email protected]>
    Co-authored-by: Alex Guerra <[email protected]>
    Co-authored-by: Kelly <[email protected]>
    
    Co-authored-by: Eric Clemmons <[email protected]>
    Co-authored-by: Alex Guerra <[email protected]>
    Co-authored-by: Kelly <[email protected]>
    4 people authored Feb 2, 2020
    Configuration menu
    Copy the full SHA
    1cbc6f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Change arrow functions to function declarations (facebook#8412)

    - The JavaScript template uses a function declaration to define the component, the TypeScript template and a page of the documentation used arrow functions. Changed it to use function declarations for consistency and readability.
    lewislbr authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    687c4eb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    cd2469e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    767aa18 View commit details
    Browse the repository at this point in the history
  2. Downgrade chalk for ie 11 support (facebook#8439)

    * Downgrade chalk for ie 11 support
    
    * Update lockfile
    ianschmitz authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    eb8e7be View commit details
    Browse the repository at this point in the history
  3. fix(react-scripts): do not redirect served path if request may proxy (f…

    …acebook#8442)
    
    Moved redirect middleware and noopSW middleware in WDS after hook
    So proxy, and before proxy will take precedence before redirect
    
    Closes facebook#8417
    iamandrewluca authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    d45823c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    865ea05 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    589b41a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Correct webpack name casing (facebook#8475)

    webpack should always be written in lower-case, according to webpack's branding guidelines https://webpack.js.org/branding
    lewislbr authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4784997 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    e579de1 View commit details
    Browse the repository at this point in the history
  2. Prepare 3.4.0 release

    iansu committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    5ccee88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b0dd54 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    de6bc2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5d5e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5efddd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af926d5 View commit details
    Browse the repository at this point in the history
  5. Closes webpack dev server and exits process on "end" stdin (facebook#…

    …7203)
    
    Co-authored-by: Ian Schmitz <[email protected]>
    Kelsey Leftwich and ianschmitz authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    7e6d6cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    038e6fa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    2030ee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    7d3b72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba0ccb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Configuration menu
    Copy the full SHA
    4d26208 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Fix proxying API request docs (facebook#8515)

    The http-proxy-middleware package has made a major version upgraded and
    introduced a breaking change. This fixes the "Configuring the Proxy
    Manually" documentation to match the latest version.
    hjr3 authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3f699fd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    a452ddc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Add React.StrictMode to default templates (facebook#8558)

    Co-authored-by: Dan Abramov <[email protected]>
    connkat and gaearon authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6adb82a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    d5b527f View commit details
    Browse the repository at this point in the history
  2. Prepare 3.4.1 release

    iansu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    7641a3c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    d2f813f View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 6d7c56e
    Author: Adam Močkoř <[email protected]>
    Date:   Thu Mar 19 21:31:31 2020 +0100
    
        Release/3.5.2 (#215)
    
        * update version
    
        * update changelog
    
    commit ec31f78
    Author: Adam Močkoř <[email protected]>
    Date:   Thu Mar 19 21:22:17 2020 +0100
    
        Fix/typescript support (#214)
    
        * fix extensions in paths (and cleanup)
    
        * fix paths to allow ts and tsx extensions
    
        * get rid of webpack multicompiler
    
        mulicompiler was not compatible with TS error handling in CRA
    
    commit d0bef65
    Author: Adam Močkoř <[email protected]>
    Date:   Wed Mar 11 18:04:26 2020 +0100
    
        Release/3.5.1 (#213)
    
        * update changelog
    
        * update version
    
    commit 73e2144
    Author: Milan Lajtoš <[email protected]>
    Date:   Wed Mar 11 17:29:35 2020 +0100
    
        Add postcss-inline-svg (#212)
    
        Lighter 2.x had `postcss-inline-svg`, but in 3.0 it was missing. It broke DDS.
    
        It provides `svg-load` function that inlines SVG into data-uri.
    
    commit 7870f5c
    Merge: 0e9a282 cb4f9ac
    Author: jurajk <[email protected]>
    Date:   Wed Mar 4 11:20:13 2020 +0100
    
        Merge pull request #211 from lightingbeetle/release/3.5.3
    
        Release/3.5.3
    
    commit cb4f9ac
    Author: jurajk <[email protected]>
    Date:   Wed Mar 4 11:17:00 2020 +0100
    
        bump version
    
    commit 6abe577
    Author: jurajk <[email protected]>
    Date:   Wed Mar 4 11:16:45 2020 +0100
    
        write changelog
    
    commit 0e9a282
    Merge: bd632ae bc5e23d
    Author: jurajk <[email protected]>
    Date:   Wed Mar 4 10:47:28 2020 +0100
    
        Merge pull request #210 from lightingbeetle/fix/mdx-language
    
        prevent error when no mdx language is defined
    
    commit bd632ae
    Merge: 1f19f89 d177dde
    Author: jurajk <[email protected]>
    Date:   Wed Mar 4 10:47:17 2020 +0100
    
        Merge pull request #209 from lightingbeetle/fix/preview-html
    
        Fix/preview html
    
    commit bc5e23d
    Author: jurajk <[email protected]>
    Date:   Wed Mar 4 10:39:20 2020 +0100
    
        use optional chaining to assign language
    
    commit d177dde
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 16:54:03 2020 +0100
    
        add test
    
    commit 2050bf8
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 16:53:39 2020 +0100
    
        prevent html code example from crashing when children is array
    
    commit 0c9bb29
    Merge: 1f19f89 15758b3
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 16:45:57 2020 +0100
    
        Merge branch 'fix/mdx-language' into fix/preview-html
    
    commit 15758b3
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:55:53 2020 +0100
    
        prevent error when no mdx language is defined
    
    commit 1f19f89
    Merge: d373778 bfb53ec
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:46:37 2020 +0100
    
        Merge pull request #208 from lightingbeetle/release/3.5.2
    
        Release/3.5.2
    
    commit bfb53ec
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:42:53 2020 +0100
    
        bump versions
    
    commit d712b74
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:42:37 2020 +0100
    
        write changelog
    
    commit d373778
    Merge: 690e686 5b62bf8
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:14:55 2020 +0100
    
        Merge pull request #207 from lightingbeetle/release/3.5.1
    
        Release/3.5.1
    
    commit 5b62bf8
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:11:28 2020 +0100
    
        fix typo
    
    commit 7ebb8a2
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:08:54 2020 +0100
    
        write changelog
    
    commit 1b62102
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 10:08:46 2020 +0100
    
        bump versions
    
    commit 690e686
    Author: jurajk <[email protected]>
    Date:   Tue Mar 3 09:50:52 2020 +0100
    
        Fix/syntax highlighting (#206)
    
        * fix theme
    
        * pass language from MDX to CodeBlock
    
        * update mdx-js
    
        * update styleguide react-scripts
    
        * add package-lock
    
        * fix overflowing container
    
        * update theme colors
    
        * prevent theme from falling to first html element in preview
    
    commit d0704de
    Author: Adam Močkoř <[email protected]>
    Date:   Wed Feb 19 18:42:33 2020 +0100
    
        Release/3.5.0 (#205)
    
        * update changelog
    
        * update versions
    
    commit 102411c
    Author: Adam Močkoř <[email protected]>
    Date:   Wed Feb 19 18:30:28 2020 +0100
    
        Feat/cra update (#204)
    
        * Publish
    
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
    
        * Update runtime chunk name separator in docs (facebook#7705)
    
        * Remove 'shortcut' link type before 'icon' (facebook#7707)
    
        * Guard polyfills against window possibly being undefined (facebook#7205)
    
        * Enable .eslintignore with extend flag (facebook#7562)
    
        * Add "entrypoints" key to asset manifest (facebook#7721)
    
        * Update adding flow documentation (facebook#7731)
    
        * set output.globalObject to 'this' (facebook#7742)
    
        Closes facebook#7741
    
        * Update logic and log errors for EXTEND_ESLINT (facebook#7530)
    
        * update list of supported jest config overrides (facebook#7601)
    
        * Upgrade Webpack version (facebook#7740)
    
        * Close br tags in template README files (facebook#7668)
    
        * Fix variable name casing in fileTransform (facebook#7752)
    
        * Documentation typo fix (facebook#7757)
    
        * Fix linting error when using rest props (facebook#7754)
    
        * Add TSC_COMPILE_ON_ERROR setting (facebook#6931)
    
        * Remove switch case (facebook#7729)
    
        * docs: note that v2 to v3 migration may require deletion of node_modules (facebook#7302)
    
        * Stop hiding the column number of ESLint errors (facebook#6980)
    
        * Support setting baseUrl to root directory (facebook#7755)
    
        * Use installing package manager in README (facebook#7687)
    
        * Support production profiling with React Developer Tools (facebook#7737)
    
        * Added the alias for profiling and output change to keep the classNames and functionNames for human readbility
    
        * defined isEnvProductionProfile with other isEnv checks
    
        * moved the keep_classnames and keep_fnames to terserOptions scope
    
        * resolve merge conflict for yarn.lock.cache
    
        * revert yarn.lock.cache to master yarn.lock.cache
        - git checkout origin/master -- packages/create-react-app/yarn.lock.cached
    
        * Comment and Boolean Check
        - I clarified the comment and specified the use case
        - Changed the environment check to check for the specific true rather than
        the assumed primitive value as before.
    
        * Replaced env with flag
        - Per suggestion --profile flag used instead of env variable PROFILE_APP
    
        * documentation in available scripts section with suggested information
    
        * resolved a local git issue. Fixed documentation error.
    
        * moved documentation to suggested file
        - Added a brief summary of profiling in available scripts section.
        The summary references the production-build document. Which is the
        file I moved the new documentation into under a new Header for production support.
    
        * Update production-build.md
    
        Co-authored-by: Ian Sutherland <[email protected]>
    
        * Prepare 3.2.0 release
    
        * Publish
    
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
    
        * Temporarily disable Windows in CI (facebook#7773)
    
        * Add babel runtime version to transform-runtime plugin to reduce… (facebook#7726)
    
        * Add Babel sourcemap to resolve VSCode debugging issues (facebook#7022)
    
        * Fix process type in TypeScript template (facebook#7796)
    
        * Account for browserslist environment variables (facebook#7764)
    
        * Clarify dynamic import stage in docs (facebook#7813)
    
        * Update adding-typescript.md (facebook#7815)
    
        * Document how to use the .env file to enforce HTTPS (facebook#7821)
    
        * Fix absolute paths issue in Jest (facebook#7822)
    
        * Document correct default behavior for HOST var (facebook#7823)
    
        * Fix grammar error in troubleshooting.md (facebook#7824)
    
        * Upgrade to docusaurus 2 (facebook#7785)
    
        * chore: upgrade to docusaurus 2
    
        * address review
    
        * Update doc publishing instructions
    
        * Revert logo in templates (facebook#7830)
    
        * feat: add additional Jest keys to whitelist (facebook#7832)
    
        * Link to React documentation for code splitting (facebook#7686)
    
        The official documentation offers a simpler way of achieving route based code splitting.
    
        * Add a note about .eslingignore files being respected (facebook#7809)
    
        * added check for typescript template and unsupported node version (facebook#7839)
    
        * added check for typescript template and unsupported node version
    
        * addressed code review feedback regarding syntax and spelling mistakes
    
        * Update getting-started.md (facebook#7841)
    
        Update the initial project structure generated by create-react-app.
    
        * Link to ASP.NET Core docs (facebook#7840)
    
        * Update readme gif links (facebook#7849)
    
        * Update adding-bootstrap.md (facebook#7853)
    
        typo fix
    
        * Move unused eslint webpack import into @remove-on-eject block (facebook#7856)
    
        * 📖 DOC: Improvement (facebook#7819)
    
        * Upgrade terser & enable parallel minification in wsl (facebook#7857)
    
        * Add a GitHub Action that runs the build script (facebook#7861)
    
        * Edit InterpolateHtmlPlugin hook (facebook#6448) (facebook#6449)
    
        * Fix notations of loopback addresses (facebook#7474)
    
        * Add Service-Worker header to checkValidServiceWorker (facebook#6753)
    
        * Add header to checkValidServiceWorker (ts)
    
        * Add header to checkValidServiceWorker
    
        * Add additional information for postcss errors (facebook#6282) (facebook#6352)
    
        * Add additional information for postcss errors
    
        * Add additional information for postcss errors (simplify)
    
        * Remove chunkname from postCSS compile error
    
        * Remove line number from postCSS compile error
    
        * Fix eslint complaints in build.js (facebook#7870)
    
        * Add Alex to lint documentation (facebook#7852)
    
        * Add Alex to lint documentation
    
        * Attempt to trigger GitHub Action
    
        * Configure Alex and update docs
    
        * More docs updates
    
        * Bump docusaurus 🦖 (facebook#7874)
    
        * Dark scheme overlay (facebook#7052)
    
        * Bump react (facebook#7875)
    
        * Bump styling related loaders (facebook#7876)
    
        * Remove alex precommit check (facebook#7878)
    
        * Add template support (facebook#7716)
    
        * Add template support
    
        * Update templates version check
    
        * Update TypeScript template README
    
        * Prepare 3.3.0 beta
    
        * If template name already starts with cra-template leave it alone (facebook#7880)
    
        * Update prerelease publishing instructions
    
        * Upgrade packages and tweak config to adapt to new config format (facebook#7814)
    
        Rebased again now with smaller changes in this one which will make it easier to revert in case of eventual regressions.
    
        * refactor: remove double coerce (facebook#7882)
    
        * Add yarn.lock to .gitignore (facebook#7789)
    
        * chore: Fix broken link for CRA deployment (facebook#7897)
    
        * chore: Fix broken link for e2e README (facebook#7896)
    
        * Add @testing-library to the default templates (facebook#7881)
    
        * Add numeric separator support (facebook#7817)
    
        * Update open (facebook#7910)
    
        * Mark TypeScript as an optional peer dependency (facebook#7860)
    
        * Add restoreMocks to supported jest config keys (facebook#7921)
    
        * fix seperators typo (facebook#7932)
    
        Its the little things that makes the big difference!  😁
    
        Thanks
    
        * No spinning React logo if `prefers-reduced-motion` (facebook#7931)
    
        * Made PRs welcome badge point to contributors guide (facebook#7792)
    
        * Make JavaScript and TypeScript templates consistent (facebook#7944)
    
        * Fix CI (facebook#7951)
    
        * Add optional chaining and nullish coalescing operators support (facebook#7438)
    
        * Add tests for optional chaining and null coalescing (facebook#7952)
    
        * Upgrade jest-watch-typeahead (facebook#7956)
    
        * Fix light background in docusaurus night mode (facebook#7936)
    
        * Fix light background in docusaurus night mode
    
        Closes facebook#7930
    
        * Rename lightBackground to gettingStartedSection
    
        * Add placeholders where old template READMEs used to be (facebook#7972)
    
        * Temporarily disable GitHub Actions (facebook#7978)
    
        * Prepare 3.3.0 beta
    
        * Bump dependencies (facebook#7986)
    
        * Support scoped templates (facebook#7991)
    
        * Add contributors section to readme (facebook#7995)
    
        * added e2e test for checking typescript template with unsupported node (facebook#7844)
    
        * Unpin dependencies in react-app-polyfill (facebook#7999)
    
        * Add scripts support to templates (facebook#7989)
    
        * Override no-unused-expressions with the typescript-eslint version (facebook#8003)
    
        Fixes issues with optional chaining
    
        * Prefix apple-touch-icon links with PUBLIC_URL. (facebook#8005)
    
        * Bump webpack-dev-server (facebook#7988)
    
        * Bump dependencies (facebook#8024)
    
        * Re-enable GitHub Actions (facebook#8029)
    
        * Update CHANGELOG
    
        * Update CODEOWNERS
    
        * Remove no-unexpected-multiline rule (facebook#8039)
    
        * Add TypeScript peer dependency to react-scripts (facebook#8038)
    
        * Update template docs (facebook#8050)
    
        * Update template docs
    
        * Update custom-templates.md
    
        * Update custom-templates.md
    
        Co-authored-by: Ian Sutherland <[email protected]>
    
        * Prepare 3.3.0 release
    
        * Update CHANGELOG
    
        * Publish
    
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
    
        * webpackHotDev now uses wss when https is used (facebook#8079)
    
        * Add custom-templates to docs sidebar (facebook#8077)
    
        * Fix typo in CHANGELOG.md (facebook#8080)
    
        * Remove error for @typescript-eslint/no-namespace (facebook#7803)
    
        Declare namespaces are supported by babel now, and babel will throw with a nice error message for non-declare namespaces, so this rule is unnecessary. Closes facebook#7651.
    
        * Fix CI build (facebook#8122)
    
        * Fix CSS font-face minification (facebook#8106)
    
        * Add slashes to WebSocket protocol URL (facebook#8116)
    
        * Fix typo in comment: `?.` is right, not `.?` (facebook#8124)
    
        This is just a comment fix.
    
        Actual optional chaining operator syntax is `?.`, not `.?`.
    
        * chore: update docusaurus & tweak site (facebook#8111)
    
        * [Security] Update terser webpack plugin (facebook#8102)
    
        * security: update terser webpack plugin
    
        * Add current version and bin location to --info output (facebook#8168)
    
        Make the --info subcommand outuput the current version information and the location of the file being run. Our issue template tells users to provide the output of --info, so having the current version is incredibly helpful, especially since it doesn't necessarily match the globally installed version that envinfo outputs. Knowing the location helps us determine whether the running bin is globally installed or in the local node_modules.
    
        * Bump pkgUp (facebook#8163)
    
        * Bump chalk (facebook#8164)
    
        * Add link to Netlify in README
    
        * Bump internal dependencies (facebook#8176)
    
        * Bump dependencies in react-dev-utils
    
        * Bump dependencies in react-app-polyfill
    
        * Bump dependencies in create-react-app
    
        * Bump dependencies in react-error-overlay
    
        * Bump dependencies in react-scripts
    
        * Bump react
    
        * Add package-runner note to readme (facebook#8132)
    
        * Add package-runner note to readme
    
        * Add link to `yarn create`
    
        * Update PWA docs links to point to template package (facebook#8147)
    
        * Minor refactors in create-react-app (facebook#8178)
    
        - Remove templates version minimum stopgap.
        - Replace indexOf with more idiomatic alternatives.
        - Inline errorLogFilePatterns.
        - Alphabetize validFiles.
        - Simplify log file removal code.
        - Move unconditional console.log() call outside of isSafe.
        - Differentiate conflicting directories from files.
        - Document yarn version special case.
        - Inline printValidationResults.
        - Standardize checkAppName output on failure.
        - Add link for checkThatNpmCanReadCwd.
    
        Functionally the code should be exactly the same.
    
        * fix: proactively append to .gitignore during init (facebook#8028)
    
        * Bump babel-plugin-tester and fix breaking changes (facebook#8171)
    
        * Little typo (facebook#8212)
    
        * Replace favicon in templates (facebook#8194)
    
        The old favicon was the same as the official react documentation, which is a minor annoyance during development when trying to find the tab you want. The new favicon is just the old with inverted colors.
    
        Closes facebook#7957
    
        * Support shorthand scoped templates (facebook#8298)
    
        * Allow additional package keys and add blacklist (facebook#8082) (facebook#8219)
    
        * Minor grammatical edit (facebook#8293)
    
        * Update Dependencies (facebook#8324)
    
        * Remove React.FC from Typescript template (facebook#8177)
    
        This removes `React.FC` from the base template for a Typescript project.
    
        Long explanation for a small change:
    
        `React.FC` is unnecessary: it provides next to no benefits and has a few downsides.  (See below.)  I see a lot of beginners to TS+React using it, however, and I think that it's usage in this template is a contributing factor to that, as the prominence of this template makes it a de facto source of "best practice".
    
        ### Downsides to React.FC/React.FunctionComponent
    
        ##### Provides an implicit definition of `children`
    
        Defining a component with `React.FC` causes it to implicitly take `children` (of type `ReactNode`).  It means that all components accept children, even if they're not supposed to, allowing code like:
    
        ```ts
        const App: React.FC = () => { /*... */ };
        const Example = () => {
        	<App><div>Unwanted children</div></App>
        }
        ```
    
        This isn't a run-time error, but it is a mistake and one that would be caught by Typescript if not for `React.FC`.
    
        ##### Doesn't support generics.
        I can define a generic component like:
        ```ts
        type GenericComponentProps<T> = {
           prop: T
           callback: (t: T) => void
        }
        const GenericComponent = <T>(props: GenericComponentProps<T>) => {/*...*/}
        ```
    
        But it's not possible when using `React.FC` - there's no way to preserve the unresolved generic `T` in the type returned by `React.FC`.
    
        ```ts
        const GenericComponent: React.FC</* ??? */> = <T>(props: GenericComponentProps<T>) => {/*...*/}
        ```
    
        ##### Makes "component as namespace pattern" more awkward.
        It's a somewhat popular pattern to use a component as a namespace for related components (usually children):
    
        ```jsx
        <Select>
        	<Select.Item />
        </Select>
        ```
    
        This is possible, but awkward, with `React.FC`:
    
        ```tsx
        const  Select: React.FC<SelectProps> & { Item: React.FC<ItemProps> } = (props) => {/* ... */ }
        Select.Item = (props) => { /*...*/ }
        ```
    
        but "just works" without `React.FC`:
    
        ```tsx
        const Select = (props: SelectProps) => {/* ... */}
        Select.Item = (props) => { /*...*/ }
        ```
    
        ##### Doesn't work correctly with defaultProps
    
        This is a fairly moot point as in both cases it's probably better to use ES6 default arguments, but...
    
        ```tsx
        type  ComponentProps = { name: string; }
    
        const  Component = ({ name }: ComponentProps) => (<div>
        	{name.toUpperCase()} /* Safe since name is required */
        </div>);
        Component.defaultProps = { name: "John" };
    
        const  Example = () => (<Component />) /* Safe to omit since name has a default value */
        ```
        This compiles correctly.  Any approach with `React.FC` will be slightly wrong: either `React.FC<{name: string}>` will make the prop required by consumers, when it should be optional, or `React.FC<{name?: string}>` will cause `name.toUpperCase()` to be a type error.  There's no way to replicate the "internally required, externally optional" behavior which is desired.
    
        ##### It's as long, or longer than the alternative: (especially longer if you use `FunctionalComponent`):
        Not a huge point, but it isn't even shorter to use `React.FC`
        ```ts
        const C1: React.FC<CProps> = (props) => { }
        const C2 = (props: CProps) => {};
        ```
    
        ### Benefits of React.FC
    
        ##### Provides an explicit return type
    
        The only benefit I really see to `React.FC` (unless you think that implicit `children` is a good thing) is that it specifies the return type, which catches mistakes like:
    
        ```ts
        const Component = () => {
           return undefined; // components aren't allowed to return undefined, just `null`
        }
        ```
    
        In practice, I think this is fine, as it'll be caught as soon as you try to use it:
    
        ```ts
        const Example = () => <Component />; // Error here, due to Component returning the wrong thing
        ```
    
        But even with explicit type annotations, `React.FC` still isn't saving very much boilerplate:
    
        ```ts
        const Component1 = (props: ComponentProps): ReactNode => { /*...*/ }
        const Component2: FC<ComponentProps> = (props) => { /*...*/ }
        ```
    
        * Downgrade open from 7.0.0 to 6.4.0 (facebook#8364)
    
        * Remove outdated babel plugins (facebook#8353)
    
        Updates dependencies and removes babel plugins that are now covered by `@babel/preset-env`.
    
        Co-authored-by: hdineen <[email protected]>
    
        * Add titleProp to SVGR ReactComponent type definition (facebook#8099)
    
        * Sync dependencies babel config (facebook#8120)
    
        * Update custom template docs with instructions for testing custom template locally (facebook#8092)
    
        Co-authored-by: Ian Schmitz <[email protected]>
    
        * Update setting-up-your-editor.md (facebook#8247)
    
        `Auto Fix is enabled by default. Use the single string form.` warning is shown in `.vscode/settings.json` due to changes in vscode-eslint.
        As autoFix is set to default, object format in `eslint.validate` is deprecated.
    
        * Remove outdated docs regarding vscode eslint extension and type… (facebook#8307)
    
        Co-authored-by: Ian Schmitz <[email protected]>
    
        * Fix sass importLoaders (facebook#8281)
    
        * Add "Disallow:" to robots.txt (facebook#8255)
    
        * Add helpful message to the footer (facebook#6548)
    
        * Update docs according to lint-staged v10 (facebook#8394)
    
        * docs: Add troubleshooting documentation on ENOSPC (facebook#8380)
    
        Co-authored-by: Ian Schmitz <[email protected]>
    
        * Prepare 3.3.1 release
    
        * Publish
    
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
    
        * Make the PWA link point to the right place (facebook#8379)
    
        * Update commit message to use imperative mood (facebook#8377)
    
        Why:
    
        * As per best practice:
          https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/SubmittingPatches#n135
    
          See also:
          https://chris.beams.io/posts/git-commit/#imperative
    
        * Wider Chromium support for openBrowser (facebook#8367)
    
        * Expands scope of openBrowser tab control
    
        Adjust openChrome.applescript to allow manipulation of
        other Chromium-based browsers (defaulting to Chrome).
        Requires list of compatible browsers to try in openBrowser.js
    
        * Fix typo
    
        * Remove Safari
    
        * fix(test): force install npm in e2e-behaviour (facebook#8402)
    
        This will fix e2e-behaviour on macos
    
        Related: npm/cli#611 (comment)
    
        * setupTestFrameworkScriptFile is deprecated (facebook#8390)
    
        * setupTestFrameworkScriptFile is deprecated
    
        __Note:_ `_setupTestFrameworkScriptFile_` _is deprecated in favor of_ `_setupFilesAfterEnv_`_.__
    
        ref: https://jestjs.io/docs/en/configuration#setupfilesafterenv-array
    
        * Update docusaurus/docs/running-tests.md
    
        Co-Authored-By: Simen Bekkhus <[email protected]>
    
        Co-authored-by: Simen Bekkhus <[email protected]>
    
        * Fix robots.txt for TS (facebook#8403)
    
        * Update public folder usage docs to clarify globals (facebook#8299)
    
        Added the relevant topic linked directly, instead of saying it's just in the next section.
        Adjusted the text so it sounds more like a recommendation rather than a requirement.
        The topic linked is basically explainer to how you'd reference it using the global window object and ways to avoid linter errors. Thus I used 'reference' to give users a hint of what it the linked page would be for.
    
        * Run git init before template dependencies are installed (facebook#8282)
    
        * Support JetBrains Rider IDE as an editor (facebook#7948)
    
        Rider is JetBrains .NET IDE, which supports the React plugin identically to other JetBrains IDEs such as Idea and WebStorm.
    
        * Enable custom sockjs pathname for hot reloading server. (facebook#7750)
    
        * Enable custom sockjs pathname for hot reloading server.
    
        * Update docusaurus/docs/advanced-configuration.md
    
        Co-Authored-By: Brody McKee <[email protected]>
    
        * let WDS_SOCKET_PATH be undefined
    
        * adding env variables for sockHost and sockPort options
    
        Co-authored-by: Brody McKee <[email protected]>
    
        * Add option to provide custom ssl certificates during development (facebook#5845)
    
        * Add option to provide custom SSL certificates when using HTTPS
    
        * Update documentation with custom HTTPS certs
    
        * Improve certificate validation and move to its own file
    
        * Update https in development docs
    
        Co-Authored-By: Brody McKee <[email protected]>
    
        * Add custom cert example to docs
    
        * Rename https file and update error message
    
        * Include original error message when custom ssl cert is invalid
    
        * Add chalk to react-scripts dependencies
    
        * Bump docs version to say that the new config will be available in 3.2.0
    
        * Remove chalk dependency
    
        * Update custom ssl version to 3.4.0 in docs
    
        * Remove version from custom ssl certificate docs
    
        Co-authored-by: Brody McKee <[email protected]>
    
        * Handle service worker error in Firefox (facebook#8272)
    
        * Handle service worker error in Firefox
    
        See https://bugzilla.mozilla.org/show_bug.cgi?id=1429714 for more details.
    
        * Update serviceWorker.js
    
        * feat(react-scripts): allow PUBLIC_URL in develoment mode (facebook#7259)
    
        Co-authored-by: Eric Clemmons <[email protected]>
        Co-authored-by: Alex Guerra <[email protected]>
        Co-authored-by: Kelly <[email protected]>
    
        Co-authored-by: Eric Clemmons <[email protected]>
        Co-authored-by: Alex Guerra <[email protected]>
        Co-authored-by: Kelly <[email protected]>
    
        * Change arrow functions to function declarations (facebook#8412)
    
        - The JavaScript template uses a function declaration to define the component, the TypeScript template and a page of the documentation used arrow functions. Changed it to use function declarations for consistency and readability.
    
        * Fix navbar line break in header (facebook#8437)
    
        * Fixes unchecked access to 'deploy' script on build (facebook#8292)
    
        * Downgrade chalk for ie 11 support (facebook#8439)
    
        * Downgrade chalk for ie 11 support
    
        * Update lockfile
    
        * fix(react-scripts): do not redirect served path if request may proxy (facebook#8442)
    
        Moved redirect middleware and noopSW middleware in WDS after hook
        So proxy, and before proxy will take precedence before redirect
    
        Closes facebook#8417
    
        * fix(typescriptFormatter): use chalk@2 constructor (facebook#8450)
    
        Related facebook#8164
        Related facebook#8439
    
        * update open to v7.0.2 (facebook#8459)
    
        * Correct webpack name casing (facebook#8475)
    
        webpack should always be written in lower-case, according to webpack's branding guidelines https://webpack.js.org/branding
    
        * Downgrade style-loader to v0.23.1 due to CSS modules hot reload… (facebook#8378)
    
        * Prepare 3.4.0 release
    
        * Publish
    
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
         - [email protected]
    
        * fix missing packages in react-scripts
    
        Co-authored-by: Ian Sutherland <[email protected]>
        Co-authored-by: Samuel Meuli <[email protected]>
        Co-authored-by: Lewis Llobera <[email protected]>
        Co-authored-by: Jake Moxey <[email protected]>
        Co-authored-by: Iguchi Tomokatsu <[email protected]>
        Co-authored-by: Federico Zivolo <[email protected]>
        Co-authored-by: Kent C. Dodds <[email protected]>
        Co-authored-by: Laurin Quast <[email protected]>
        Co-authored-by: neilbryson <[email protected]>
        Co-authored-by: Reece Dunham <[email protected]>
        Co-authored-by: Rakan Nimer <[email protected]>
        Co-authored-by: Tomer Cohen <[email protected]>
        Co-authored-by: Alexandr Tovmach <[email protected]>
        Co-authored-by: Kyle Bebak <[email protected]>
        Co-authored-by: André Lins <[email protected]>
        Co-authored-by: Kim Persson <[email protected]>
        Co-authored-by: Justin Grant <[email protected]>
        Co-authored-by: Robert van Steen <[email protected]>
        Co-authored-by: Ashrith Reddy <[email protected]>
        Co-authored-by: Jacob M-G Evans <[email protected]>
        Co-authored-by: Ian Schmitz <[email protected]>
        Co-authored-by: Damian Senn <[email protected]>
        Co-authored-by: Róbert FUSZENECKER <[email protected]>
        Co-authored-by: May <[email protected]>
        Co-authored-by: Orta <[email protected]>
        Co-authored-by: Tomáš Hübelbauer <[email protected]>
        Co-authored-by: Jesse Jackson <[email protected]>
        Co-authored-by: Jake Boone <[email protected]>
        Co-authored-by: Endi <[email protected]>
        Co-authored-by: Brody McKee <[email protected]>
        Co-authored-by: Hugo David-Boyet <[email protected]>
        Co-authored-by: Sean Lafferty <[email protected]>
        Co-authored-by: Ali Waseem <[email protected]>
        Co-authored-by: reactjser <[email protected]>
        Co-authored-by: Daniel Lo Nigro <[email protected]>
        Co-authored-by: Chun <[email protected]>
        Co-authored-by: Xuhao <[email protected]>
        Co-authored-by: Sean Baines <[email protected]>
        Co-authored-by: Abdul Wahab ⚡️ <[email protected]>
        Co-authored-by: Guillaume Hertault <[email protected]>
        Co-authored-by: Wataru Ashihara <[email protected]>
        Co-authored-by: darthmaim <[email protected]>
        Co-authored-by: Joshua Robinson <[email protected]>
        Co-authored-by: Andreas Cederström <[email protected]>
        Co-authored-by: Fabiano Brito <[email protected]>
        Co-authored-by: Kanitkorn Sujautra <[email protected]>
        Co-authored-by: Havit Rovik <[email protected]>
        Co-authored-by: Tharun Rajendran <[email protected]>
        Co-authored-by: Dylan Staley <[email protected]>
        Co-authored-by: Donavon West <[email protected]>
        Co-authored-by: James George <[email protected]>
        Co-authored-by: RJ <[email protected]>
        Co-authored-by: Renato Augusto Gama dos Santos <[email protected]>
        Co-authored-by: Mateusz Burzyński <[email protected]>
        Co-authored-by: Alex Guerra <[email protected]>
        Co-authored-by: Klas Björkqvist <[email protected]>
        Co-authored-by: Max Davidson <[email protected]>
        Co-authored-by: Ben Blank <[email protected]>
        Co-authored-by: Mike Caulley <[email protected]>
        Co-authored-by: Trontor <[email protected]>
        Co-authored-by: Sean Zhu <[email protected]>
        Co-authored-by: Simon Donaldson <[email protected]>
        Co-authored-by: Wojciech Zieliński <[email protected]>
        Co-authored-by: Vadzim <[email protected]>
        Co-authored-by: Jerome De Leon <[email protected]>
        Co-authored-by: Peet Goddard <[email protected]>
        Co-authored-by: Brian Muenzenmeyer <[email protected]>
        Co-authored-by: Sony AK <[email protected]>
        Co-authored-by: Kai Hao <[email protected]>
        Co-authored-by: Tom Valorsa <[email protected]>
        Co-authored-by: Evan Grim <[email protected]>
        Co-authored-by: Retsam <[email protected]>
        Co-authored-by: Vincent Semrau <[email protected]>
        Co-authored-by: Henry Q. Dineen <[email protected]>
        Co-authored-by: Rasmus Nørskov <[email protected]>
        Co-authored-by: Kevin Old <[email protected]>
        Co-authored-by: Boyuan Xu <[email protected]>
        Co-authored-by: Alex James Vukovity <[email protected]>
        Co-authored-by: Marius Craciunoiu <[email protected]>
        Co-authored-by: Tomoya Fujita <[email protected]>
        Co-authored-by: Joshua Pollak <[email protected]>
        Co-authored-by: Hu Chen <[email protected]>
        Co-authored-by: Cassidy Williams <[email protected]>
        Co-authored-by: Christopher Button <[email protected]>
        Co-authored-by: Matthew Curtis <[email protected]>
        Co-authored-by: Andrew Luca <[email protected]>
        Co-authored-by: 吕立青 <[email protected]>
        Co-authored-by: Simen Bekkhus <[email protected]>
        Co-authored-by: Martin Litvaj <[email protected]>
        Co-authored-by: Kevin Pham <[email protected]>
        Co-authored-by: Łukasz Fiszer <[email protected]>
        Co-authored-by: David Powell <[email protected]>
        Co-authored-by: Grady Kuhnline <[email protected]>
        Co-authored-by: Alex Brazier <[email protected]>
        Co-authored-by: Rohit Singhal <[email protected]>
        Co-authored-by: Eric Clemmons <[email protected]>
        Co-authored-by: Kelly <[email protected]>
        Co-authored-by: Eugene Sviridov <[email protected]>
        Co-authored-by: Renato Böhler <[email protected]>
        Co-authored-by: Eugene Chybisov <[email protected]>
    jurajk committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    b7da364 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Merge remote-tracking branch 'create-react-app/master' into feat/cra-…

    …update
    
    # Conflicts:
    #	CHANGELOG.md
    #	README.md
    #	packages/eslint-config-react-app/package.json
    #	packages/react-scripts/package.json
    jurajk committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    18accdd View commit details
    Browse the repository at this point in the history
  2. update archaic @babel/preset-env

    are we even using this? no reference found in code...
    jurajk committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    ce2574d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feat/cra-update

    # Conflicts:
    #	CHANGELOG.md
    #	packages/babel-preset-react-app/create.js
    #	packages/babel-preset-react-app/package.json
    #	packages/cra-template-typescript/package.json
    #	packages/cra-template/package.json
    #	packages/create-react-app/package.json
    #	packages/create-react-app/yarn.lock.cached
    #	packages/react-dev-utils/package.json
    #	packages/react-error-overlay/package.json
    #	packages/react-scripts/package.json
    #	packages/react-scripts/scripts/init.js
    jurajk committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    9a6b5cd View commit details
    Browse the repository at this point in the history
  4. add changeset

    jurajk committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    2524214 View commit details
    Browse the repository at this point in the history
  5. update changeset

    adammockor authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    18e7d3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b6d672 View commit details
    Browse the repository at this point in the history