Jack Hsu
6b9f35bc45
feat(react): --maxWorkers and --memoryLimit add tests and common fix ( #2581 )
...
`nx serve -—maxWorkers=1 -—memoryLimit=1024`
Closes #2366
2020-03-05 09:12:18 -05:00
Mathias Remshardt
7aaa09bfff
cleanup(node): moves some schematic helper to shared workspace rules
2020-02-26 20:19:17 -05:00
czaplej#26
884b887d3e
feat(react): nx serve --maxWorkers --memoryLimit should work
2020-02-25 17:24:08 -05:00
Victor Savkin
55bde7b9b0
fix(react): remove unused dependency
2020-02-25 16:49:03 -05:00
Jack Hsu
a433035eca
chore(react): update web/react dependencies and clean up npm warnings ( #2547 )
2020-02-25 11:03:58 -05:00
Max Koretskyi
9b2e07026d
Remove dependency on Angular specific tools from @nrwl/web ( #2543 )
...
cleanup(react): remove dependency on Angular specific tools from @nrwl/web
2020-02-25 08:57:56 -05:00
Rares Matei
bdaf29841c
feat(react): provide only umd & esm bundles when packaging ( #2524 )
...
* feat(react): provide only umd & esm bundles when packaging
* fix(react): print output error only once when bundling
2020-02-24 10:10:52 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist ( #2513 )
2020-02-20 11:00:13 -05:00
Jason Jean
e5db43f92b
fix(misc): loosen dependencies for angular dependencies
2020-02-16 09:59:11 -05:00
Victor Savkin
5a994fd0d3
fix(core): set the version of rxjs with a caret
2020-02-09 16:49:04 -05:00
Jason Jean
fd0b192161
feat(core): update to devkit 9.0.1
2020-02-07 13:47:54 -05:00
Jason Jean
35e3be2469
feat(angular): update to angular 9.0.0
2020-02-06 15:16:21 -05:00
Jason Jean
3c6d8c67f8
feat(angular): update angular to 9-rc.14 ( #2437 )
2020-02-06 13:01:04 -05:00
Jason Jean
ed0f0f8487
feat(react): rename bundle builder to package ( #2411 )
2020-02-03 09:04:29 -05:00
Jason Jean
972381bc3f
feat(testing): update to jest-preset-angular v8.0.0 ( #2401 )
...
* feat(testing): update to jest-preset-angular v8.0.0 part 1
Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected
by the jest-preset-angular update.
closes #1979
* feat(testing): update jest-preset-angular to v8.0.0 part 2
Closed issues: #1979 , #2165
Co-authored-by: Joshua D. Mentzer <mentzerj@trinity-health.org>
* feat(testing): update jest-preset-angular to v8.0.0 part 3
Co-authored-by: mentzerj <mentzerj@trinity-health.org>
Co-authored-by: Mehrad Rafigh <4339673+mehrad-rafigh@users.noreply.github.com>
2020-02-01 11:34:31 -05:00
Jason Jean
b6e6b3f1c3
Revert "Revert "feat(core): update to next version of angular deps"" ( #2264 )
...
This reverts commit f816fc424d4b0d850e0a49d0ed8e4a30ddca308c.
2020-01-31 13:08:50 -05:00
Jack Hsu
1132d9ec57
feat(react): add support for css modules ( #2349 )
...
Closes #1744
2020-01-20 15:52:34 -05:00
Jack Hsu
f7590cd5d4
chore(react): cleans up polyfill logic and provide custom-element polyfills when choosing wc preset ( #2347 )
...
Closes #1250
2020-01-20 15:08:01 -05:00
Jack Hsu
a0299cbb64
feat(react): update to babel 8.7.0 which includes nullish coalescing and optional chaining ( #2346 )
2020-01-20 13:49:54 -05:00
Jack Hsu
2ca8d10fe5
fix(react): suppress erroneous warning coming from license-webpack-plugin
2020-01-18 12:00:46 -05:00
Jonathan Cammisuli
342ee9db77
chore(misc): update tree-kill package to 1.2.2 ( #2328 )
2020-01-16 19:53:04 -05:00
Juri
a73548f399
fix(core): align webpack version with @angular-devkit one
...
Otherwise when having a repo with an Angular and react project we'll get an error "TypeError:
compilation.getAsset is not a function"
2020-01-16 09:19:40 -05:00
Juri
7a9d4bde0c
chore(core): update @angular-devkit/* deps to fix browserslist out of date issue
...
see https://github.com/angular/angular-cli/issues/16560
2020-01-15 21:10:42 -05:00
Victor Savkin
f43897978c
Revert "chore(core): update @angular-devkit/* deps to fix browserslist out of date issue"
...
This reverts commit 3780eba421bda7f4755e6c433f1d6eba8fd86104.
2020-01-15 10:20:56 -05:00
Juri
3780eba421
chore(core): update @angular-devkit/* deps to fix browserslist out of date issue
...
see https://github.com/angular/angular-cli/issues/16560
2020-01-15 09:39:01 -05:00
Josip Bojčić
4060930240
feat(react): add an option to set memory limit for type checking service process ( #2305 )
2020-01-14 10:18:28 -05:00
Jason Jean
311685762e
feat(core): generate implicit dependencies for e2e projects
2020-01-09 12:08:17 -05:00
Jonathan Cammisuli
e8b47a41ca
fix(node): update copy-webpack-plugin for fixes in serialize-javascript
...
There is a security vulnerability in serialize-javascript that is currently being used by the
copy-webpack-plugin. Updating our dependency of copy-webpack-plugin will update serialize-javascript
ISSUES CLOSED : #2278
2020-01-08 13:14:21 -05:00
Victor Savkin
d2d9f1cca0
feat(core): implement caching
2020-01-01 10:51:58 -05:00
Jason Jean
d7a769ccf5
fix(react): fix security vulnerability in serialize-javascript
2019-12-26 16:35:14 -05:00
Jack Hsu
80b9af1244
fix(react): add babel-plugin-const-enum as a dependency ( #2237 )
2019-12-23 23:08:56 -05:00
Jack Hsu
5d0e1ad199
feat(react): add support for const enums ( #2224 )
2019-12-23 14:06:58 -05:00
Jason Jean
cee6888a12
feat(misc): export mock builder context from workspace ( #2221 )
2019-12-19 18:30:21 -05:00
Victor Savkin
f5b56fd41b
fix(misc): reenable run-many tests
2019-12-14 15:26:34 -05:00
Victor Savkin
f816fc424d
Revert "feat(core): update to next version of angular deps"
...
This reverts commit bd230e0530e690b2ae7896a876510f62002943c8.
2019-12-10 08:07:26 -05:00
Jason Jean
bd230e0530
feat(core): update to next version of angular deps
2019-12-08 16:16:33 -05:00
victor savkin
dbd94926bf
fix(web): clean up third-party code to drop unnecessary deps from web's package.json
2019-12-04 09:24:59 -05:00
Victor Savkin
91e1f4ef8b
fix(web): do not replace 0.0.0.0 with localhost
2019-12-02 18:08:46 -05:00
Jack Hsu
7a434d469a
fix(web): resolve issue where different core-js versions exist in the same workspace
...
Closes #2086
2019-11-28 07:54:08 -05:00
Jack Hsu
4a3aa1f0fb
chore(react): update React-related libs ( #2089 )
2019-11-25 15:49:39 -05:00
Brandon
4ab9827757
fix(nx): align package versions for web and node packages ( #2098 )
...
Aligns package versions for:
webpack-dev-server
license-webpack-plugin
circular-dependency-plugin
2019-11-25 11:23:40 -05:00
Victor Savkin
3027c167f4
fix(react): webpack build fails in a react project
2019-11-22 13:48:38 -05:00
Isaac Mann
949869e273
fix(nx): typo in @nrwl/web dependency
2019-11-15 18:58:40 -05:00
Brandon Roberts
791c3f25fc
chore(nx): fix LicenseWebpackPlugin references
2019-11-12 09:53:43 -05:00
Brandon Roberts
0821c564dd
chore(nx): add missing node_module libraries for e2e tests
2019-11-12 09:53:43 -05:00
Brandon Roberts
a24c31dd20
chore(nx): format new files
2019-11-12 09:53:43 -05:00
Brandon Roberts
c2ed286d5a
chore(nx): review feedback fixes
2019-11-12 09:53:43 -05:00
Brandon Roberts
64ebe9483a
refactor(nx): remove dependency from @nrwl/web on @angular-devkit/build-angular
2019-11-12 09:53:43 -05:00
Brandon
8812ce1fe2
chore(nx): bump dependencies on Angular, Angular DevKit, and NgRx ( #2002 )
2019-11-07 13:57:36 -06:00
Alan Elias
e85f56f9e3
fix(web): fixes devserver allowed hosts option schema validation error
...
I removed `enum` to fix `--allowed-hosts` option schema validation error. snum should be removed so
developers have the option to pass whatever they want. it was a mistake from
https://github.com/nrwl/nx/pull/1969 PR.
2019-11-03 16:55:12 -05:00