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

Update to latest from facebook/create-react-app master #4

Merged
merged 67 commits into from
Oct 16, 2020

Commits on May 29, 2020

  1. Update packages (#9081)

    ianschmitz committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d97fbad View commit details
    Browse the repository at this point in the history
  2. Fix dotenv file loading order (#9037)

    * Fix dotenv file loading order
    
    * tests: fix failing env tests
    
    * tests: fix more failing tests
    
    Co-authored-by: Brody McKee <mrmckeb@hotmail.com>
    Timer and mrmckeb committed May 29, 2020
    Configuration menu
    Copy the full SHA
    26a1c7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    285f9cb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Update question issue template

    iansu committed May 30, 2020
    Configuration menu
    Copy the full SHA
    461775a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

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

Commits on Jun 1, 2020

  1. Upgrade to Jest 26 (#8955)

    * Update Jest to 26
    
    * Upgrade to Jest 26.0.1
    
    * Use jest-circus test runner by default
    
    * Try resolving test runner to fix behavior tests
    
    * Run TypeScript verification in new context
    
    * Delete globalThis if polyfilled
    ianschmitz committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    c87ab79 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jun 7, 2020

  1. Add support for absolute paths when using url() in CSS (#7937)

    * Support scss absolute path resolution for url()
    
    Adding resolve-url-loader broke all apps using scss with centralized assets folder and all url(./assets/*.png) broke (#7023).
    This change allows apps to use url(/assets/*.png) and it would map to src/assets/*.png
    
    * test: Add global scss assets test
    atlanteh committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    fa648da View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    2814124 View commit details
    Browse the repository at this point in the history
  2. Fix typo in docs (#9135)

    sonicdoe committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a2dac9e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Add performance relayer + documentation (web-vitals) (#9116)

    Co-authored-by: Brody McKee <mrmckeb@users.noreply.github.com>
    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    3 people committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    8fda779 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Update deployment docs for Azure Static Web Apps (#9042)

    Co-authored-by: Minh Nguyen <minhnguyenxx@gmail.com>
    burkeholland and NMinhNguyen committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b389928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a1088 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    71facad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697dffe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdbde1f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

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

Commits on Jun 26, 2020

  1. Fix chai URL (#8895)

    The root domain, chaijs.com, does not serve a valid certificate
    and gives a browser warning.
    BMorearty committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    abe2369 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Explain how to uninstall create-react-app globally (#9244)

    * Explain how to uninstall create-react-app globally
    
    * Add uninstallation intructions for yarn
    nickserv committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2da5517 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

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

Commits on Jul 22, 2020

  1. Switch to the Workbox InjectManifest plugin (#9205)

    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    jeffposnick and ianschmitz committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    8e720ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f32c4 View commit details
    Browse the repository at this point in the history
  3. feat: Update ESLint dependencies (#9251)

    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    MichaelDeBoey and ianschmitz committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    2bef8a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

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

Commits on Jul 27, 2020

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

Commits on Jul 28, 2020

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

Commits on Jul 29, 2020

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

Commits on Jul 30, 2020

  1. Prepare 4.0.0 alpha release

    iansu committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    7ab0116 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    58db16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de27bcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6ef92 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    aeaf575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd6e73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2e224 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    ebab256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf2b06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86cf44 View commit details
    Browse the repository at this point in the history
  4. Bump immer version (#8933)

    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
    3 people committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    42dcf79 View commit details
    Browse the repository at this point in the history
  5. Upgrade whatwg-fetch (#9392)

    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    Lapz and ianschmitz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6cd3826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5036825 View commit details
    Browse the repository at this point in the history
  7. Prepare 4.0.0 alpha release

    iansu committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    3d74b79 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    c8ea284 View commit details
    Browse the repository at this point in the history
  2. Create SECURITY.md

    gaearon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5e41ca0 View commit details
    Browse the repository at this point in the history
  3. Add 3.4.2 to changelog

    gaearon committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5e703a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Add 3.4.3 to the changelog

    gaearon committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    8e761d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

Commits on Aug 24, 2020

  1. Added CRA logo in README.md (#9363)

    * Added React logo in README.md
    
    * Added React logo in README file that makes looks nicer now.
    
    * Added CRA Logo in README.md that looks nicer
    
    * Replacing React Logo with CRA Logo instead
    
    Co-authored-by: Eddie Monge Jr <eddiemonge@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: Eddie Monge Jr <eddiemonge@users.noreply.github.com>
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    3 people committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    edfc30a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

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

Commits on Sep 9, 2020

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

Commits on Sep 13, 2020

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

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    cef668a View commit details
    Browse the repository at this point in the history
  2. Update template dependencies to latest version (#9526)

    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    MichaelDeBoey and ianschmitz committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2a8237c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6abc7a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22b61c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce1e2af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65d8eb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    552c7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730438c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b7868 View commit details
    Browse the repository at this point in the history
  4. Prepare 4.0.0 alpha release

    iansu committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    930b5db View commit details
    Browse the repository at this point in the history
  5. Update postcss-safe-parser

    iansu committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    13e0d1c View commit details
    Browse the repository at this point in the history
  6. Prepare 4.0.0 alpha release

    iansu committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    025f273 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Update CODEOWNERS

    iansu committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    7e4949a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c0fe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Add AVIF image support (#9611)

    Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
    hongbo-miao and ianschmitz committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    6a51dcd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

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

Commits on Oct 16, 2020

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