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@master #7

Merged
merged 82 commits into from
Jan 13, 2018

Conversation

backstroke-bot
Copy link

Hello!

The upstream repository facebookincubator/create-react-app@master has some new changes that aren't in this fork. So, here they are, ready to be merged! 🎉

If this pull request can be merged without conflict, you can publish your software with these new changes. Otherwise, fix any merge conflicts by clicking the Resolve Conflicts button.


If you like Backstroke, consider donating to help us pay for infrastructure here. Backstroke is a completely open source project that's free to use, but we survive on sponsorships and donations. Thanks for your support! Help out Backstroke.


Created by Backstroke (I'm a bot!)

iansu and others added 30 commits December 7, 2017 13:20
the code got updated from `detect()` to `choosePort` while the comment did not.
The launch configuration code provided is not compatible with VSCode since version 1.19.
The proposed documentation change is based on the response by a VSCode team member.

References:
#3602 (comment)
microsoft/vscode#40293 (comment)
* use safer/more aesthetic syntax

* fix typo
Replace `provide a lot value` with `provide a lot of value`.
* Fix path regex match bug

* Use the escape-string-regexp package to escape regex characters

* Remove redundant character escape from path

* Add removed escape of backslashes
Add TypeScript to **Popular Alternatives**
Adds support for the error overlay to detect and open the file with the error in MacVim.

Relates to #2636.
moos and others added 17 commits January 9, 2018 16:05
#3387)

* fix #2223 - [feature] Implement dotenv-expand to accept variable expansion in dot env files

* add to README TOC

* fix readme

* Update README.md
awk splits lines based on spaces, which causes directory names with spaces to end up in other fields. Using a for loop allows us to print from the 9th field onwards instead of just the 9th field.
* added getProxy

getProxy checks proxy settings from process.env.https_proxy or Yarn (NPM) config (.npmrc)

* changed yarn for npm to get https-proxy 

default value for https-proxy is null, not undefined like in yarn
* Extend --scripts-version to include .tar.gz format

* Removal of debug console.log
* Port cra.sh development task to javascript

* Port cra.sh development task to javascript

Use absolute path when generating .tgz path
* Added documentation for contributors using windows 10

Hopefully encourages devs on Windows machine to contribute

* corrected the wordings a little
* Replacing literal 'build' with `buildFolder` variable

* Cleaning up the printHostingInstructions a bit

* Fixing undefined variable
* Use proxy for all request methods other than GET

* Add comment
* Lint against files with old license

* Update e2e-simple.sh

* Update e2e-simple.sh

* oh no
* add link to deployment docs after build

* Update printHostingInstructions.js
* Use latest npm in e2e tests

* Keep default npm version in "simple" test

* Try to fix CI by using a version that supports Yarn
* Try to use Yarn in more E2E scripts

* Keep using npm pack

* Maybe this will fix Windows?

* Try this
* Separate old Node E2E test

* Try this for old node
Timer and others added 11 commits January 11, 2018 00:49
* Run e2e-simple in a realistic scenario

* Use npx for everything

* oops
* Convert e2e-installs

* Convert kitchensink tests

* Upgrade npm for kitchensink
* This doesn't look needed anymore

* Remove unnecessary rebuilds
It's been here long enough.
* Switch to Yarn Workspaces

* Feedback

* Move flowconfig

* Use publish script

* Keep git status check

* Fix Flow without perf penalty

* Remove Flow from package.json "test"

* Try running it from script directly (?)

* Try magic incantations

* lol flow COME ON

* Try to skip Flow on AppVeyor

* -df

* -df

* -df

* Try to fix CI

* Revert unrelated changes

* Update CONTRIBUTING.md
* This is a good default.
Adds approx 4 seconds to install time, but can save some headaches.

* Add no lockfile for add, too
@placenamehere placenamehere merged commit 82352e4 into automatastudios:master Jan 13, 2018
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.