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 from upstream repo facebookincubator/create-react-app #5

Open
wants to merge 1,090 commits into
base: master
Choose a base branch
from

Conversation

backstroke-bot
Copy link

Hello!
The remote facebookincubator/create-react-app has some new changes that aren't in this fork.

So, here they are, ready to be merged! 🎉

It's also worth noting that you're using an old version of Backstroke. At your earliest
convenience, please update to a newer version! Here's how:

  1. Remove the http://backstroke.us webhook from your repository.
  2. Visit https://backstroke.co/, and click the big Login with Github button.
  3. Create a link mirroring the Backstroke setup you had previously.

Thanks!


Created by Backstroke. I'm a bot!

Vicente Plata and others added 29 commits March 23, 2018 11:07
Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
* allow appSrc accepting an array

* fixture of finding all appSrcs logic

* update docs on ModuleScopePlugin accepts an array for appSrc

* minor typo fix in docs: change directory to directories.
…sion` support (#4015)

* add `create-react-app --help` info for local file path --scripts-version

* make example path `../my-react-scripts` for local file path --help info
* Revert to use ecma 5 in uglifyOptions

* remove explicit ecma version from uglifyOptions settings

The defaults are already what we want

* be explicit of where we use ecma: 8 and ecma: 5
* use the lastest url of gitignore file

* Update gitignore
 - react-scripts@1.1.2
Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
 - react-scripts@1.1.3
 - react-dev-utils@5.0.1
 - react-scripts@1.1.4
* Enable loose mode for `class-properties`

* Update comment to point to discussion

Resolves #4263
* Update CSS Modules localIndetName

* Add missing file to package

* Correct regex

* plz plz plz
Timer and others added 15 commits September 30, 2018 17:44
* Only install react-scripts in CI mode

* Link locally

* Re-enable all output tests

* 💄 Polish webpack output

* Test sass support message

* Add more tests, but disabled

* Format missing default export error

* Format aliased import

* Why was node-sass required? Odd

* Format webpack rejection error

* Re-enable unknown package test

* Format file not found error and catch module scope plugin error

* Re-disable case sensitive paths

* Intercept and format case sensitive path errors

* Test out of scope message formatting

* Run behavior on macOS

* Run behavior on Node 8 and 10, only Node 8 for macOS

* Add some debugging

* Update matcher

* Only check stderr

* Remove old snapshot

* More debug

* Remove debug

* Add new debug

* Disable test on linux

* Add comment for future
* Strip flow syntax before any other transform
Plugins run before presets so we can't use the flow preset

* Add informative comment
* Updates to README to reflect Workbox usage.

* Update README.md

* Update README.md
* Test flow types are stripped before class properties are transformed

* Do not search multiple levels deep

* Revert "Do not search multiple levels deep"

This reverts commit 5b5324d.

* Add missing file for test script to boot

* Make sure src and node modules are ignored

* Fix error

* derp

* fix test

* Drop unneeded check
Replace `src/setupTests.js` with `src/setupProxy.js`.
* Format SVG React snapshots as <svg> tag with props

* Keep output simpler
* Document importing SVGs as React components

* Update README.md
gaearon and others added 12 commits October 1, 2018 15:47
* Adds the PnP plugin for Webpack to find dependencies when working under PnP

* Adds configuration for jest

* Adds an e2e test for when using PnP

* Avoids cra from crashing at the engine check

* Avoids cra from crashing when initializing react-scripts

* Makes the ownPath portable

* Fixes linting

* Bumps to pnp-webpack-plugin@1.1.0, removes symlinks: false

* Adds a --use-pnp option

* Pin version
* Polyfill for IE9 support

* Turn off performance option in webpack
 - babel-plugin-named-asset-import@0.2.1
 - babel-preset-react-app@5.0.1
 - confusing-browser-globals@1.0.2
 - create-react-app@2.0.1
 - eslint-config-react-app@3.0.1
 - react-app-polyfill@0.1.2
 - react-dev-utils@6.0.2
 - react-error-overlay@5.0.2
 - react-scripts@2.0.2
* Disable react/no-deprecated rule

* Changed wording
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.