Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Merge react scripts 1.1.1 #277

Merged
merged 123 commits into from
Apr 9, 2018
Merged

Merge react scripts 1.1.1 #277

merged 123 commits into from
Apr 9, 2018

Conversation

wmonk
Copy link
Owner

@wmonk wmonk commented Mar 14, 2018

No description provided.

xjlim and others added 30 commits November 3, 2017 22:23
* extra watch options regex to react-dev-utils

* fix regex

* add test

* fix eslint error

* include react-dev-utils test in CI script

* attempt to fix import error

* attempt to fix error on CI

* Update .eslintrc
* one-line waiting for app start

* remove fixed todo
* improve eject message

* cross os implementation
* add —use-npm flag to bypass yarn

* add e2e test for —use-npm flag
* docs: adding section about debugging tests

* docs: removing node-inspector references

* docs: replacing terminal command with npm script

* Update README.md
Fix another dead link
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:
facebook/create-react-app#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
iansu and others added 17 commits January 14, 2018 14:14
* Add warning when HOST environment variable is set (#3719)

* Improve HOST environment variable warning message

* Adjust text and message

Closes #3719
* Test Node 9 on CI

* Oops
Update User Guide's README.md to include `json` and `css`
files in the command to format the entire project for the first time
with prettier, that it's consistent with the `lint-staged` command.
This reverts commit bab2c29.

I meant to apply it to `next` instead.
@wmonk wmonk requested a review from DorianGrey March 14, 2018 18:42
@DorianGrey
Copy link
Collaborator

I'll have a look at this tomorrow, too busy today.

@wmonk
Copy link
Owner Author

wmonk commented Mar 15, 2018 via email

Copy link
Collaborator

@DorianGrey DorianGrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, except the failing travis build.
The simple test fails due to missing yarn installation. install does not fail, but does not even run due to the missing yarn installation.

I've seen that you did not merge the .travis.yml from the CRA repo (this version). Was this intended? It might be the cause of the problem.

@tharakawj
Copy link
Contributor

Updating .travis.yml to use yarn probably fix the build. Let me know if there is any way that I can help you to get this merged and cut a release.

@wmonk
Copy link
Owner Author

wmonk commented Apr 9, 2018

@DorianGrey i'm having trouble working out how to fix the build scripts from cra. They're now doing a bunch of stuff that we don't want to (like publishing a prerelease). I am going to test this manually and merge without CI going green. Then when I break the fork link I will work on a new testing method.

@wmonk wmonk merged commit 1a27e6a into master Apr 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.