Ian Sutherland
9a817dd0d7
Publish
...
- babel-plugin-named-asset-import@0.3.5
- babel-preset-react-app@9.1.0
- cra-template-typescript@1.0.0
- cra-template@1.0.0
- create-react-app@3.3.0
- eslint-config-react-app@5.1.0
- react-app-polyfill@1.0.5
- react-dev-utils@10.0.0
- react-error-overlay@6.0.4
- react-scripts@3.3.0
2019-12-04 17:05:06 -07:00
Ian Schmitz
1a66971f9e
Bump dependencies ( #8024 )
2019-11-24 15:48:15 -08:00
Ian Schmitz
82009f570d
Bump webpack-dev-server ( #7988 )
2019-11-24 14:18:33 -08:00
Ian Schmitz
58b4738a49
Bump dependencies ( #7986 )
2019-11-15 20:15:52 -08:00
Ian Schmitz
211694a8a2
Fix CI ( #7951 )
2019-11-08 18:54:16 -08:00
Andreas Cederström
b68c777792
Update open ( #7910 )
2019-10-30 20:58:29 -07:00
Ian Sutherland
7fae307aef
Publish
...
- create-react-app@3.2.0
- react-app-polyfill@1.0.4
- react-dev-utils@9.1.0
- react-error-overlay@6.0.3
- react-scripts@3.2.0
2019-10-02 22:18:22 -06:00
Ian Sutherland
a825e8f5e3
Publish
...
- babel-plugin-named-asset-import@0.3.4
- babel-preset-react-app@9.0.2
- confusing-browser-globals@1.0.9
- create-react-app@3.1.2
- eslint-config-react-app@5.0.2
- react-app-polyfill@1.0.3
- react-dev-utils@9.0.4
- react-error-overlay@6.0.2
- react-scripts@3.1.2
2019-09-19 11:47:56 -06:00
Ian Schmitz
7ac8150af3
Bump dependencies ( #7681 )
2019-09-13 17:45:45 -07:00
Ian Sutherland
4410f5ec30
Publish
...
- create-react-app@3.1.1
- eslint-config-react-app@5.0.1
- react-dev-utils@9.0.3
- react-error-overlay@6.0.1
- react-scripts@3.1.1
2019-08-13 13:41:52 -06:00
Ian Sutherland
a78ff74309
Publish
...
- babel-plugin-named-asset-import@0.3.3
- babel-preset-react-app@9.0.1
- confusing-browser-globals@1.0.8
- create-react-app@3.1.0
- eslint-config-react-app@5.0.0
- react-app-polyfill@1.0.2
- react-dev-utils@9.0.2
- react-error-overlay@6.0.0
- react-scripts@3.1.0
2019-08-09 16:37:31 -06:00
Ian Schmitz
91c2673e59
Bump dependencies ( #7473 )
2019-08-08 14:12:34 -07:00
James George
a98337c257
Replace opn with open ( #7058 )
...
The `opn` package has been deprecated, replaced by `open`.
2019-05-21 11:23:04 +03:00
Ian Sutherland
57ef103440
Publish
...
- babel-preset-react-app@9.0.0
- create-react-app@3.0.1
- eslint-config-react-app@4.0.1
- react-app-polyfill@1.0.1
- react-dev-utils@9.0.1
- react-error-overlay@5.1.6
- react-scripts@3.0.1
2019-05-08 09:36:40 -06:00
Maël Nison
b36d1ea1aa
Adds the configuration for PnP/Typescript ( #6856 )
...
* Adds the configuration for PnP/Typescript
* Adds the header
* Bumps ts-pnp
* Bumps fork-ts-checker-webpack-plugin
2019-05-01 15:04:44 -06:00
Ian Sutherland
265c1592dc
Publish
...
- babel-plugin-named-asset-import@0.3.2
- babel-preset-react-app@8.0.0
- confusing-browser-globals@1.0.7
- create-react-app@3.0.0
- eslint-config-react-app@4.0.0
- react-app-polyfill@1.0.0
- react-dev-utils@9.0.0
- react-error-overlay@5.1.5
- react-scripts@3.0.0
2019-04-22 12:50:29 -06:00
Ian Schmitz
f5b0aac411
Relax ESLint version range ( #6840 )
...
* Relax eslint version range
* Use semver package to compare versions during preflight check
* Cleanup package.json files whitespace
2019-04-17 19:46:47 -07:00
Philip Harrison
ced3fd49ca
Add directory details to packages/* package.json ( #6826 )
...
Specifying the directory as part of the repository field in a
package.json allows third party tools to provide better support when
working with monorepos. For example, it allows them to correctly
construct a commit diff for a specific package.
This format was accepted by npm in [npm/rfcs#19 ](https://github.com/npm/rfcs/pull/19 ).
2019-04-16 07:58:03 -07:00
Ian Schmitz
91ddd618be
Update dependency versions ( #6767 )
...
Includes only minor/patch version bumps.
2019-04-06 15:16:08 -07:00
Tom Crockett
c03d6b17dc
Update fork-ts-checker-webpack-plugin out of alpha ( #6739 )
...
<!--
Thank you for sending the PR!
If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots!
Happy contributing!
-->
2019-04-06 14:00:46 -07:00
Ian Schmitz
76fea02277
Cleanup Jest config ( #6654 )
...
General cleanup after the [Jest 24 PR](#6278 ).
This also includes `jsdom@14` via https://www.npmjs.com/package/jest-environment-jsdom-fourteen . Since we have a node >= 8.10 requirement, we are able to use the latest version of `jsdom` which includes additional implementations of browser APIs such as `MutationObserver` (which we had an issue filed for over at #6617 ).
/cc @SimenB. Is there more you recommend we do to cleanup our [Jest config](b0cbf2caa1/packages/react-scripts/scripts/utils/createJestConfig.js ) for TypeScript?
Co-authored-by: Ian Sutherland <ian@iansutherland.ca >
2019-04-04 11:00:00 -06:00
Lorenzo Rapetti
3be3576304
Update to Jest 24 ( #6278 )
...
* Update to jest 24
* Add notice about pnpResolver.js
* Formatting
* Fix linting
* Update to jest 24.1.0
* Update jest-pnp-resolver
* Swap create-react-app params in e2e scripts
* Add extraGlobals to supportedKeys
* Bump jest to 24.3.1
* Bump jest to 24.4.0
* Bumb jest to 24.5.0
* Update template dependencies jest to 24.5.0
* Debug failing test
* Remove jest-pnp-resolver
* Remove console.log
* Revert yarn.lock.cached
2019-03-15 12:02:59 -06:00
Ian Schmitz
3c9c21a285
Upgrade dependencies ( #6614 )
...
* Upgrade dependencies
* Upgrade a couple missed deps
* Run Prettier over codebase
2019-03-11 20:45:14 -06:00
Ian Sutherland
c17e25bf7f
Publish
...
- create-react-app@2.1.8
- react-dev-utils@8.0.0
- react-scripts@2.1.8
2019-03-06 17:53:30 -07:00
Ian Sutherland
1548a0a92e
Reapply "Speed up TypeScript v2 ( #6406 )" ( #6586 )
...
This reverts commit b2cf28b7f1 and reapplies #6406 .
2019-03-06 17:46:38 -07:00
Ian Sutherland
e69ad37fcf
Publish
...
- create-react-app@2.1.7
- react-dev-utils@7.0.5
- react-scripts@2.1.7
2019-03-06 17:40:34 -07:00
Ian Sutherland
b2cf28b7f1
Revert "Speed up TypeScript v2 ( #6406 )" ( #6585 )
...
This reverts commit 6a5b3cdaaa .
2019-03-06 17:33:17 -07:00
Ian Sutherland
b5887dcac7
Publish
...
- babel-preset-react-app@7.0.2
- confusing-browser-globals@1.0.6
- create-react-app@2.1.6
- eslint-config-react-app@3.0.8
- react-app-polyfill@0.2.2
- react-dev-utils@7.0.4
- react-error-overlay@5.1.4
- react-scripts@2.1.6
2019-03-06 16:17:21 -07:00
Ian Schmitz
6a5b3cdaaa
Speed up TypeScript v2 ( #6406 )
...
* Revert "Revert "Speed up TypeScript projects (#5903 )""
This reverts commit 544a5943ce .
* Move fork-ts-checker dep to react-dev-utils
* Convert WebpackDevServerUtils.createCompiler to take in options arg
* Update README.md for react-dev-utils
2019-02-18 16:31:44 -08:00
Ian Schmitz
1548e39bf7
Publish
...
- create-react-app@2.1.5
- react-dev-utils@7.0.3
- react-scripts@2.1.5
2019-02-11 08:36:54 -08:00
Ian Schmitz
72c49ac807
Revert "Move fork-ts-checker-webpack-plugin dependency to react-dev-utils ( #6395 )"
...
This reverts commit c2b715847c .
2019-02-11 08:10:10 -08:00
X.L
c2b715847c
Move fork-ts-checker-webpack-plugin dependency to react-dev-utils ( #6395 )
2019-02-11 07:41:55 -08:00
Ian Schmitz
b02f181d0d
Publish
...
- babel-plugin-named-asset-import@0.3.1
- babel-preset-react-app@7.0.1
- create-react-app@2.1.4
- eslint-config-react-app@3.0.7
- react-app-polyfill@0.2.1
- react-dev-utils@7.0.2
- react-error-overlay@5.1.3
- react-scripts@2.1.4
2019-02-10 13:48:33 -08:00
Ian Schmitz
b7e0158441
Upgrade dependencies ( #6393 )
2019-02-10 12:24:40 -08:00
Otávio Pace
47e9e2c7a0
Move chalk dependency to react-dev-utils ( #6150 )
...
Related to #751
2019-01-12 13:55:57 +02:00
David Rice
6e261f8a06
Update react-dev-util globby dependency to v8.0.2 ( #6162 )
...
v8.0.2 was recently released https://github.com/sindresorhus/globby/releases to fix some pathing issues with dir-glob.
2019-01-09 14:24:03 -05:00
Joe Haddad
3e1dc99013
Fix CI and upgrade dependencies ( #6137 )
...
* Upgrade a bunch of dependencies
* Turn off nightly Yarn
2019-01-06 13:13:20 -05:00
Ian Schmitz
0d0d0349a5
Publish
...
- create-react-app@2.1.3
- react-dev-utils@7.0.1
- react-error-overlay@5.1.2
- react-scripts@2.1.3
2019-01-04 10:53:44 -08:00
Joe Haddad
d7c0b59242
Publish
...
- babel-plugin-named-asset-import@0.3.0
- babel-preset-react-app@7.0.0
- create-react-app@2.1.2
- eslint-config-react-app@3.0.6
- react-app-polyfill@0.2.0
- react-dev-utils@7.0.0
- react-error-overlay@5.1.1
- react-scripts@2.1.2
2018-12-23 13:53:12 -05:00
Joe Haddad
3e9ba54018
Publish
...
- babel-plugin-named-asset-import@0.2.3
- babel-preset-react-app@6.1.0
- create-react-app@2.1.1
- react-dev-utils@6.1.1
- react-error-overlay@5.1.0
- react-scripts@2.1.1
2018-10-31 23:29:52 -04:00
Joe Haddad
b8c180dca3
Publish
...
- babel-preset-react-app@6.0.0
- confusing-browser-globals@1.0.5
- create-react-app@2.1.0
- eslint-config-react-app@3.0.5
- react-dev-utils@6.1.0
- react-error-overlay@5.0.6
- react-scripts@2.1.0
2018-10-29 23:40:56 -04:00
Joe Haddad
5ead915b73
Automatically setup TypeScript when detected ( #5549 )
...
* Don't resolve TS files if it's not detected in the project
* Automatically create tsconfig.json file for user
* Remove always false check
* Add missing file
* Don't filter paths too early
2018-10-24 00:59:26 -04:00
Ian Schmitz
315ff4b487
Respect tsconfig.json extends when validating config ( #5537 )
...
* Use TS to resolve tsconfig extends
* Prevent modifications to original tsconfig
* Print friendly error
2018-10-23 15:52:48 -04:00
Joe Haddad
5410da0bfc
Add TypeScript error formatting ( #5529 )
2018-10-22 13:29:18 -04:00
Dan Abramov
f89385f743
Publish
...
- babel-preset-react-app@5.0.4
- confusing-browser-globals@1.0.4
- create-react-app@2.0.4
- eslint-config-react-app@3.0.4
- react-dev-utils@6.0.5
- react-error-overlay@5.0.5
- react-scripts@2.0.5
2018-10-14 20:03:15 +01:00
Joe Haddad
6e14dbbbb8
Publish
...
- babel-preset-react-app@5.0.3
- create-react-app@2.0.3
- react-dev-utils@6.0.4
- react-error-overlay@5.0.4
- react-scripts@2.0.4
2018-10-03 16:01:44 -04:00
Joe Haddad
209053b97e
Publish
...
- babel-plugin-named-asset-import@0.2.2
- babel-preset-react-app@5.0.2
- confusing-browser-globals@1.0.3
- create-react-app@2.0.2
- eslint-config-react-app@3.0.3
- react-app-polyfill@0.1.3
- react-dev-utils@6.0.3
- react-error-overlay@5.0.3
- react-scripts@2.0.3
2018-10-01 20:54:45 -04:00
Joe Haddad
f0784fc27f
Publish
...
- 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
2018-10-01 12:21:46 -04:00
Joe Haddad
7b1a32be6e
Polish webpack message output ( #5174 )
...
* 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
2018-09-30 17:44:49 -04:00
Joe Haddad
c5c7da0fa5
Publish
...
- babel-preset-react-app@5.0.0
- react-app-polyfill@0.1.1
- react-dev-utils@6.0.1
- react-error-overlay@5.0.1
- react-scripts@2.0.1
2018-09-28 08:54:24 -04:00