Kevin Brewer
b10e92818f
fix(linter): allow type imports from lazy-loaded libraries ( #4431 )
2021-01-14 08:45:26 +00:00
Jason Jean
716bb44254
feat(core): migrate library to devkit ( #4512 )
...
* migrate lint
* feat(core): migrate library to devkit
2021-01-13 16:57:19 -05:00
Jason Jean
611128d648
fix(repo): fix failing unit tests in workspace ( #4519 )
2021-01-13 13:01:27 -05:00
hiepxanh
504466f288
feat(storybook): allow to specify angular target project for storybook ( #4099 )
...
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-13 15:58:14 +01:00
Jason Jean
687786fcba
feat(core): migrate run-commands to devkit
2021-01-13 08:52:34 -05:00
Jason Jean
09c78c4750
feat(core): migrate create-nx-workspace to devkit
2021-01-13 08:51:50 -05:00
Victor Savkin
764f580e99
fix(core): workaround node 12 resolve issue in migration host
2021-01-12 20:41:37 -05:00
Victor Savkin
683d6f4e19
fix(core): use tmp folder for migrate instead of npx
2021-01-12 20:37:40 -05:00
Victor Savkin
c5d78f2b1a
Release 11.1.4
2021-01-12 13:02:00 -05:00
Victor Savkin
d54189166f
fix(core): update the list command for pnpm
2021-01-12 13:00:29 -05:00
Victor Savkin
074fe5a9af
Release 11.1.3
2021-01-12 12:08:53 -05:00
James Henry
2c72a6ede2
docs(nextjs): make it clear 11.1.0 of Nx is required
2021-01-12 11:59:53 -05:00
James Henry
3c96286e39
docs(nextjs): make it clear 11.1.0 of Nx is required
2021-01-12 11:59:53 -05:00
James Henry
625de37163
docs(nextjs): add section on Vercel deployment configuration
2021-01-12 11:59:53 -05:00
Devin Shoemaker
758cff9353
chore(core): nx plugin submission @nxtend/firebase
2021-01-12 11:59:35 -05:00
Victor Savkin
1167e65bf8
feat(core): improve ergonomics of the migrate command
2021-01-12 11:58:29 -05:00
Victor Savkin
8a88fc8c71
feat(core): support schema properties without type
2021-01-11 14:12:30 -05:00
Victor Savkin
969888e0f1
Release 11.1.2
2021-01-11 14:03:48 -05:00
Victor Savkin
ac87c5954e
fix(repo): temp disable running e2e tests on windows
2021-01-11 13:51:40 -05:00
Victor Savkin
04f2abd65c
fix(repo): fix unit tests not working on node 15
2021-01-11 13:39:25 -05:00
Jason Jean
82f801b0db
fix(core): run-commands should fail when a command in serial fails ( #4477 )
2021-01-11 12:19:41 -05:00
Victor Savkin
19c5f53ebf
Revert "fix(core): prioritize local projects over npm when sharing names"
...
This reverts commit f10ba2f42e218e2e79470ac3928c40b589460f83.
2021-01-11 12:07:54 -05:00
Jason Jean
38889cfcd3
chore(repo): remove unnecessary eslint plugins ( #4479 )
2021-01-11 11:57:19 -05:00
Jason Jean
f10ba2f42e
fix(core): prioritize local projects over npm when sharing names
2021-01-11 11:46:29 -05:00
Edouard Bozon
9f8e450ba3
chore(core): nx plugin submission @jscutlery/semver
2021-01-11 10:07:27 -05:00
Mehrad Rafigh
fd93b84bac
fix(core): delete project from root jest config when running remove command
...
ISSUES CLOSED : #4192
2021-01-11 09:57:33 -05:00
Dominik Pieper
892313ecc2
feat(storybook): add @storybook/html for generic non React/Angular projects
...
ISSUES CLOSED: 4466
2021-01-11 09:50:19 -05:00
mehrad-rafigh
eb0a472366
fix(core): update eslintrc when project is moved
...
ISSUES CLOSED : #2951
2021-01-11 09:48:40 -05:00
Ali Yusuf
872ebd89c4
fix(core): fix(core): validate options for oneOf rule with factorized type
...
ISSUES CLOSED : #4484
2021-01-11 09:20:24 -05:00
scottlee309
f3b67cc2b6
chore(core): nx plugin submission [@srleecode/domain]
2021-01-11 09:19:11 -05:00
Devin Shoemaker
f77cfc1151
fix(nx-plugin): fix executors typo in plugin template file
2021-01-11 09:15:58 -05:00
mehrad-rafigh
252c64995a
fix(node): support multiple node apps with single frontend
...
ISSUES CLOSED : #4215
2021-01-11 16:07:31 +02:00
Tasos Bekos
00b1c12651
cleanup(repo): run unit tests on CI
...
Accidentally removed during last refactor.
2021-01-10 21:16:55 +02:00
mehrad-rafigh
fb3af908f0
feat(core): update prettier to v2.2.1
2021-01-09 10:16:02 -05:00
Robert Willemelis
142c588686
docs(node): align create workspace command with react and angular ( #4276 )
2021-01-08 17:03:08 -05:00
Curtis Hughes
21bd952b26
fix(node): use proper watch value with the node:execute executor ( #4083 )
2021-01-08 15:20:45 -05:00
Jason Jean
4bc9bbda22
feat(testing): move jest to nrwl devkit ( #4454 )
2021-01-08 15:07:27 -05:00
Sebastian Duque Gutierrez
d70d58fec3
Install @types/react-redux as devDependency for redux schematic ( #4243 )
...
* fix(react): add typings as devDep for react-redux schematic
Tell the user that --skip-nx-cache option can be used with the execution of targets. The option
will
be displayed in both 'nx --help' and 'nx [project][:target][:configuration] --help'
commands.
ISSUES CLOSED: 3338
ISSUES CLOSED: 4225
* feat(core): add move npm package workspace utility
Provide the moveNpmPackage workspace utilite to move one/multiple package(s) between dependencies or
devDependencies
ISSUES CLOSED: 4242
* feat(react): add 11.0.0 migration to move react-redux types to devDeps
Provide the moveNpmPackage workspace utilite to move one/multiple package(s) between dependencies
or
devDependencies
ISSUES CLOSED: 4242
* cleanup(core): rename moveNpmPackages param name to match type
Provide the moveNpmPackage workspace utilite to move one/multiple package(s) between
dependencies
or
devDependencies
ISSUES CLOSED: 4242
2021-01-08 14:53:00 -05:00
Tasos Bekos
e5b0c5c0f6
cleanup(repo): make e2e tests package manager agnostic
2021-01-08 10:57:28 -05:00
Remo Vetere
543928d9f8
Pass down all webpack options to support all cases of next.config.js ( #4443 )
2021-01-08 10:55:01 -05:00
Victor Savkin
6624023dcb
Release 11.1.1
2021-01-07 21:05:18 -05:00
Victor Savkin
cc48e6c030
cleanup(repo): update the nx docs scope to avoid confusion
2021-01-07 20:47:51 -05:00
Tasos Bekos
0fc638eba7
docs(docs): add step for installing dependency when migrating
...
Closes #4392
2021-01-07 20:46:17 -05:00
mehrad-rafigh
b8b08bd08a
chore(repo): update axios to 0.21.1
...
ISSUES CLOSED : #4439
2021-01-07 20:44:20 -05:00
Victor Savkin
7caf6f4235
Release 11.1.0
2021-01-07 20:34:57 -05:00
Victor Savkin
599923bc68
fix(misc): remov peer deps to make npm 7 install work
...
Closes #4436
2021-01-07 20:27:11 -05:00
Tasos Bekos
f95f855cf7
fix(web): handle delete-output-path option
...
Closes #4015
2021-01-07 14:41:21 -05:00
James Henry
2a47cdf0aa
feat(nextjs): apply experimental-serverless-trace to vercel next configs ( #4459 )
2021-01-07 11:47:55 -05:00
jaybell
9a38a66c0a
feat(core): feat(core): add other strict flags that are not included in strict
2021-01-06 17:11:27 -05:00
jaybell
32f8f8cf3b
feat(core): add strict as an option to workspace, nest and node lib schematics
2021-01-06 17:11:27 -05:00