Victor Savkin
06e13dae2f
cleanup(core): use the use generator instead of schematic
2020-11-19 20:07:13 -05:00
Tasos Bekos
ea17900378
chore(core): add enviroment information on report
2020-11-19 15:41:27 -05:00
Juri
17bd3f4a93
fix(web): pass http-server params without "="
2020-11-19 09:57:35 -05:00
Victor Savkin
6ee16bae17
fix(repo): set timeout in a wrong config
2020-11-18 21:12:31 -05:00
Victor Savkin
a55e7cae52
feat(angular): change the way we decoreate angular cli to remove warnigs
2020-11-18 21:12:31 -05:00
Victor Savkin
7d3627ab27
feat(web): add parallel, maxParallel, with-deps to file-serve target
2020-11-18 21:11:59 -05:00
Katerina Skroumpelou
e9412d5ec7
fix(nextjs): if there is no tsconfig.app.json or tsconfig.lib.json then set path to tsconfig.json ( #4101 )
...
Storybook configuration could not be added to nextjs apps because they have a tsconfig.json
and
not a tsconfig.app.json
ISSUES CLOSED : #4092
2020-11-18 14:37:44 -05:00
Katerina Skroumpelou
4f545a1316
feat(nextjs): creating a tsconfig.app.json next to tsconfig.json for consistency ( #4110 )
...
ISSUES CLOSED : #4092
2020-11-18 12:33:26 -05:00
Jack Hsu
b73636a419
chore(react): fix e2e test that checks for vendor sourcemap ( #4109 )
...
- No longer check "sourceMappingURL" in content, but check existence of 'vendor.js.map' in dist
2020-11-18 17:37:05 +02:00
Victor Savkin
96c3b2effc
cleanup(core): update the error message when migration fails
2020-11-18 10:29:54 -05:00
Victor Savkin
781ebd593c
fix(core): add explicit dep on cli if missing
2020-11-18 10:01:11 -05:00
Victor Savkin
e8aec6fd69
fix(core): migration should fetch packages using cwd instead of prefix
2020-11-18 10:00:39 -05:00
Victor Savkin
4511ec65fb
feat(web): add file-server builder
2020-11-17 19:31:08 -05:00
Victor Savkin
c8259074ac
cleanup(core): default to nx cli for empty preset
2020-11-17 19:31:08 -05:00
Victor Savkin
a3550ce57b
feat(core): simplify generation api not to use a higher-order function
2020-11-17 19:31:08 -05:00
Victor Savkin
4a17b7339f
feat(core): use the new schematics api for workspace schematics
2020-11-17 19:31:08 -05:00
Victor Savkin
428edb0c32
feat(core): implement basic support for schematics
2020-11-17 19:31:08 -05:00
Victor Savkin
68a4a7eb8c
feat(core): add nx devkit builders
2020-11-17 19:31:08 -05:00
Victor Savkin
c4de89c4ff
Release 10.4.2
2020-11-17 15:09:36 -05:00
Victor Savkin
4c377bdbf8
fix(core): fix typo in the migration adding tao
2020-11-17 15:07:34 -05:00
Tasos Bekos
2f2ddec54e
fix(testing): calculate coverage-directory from the root
2020-11-17 12:42:28 -05:00
Martin Hochel
842455bbd7
feat: add --js and --pascalCaseFiles flags to core,node,express schematics ( #3683 )
2020-11-17 12:29:20 -05:00
Victor Savkin
a1615e8346
fix(repo): change e2e tests setup to use a different version
2020-11-16 13:09:23 -05:00
Victor Savkin
416e5053f0
Release 10.4.0
2020-11-16 10:01:37 -05:00
Victor Savkin
18274ce9b2
fix(repo): increase jest timeout
2020-11-16 09:59:25 -05:00
Victor Savkin
825202b5f4
fix(repo): fix docs formatting
2020-11-16 09:56:24 -05:00
Victor Savkin
9d053e7912
fix(core): a new workspace should have an explict dep on tao
2020-11-16 09:25:33 -05:00
Victor Savkin
1c791cfc7f
cleanup(core): remove deprected function
2020-11-13 20:58:12 -05:00
Victor Savkin
74195bcf1a
Revert "fix(core): add --fork-point arg to git merge"
...
This reverts commit 444a3930d8134b9649e16af0ac96fc27e519128e.
2020-11-13 20:57:13 -05:00
Victor Savkin
cdcd2415a6
chore(repo): reenable linting
2020-11-13 20:56:19 -05:00
Juri
db7c3e6bbf
fix(angular): install angular packages when generating a new lib
...
#2652
ISSUES CLOSED : #2652
2020-11-13 15:58:39 -05:00
Juri Strumpflohner
d1a086f9bd
fix(storybook): path on Win for tsconfig location in angular.json ( #4080 )
...
ISSUES CLOSED : #3956
2020-11-13 16:56:01 +00:00
Victor Savkin
6be4f3c33b
chore(repo): temporary turn off linting
2020-11-13 11:33:53 -05:00
Victor Savkin
b99c5a95d5
chore(repo): update nx to 10.4.0-beta.2
2020-11-12 21:18:40 -05:00
Juri
1fcea9718b
feat(angular): browser builder with incremental build support
2020-11-12 20:49:38 -05:00
Benjamin Cabanes
60b9964d81
docs(docs): add map checker script ( #4046 )
...
* docs(docs): add map checker script
* feat(docs): map checker discards shared files
* docs(core): fix orphan files and documentation links
* feat(repo): add documentation map checks before push
2020-11-12 13:39:33 -05:00
Jack Hsu
d7ac67f4f8
chore(react): bump versions for react dependencies and add migration ( #4082 )
2020-11-12 12:41:35 -05:00
William
ca5b9b8f10
chore(core): nx plugin submission [nx-plugin-openapi]
2020-11-12 08:45:29 -05:00
Juri
3d7c230cac
fix(angular): update karma, jasmine & protractor deps
2020-11-12 08:29:50 -05:00
Juri Strumpflohner
0e1b98ccc7
chore(repo): use npx to not rely on global Nx or Webstorm nx bin linking ( #4077 )
2020-11-12 11:25:55 +01:00
Juri Strumpflohner
da77047a4f
docs(misc): add ngconf webinar recording to talks ( #4064 )
2020-11-11 16:19:12 +01:00
Tasos Bekos
8676c1a68b
fix(core): default to NPM package manager
...
* Simplify the determination & detection of the desired package manager.
* Add the `package-manager` option on plugin creation.
* Nx Cloud installation uses the appropriate package manager.
2020-11-11 10:02:47 -05:00
Tasos Bekos
3753cf3151
fix(core): add PNPM lock file to hasher's implicit dependencies
2020-11-11 10:01:48 -05:00
Victor Savkin
95c539fc39
fix(core): store terminal output for failed tasks created with pipe output capture
2020-11-11 10:01:22 -05:00
Victor Savkin
5bb8d3f33d
chore(repo): fix a typo in the stale action config
2020-11-10 13:27:32 -05:00
Mehrad Rafigh
6a61b154af
feat(testing): update cypress to 5.5.0 ( #3759 )
2020-11-09 16:28:29 -05:00
Tine Kondo
b78240330f
feat(testing): use the appropriate package manager to install dependencies in the e2e directory
...
Closes #3871
2020-11-09 16:13:14 -05:00
Tasos Bekos
5938c9e093
cleanup(core): remove superfluous resolve of collection.json on workspace creation
...
Also, passing the resolved path makes Yarn 2 to fail during installation.
2020-11-09 16:12:35 -05:00
Ashwin Gokhale
6b899eebcc
fix(web): bump less from version 3.11.1 to 3.12.2
...
Bump less from version 3.11.1 to 3.12.2 because one of the packages in less was using an insecure version of acorn (v6.3.0).
2020-11-09 16:10:31 -05:00
Victor Savkin
7a9214bce8
fix(core): allow --all=true in addition to --all
2020-11-09 16:10:04 -05:00