1499 Commits

Author SHA1 Message Date
Jason Jean
fd6b12029d
fix(node): fix and reenable node e2e tests (#2145) 2019-12-06 14:46:42 -05:00
Jason Jean
74c5c69a37
feat(repo): add circleci config (#2146) 2019-12-06 14:46:29 -05:00
Jason Jean
29176f8ac3 fix(testing): fix migration for cypress (#2141) 2019-12-06 09:53:39 -05:00
Benjamin Cabanes
2d761f6740
doc(libs): update map for nx website (#2139) 2019-12-04 15:47:19 -05:00
Victor Savkin
b84c7c7d60 cleanup(repo): update issue template 2019-12-04 15:42:23 -05:00
Victor Savkin
370e87f53b cleanup(repo): dev experience cleanup (#2142) 2019-12-04 14:47:21 -05:00
Jonathan Cammisuli
445e794f83 fix(react): file name and style are properly shown when creating a new react app
fix #2049
2019-12-04 11:20:45 -05:00
victor savkin
59543a3b70 cleanup(repo): clean up scopes and commit types 2019-12-04 09:45:15 -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
Isaac Mann
ac33f049b2 fix(nx): skip existing stories and cypress specs 2019-12-03 19:43:48 -05:00
Victor Savkin
1d3884bd45 Release 8.9.0 2019-12-03 10:56:32 -05:00
Victor Savkin
a88ee63578 fix(nx): polyfill rxjs to avoid version mismatch issues 2019-12-02 18:44:29 -05:00
Victor Savkin
91e1f4ef8b fix(web): do not replace 0.0.0.0 with localhost 2019-12-02 18:08:46 -05:00
Brandon Roberts
fd78f0923c docs(nx): add guide on transitioning to an Nx workspace 2019-12-02 17:35:34 -05:00
da-mkay
18d0798b13 feat(testing): added test for ts options required by nest 2019-12-02 16:34:22 -05:00
da-mkay
6a14b6661f feat: set tsconfig’s emitDecoratorMetadata=true in nestjs application schematic 2019-12-02 16:34:22 -05:00
Jason Jean
0000266bc2 fix(backend): use consistent webpack version 2019-12-02 16:17:15 -05:00
Isaac Mann
ae38c8ce41 fix(nx): remove unneeded webpack rules 2019-12-02 16:16:37 -05:00
Jack Hsu
53f17d5331 chore(nx): update core team in readme file 2019-12-02 12:55:18 -05:00
Anthony Garritano
feca793d32 fix(nx): fix support for * in lint rules
fix #2076
2019-12-01 14:17:57 -05:00
Isaac Mann
c4cba1ca37 fix(nx): update storybook configuration (#2104) 2019-11-30 11:10:46 -05:00
Benjamin Cabanes
093e693a01 chore(nx): cypress version update to 3.6.1 (#2109) 2019-11-30 11:10:28 -05:00
Jason Jean
b43bd4dc8e
build(nx): update yarn in travis (#2116) 2019-11-29 15:58:10 -05:00
Victor Savkin
3d884a4163 Release 8.8.3 2019-11-28 14:48:44 -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
ben
539c608f20 docs(nx): add nx courses 2019-11-28 07:53:30 -05:00
Isaac Mann
50123e28dc docs(nx): add storybook guides for react and angular (#2078) 2019-11-27 11:10:48 -05:00
Jack Hsu
4a3aa1f0fb
chore(react): update React-related libs (#2089) 2019-11-25 15:49:39 -05:00
Matt Briggs
4fada77d2b fix: invalid projects to run-many cause it to exit (#2094) 2019-11-25 12:26:32 -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
313de9ca4f build(nx): fix e2e tests 2019-11-23 17:23:40 -05:00
Victor Savkin
d67711c432 Release 8.8.2 2019-11-22 19:45:38 -05:00
Victor Savkin
fffd94ee88 build(nx): fix lint check 2019-11-22 19:44:33 -05:00
Victor Savkin
f916379007 fix(nx): fix migration script 2019-11-22 19:41:38 -05:00
Victor Savkin
11b92d0b9f Release 8.8.1 2019-11-22 13:56:30 -05:00
Victor Savkin
3027c167f4 fix(react): webpack build fails in a react project 2019-11-22 13:48:38 -05:00
Fintan Kearney
c578974d2a fix(angular): check for e2e files before deleting (#2054)
Closes #1937
2019-11-22 11:14:59 -05:00
Victor Savkin
f28d94162d Release 8.8.0 2019-11-20 09:11:35 -05:00
Victor Savkin
667915692d style(nx): don't display common package when running list 2019-11-19 16:35:20 -05:00
Victor Savkin
b220a17c47 refactor(nx): remove the dependnecy on build-angular 2019-11-19 10:01:09 -05:00
Matt Briggs
bebc71a714 feat(nx): add run-many
This adds a run-many command to:

 - make more semantic sense for the --all option
 - to add the ability to specify specific projects to run

It also involves a quite substancial refactoring of affected.ts in order
to attempt reuse of the code in both commands
2019-11-15 18:59:05 -05:00
Isaac Mann
949869e273 fix(nx): typo in @nrwl/web dependency 2019-11-15 18:58:40 -05:00
Benjamin Cabanes
08f3844007 feat(nx): cypress supportFile handling (#1920)
This update the Cypress schematic to handle by default the `supportFile` option
in `cypress.json` with an example for _custom commands_.

Related to #1609
2019-11-15 16:16:27 -05:00
Isaac Mann
2425436931 fix(nx): clean up some storybook bugs 2019-11-15 12:03:27 -05:00
Miguel Ramos
44d45d3112 feat(nx): nextjs custom server support 2019-11-13 09:17:49 -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
af8d76ebf5 chore(nx): add configs to jest ignore paths 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