James Henry
42b61d0e90
feat(angular): update @angular-eslint to v1
2021-01-05 11:01:33 -05:00
katerina
8cfda00009
feat(core): export a function returning a normalized workspace config
...
Storybook expects the format of workspace.json to match angular.json. This is not the case.
Storybook now will read the workspace.json file using the new function. This will allow us to manage
the new formats.
ISSUES CLOSED : #4305
2021-01-05 10:58:40 -05:00
Victor Savkin
0c0a29da71
feat(core): better compat layer for angular devkit
2021-01-04 21:37:55 -05:00
Aaron Brewer
172bb1431b
fix(storybook): typo in build output
2021-01-04 20:04:42 -05:00
Victor Savkin
ddf765bbb7
chore(repo): rename docs scope into nxdev
2021-01-04 15:49:53 -05:00
Victor Savkin
8de8273f1c
docs(node): update getting started guide to specify the right preset
2021-01-04 15:49:17 -05:00
arabull
755804fff6
fix(linter): Respect the "quiet" option ( #4330 )
2021-01-02 10:09:24 +00:00
Victor Savkin
1cb152eee7
feat(core): set path property based on cwd when running generators
2020-12-29 20:10:15 -05:00
Victor Savkin
67fde2d32e
Release 11.0.19
2020-12-29 13:00:20 -05:00
Victor Savkin
8e787c2977
fix(misc): temporary restore the old version of the run commands executor
2020-12-29 12:59:22 -05:00
Tasos Bekos
8976eb62d2
cleanup(repo): do not call init generators for E2E tests
2020-12-29 08:35:19 -05:00
Johannes Hoppe
b1fde5ec98
fix(docs): typo in node: getting-started
2020-12-29 08:34:57 -05:00
Victor Savkin
9923ce93d5
feat(core): support strict schemas with no additional properties
...
Fixes: 4255
2020-12-24 18:38:54 -05:00
Tasos Bekos
21697c2bf3
fix(node): make package.json entries OS independent
...
Closes #4390
2020-12-23 15:52:39 -05:00
Jack Hsu
09a205c995
fix(nextjs): remove duplicated public folder in dist ( #4389 )
2020-12-23 14:48:38 -05:00
Victor Savkin
37e115589b
docs(angular): update code sample in the incremental builds guide
2020-12-23 10:42:31 -05:00
Sascha Rose
8400d753f1
docs(core): Fix the URL to the specification
...
This is just a fix to display a working URL in case you use:
`nx affected:apps --all`.
2020-12-23 09:09:58 -05:00
Sascha Rose
5248aa21d7
docs(repo): Fix unit test description
...
The command `yarn test angular/src/utils/ast-utils` is running all unit tests / not working anymore.
I have added some commands that are woring for me. Please verify.
2020-12-23 09:09:17 -05:00
Victor Savkin
2f2efb8b4d
docs(misc): introduce the core concepts docs section
2020-12-22 15:54:55 -05:00
Victor Savkin
24bf8e8b0d
wip
2020-12-22 14:56:26 -05:00
Victor Savkin
f19333e805
fix(core): migration host only handled workspace.json when removing jest's tsconfig
2020-12-22 12:33:14 -05:00
Victor Savkin
71b93dfb60
Release 11.0.17
2020-12-22 11:34:07 -05:00
Victor Savkin
baa4475b80
fix(misc): migration sets tsConfigs property for jest executor
2020-12-22 11:32:22 -05:00
Victor Savkin
e768ad4862
fix(misc): update the schema version for when creating executors
2020-12-22 11:32:22 -05:00
Victor Savkin
a99afd2558
fix(repo): e2e tests should create a new project
2020-12-22 11:31:15 -05:00
Max Sagan - Yieldbroker
cd8efa47ac
feat(misc): allow comments in JSON files
2020-12-22 10:39:06 -05:00
Kamal Dev
2c7fa421eb
fix(docs): Incorrect command on Angular Getting Started #4378
...
https://github.com/nrwl/nx/issues/4378
2020-12-22 09:20:45 -05:00
Tasos Bekos
6b02132e7b
fix(core): convert workspace root path with forward slashes
...
Yarn was wrongly interpreting `nxWorkspaceRoot` when current working directory was ending in backslash, for example `E:\` in Windows. This commit makes sure that `nxWorkspaceRoot` parameter uses only forward slashes that work in all cases.
Closes #4363
2020-12-21 11:42:18 -05:00
Victor Savkin
debb10ce12
Release 11.0.16
2020-12-21 11:39:39 -05:00
Tasos Bekos
e25159d915
fix(react): correctly resolve babel-plugin-transform-async-to-promises
...
Closes #4352
2020-12-21 11:24:41 -05:00
Victor Savkin
a10c258202
fix(core): add alias for primitive type "number"
2020-12-21 10:44:37 -05:00
Victor Savkin
2c5310bcc2
docs(misc): misc docs cleanup
2020-12-21 10:43:03 -05:00
Juri Strumpflohner
7040cf60ba
docs(core): incremental builds with Angular and React ( #4366 )
2020-12-21 10:39:46 -05:00
Victor Savkin
f271f19d15
fix(core): ignore cwd when resoling the new generator
2020-12-20 12:27:59 -05:00
Victor Savkin
ce877bb8ad
fix(core): store nx results and nx deps in the configured cache directory
2020-12-19 20:50:53 -05:00
katerina
0c0713bdc1
chore(storybook): add "or application" to the Storybook package docs/description
...
Until recently we only supported Storybook configuration for libraries
now we support for apps as
well.
Some docs were out of date.
2020-12-19 14:20:27 -05:00
Tasos Bekos
7f70f3a153
feat(nextjs): add --js flag support
2020-12-19 14:19:52 -05:00
Jason Jean
70cbe71db4
Release 11.0.15
2020-12-18 18:36:26 -05:00
Jason Jean
9d22f746e1
fix(angular): rename tsconfig.json during ng add ( #4349 )
2020-12-18 17:37:13 -05:00
M.Sakamaki
43f9df9339
docs(angular): fix typo
2020-12-18 16:21:38 -05:00
Jack Hsu
110fe37c00
fix(nextjs): add "@nrwl/workspace" to the generated package.json file for built next apps ( #4348 )
2020-12-18 16:17:04 -05:00
Jack Hsu
cd9b96c98e
fix(react): remove generated styles.[ext] file for CSS-in-JS solutions like styled-compoentns/emotion ( #4347 )
2020-12-18 15:35:51 -05:00
Victor Savkin
47cd7d8edb
fix(core): remove positional args after converting them into named args
2020-12-18 14:27:31 -05:00
Victor Savkin
463be216db
fix(core): add a default provider setting project name
2020-12-18 11:11:36 -05:00
Victor Savkin
00ece927aa
Release 11.0.12
2020-12-17 21:32:19 -05:00
Victor Savkin
f0cf91d0b6
fix(misc): only prompt for nx-cloud when using the default runner
...
Closes #4295
2020-12-17 21:25:30 -05:00
Victor Savkin
86b5c5c518
fix(core): support invoking nx from a subdirectory
...
Closes #4298
2020-12-17 21:25:30 -05:00
Jason Jean
399ceba192
fix(storybook): update storybook to 6.1.11
2020-12-17 16:47:43 -05:00
Jason Jean
fcfc8589d5
fix(jest): warn with a helpful warning when unable to update the config
2020-12-17 16:47:43 -05:00
James Hollowell
e63c3d162b
fix(storybook): allow variables in NgModule declarations ( #4318 )
...
ISSUES CLOSED : #4314
2020-12-17 13:19:46 -05:00