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
Victor Savkin
b1a0117b71
fix(repo): fix broken tests
2020-08-21 10:48:54 -04:00
Victor Savkin
f96377b74e
fix(misc): increase buffer limit of run-commands
2020-08-20 21:40:05 -04:00
Jonathan Cammisuli
c9fb2ee9a4
chore(testing): change migration to target beta.4 ( #3573 )
2020-08-20 08:46:10 -04:00
Zachary DeRose
8d9d99796c
docs(docs): Shared > Migration > Preserving Git Histories ( #3569 )
2020-08-20 06:47:07 -04:00
Tasos Bekos
7fcf136cad
fix(web): clean output bewtween library builds ( #3547 )
...
* fix(web): clean output bewtween library builds
* fix(web): avoid deleting files before differential loading build
2020-08-19 22:14:00 -04:00
Jonathan Cammisuli
31128c3db6
fix(testing): add jest migration for 10.1.0 ( #3566 )
2020-08-19 18:50:23 -04:00
Jason Jean
106b04f157
docs(core): define affected ( #3524 )
2020-08-19 17:23:12 -04:00
Jonathan Cammisuli
7407aa41a8
fix(node): add srcRootForCompilationRoot option for node package builder ( #3564 )
2020-08-19 17:22:44 -04:00
Victor Savkin
f93346f0e2
fix(core): explicitly store workspace files instead of deriving them from hashes
2020-08-19 14:50:22 -04:00
Victor Savkin
34df63df46
fix(core): dont override sigint
2020-08-19 13:26:21 -04:00
Jonathan Cammisuli
7dbf48a11e
chore(repo): update to 10.1.0-beta ( #3561 )
2020-08-19 13:06:12 -04:00
Tasos Bekos
9c5028e005
fix(misc): format only workspace projects with libs-and-apps ( #3498 )
...
* fix(misc): rename format option to `libs-and-apps`
* fix(misc): format only workspace projects with `apps-and-libs`
Retrieving and npm project dependecies is throwing exception when trying to read the `root` of the projects, causing a fallback to all files.
2020-08-19 11:16:54 -04:00
Tasos Bekos
e859264964
feat(core): support globs for file paths in implicitDependencies ( #3554 )
...
ISSUES CLOSED : #625
2020-08-19 10:36:51 -04:00
Victor Savkin
7476fdfa69
fix(docs): fix typo in tutorials
2020-08-18 22:59:46 -04:00
Victor Savkin
b03a5d8474
fix(core): respect nxignore when using git hashing
2020-08-18 22:58:25 -04:00
Adam L Barrett
afd99b27de
fix(misc): allow --js flag to be passed to @nrwl/web:lib schematic ( #3230 )
...
* fix(misc): allow --js flag to be passed to @nrwl/web:lib schematic
creates js files instead of ts files
s
ISSUES CLOSED : #2985
* fix(misc): add tests for --js flag in workspace
2020-08-18 22:07:33 -04:00
Adam L Barrett
4e06d83a1c
feat(nextjs): update nextjs and related packages to current version (9.5.1) ( #3485 )
2020-08-18 22:02:53 -04:00
Gérôme Grignon
621cef947e
fix(docs): github links
...
fix github links of @nxtend plugins
2020-08-18 21:55:26 -04:00
Jonathan Cammisuli
3f6aae5d55
fix(node): do not include rootDir in tsconfig.lib.json ( #3545 )
...
* fix(node): use typescript directly to emit files rather than calling tsc
* chore(node): add migration to remove root dir from projects using @nrwl/node:package
* chore(node): fix unit tests
* chore(node): update package spec and e2es
2020-08-18 18:29:10 -04:00
Jason Jean
d4fe7815cc
fix(web): remove duplicate copy webpack plugin ( #3556 )
2020-08-18 17:03:34 -04:00
Victor Savkin
a71dd8586a
feat(core): add scan to list of supported flags
2020-08-18 14:56:58 -04:00
Jason Jean
3b1a9b601c
fix(core): do not run update task if package is not installed ( #3523 )
2020-08-18 13:19:55 -04:00
Mehrad Rafigh
78ed02c2cd
feat(testing): pass reporter and reporterOptions to cypress builder ( #3536 )
2020-08-18 09:49:57 -04:00
Tasos Bekos
c8cb3ceeae
fix(web): clean output bewtween builds ( #3544 )
...
ISSUES CLOSED : #3466
2020-08-17 12:45:34 -04:00
Jonathan Cammisuli
028e54eadf
feat(node): add nest schematics with project option ( #3304 )
2020-08-17 08:54:34 -04:00
Jeremy Forsythe
a4d0f11e73
cleanup(misc): formatter changes
2020-08-15 12:02:27 +01:00
Jeremy Forsythe
fb01c409bd
fix(core): remove defaultProject in workspace when removing project
...
Fixes #3511
2020-08-15 12:02:27 +01:00
Devin Shoemaker
bf3661e896
fix(core): tests
2020-08-15 11:56:14 +01:00
Devin Shoemaker
921b781ac3
fix(core): honor workspace layout with workspace move schematic
2020-08-15 11:56:14 +01:00
Zachary DeRose
8a9565de01
docs(docs): workspace builder ( #3526 )
2020-08-14 13:43:48 -07:00
Webber Wang
498e23f9b0
fix(repo): registry is set incorrectly when using --local ( #3513 )
2020-08-14 16:32:05 -04:00
Marvin Luchs
0644c6bb5b
fix(core): update copy-webpack-plugin ( #3514 )
...
fixes security vulnerability caused by serialize-javascript < 3.1.0
closes #3506
2020-08-14 15:13:24 -04:00
Jessica Campbell
8a0a2a15f3
Update 08-create-libs.md
...
Update doc to add missing "ui" in path
2020-08-14 15:08:52 -04:00