Commit Graph

2250 Commits

Author SHA1 Message Date
Nikolay Stoynov
2c6dd45cf4 Handle browser arguments (#7277) 2019-06-26 11:47:30 +03:00
Ian Sutherland
a88a4c3af6 Upgrade webpack to 4.35.0 to fix dynamic import issue (#7257)
* Upgrade webpack to 4.35.0 to fix dynamic import issue

* Add a test maybe?
2019-06-24 12:25:15 -06:00
TheBear44
bfee6069c9 Update peer dependencies in eslint-config-react-app (#7274) 2019-06-24 09:42:04 -06:00
Brody McKee
2eab406512 Update issue templates (#7269)
* Create bug_report.md

* Create proposal.md

* Update proposal.md

* Delete ISSUE_TEMPLATE.md

* Update bug_report.md

* Update proposal.md
2019-06-24 09:32:08 -06:00
Soufiane AIT AKKACHE
fc5ee76ae9 Docs: replace the command to install relay/macro (#7262) 2019-06-23 13:50:04 -06:00
Peter Bengtsson
9d70c7afab Add environment variable to control image inlining threshold (#6060)
Fixes #3437
2019-06-17 21:25:39 -07:00
Ian Schmitz
45197e67fd Update @typescript-eslint package versions (#7222) 2019-06-14 11:14:01 -07:00
Ian Schmitz
76f9a396b1 Disable Travis build (#7220) 2019-06-14 10:50:30 -07:00
Ivan Aksamentov
24489ac0a6 fix: ESLint config overrides key should be an array, not object (#7219)
Array format for `overrides` key in eslint config file is now enforced in ESLint v6. Anyone who uses `eslint-config-react-app` and ESLint v6 gets a type mismatch error. This commit fixes the error by converting the object into a one-element array containing this object.
Only 2 characters are added: `[` and `]`. The large diff is due to formatting.
2019-06-14 10:43:17 -07:00
James K Nelson
f522a0dae2 Use correct babel transform for dynamic import in dependencies (#7208) 2019-06-13 12:10:27 -06:00
Andy Hopper
56d1de2745 Disabled TS no-undef rule (#7179) 2019-06-06 11:57:30 -04:00
Ben Newcomb
f05465e640 Update deprecated package reference (#7170)
* Update deprecated package reference

* Fixed install method after feedback
2019-06-05 17:08:42 -06:00
Toni
7548281aa5 Make the OOM abbreviation more clear in the docs (#7133) 2019-05-29 10:39:55 -06:00
Sebastian Silbermann
820a521b3c Update fsevents dependency version (#7131) 2019-05-29 11:52:20 +03:00
Ian Schmitz
7b196fa4d6 Add Azure DevOps build pipeline (#7096) 2019-05-28 19:12:22 -07:00
Tobias Büschel
695ca7576a Fix minimum version error on old versions of Node.js (#6941) 2019-05-28 09:48:11 -06:00
Ian Sutherland
8e32ce57d0 Upgrade svgr to 4.2.0 (#6877) 2019-05-24 09:53:34 -06:00
Ryan Boone
317f500223 Improve breaking changes info for CRA 3.0.0 (#7086)
I'm adding #6821 to breaking changes as this causes any existing script
that relies on the structure of `assest-manifest` to break.
2019-05-22 10:29:44 -06:00
Ian Sutherland
e831b6b1fa Add test to make sure .d.ts files are ignored when checking for TypeScript project (#6858) 2019-05-21 10:32:52 -06: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
Vincent Pizzo
bdaccf7161 Adjust typescript-eslint to not warn about typedefs when used before defined (#7079) 2019-05-20 08:40:54 -07:00
Amy Lam
4704382558 Correct spelling of browserslist (#7059) 2019-05-16 17:38:39 -06:00
Vladyslav Moisieienkov
394e385d5e docs: fix env-cmd example in deployment section (#7039) 2019-05-14 12:17:45 -06:00
Orta
b59d42744e Update Relay docs (#7041) 2019-05-13 10:40:16 -06:00
James Friedman
e2f43a06a6 Allow additional Jest config keys (#6055) 2019-05-12 14:30:58 +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
react-error-overlay@5.1.6 react-scripts@3.0.1 react-dev-utils@9.0.1 react-app-polyfill@1.0.1 eslint-config-react-app@4.0.1 create-react-app@3.0.1 babel-preset-react-app@9.0.0 v3.0.1
2019-05-08 09:36:40 -06:00
Ian Sutherland
0905b51525 Prepare 3.0.1 release 2019-05-08 09:33:52 -06:00
Ian Sutherland
4ca368707c Revert PR #6935 because CLA was not signed (#7016)
This reverts commit e5f69b573b.
2019-05-08 09:11:59 -06:00
Ian Schmitz
4542185dea Unpin babel-jest (#7007) 2019-05-07 10:37:12 -07:00
Ian Schmitz
6ff2bfaf55 Disable no-dupe-class-members for TypeScript (#6987) 2019-05-07 09:17:06 -07:00
Ian Schmitz
bf886bc49f Temporary fix for babel-jest preflight error (#7002)
* Temporary fix for babel-jest preflight error

* Update babel-jest in react-error-overlay
2019-05-07 06:51:47 -07:00
Mostafa Nawara
8a9e01cf9e Add note to restart the dev server after changing .env file (#6979)
* Add note to restart the dev server after change .env file

* Update copy

Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
2019-05-05 10:28:08 -06:00
Ian Schmitz
4397d069d9 Disable default-case lint rule for TypeScript (#6937) 2019-05-03 13:22:09 -07: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
Chris Shaffer
6710f52110 Add clarifying note to TypeScript docs warning about global install of CRA (#6945)
Added block quote with warning about issues when CRA is installed globally.
2019-04-30 17:35:18 -07:00
nagman
4b8b38bf7c Update GraphQL doc (#6898)
* Need to install graphql package
* Need to provide real graphql in the .graphql file, not gql wrapped graphql
2019-04-29 22:26:44 -07:00
Cory Reed
a2ae8a79c0 Remove Object.assign from MiniCssExtractPlugin options (#6854) 2019-04-29 09:31:50 -06:00
Tore Hammervoll
c34c7436de Update dependencies babel preset with recent changes (#6887)
* Update dependencies preset to support browserslist

* Loose mode array destructuring for hooks in dependencies
2019-04-28 22:15:29 -07:00
vg-stan
c80e3feda7 Change cssmodule classname hash to use repo relative paths (#6876)
* Change cssmodule classname hash to use repo relative paths instead of system absolute paths
2019-04-27 18:48:44 -07:00
Willian Barros
e5f69b573b Grammar! (#6935)
Fix copy
2019-04-27 18:27:11 -07:00
Dallon Feldner
785dd47937 Generate SVG component name in Jest fileTransform (#6706) 2019-04-25 15:35:03 -06:00
Joe Rezendes
18b399be50 Improve styling of "get started" button (#6810) 2019-04-25 09:18:08 -07:00
David Cho-Lerat
126bded81e Fix typo in deployment docs (#6881)
Typo : preache => precache
2019-04-24 12:12:48 -06:00
Petr Huřťák
73d5579e01 Remove body padding reset from templates (#6300)
* remove padding 0 on body from default styles

* Update index.css
2019-04-24 11:32:05 -06:00
Ian Schmitz
002260708f Fix no-useless-constructor rule in TypeScript (#6862) 2019-04-24 07:35:51 -07:00
David Cho-Lerat
c38aecf73f Fix typo in README.md (#6879) 2019-04-24 11:45:45 +03: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
create-react-app@3.0.0 react-scripts@3.0.0 babel-preset-react-app@8.0.0 confusing-browser-globals@1.0.7 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 babel-plugin-named-asset-import@0.3.2 v3.0.0
2019-04-22 12:50:29 -06:00
Ian Sutherland
6cddf9cc09 Prepare 3.0.0 release 2019-04-22 11:44:06 -06:00
Ian Sutherland
fa005d870d Update stale.yml 2019-04-20 20:19:19 -06:00
Romain François
e11ebfa0e8 Update fsevents dependency version (#6843)
Fixes #6852.

I update the dependency version of fsevents because old versions was vulnerable (CWE-59). Vulnerability found with snyk.io report
2019-04-20 18:14:46 -07:00