Jason Jean
82ee3227af
fix(core): fix workspace creation not working on windows
2021-02-04 01:31:47 +02:00
Jason Jean
34781a11c2
feat(react): migrate @nrwl/web:dev-server to devkit ( #4682 )
2021-02-03 16:33:51 -05:00
Jason Jean
a941961bd4
fix(core): fix @angular-devkit/architect not being found ( #4683 )
2021-02-03 11:00:45 -05:00
Juri
b2d39060cc
fix(core): value coercion for schemas with oneOf string enums
2021-02-03 09:04:05 -05:00
James Henry
132eb71218
feat(web): upgrade to postcss v8 ( #4277 )
...
* feat(web): upgrade to postcss v8
* fix(web): update usage of updated postcss plugin
* fix(web): account for change in postcss-loader behaviour with additional loader
2021-02-03 08:26:27 -05:00
Jason Jean
06f84b3326
feat(react): migrate @nrwl/web schematics to devkit ( #4666 )
2021-02-02 18:56:35 -05:00
Jason Jean
a500088d36
fix(core): do not modify existing files during workspace creation
2021-02-02 14:01:06 -05:00
Tasos Bekos
0d6b8691bc
chore(repo): add dependencies for e2e tests
2021-02-02 12:25:00 -05:00
Lar Van Der Jagt
cb77170c82
docs(misc): fix swapped gatsby/next plugin file
...
When adding the gatsby plugin to this repo it's docs page was swapped with the next.js plugin docs
page: 51973b88e2
2021-02-02 12:24:44 -05:00
Eric Jeker
a1043e5629
docs(devkit): fixed typo in executor doc
2021-02-02 12:24:19 -05:00
Jason Jean
7037254911
fix(core): fix move on windows ( #4667 )
2021-02-02 00:15:15 +00:00
Victor Savkin
11316ebdca
docs(misc): add docs on adding nx to monorepo
2021-02-01 13:35:44 -05:00
Tasos Bekos
3d24d56312
chore(repo): fix e2e-cli for Windows
2021-02-01 13:35:34 -05:00
Jason Jean
6bd0c2deac
feat(react): migrate @nrwl/web:build to devkit ( #4646 )
2021-02-01 17:06:41 +00:00
Victor Savkin
bcdd0a7261
cleanup(core): remove unused npm deps
2021-02-01 10:46:18 -05:00
katerina
0fc65d8763
feat(storybook): Storybook v6 migration generator for default configurations
...
Co-authored-by: Philip Fulcher <philip@nrwl.io>
2021-02-01 09:17:49 -05:00
Victor Savkin
14f4fcce53
feat(core): add public and build to the list of implicit cached folders for build
2021-01-31 13:51:34 -05:00
Victor Savkin
a97c242649
docs(core): update the nx devkit guide
2021-01-30 10:30:50 -05:00
Tasos Bekos
6bf245edb7
fix(react): change css modules class naming convention
...
Similar to 7e4949a20f/packages/react-dev-utils/getCSSModuleLocalIdent.js
2021-01-29 20:26:00 -05:00
Tasos Bekos
ae0d744d85
fix(testing): correct path slashes on Windows for root of cypress project
2021-01-29 20:25:06 -05:00
Jason Jean
843b913f63
Release 11.2.6
2021-01-29 15:57:55 -05:00
Jason Jean
c0387b9415
fix(angular): set default linter when creating the first app ( #4644 )
2021-01-29 15:43:18 -05:00
Jason Jean
e99a65d8ad
fix(core): generate schematics map for workspace-generators ( #4643 )
2021-01-29 15:43:07 -05:00
Billy Lando
f13047ea93
fix(angular): replace TestBed.get with TestBed.inject inside NgRx spec files ( #4184 )
2021-01-29 09:32:47 -06:00
Victor Savkin
669f21513b
fix(core): add missing deps to support running old migrations
2021-01-29 10:31:52 -05:00
Benjamin Cabanes
4ae2e7e66b
docs(core): slack links updated ( #4639 )
2021-01-29 09:48:40 -05:00
Victor Savkin
429fb22260
feat(core): default to running npm scripts when no targets are defined
2021-01-28 18:52:16 -05:00
Jason Jean
037c1b94b8
feat(testing): migrate cypress to devkit
2021-01-28 18:52:08 -05:00
Jason Jean
402f5069ad
feat(repo): update nx to 11.2.0 ( #4633 )
2021-01-28 17:17:40 -05:00
Jason Jean
b36c4b5cc1
fix(linter): add @nrwl/linter as a devDependency and error on improper enum schema ( #4634 )
2021-01-28 16:30:10 -05:00
Victor Savkin
14503c27c9
Revert "feat(storybook): storybook v6 migration generator for default configuration"
...
This reverts commit e3c46f3fefd39c3095651d6074a04c0590433ecb.
2021-01-28 16:26:19 -05:00
Katerina Skroumpelou
e3c46f3fef
feat(storybook): storybook v6 migration generator for default configuration
...
Co-authored-by: Philip Fulcher <philip@nrwl.io>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-28 21:45:32 +01:00
Jason Jean
6e088dfa87
Release 11.2.0
2021-01-28 10:42:32 -05:00
Victor Savkin
f075b987c2
feat(core): add support for number and multiselect prompts
...
Closes #4593
2021-01-28 10:41:02 -05:00
Victor Savkin
2604711f5f
fix(core): add --legacy-peer-deps to npm installs to handle npm 7 related issues
2021-01-27 21:32:55 -05:00
Jason Jean
55f6c11622
fix(core): properly set tsconfig path mapping on windows ( #4624 )
2021-01-27 20:20:18 -05:00
Jason Jean
ec758b4276
feat(linter): remove tslint from empty workspace and fix tslint support ( #4622 )
2021-01-27 18:38:07 -05:00
Victor Savkin
d8fafcd00f
cleanup(misc): clarify ng update warning message
2021-01-27 15:20:11 -05:00
Tasos Bekos
1f534317d0
fix(nextjs): support shared assets
...
Closes #4552
2021-01-27 15:07:52 -05:00
Tasos Bekos
bf599d14cd
fix(core): handle multiple & hyphen command arguments through --args
...
Closes #2846
2021-01-27 15:03:17 -05:00
Jason Jean
1eda4dca18
fix(repo): fix tests ( #4617 )
2021-01-27 12:12:22 -05:00
Jason Jean
e003d528e1
fix(core): properly set smart defaults on windows ( #4616 )
2021-01-26 16:38:20 -05:00
James Henry
57ae457258
fix(core): change all default linter values from tslint to eslint ( #4602 )
2021-01-26 15:54:07 -05:00
Jason Jean
504298162f
fix(core): fix issues with devkit/workspace on windows ( #4615 )
2021-01-26 15:31:46 -05:00
Jack Hsu
51973b88e2
chore(gatsby): move gatsby plugin to main repo
2021-01-26 12:17:28 -05:00
Juri
ffe769f102
fix(angular): check whether project has architect node during migration of eslint
2021-01-26 08:54:03 -05:00
Juri
2c5134877f
fix(core): make sure schematic folder migration can be run multiple times
2021-01-26 08:53:48 -05:00
Victor Savkin
1663b2f895
fix(core): add output.ts back for third-party plugins using deep imports
2021-01-25 20:55:48 -05:00
Victor Savkin
4650b68c38
Revert "chore(repo): update the version of nx"
...
This reverts commit afb043a96264f0abe57aa20b4ee92380c2b718a0.
2021-01-25 20:18:41 -05:00
Victor Savkin
afb043a962
chore(repo): update the version of nx
2021-01-25 20:09:53 -05:00