2325 Commits

Author SHA1 Message Date
Jonathan Cammisuli
8f867a17ca
chore(docs): update generated docs 2020-09-05 10:50:48 -04:00
Zachary Williams
556385c012
fix(misc): remove deprecated jest builder options from schematic (#3630)
ISSUES CLOSED: #3505
2020-09-05 10:44:30 -04:00
Tasos Bekos
3461a86c6d
fix(web): support baseHref on serve (#3639)
ISSUES CLOSED: #3553
2020-09-04 14:54:29 -04:00
Victor Savkin
326bff6f1a fix(core): update the version of yargs to fix npm audit 2020-09-04 10:15:07 -04:00
Victor Savkin
2c1d99e066 fix(angular): use @schematics/angular when setting style defaults 2020-09-03 20:49:53 -04:00
Victor Savkin
0bc6bf66c2 fix(repo): disable eslint warnings 2020-09-03 13:23:52 -04:00
Tasos Bekos
8abc06d3af fix(testing): handle coverageRepoters for Jest through CLI 2020-09-03 11:07:06 -04:00
Adam L Barrett
5fa38f89f6 cleanup(react): add e2e test for IE support and differential loading 2020-09-03 10:47:46 -04:00
Victor Savkin
28fbd5c576 fix(core): set status code to 2 when sigint 2020-09-03 10:44:15 -04:00
Wael Showair
cee55a8580
fix(linter): exit node process successfully when maxWarnings is set (#3646)
* fix(linter): exit node process succesfully when maxWarnings is set

ISSUES CLOSED: #3644

* fix(linter): exit node process successfully if reported warnings count <= maxWarnings option

ISSUES CLOSED: #3644
2020-09-03 16:56:35 +03:00
German
9b490623e9
fix(core): add forwardAllArgs option to run-commands builder (#3559)
ISSUES CLOSED: #3335
2020-09-03 16:40:31 +03:00
Tasos Bekos
86784b2988
feat(misc): support projects option in format (#3588)
ISSUES CLOSED: #3303, #3090
2020-09-02 12:15:55 +03:00
Tasos Bekos
72dfbdd10b
cleanup(repo): align local and web package dependency versions (#3614)
Versions mismatch and import issues were causing unexpected errors during development.
2020-09-02 10:54:42 +03:00
Victor Savkin
e90fbdae6f feat(core): indicate that a nested process was invoked by nx 2020-09-01 23:32:14 -04:00
Victor Savkin
afac057125 fix(core): type in workspace.json 2020-09-01 20:31:06 -04:00
Victor Savkin
4e18bc0305 fix(repo): fix e2e tests 2020-09-01 16:47:32 -04:00
Emilio Martinez
a45c31e6b5 chore(web): update sass to ^1.26.3
Updates `sass` to match the version used at the root project, while
loosening semver scope to allow versions within the current major.

Closes #3475
2020-09-01 16:07:36 -04:00
Victor Savkin
1699d93e29 docs(node): update docs 2020-09-01 13:20:33 -04:00
Pradeep Chauhan
ea2420c98d fix(misc): fixed collection workspace module cannot be resolved
when creating plugin through npx create-nx-plugin, it fails by throwing error
Collection @nrwl/workpsace cannot be resolved
this commit changes the collection arguments pointing to proper path of the
module in tmp directory
2020-09-01 13:08:51 -04:00
Tasos Bekos
8938256f55 fix(core): don't alter trailing newlines from package.json during migration
ISSUES CLOSED: #3628
2020-09-01 13:08:30 -04:00
Martin Hochel
7c07cb86f7 fixup! fixup! fixup! feat(core): compile only schematics realted source when using workspace-schematics 2020-09-01 11:59:32 -04:00
Martin Hochel
488c373ed1 fixup! fixup! feat(core): compile only schematics realted source when using workspace-schematics 2020-09-01 11:59:32 -04:00
Martin Hochel
2068d8d934 fixup! feat(core): compile only schematics realted source when using workspace-schematics 2020-09-01 11:59:32 -04:00
Martin Hochel
ac643a70fa feat(core): compile only schematics realted source when using workspace-schematics
ISSUES CLOSED: #1215
2020-09-01 11:59:32 -04:00
Tasos Bekos
8c4904240e fix(web): don't run type checking for legacy build
ISSUES CLOSED: #3349
2020-09-01 11:49:53 -04:00
Tasos Bekos
a4b37a341f feat(core): support globs for JSON paths in implicitDependencies
ISSUES CLOSED: #2483
2020-09-01 11:47:16 -04:00
Jonathan Cammisuli
10d3d0de3b feat(core): add nest preset 2020-09-01 11:46:46 -04:00
Martin Hochel
c275dcdd4a fix(core): remove invalid --plain flags from affected commands
ISSUES CLOSED: 2720
2020-09-01 11:45:48 -04:00
Martin Hochel
cbb342d597 fix(linter): include project's dts files when linting
ISSUES CLOSED: #3193
2020-09-01 11:41:26 -04:00
Jonathan Cammisuli
0304516318 feat(docs): add node document generation 2020-09-01 11:23:57 -04:00
Victor Savkin
5fac428c9f feat(repo): migrate nx to latest 2020-08-31 16:12:47 -04:00
Mehrad Rafigh
270433fd35
feat(angular): update NgRx libraries to version 10.0.0 (#3543)
Fixes: #3542
2020-08-31 13:28:47 -05:00
Jan
95dd857126
fix(core): handle projects build assets option being empty (#3591)
ISSUES CLOSED: #3590
2020-08-31 19:33:27 +03:00
Tasos Bekos
ee4b2783fe fix(testing): handle cypress parameters when invoked through Angular CLI
When Cypress was invoked using `ng`, it  was throwing errors because no additional properties were allowed.
When allowed, all the extra options are passed as array in the `--` key, which is not currently handled.
This commit allows additional properties and makes sure that if any adittional options are passed they are parsed and incorporated correctly.

ISSUES CLOSED: #3571
2020-08-31 12:05:17 -04:00
Tasos Bekos
875e48400d feat(misc): run-commands supports plain args when invloked through Angular CLI 2020-08-31 12:04:55 -04:00
Tasos Bekos
dd1527ce03
cleanup(repo): robust CopyWebpackPlugin tests (#3616) 2020-08-28 14:57:55 -04:00
Mehrad Rafigh
f54935734d
fix(angular): respect useDataPersistence flag when creating ngrx effects (#3537)
useDataPersistence only worker for the creator syntax. This PR will add the ability to use the
classes syntax without nrwls datapersistence

Closes: #2448
2020-08-26 10:20:40 -05:00
Martin Hochel
2d7b7f57cb
feat(storybook): improve webpack DX by adding proper types and jsdoc (#3454) 2020-08-25 14:06:56 +02:00
Tasos Bekos
00036d8618
cleanup(angular): fix storybook configuration snapshot order (#3598) 2020-08-25 13:54:00 +02:00
Tasos Bekos
2d1da6b4a7
fix(core): task-orchestrator properly handles arguments (#3560)
The task-orchestrator was converting command line flags to "yargs-compatible" string using a custom logic. This commit makes sure that this happens through `yargs-unparser` to avoid issues with more complex options like arrays and objects.

ISSUES CLOSED: #3450
2020-08-25 10:31:27 +02:00
Martin Hochel
08e4ee29fa
fix(storybook): properly resolve stories when linting (#3455)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2020-08-24 16:33:22 +02:00
Pradeep Chauhan
9d8addc5b6 fix(misc): fixed nx help menu typo
fix code to remove unwanted closing braces which were present when nx is run standalone
which
display help menu
2020-08-23 14:59:02 +01:00
Jason Jean
85b41e5e40 Release 10.1.0 2020-08-21 15:50:25 -04:00
Isaac Mann
e7c6c807b5
docs(react): fix typo (#3586)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-08-21 15:22:20 -04:00
Jack Hsu
9f35646c65
fix(nextjs): fix Next.js schematics to support dynamic routes and remove unnecessary next plugins (as of 9.5) (#3574)
Closes #2478, #2490
2020-08-21 14:25:22 -04:00
Tasos Bekos
26c13d66a7
cleanup(misc): remove unused error message & simplify quotes in format (#3568)
The yargs conflicts, already handles the message.
2020-08-21 13:29:36 -04:00
Zachary DeRose
a409a2cf68
fix(docs): fix broken link in Computational Cache tutorial (#3582) 2020-08-21 13:22:04 -04:00
Jason Jean
d796731c97
fix(angular): generate storybook configuration with proper linter (#3580) 2020-08-21 11:55:24 -04:00
Jason Jean
8d835ad1d6
chore(repo): fix slack link (#3581) 2020-08-21 11:35:09 -04:00
Tasos Bekos
46011bbf98
docs(docs): document glob support for implicitDependencies (#3570) 2020-08-21 10:52:09 -04:00