Jason Jean
bc7af1d4a3
fix(core): error when an invalid target/configuration is passed ( #5447 )
2021-04-23 18:10:54 +00:00
Jason Jean
ae5722eb50
fix(core): fix invalid performance mark ( #5444 )
2021-04-23 13:48:10 -04:00
Minijus L
95d1b864e2
feat(angular): add migration for jest-preset-angular 8.4.0 ( #5377 )
2021-04-23 13:06:08 -04:00
vsavkin
aef1b1783c
feat(repo): switch to using dependsOn for the relationship between build and build-base
2021-04-23 10:11:31 -04:00
Jason Jean
a47e5e4993
fix(web): fix circular dependency in babelrc migration ( #5435 )
2021-04-22 14:38:36 -04:00
Phillip Barta
c0ce1ce65e
cleanup(core): normalized usage of fs-extra and updated fs-extra to 9.1.0 ( #5199 )
...
* cleanup(core): normalized usage of fs-extra and updated fs-extra
* cleanup(misc): use fs over fs-extra when possible
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-22 12:52:52 -04:00
Zachary DeRose
780bb0300a
fix(linter): Apply enforce-module-boundaries rule to exports ( #5160 )
...
* fix(linter): Apply enfore-module-boundaries rule to exports
* fixing formatting
2021-04-22 11:58:49 -04:00
Ravi Rajpurohit
bc9eaedb41
feat(repo): replace tslint with eslint in recommended extensions ( #5280 )
...
* feat(repo): feat(repo): replace tslint with eslint in recommended extensions
* feat(linter): recommand eslint extension when creating a project with eslint
2021-04-22 10:34:39 -04:00
Jason Jean
030f5ebeac
fix(core): report based on projects and tasks
2021-04-22 10:16:22 -04:00
Vivek
4a5345363b
docs(misc): update READMEs to have alt on <img> tags ( #5306 )
2021-04-22 13:36:00 +00:00
Rares Matei
bd21728255
feat(storybook): infer Cypress project name from app source ( #5404 )
2021-04-22 15:16:49 +02:00
Juri Strumpflohner
90b83dab7b
feat(devkit): improve logging of ejs errors ( #5422 )
...
ISSUES CLOSED : #5318
2021-04-21 23:09:40 +00:00
Jason Jean
8f7d959364
fix(core): override root config target dependencies instead of merge ( #5424 )
2021-04-21 18:29:44 -04:00
vsavkin
05f2f94543
Revert "cleanup(core): copy from cache only when needed"
...
This reverts commit c4967fa462d79e05f1c0eb536e02f5fe5e1abd88.
2021-04-21 15:09:19 -04:00
Phillip Barta
86387de99a
cleanup(core): refactored @nrwl/tao to improve code quality ( #5412 )
...
cleanup(core): clean up "fs" usage in @nrwl/tao
2021-04-21 12:47:42 -04:00
Lukas Geiter
b39f559380
fix(web): fix postcss-loader options object structure ( #5420 )
2021-04-21 12:30:48 -04:00
Jason Jean
7c7db36160
feat(core): allow defining target dependencies across all projects ( #5406 )
2021-04-21 12:16:24 -04:00
Jason Jean
d9fd36fd70
fix(angular): fix ngrx 11.1.0 migration ( #5403 )
2021-04-20 17:38:41 -04:00
Jack Hsu
a7d8e2a735
feat(nextjs): add incremental build support to Next.js apps ( #5360 )
2021-04-20 12:01:27 -04:00
Noriyuki Shinpuku
e656241752
fix(web): fix named exports mapping for react/jsx-runtime ( #5294 )
...
* fix(web): fix named exports mapping for react/jsx-runtime
* fix(web): add named exports mapping for react/jsx-dev-runtime
2021-04-20 10:06:54 -04:00
Juri Strumpflohner
106ff9f64b
docs(core): make install step during migrate more evident ( #5397 )
...
ISSUES CLOSED : #5318
2021-04-20 09:58:08 -04:00
vsavkin
c9a5fc05a2
Release 12.1.0-beta.2
2021-04-19 20:36:17 -04:00
Jason Jean
7358420068
feat(core): allow defining target deps ( #5376 )
...
feat(core): add an ability for targets to depend on other targets
2021-04-19 20:32:46 -04:00
Leosvel Pérez Espinosa
c4967fa462
cleanup(core): copy from cache only when needed
2021-04-19 16:14:19 -04:00
Craigory Coppola
ea2a413292
chore(core): nx plugin submission nx-dotnet
2021-04-19 15:27:33 -04:00
Phillip Barta
27df60164d
feat(misc): updated documentation generation scripts and removed shelljs ( #5381 )
...
cleanup(repo): updated documentation generation scripts and removed shelljs
2021-04-19 15:26:17 -04:00
Phillip Barta
6bd6e1485f
feat(core): added package manager union type ( #5378 )
...
cleanup(misc): add package manager union type
2021-04-19 15:24:02 -04:00
Emily Xiong
7063525851
fix(gatsby): fix the e2e for gatsby production ( #5353 )
...
fix the issue where gastby production serve does not get resolve
2021-04-19 15:07:03 -04:00
Jason Jean
fb0411ee8f
fix(core): print error if there is an issue creating the sandbox during create ( #5380 )
2021-04-19 12:00:00 -04:00
vsavkin
60de1f123d
cleanup(core): clean up topological sorting of tasks
2021-04-17 11:34:24 -04:00
Phillip Barta
647bfc9cdf
feat(core): refactored dep-graph to use latest tippy.js and cytoscape ( #5358 )
...
updated tippy.js to version 6 and migrated the TooltipService
updated cytoscape and its packages to
the latest versions
removed cytoscape-anywhere panning
2021-04-16 09:30:07 -06:00
vsavkin
ba84a17b6d
cleanup(misc): require ejs lazily to speed up load time
2021-04-16 09:25:04 -04:00
minijus
4df9b121d6
chore(angular): update jest-preset-angular to 8.4.0
...
Change import path and snapshotSerializers according to jest-preset-angular version 9 deprecations.
2021-04-16 09:13:09 -04:00
Tuan Dang
13ca51c60a
fix(storybook): generate story file in new jsx transform ( #5369 )
...
fix(storybook): generate story file in new jsx transform
2021-04-16 08:45:52 -04:00
Phillip Barta
edf0734657
chore(repo): updated dependency 'strip-json-comments'
2021-04-16 08:44:21 -04:00
Tasos Bekos
5ad1a61a7a
feat(web): support multiple rollupConfig plugins
2021-04-16 08:36:10 -04:00
Jason Jean
d007d37fb4
fix(devkit): add env variable to disable project graph cache ( #5297 )
2021-04-15 10:29:33 -04:00
Divlo
6fe7e7d385
fix(storybook): incorrect environment in dev ( #5313 )
2021-04-15 10:11:52 +02:00
Phillip Barta
48bf60c17d
cleanup(repo): removed unused dependecies from @nrwl/web migration in #2004 ( #5344 )
2021-04-15 00:14:27 -04:00
Jason Jean
949cf31ed7
fix(core): throw an error if generating a new workspace into a non-empty directory ( #5296 )
2021-04-15 00:11:03 -04:00
Tuan Dang
656d808aa3
fix(react): fix react publish library copy readme ( #5345 )
2021-04-15 00:01:03 -04:00
Phillip Barta
2dbb6ec341
cleanup(repo): updated dependency 'tmp' ( #5340 )
2021-04-14 23:57:57 -04:00
Santosh Yadav
00d712dca0
chore(angular): update ngrx to 11.1.0 while migration ( #5321 )
...
Fixes #5261
2021-04-14 21:17:07 +01:00
vsavkin
f89cf4a14b
feat(core): cache task failures
2021-04-14 14:49:46 -04:00
Jason Jean
2319dc36dc
Revert "cleanup(core): copy from cache only when needed"
...
This reverts commit 4dac0a21228977379e5d794343390181e8e84759.
2021-04-14 13:20:31 -04:00
Bruno Baia
ab13bf488a
fix(nx-plugin): fix package name when generating generators ( #5320 )
2021-04-14 11:23:19 -04:00
Juri
0f08149021
fix(devkit): devkitTreeFromAngularDevkitTree exists function should also work on dirs
...
ISSUES CLOSED : #5318
2021-04-14 08:35:22 -04:00
Jason Jean
2c76dbe5e7
fix(repo): clear output before building packages again ( #5342 )
2021-04-13 17:18:56 -04:00
John Ockenden
71b2f16bc9
docs(angular): docs(angular): specify generator collection when migrating from karma to jest ( #5291 )
...
Unless the user set their default collection to be `@nrwl/jest`, the example commands given in the
documentation won't work
Change the documentation to explicitly specify the collection. This should
make a copy/pasted command work
ISSUES CLOSED : #5286
2021-04-13 15:42:18 -04:00
Craigory V Coppola
4b61d44615
fix(core): Wrap head + base arguments in quotes in execSyn ( #5240 )
...
On windows caret symbols are removed from command line args unless wrapped in double quotes, causing an error in this case.
Closes #4828 .
2021-04-13 15:39:41 -04:00