3317 Commits

Author SHA1 Message Date
Benjamin Cabanes
fcb8eaf7fa
docs(core): add react flavour screen (#5809) 2021-05-27 14:52:54 -04:00
Benjamin Cabanes
ab5c516aa8
docs(core): setup community screen (#5811) 2021-05-27 14:06:30 -04:00
Phillip Barta
6c6e8b36b7 feat(devkit): refactoring for stricter types and better performance 2021-05-27 13:37:29 -04:00
Brandon Roberts
d9513d63a0 docs(misc): update consistency for root files, generators, and executors 2021-05-27 13:29:04 -04:00
Tycho Bokdam
332c191735 chore(core): nx plugin submission @nx-extend/translations 2021-05-27 13:26:42 -04:00
puku0x
9c67c69560 fix(core): update project package.json on move 2021-05-27 13:25:52 -04:00
vsavkin
d4a79db9dc Release 12.3.5 2021-05-27 11:28:43 -04:00
vsavkin
a6680cf387 docs(misc): fixed typo in workspace generator docs 2021-05-27 11:19:28 -04:00
Leosvel Pérez Espinosa
7a10cb4361
fix(angular): add workaround to prevent process from exiting early when building (#5807) 2021-05-27 16:13:30 +01:00
Benjamin Cabanes
038185ef6c
docs(core): dedicated node screen (#5746) 2021-05-27 10:23:49 -04:00
Benjamin Cabanes
42c0ed8266
docs(core): change why monorepo title (#5806) 2021-05-27 09:55:55 -04:00
Jack Hsu
aaad6f041a
cleanup(storybook): add some stricter types for the storybook executor (#5805)
Co-authored-by: Dominik Pieper <dominik@pieper.io>
2021-05-27 13:27:39 +00:00
Juri Strumpflohner
2d2880ef94
fix(core): iteration of targets should not break if targets don't exist (#5791) 2021-05-26 20:48:48 +03:00
vsavkin
ebffb44c04 chore(repo): readme tweaks 2021-05-26 13:42:25 -04:00
Fernando Montoya
b2e266ac2c Fix GitHub brand typo 2021-05-26 13:41:53 -04:00
Leosvel Pérez Espinosa
8354c54b18
fix(core): nx run should not use defaultConfiguration when configuration is passed (#5796)
ISSUES CLOSED: #5793
2021-05-26 11:35:52 +01:00
Leosvel Pérez Espinosa
0c454dd29f
cleanup(angular): migrate add-linting generator to nx devkit (#5795) 2021-05-26 11:09:42 +01:00
Miroslav Jonaš
9e47d968b9
feat(repo): fix failing yarn and pnpm (#5782) 2021-05-26 09:53:33 +02:00
vsavkin
ce6f7f209e chore(repo): readme tweaks 2021-05-25 21:01:26 -04:00
Miroslav Jonaš
4b758f842e
fix(angular): disable double module update on move (#5788)
* fix(angular): disable double module update on move

* chore(angular): rename test sections
2021-05-25 23:36:29 +01:00
Philip Fulcher
a80a6ae535
fix(angular): prevent move generator form making un-intended changes (#5780) 2021-05-25 09:42:47 -06:00
vsavkin
c5c72970a0 chore(repo): update how to contribute video 2021-05-24 11:05:22 -04:00
Leosvel Pérez Espinosa
95ac98406e
cleanup(angular): migrate delegate-build executor to nrwl devkit (#5758) 2021-05-24 13:55:49 +01:00
Philip Fulcher
d891c69813
chore(angular): convert move schematic to Nx generator (#5708)
* chore(angular): convert move schematic to Nx generator

* fix(angular): fix bad generator import

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-22 18:38:01 +00:00
Jason Clark
0345d08fd7
fix(core): update rollup-plugin-typescript2 to fix array spread error (#5704)
* Update rollup-plugin-typescript2 to fix array spread

* fix(core): update rollup-plugin-typescript2 to 0.30.0 to fix issue with array spreading

Fixes: #5467 - Update rollup-plugin-typescript2 to fix array spread issue
ISSUES CLOSED: #5467

ISSUES CLOSED: #5467

* cleanup(core): cleanup(core): cleanup old rollup-plugin-typescript2 versions
2021-05-22 13:35:11 -04:00
Vaughan Reid
b50d7e4b0c
fix(react): nextjs check causes linting commands to fail (#5705)
* fix(react): is next js check caller is sometimes undefined

* fix(react): refactor to optional chaining

Co-authored-by: Mark Goho <markgoho@gmail.com>

Co-authored-by: Mark Goho <markgoho@gmail.com>
2021-05-22 13:16:16 -04:00
Isaac Mann
cef3dce3a5
docs(angular): devkit code sample (#5717)
* docs(angular): docs(core): move child-process section to the end

* docs(angular): apply docs changes

* docs(angular): copy paste error

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-05-22 17:10:02 +00:00
Ben Callaghan
646bb72904
fix(nx-plugin): fix package json key for migration generator (#5731)
Update the key to match the value expected by the `nx migrate` command

Fixes #5730

Co-authored-by: Ben Callaghan <bcallaghan@selectbankcard.com>
2021-05-22 13:00:17 -04:00
Benjamin Cabanes
ba3fb3193e
docs(nxdev): add footer links (#5747) 2021-05-21 14:46:13 -04:00
Kirils L
92d08f6913
docs(nextjs): suggest installing package as a prod dependency (#5740) 2021-05-21 20:05:13 +03:00
Leosvel Pérez Espinosa
3117107725
cleanup(angular): migrate package and ng-packagr-lite executors to nrwl devkit (#5737) 2021-05-21 16:50:45 +01:00
Juri Strumpflohner
efbb7c6b4c
feat(core): add spinner during node module install (#5593) 2021-05-21 10:33:42 -04:00
Kirils L
bffc239e6e
fix(nextjs): add @nrwl/next as a prod dependency for new workspaces (#5662) 2021-05-21 13:50:58 +00:00
Minijus L
2778e6e1ec
feat(testing): update cypress to 7.x (#5624)
Closes #5382
2021-05-21 09:44:35 -04:00
Colum Ferry
488804163e
cleanup(angular): refactor init generator to use Nx Devkit (#5735)
Refactor `init` generator to use Nx Devkit
2021-05-21 11:33:59 +00:00
Miroslav Jonaš
735e22fe86
feat(repo): cleanup storage for matrix tests (#5727)
* feat(repo): cleanup storage for matrix tests

* feat(repo): run action on matrix file change

* feat(repo): add full workflow path

* feat(repo): do not run on push to master

* feat(repo): fix path signature

* chore(repo): fix typo

* feat(repo): revert run matrix on push
2021-05-21 09:00:31 +02:00
Jack Hsu
d1e8102b04
docs(core): refactor documents API access for nx.dev so redirect data can be bundled in the exported function (#5734) 2021-05-21 05:22:15 +00:00
Leosvel Pérez Espinosa
c71137f34c
fix(angular): make path optional for customWebpackConfig in webpack browser executor (#5728) 2021-05-20 15:01:39 +00:00
Aaron Brewer
313c376f55
feat(storybook): add html to supported 6.2 uiFrameworks (#5610) 2021-05-20 16:15:15 +03:00
Leosvel Pérez Espinosa
d0afa3dd89
feat(angular): add executor which allows to delegate the build to another target (#5715) 2021-05-20 12:29:46 +01:00
Miroslav Jonaš
c250483420
feat(repo): revert i/o functions to fs-extra (#5725) 2021-05-20 13:27:33 +02:00
vsavkin
31ec2b0f77 chore(repo): update readme 2021-05-19 20:56:39 -04:00
vsavkin
319a90b6ab feat(web): add a plugin to coordinate webpack and nx builds 2021-05-19 16:12:02 -04:00
Zachary DeRose
9878619706
feat(web): environment variables interpolated to index.html (#5521)
* feat(web): environment variables interpolated to index.html

* feat(web): Support for %PUBLIC_URL% as option in index.html

* chore(web): adding test case for NX_ option not present

* fix(web): supporting deployUrl - not publicUrl

* fix(web): e2e test added for index.html interpolation

* fix(web): rm unused publicUrl instance

* fix(web): rm more unused publicUrl instances

* fix(web): fixing e2e test

* fix(web): fixing e2e test

* fix(web): fixing e2e test expected formatting

* fix(web): fixing whitespace issue in tests

* fix(web): using regex in interpolation
2021-05-19 11:46:07 -07:00
vsavkin
75cd7d9006 cleanup(core): clean up hash details 2021-05-19 14:26:02 -04:00
Miroslav Jonaš
f112b9283a
fix(linter): improve error message for circular reference (#5721)
Improves original error message by providing a hint

Closes #5625
2021-05-19 17:50:58 +00:00
Phillip Barta
053d488801 cleanup(core): removed reexport of devkit types in workspace 2021-05-19 13:42:03 -04:00
Noriyuki Shinpuku
a037dcb351
cleanup(react): remove import react from component generator (#5686) 2021-05-19 11:40:24 -04:00
vsavkin
c99ae2d7b5 Release 12.3.4 2021-05-19 09:20:43 -04:00
Miroslav Jonaš
1a6fc7649d
fix(core): update project's eslintrc and readme on move (#5714)
* fix(core): update eslint project path on move

Closes #5493

* fix(core): update project readme on move

* fix(core): add update readme to move generator
2021-05-19 15:14:31 +02:00