1200 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
b3676e8019
cleanup(angular): remove deprecated DataPersistence service and generator option to use it (#12236) 2022-09-28 16:13:43 +01:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support (#12279) 2022-09-28 11:08:01 -04:00
Colum Ferry
56957cc292
cleanup(angular): remove deprecated schema options from app generator (#9821) 2022-09-28 15:55:24 +01:00
Colum Ferry
6d9ec39c75
feat(angular): create routes file pattern (#11930)
add host remote correctly

library routes

fix tests
2022-09-28 15:54:53 +01:00
Colum Ferry
3dc72f0257
fix(angular): switch to using jasmine-marbles for certain symbols (#11896) 2022-09-28 15:54:40 +01:00
Craigory Coppola
9b63ce167a
feat(core): don't generate workspace.json for v2 workspaces (#12127) 2022-09-27 23:16:22 +00:00
Katerina Skroumpelou
2f7d647f52
docs(storybook): examples for executors and generators (#12267) 2022-09-27 13:03:23 -04:00
Colum Ferry
3771b7dd57
fix(angular): update component correctly when remote uses inlineTemplate (#12256) 2022-09-27 11:20:46 +01:00
Colum Ferry
7ea0df8ff5
fix(angular): add error handling for cypress mf to correct file #12118 (#12234) 2022-09-27 10:26:46 +01:00
Colum Ferry
66d1aedf08
fix(angular): fix root selector in index.html for standalone remotes (#12255) 2022-09-27 10:21:29 +01:00
Julien Tanay
2f91d962e8
feat(storybook): add support for basic test-runner configuration (#11101)
Closes #11047
2022-09-27 09:04:28 +00:00
Jason Jean
c8de6f1b6f Revert "Revert "fix(misc): move library without given importPath should default to contain slashes (#11869)""
This reverts commit 33c0f944e0c85cc43fad2e9fde183b1f07903cdd.
2022-09-23 14:26:10 -07:00
Victor Savkin
33c0f944e0
Revert "fix(misc): move library without given importPath should default to contain slashes (#11869)"
This reverts commit 9dbcb45cb9bd9a34d612386507879d1245f186b6.
2022-09-23 14:53:22 -04:00
Jordan Emslie
9dbcb45cb9
fix(misc): move library without given importPath should default to contain slashes (#11869)
`nx g mv --projectName lib/child-1 --destionation lib/child-2` would result in the ts-config and import paths of `@<project>/lib-child-2` when it is expected to be `@<project>/lib/child-2`

Closes #9281
2022-09-22 18:44:35 -04:00
Leosvel Pérez Espinosa
46c2d57664
cleanup(angular): remove deprecated syntax option from ngrx generator (#12153) 2022-09-21 16:37:11 +01:00
Miroslav Jonaš
074ac5ec22
feat(core): add package manager parsers and stringifiers (#11953) 2022-09-20 18:47:27 +00:00
Craigory Coppola
9313af0493
chore(angular): hide warnings from angular schematics in jest execution (#12122) 2022-09-20 16:12:23 +00:00
Benjamin Cabanes
da0cc4792f
docs(nxdev): update internal reference links (#12083) 2022-09-19 19:15:19 +00:00
Victor Savkin
6e6925f8e4
chore(repo): update to nx 14.7.6-beta.6 2022-09-17 15:59:06 -04:00
Leosvel Pérez Espinosa
e2bfaa68f7
fix(angular): add $schema property to generated project configs (#12031) 2022-09-16 10:11:46 +01:00
Ashley Hunter
730d3235b4
feat(angular): add types to the generated tailwind configuration (#12018) 2022-09-15 14:34:46 +01:00
Caleb Ukle
d535cf3d43
fix(testing): use cypress generated tsconfig for angular ct (#12014) 2022-09-14 15:32:38 +00:00
Caleb Ukle
1a9df531b6
fix(testing): normalize paths for component-testing (#11963)
* fix(testing): normalize paths before accessing the project graph

* fix(testing): return object with offset input instead of string

* fix(testing): update schemas to provide better prompts
2022-09-13 14:17:49 +00:00
Colum Ferry
e5d9f9ff59
feat(angular): support inferring project from cwd in terminal for generating components (#11980) 2022-09-13 10:37:16 +01:00
Jack Hsu
ec9b9e7f8e
chore(misc): update todo comment (#11985) 2022-09-13 00:52:06 +00:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin (#11966) 2022-09-12 21:19:50 +01:00
Colum Ferry
d782a694f4
feat(core): support ts 4.8 (#11845) 2022-09-12 13:47:31 +01:00
Caleb Ukle
6d0c6a83d4 fix(testing): move cypress tsconfig to cypress folder 2022-09-09 10:37:48 -04:00
Leosvel Pérez Espinosa
c6520a1496
fix(angular): emit typescript declaration diagnostics in ng-packagr executors (#11927) 2022-09-09 11:30:28 +01:00
Leosvel Pérez Espinosa
308effab15
cleanup(core): remove custom logger for tslint executor (#11931) 2022-09-09 10:52:45 +01:00
Leosvel Pérez Espinosa
41af7c7400
feat(angular): share by default some relevant angular packages when using withModuleFederation (#11849) 2022-09-09 10:34:09 +01:00
Colum Ferry
4aa72822cd
fix(angular): warning logged when generating MF app with no e2e (#11911) 2022-09-08 09:44:31 +01:00
Colum Ferry
81b5eebfa7
feat(angular): allow component options to be passed to standalone library #11702 (#11890) 2022-09-08 09:37:26 +01:00
Jason Jean
292f0c14b1
feat(core): generate inputs configuration for new workspaces (#11856) 2022-09-07 22:32:59 -04:00
Caleb Ukle
a0904a601b
feat(testing): support angular cypress component testing (#11790)
* feat(testing): ng cypress component testing

closes: #11602

* chore(testing): move story utils into common util area

* feat(testing): add options for ng component testing

* docs(testing): add more info for component testing

* chore(testing): address PR feedback

* chore(testing): remove logs
2022-09-07 13:32:19 +00:00
Colum Ferry
458e89b159
fix(angular): host tests were failing due to no navigation (#11825) 2022-09-02 15:15:08 +01:00
Colum Ferry
f51c1becf7
fix(angular): remove double normalize of project name #11819 (#11822) 2022-09-01 12:24:50 +01:00
Colum Ferry
a2647549d4
fix(storybook): support secondary entry points for angular #11446 (#11798) 2022-09-01 09:23:17 +00:00
Caleb Ukle
c7249db386
fix(testing): handle more complex projects for react component testing (#11725)
* fix(testing): use @nrwl/web:webpack utils to generate a more robust webpack config

fixes: #11372

* fix(testing): do not overwrite existing component test

* fix(testing): add component-test to cacheable operations

* chore(testing): address pr feedback
2022-08-30 16:42:42 +00:00
Caleb Ukle
b63893d1cd
docs(core): fix mistakes in @nrwl/workspace usage (#11776)
* docs(core): fix mistakes in @nrwl/workspace usage

@nrwl/workspace docs included a command for generators in the 'nx' package that doesn't contain
generators
update the usage of the 'move' generator to have the usage for the --destination arg

* docs(angular): update examples and add $default for project name
2022-08-30 16:19:33 +00:00
Colum Ferry
b86ace50d3
fix(angular): change rxjs migration to conditional migration (#11771) 2022-08-30 10:43:35 -04:00
Colum Ferry
bbe7a3679a
fix(linter): use typescript-eslint 5.33.1 as latest requires ts4.8 (#11773) 2022-08-30 10:43:17 -04:00
Isaac Mann
e717660102
docs(nx-dev): diataxis restructure (#11649)
* docs(nxdev): restructure docs to diataxis style

* docs(nxdev): cleanup

* docs(nxdev): fix links

* chore(nxdev): format

* docs(nxdev): fix broken images

* docs(nxdev): fix links

* docs(nxdev): fix links

* docs(nxdev): fix links

* docs(nxdev): tweaks

* docs(nxdev): redirect rules

* docs(nxdev): fixes
2022-08-29 08:36:55 -04:00
Colum Ferry
aaeeaedceb
feat(angular): migrate versions to 14.2.0 (#11530)
* feat(angular): migrate versions to 14.2.0-next.0

* feat(angular): support 14.2.0-rc.0
2022-08-29 10:39:40 +01:00
Jonathan Cammisuli
e7ec91b9e0
feat(core): add file completion types for the nx language server (#11669) 2022-08-26 10:34:33 -04:00
Colum Ferry
c616f6218c
feat(angular): standalone host and remote generation support (#11708) 2022-08-26 10:05:17 +01:00
Colum Ferry
614b2d2af8
fix(angular): use x-dropdown for nx console project hint (#11706) 2022-08-26 10:04:56 +01:00
Colum Ferry
3822d83200
fix(angular): remote entry component template typo (#11707)
* fix(angular): remote entry component template typo

* fix(angular): snapshot
2022-08-24 12:46:22 +01:00
Colum Ferry
6f0c22f4d9
fix(angular): remote generator should not assume a default host (#11705) 2022-08-24 11:33:42 +00:00
Colum Ferry
a198c95808
cleanup(angular): use app generator and setup-mf for host and remote (#11682) 2022-08-23 14:37:12 +01:00