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
Tasos Bekos
9abdb78a4a
feat(repo): run E2E tests on Windows (cmd)
2021-01-06 15:47:18 -05:00
Benny Megidish
e22db55f15
chore(core): nx plugin submission nx-electron
2021-01-06 15:46:00 -05:00
Jack Hsu
4193d451b0
fix(react): provide option overriding for babel plugins
2021-01-06 15:39:41 -05:00
Mehrad Rafigh
cdc0bd3aed
feat(testing): update cypress to 6.0.1 ( #4175 )
2021-01-06 10:39:49 -05:00
Victor Savkin
d4b08eb27a
fix(nextjs): fix an invalid next peer dep
...
Closes #4436
2021-01-05 20:05:00 -05:00
Victor Savkin
43d3730d33
fix(repo): fix broken e2e tests
2021-01-05 19:49:26 -05:00
Victor Savkin
06ce6da521
chore(repo): migrate to Nx 11.1.0-beta.2
2021-01-05 13:07:59 -05:00
Victor Savkin
a0d8b27cfa
cleanup(angular): remove unnecessary migration
...
We no longer support ng update, so we don't have to update packages in a migration. This happens automatically.,
2021-01-05 12:24:19 -05:00
Victor Savkin
93031143e3
feat(angular): switch default linter from eslint to tslint when creating a workspace
2021-01-05 12:23:29 -05:00
Mehrad Rafigh
cf7f1c89da
fix(core): update project in root jest config when running move command
...
ISSUES CLOSED : #4226
2021-01-05 12:13:10 -05:00
Webber Wang
4ce13608b4
feat(storybook): update storybook config paths for workspace move
...
ISSUES CLOSED : #3707
2021-01-05 12:10:20 -05:00
Ashley Hunter
9dad06270e
fix(core): fixing issue with updating imports when moving a project
2021-01-05 12:08:50 -05:00
Yannick Galatol
744ea227dc
feat(core): add task hash to print-affected result
2021-01-05 12:05:09 -05:00
Yannick Galatol
2d3d7218a2
feat(core): provide the task hash as env var
2021-01-05 12:05:09 -05:00
Victor Savkin
f907e83dd1
fix(core): print actual config name when using scope host
2021-01-05 12:02:44 -05:00
Merzough Badry Münker
f4098354b6
fix(core): coerce the property key properties for the schema object
...
Check if the property key `properties` for the parsed schema object exists and is type of `object`. If the property key does not exists initialize the property with an empty object. Added to the methods `readExecutor` and `readGenerator` of the class `Workspaces`
2021-01-05 11:19:09 -05:00
Rick van Laarhoven
99d6b830c3
fix(nextjs): use html component from next/document
2021-01-05 11:15:10 -05:00
mehrad-rafigh
cd21e09357
fix(angular): remove spec file when unitTestRunner is none
2021-01-05 11:13:46 -05:00
Isaac Mann
1291ace12f
feat(devkit): adds projectName to the executor TargetContext
...
The projectName is needed so that executors can look up more information about
the specific project
they're being run against.
2021-01-05 11:13:21 -05:00
Philip Fulcher
fabb6ba65e
feat(core): refactor dep-graph renderer to use cytoscape ( #4000 )
2021-01-05 11:12:27 -05:00
Sebastiandg7
f3cf0bb14e
feat(devkit): export logger from @nrwl/devkit
...
ISSUES CLOSED : #4397
2021-01-05 11:11:28 -05:00
Tine Kondo
139d46e116
chore(core): nx plugin submission nx-flutter
2021-01-05 11:07:28 -05:00
James Henry
cbb1972a91
fix(core): respect js option when setting eslint patterns
2021-01-05 11:01:49 -05:00
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