Jason Jean
b4fe292d83
fix(core): run workspace-generators within the same process
2021-05-17 20:57:07 -04:00
Michaël De Boey
370831d527
Update format.ts
2021-05-17 20:55:51 -04:00
Michaël De Boey
672e728007
feat(workspace): support formatting on .graphql, .gql, .yaml, .yml & .vue files
2021-05-17 20:55:51 -04:00
Tasos Bekos
4103c6007a
fix(node): package execution doesn't exit on watch mode
...
Closes #5208
2021-05-17 20:54:35 -04:00
Phillip Barta
6a4bb34103
cleanup(core): removed dependency axios
2021-05-17 20:48:47 -04:00
Miroslav Jonaš
45a4ddf67b
chore(testing): fix gatsby e2e CI setup ( #5637 )
...
* fix(testing): remove duplicate gatsby e2e target
* fix(core): add missing gatsby e2e to matrix
* chore(repo): fix gh matrix command
* chore(repo): remove affected flag from gh matrix
* chore(repo): use run-many for e2e matrix
2021-05-17 11:27:59 +02:00
Jason Jean
ff69134373
chore(repo): update nx to 12.3.0-rc.1 ( #5645 )
2021-05-15 01:18:27 +00:00
Jason Jean
1c714de844
fix(testing): support cypress projects for default serve configuration ( #5667 )
2021-05-14 12:45:10 -04:00
Noriyuki Shinpuku
cdb4cdc196
fix(react): fix application template for strict mode ( #5552 )
2021-05-14 12:00:13 -04:00
Noriyuki Shinpuku
bcdbb02aaf
feat(react): update generator defaults in workspace.json for strict mode ( #5529 )
...
ISSUES CLOSED : #5250
2021-05-14 10:06:42 -04:00
Noriyuki Shinpuku
cd3dd9431a
fix(web): set envName to production when script optimization is enabled ( #5522 )
...
ISSUES CLOSED : #5512
2021-05-14 08:51:29 -04:00
Jack Hsu
9258ef3816
docs(core): implement redirects for broken links ( #5653 )
2021-05-13 16:48:05 -04:00
vsavkin
e781d3c1e0
fix(linter): hasher throws when invoked not in root
2021-05-13 15:49:10 -04:00
Jason Jean
97b6467a53
fix(angular): fix angular-eslint migration ( #5654 )
2021-05-13 15:43:56 -04:00
Jason Jean
902c46e8f3
fix(angular): update angular-eslint to v12 stable ( #5649 )
2021-05-13 15:38:19 -04:00
Benjamin Cabanes
9c1537ac14
feat(nxdev): Set TailwindCSS colours extend for Nx ( #5650 )
2021-05-13 14:13:09 -04:00
Emily Xiong
84db07c60e
feat(gatsby): update gatsby to 3.5.0 ( #5516 )
2021-05-13 14:02:35 -04:00
Benjamin Cabanes
5abd640682
chore(nxdev): Remove old home screen information ( #5651 )
2021-05-13 13:53:57 -04:00
Jason Jean
48d2a7047a
Release 12.3.0
2021-05-13 12:19:16 -04:00
Jonathan Romano
3d88726a2d
docs(devkit): Fix parameter reference in generator example ( #5646 )
2021-05-13 11:16:27 -04:00
Jonathan Romano
5c1bf742b2
docs(devkit): fix typos ( #5647 )
2021-05-13 11:15:32 -04:00
Tasos Bekos
2a33139429
fix(node): normalize application's sourceRoot path
...
Closes #5228
2021-05-12 21:05:59 -04:00
Edouard Bozon
5340986722
fix(core): support target without watch option ( #2735 )
...
This commit checks if the target dev server supports the watch option before forwarding it to, this is relevant for running Cypress against dev server target that does not support this option, for instance "@nguniversal/builders:ssr-dev-server".
2021-05-12 21:04:25 -04:00
Emily Xiong
f4ea0df51d
fix(gatsby): fix the style none for gatsby
2021-05-12 20:59:38 -04:00
Miroslav Jonaš
8249519fea
fix(core): add description to commands schema help ( #5634 )
2021-05-12 20:56:58 -04:00
vsavkin
3dadb304ad
chore(repo): update repo to use nx 12.3-beta.2 and latest @nrwl/nx-cloud
2021-05-12 20:10:47 -04:00
Jason Jean
7352fd0c1e
feat(angular): update to angular 12 stable ( #5643 )
2021-05-12 19:30:23 -04:00
Katerina Skroumpelou
8078e9a56b
fix(storybook): migration to update @storybook/* packages version ( #5359 )
...
* fix(storybook): migration to update @storybook/* packages version
* fix(storybook): fix snapshot for dependencies
* feat(storybook): migrate storybook versions for v12 users
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 22:02:26 +00:00
Zachary DeRose
6fdf9d62f9
fix(repo): fixing issue with some options missing from docs ( #5641 )
2021-05-12 17:50:09 -04:00
Jason Jean
ff3c3cb0f1
fix(angular): update zone.js to 0.11.4 ( #5642 )
2021-05-12 16:49:39 -04:00
Juri Strumpflohner
a75143caff
fix(storybook): remove webpack v4 typings ( #5638 )
...
there are different version potentially installed
2021-05-12 15:59:05 -04:00
Brandon
fb197a27a9
feat(angular): update to NgRx 12.0.0-rc.0 ( #5640 )
2021-05-12 15:34:22 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 ( #5630 )
...
* feat(angular): upgrade Angular to v12.0.0-rc.3
* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade
* fix(angular): use defaultConfiguration if no other configuration is passed
* cleanup(angular): sync migration folder name to target version
* fix(repo): creating custom schema flattener for docs
* chore(repo): amend yarn.lock
* feat(angular): update angular storybook to use webpack 5
* fix(angular): add legacy peer deps for angular+jest
* fix(angular): move migrations to 12.3.0-rc.0
Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
Jack Hsu
6db97832e6
docs(core): fix relative image paths ( #5635 )
2021-05-12 11:04:55 -04:00
vsavkin
0bd6deaa65
fix(core): misc fixes to make the task orchestration logic work with the existing nx cloud package
2021-05-12 08:11:53 -04:00
Miroslav Jonaš
83dd2bd128
build(gatsby): update pnpm plugin to next version ( #5628 )
...
Version 1.2.5 only supports `gatsby` v2.x.x
Version 1.2.5 supports also versions v3.x.x
2021-05-12 10:18:15 +02:00
Jack Hsu
367b36c117
docs(core): update code syntax highlighting to support line numbers + copy to clipboard button ( #5632 )
2021-05-11 20:42:18 -04:00
Miroslav Jonaš
6d22f628b5
fix(linter): add missing self-circular check for tslint ( #5613 )
...
* fix(linter): add missing self-circular check for tslint
* feat(linter): add test for tslint self-circular deps
2021-05-11 16:39:12 +00:00
Victor Savkin
67e78dc051
feat(core): add support for custom hashers
2021-05-11 11:17:57 -04:00
Jack Hsu
5454609747
docs(core): add support for markdown images ( #5614 )
2021-05-11 11:08:17 -04:00
Jordan Hall
a78fe65d81
feat(angular): add support for a target Builder ( #4903 )
...
Ability to support incremental builds when using target builders
ISSUES CLOSED : #4896
2021-05-11 14:32:56 +01:00
Jason Jean
4b73b7c1f7
Release 12.2.0
2021-05-10 13:22:06 -04:00
Benjamin Cabanes
da8285be5d
feat(nxdev): add markdown display features ( #5601 )
2021-05-08 18:04:19 -04:00
Jack Hsu
5b635072a8
chore(repo): update to 12.2.0-beta.0 ( #5598 )
2021-05-07 19:09:12 +00:00
Juri Strumpflohner
d24d401eb5
fix(web): chokidar watching on file-server ( #5564 )
2021-05-07 13:41:08 -04:00
Kirils L
da27b2bd6c
fix(nextjs): NODE_ENV defaults to production for builds ( #5574 )
2021-05-07 12:55:16 -04:00
Craigory V Coppola
c0d79baad5
fix(nx-plugin): plugins should not include spec files ( #5566 )
...
Glob pattern for assets previously picked up spec files.
#5563
2021-05-07 11:55:40 -04:00
Jason Jean
ef442dfeaf
fix(testing): convert jest migrations to nx devkit ( #5586 )
2021-05-07 10:44:15 -04:00
Juri Strumpflohner
56fc0adc5d
fix(testing): adjust test-setup in Jest 6.5.5 migration ( #5568 )
2021-05-06 17:43:26 -04:00
Miroslav Jonaš
f28097e264
fix(linter): disable absolute paths within project ( #5555 )
...
* fix(linter): disable absolute paths within project
* fix(linter): add missing colon before the import path
* feat(linter): add flag to disable self circular check
2021-05-06 12:17:28 +01:00