Jack Hsu
ea04f62eb3
chore(nextjs): update nextjs to 10.0.0 ( #4012 )
2020-11-02 15:00:09 -05:00
Victor Savkin
5e9a7d76ac
cleanup(repo): remove bazel package
2020-11-02 09:28:14 -05:00
Tasos Bekos
760811308e
fix(core): use cwd for locating workspace root
...
Closes #3484
Closes #3909
2020-10-31 21:04:25 -04:00
Jason Jean
989226d008
fix(core): fix resolving imports that cannot be resolved via typescript
2020-10-31 20:58:22 -04:00
Tine Kondo
99417502f3
chore(core): nx plugin submission nx-spring-boot
2020-10-31 20:56:10 -04:00
Adrian
992013ca0a
Add possibility to specify port when running dep graph ( #3938 )
...
* feat(misc): add possibility to specify port when running dep graph
* feat(docs): documentation was updated with the exposed port
Co-authored-by: adrian.etter <adrian.etter@dswiss.com>
2020-10-30 12:09:35 -06:00
Christian Jensen
da4fe07c47
fix(angular): handle delimited name in NgRx templates ( #3955 )
2020-10-30 10:01:34 -05:00
Juri Strumpflohner
0892fa2b32
feat(angular): improve incremental build speed ( #3854 )
2020-10-30 10:23:34 -04:00
Nik Gorylenko
4a90fba758
chore(web): deprecate @webcomponents/custom-elements ( #3930 )
...
Since `@webcomponents/custom-elements` is deprecated, here is suggested alternative: `@ungap/custom-elements`
2020-10-30 09:45:54 -04:00
Rares Matei
2b0f0d5692
fix(storybook): include storybook v5 project schematics ( #3996 )
2020-10-30 14:23:56 +01:00
Tasos Bekos
34d156d46e
feat(core): support packageManager argument
2020-10-30 09:25:23 +02:00
katerina
1849e6b7ef
fix(react): when importing redux config in main.tsx keep custom directory path if provided
...
ISSUES CLOSED: 3932
2020-10-29 08:05:47 -04:00
Sebastiandg7
8fffe6d385
fix(nx-plugin): cover dash named plugins in e2e tests
...
replace the property name version with the plain version of the plugin name in the plugins e2e
tests
in order to coincide with the generated schematic name
ISSUES CLOSED : #3933
ISSUES CLOSED : #3933
2020-10-28 21:08:30 -04:00
Sebastiandg7
7964319ff6
fix(nx-plugin): use plugin name in e2e tests for running schematic
...
replace the property name version with the plain version of the plugin name in the plugins e2e tests
in order to coincide with the generated schematic name
ISSUES CLOSED : #3933
2020-10-28 21:08:30 -04:00
Tasos Bekos
6fb23f497f
fix(core): handle spaces in workspace path
...
Closes #3919
2020-10-28 21:04:47 -04:00
Manfred Steyer
3128fc7270
docs(nx-plugin): add module-federation community plugin
...
add https://github.com/manfredsteyer/module-federation-plugin-example-nx
to the list of approved nx plugins.
2020-10-28 21:03:35 -04:00
Fabian Hippmann
3e2ce9e100
fix(core): update terser-webpack-plugin to 2.3.7
2020-10-28 21:01:33 -04:00
Dominik Pieper
a0024a20fe
chore(core): nx plugin submission @nxext/svelte
2020-10-28 20:58:23 -04:00
Nadav Sinai
444a3930d8
fix(core): add --fork-point arg to git merge
...
this fixes getFilesUsingBaseAndHead output in some forking scenarios.
2020-10-28 20:57:06 -04:00
Victor Savkin
94997ed576
chore(repo): update the version of nx-cloud
2020-10-26 15:01:02 -04:00
Jason Jean
63d0ed15ed
fix(core): fix resolving npm dependencies ( #3963 )
2020-10-23 19:13:46 -04:00
Tasos Bekos
131aa1badd
fix(core): use preferred installer on migrate ( #3764 )
...
ISSUES CLOSED : #2695
2020-10-23 17:09:44 -04:00
Tasos Bekos
463d2cb9e0
fix(repo): add missing tslib dependency in generated applications ( #3858 )
2020-10-23 17:09:35 -04:00
James Henry
4f5fb0f8fc
feat(linter): use overrides in root eslint config ( #3949 )
...
* feat(linter): use overrides in root eslint config
* feat(linter): update-root-eslint-config-to-use-overrides migration
2020-10-23 16:14:09 -04:00
Isaac Mann
6b61a6c60c
docs(angular): moving from protractor to cypress ( #3962 )
...
* docs(angular): moving from protractor to cypress
* Update docs/angular/guides/modern-angular/protractor-to-cypress.md
Co-authored-by: Zachary DeRose <zack@nrwl.io>
* Update docs/angular/guides/modern-angular/protractor-to-cypress.md
Co-authored-by: Zachary DeRose <zack@nrwl.io>
* docs(angular): add step zero
* docs(angular): fix map.json
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Zachary DeRose <zack@nrwl.io>
2020-10-23 15:36:01 -04:00
Jason Jean
a7f2670d49
fix(core): add @nrwl/cli to the list of migrated dependencies ( #3927 )
2020-10-23 15:28:26 -04:00
Victor Savkin
2329a51f99
cleanup(core): remove an unnecceary peer dep on cli
2020-10-23 15:16:02 -04:00
Jason Jean
df1fdd87d7
fix(core): fix formatting of strings with periods ( #3928 )
2020-10-23 14:09:44 -04:00
Philip Fulcher
cf7d779b2b
feat(core): add dep-graph-client app ( #3695 )
2020-10-16 19:00:27 -04:00
Guilherme Siquinelli
56203591b6
fix(angular): angular library was not checking to see if an import path exists ( #3888 )
...
loading child paths into an angular library was not checking to see if an import path exists, so it
generated the wrong path.
the unit tests of the angular package are working. I generated a local
release with verdaccio after the correction and generated the right children path.
2020-10-16 17:32:10 -04:00
James Henry
588effd5c5
feat(linter): shareable eslint configs ( #3882 )
...
* feat(linter): shareable eslint configs
* chore(linter): migration towards shareable eslint configs
2020-10-16 15:31:26 -04:00
Jason Jean
eb68e3bcc7
Release 10.3.1
2020-10-16 13:23:21 -04:00
Jason Jean
d7578d5cd4
feat(repo): update nx to 10.3.1-beta.1 ( #3925 )
2020-10-16 11:57:17 -04:00
Zachary DeRose
0f0de3af6f
docs(docs): Documentation on buildable/publishable libs ( #3903 )
2020-10-14 21:51:03 +02:00
Jason Jean
bc6e6b9a5b
fix(testing): fix ts-jest migration ( #3900 )
2020-10-13 16:52:13 -04:00
Jason Jean
30924e77e1
fix(storybook): move 10.0.12 migration to 10.3.1 because it was relea… ( #3901 )
2020-10-11 10:50:23 +02:00
Jack Hsu
af15cb09a6
feat(nextjs): add nextConfig option for nextjs build builder to provide customization ( #3899 )
2020-10-09 19:36:04 -06:00
Jack Hsu
c84ad4020f
fix(react): support vendor sourcemap option for web build ( #3902 )
2020-10-09 19:35:27 -06:00
Isaac Mann
03c48d1c8c
docs(docs): expand dependency graph docs ( #3714 )
...
* docs(docs): expand dependency graph docs
* docs(docs): path typo
* docs(docs): pr review fixes
* docs(docs): rewording
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-10-09 14:29:06 -04:00
James Henry
b5de2f4e4e
fix(linter): migration should not include patterns from node_modules ( #3880 )
...
* fix(linter): migration should not include patterns from node_modules
* feat(linter): add additional migration to revert issue with previous one
* fix(linter): small tweaks based on call with Jason
2020-10-08 11:10:47 -04:00
Philip Fulcher
7a175481a1
docs(storybook): fix storybook logo on guide pages ( #3873 )
2020-10-06 14:04:38 +03:00
Jason Jean
31304d4d01
Release 10.3.0
2020-10-04 11:40:06 -04:00
Jason Jean
8e519cd8e4
fix(core): fix process hanging for ctrl C ( #3856 )
2020-10-02 19:17:03 -04:00
Jason Jean
6c4aacf212
feat(repo): update to nx 10.3 ( #3840 )
2020-10-02 13:12:34 -04:00
Jason Jean
a8db1f787a
fix(linter): use the tsConfig option to find tsconfigs for eslint migration ( #3853 )
2020-10-02 10:42:34 -04:00
James Henry
da6f987631
fix(linter): add root .eslintrc.json to implicit deps ( #3852 )
...
* fix(linter): add root .eslintrc.json to implicit deps
* fix(linter): unit tests
2020-10-02 09:41:49 -04:00
Jason Jean
6fb780e474
fix(storybook): fix .eslintrc.json being undefined when adding storybook to project ( #3851 )
2020-10-02 08:43:39 -04:00
Jason Jean
ad56f5785a
fix(linter): run migration for targets that are not lint ( #3850 )
2020-10-02 00:05:32 -04:00
x87
655143e16c
fix(core): fix resolving projects for imports to '..' ( #3846 )
...
* fix(core): fix resolving projects for imports to '..'
* fix(core): fix formatting
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-10-02 00:05:00 -04:00
Vivek
b04158b671
cleanup(core): hyphenate npm script names ( #3672 )
...
separate words in npm scripts with hyphen for consistency
2020-10-01 23:12:32 -04:00