Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets ( #14080 )
2023-01-04 11:34:50 -05:00
Leosvel Pérez Espinosa
1c6d7b4e39
fix(angular): show the correct link to the docs when running nx init ( #13576 )
2022-12-07 10:28:34 -05:00
Leosvel Pérez Espinosa
6b8e42a568
feat(angular): log a warning when running make-angular-cli-faster with older or incompatible versions ( #13591 )
2022-12-05 11:51:49 -05:00
Victor Savkin
f16f53bcc5
fix(angular): respect the provided version when running make-angular-cli-faster
2022-11-30 15:04:32 -05:00
Phillip Barta
6328913dda
cleanup(misc): refactor make-angular-cli-faster to reduce install size and make it faster ( #13039 )
2022-11-21 17:24:55 -05:00
Leosvel Pérez Espinosa
da2b77aeb7
fix(angular): update make-angular-cli-faster version map with angular 15 ( #13297 )
2022-11-21 12:14:50 -05:00
Colum Ferry
b084dddff0
feat(angular): support for Angular 15 ( #12112 )
2022-11-17 09:31:45 -05:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json ( #13040 )
2022-11-08 13:12:31 -05:00
Jason Jean
6c6eff7fa6
fix(core): update yargs to ^17.6.2 ( #12978 )
2022-11-04 10:49:08 +00:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 ( #12586 )
2022-10-13 18:34:24 -04:00
Victor Savkin
6e6925f8e4
chore(repo): update to nx 14.7.6-beta.6
2022-09-17 15:59:06 -04:00
Victor Savkin
f9ef42e8c2
cleanup(misc): update to cloud message
2022-09-06 15:31:01 -04:00
Colum Ferry
dde045afa9
cleanup(angular): add e2e test for make-angular-cli-faster on nightly ( #11463 )
...
This is a bit of a misnomer, hence it running on the nightly tests. It uses _only_ the published
versions of `@nrwl/*` packages on npmjs registry, due to a limitation with verdaccio, where it only
looks at the local registry for `@nrwl/*` packages.
2022-08-17 10:51:53 -04:00
Craigory Coppola
458fc36014
chore(misc): split create tree with empty workspace to remove parameter ( #10188 )
...
* feat(devkit): split create-empty-tree to different functions
* chore(repo): apply migration for createEmptyTree
* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00
Colum Ferry
15a1d729d9
fix(angular): cloud init with make-angular-cli-faster ( #11458 )
2022-08-04 21:56:39 +00:00
Jason Jean
c21e6ebe78
feat(misc): autocomplete prompts ( #11361 )
2022-07-29 16:44:39 -04:00
Leosvel Pérez Espinosa
46ad8c3d63
feat(angular): support angular v14.1.0 ( #11155 )
2022-07-22 16:01:24 +01:00
Juri
80c5f328a9
fix(core): nx Cloud messaging on the wrkspace setup commands
2022-06-27 04:58:16 -07:00
Altan Stalker
8f082d293c
chore(misc): add installation source for packages that install nx cloud ( #10784 )
2022-06-23 19:13:41 -04:00
Craigory Coppola
7f7bc1a095
fix(core): require.resolve(m/package.json) is not guarunteed to work for modern module format ( #10497 )
...
* fix(core): require.resolve(m/package.json) is not guarunteed to work for modern module format
* chore(repo): update usage of new readModulePackageJson function
2022-06-03 20:54:15 +00:00
Leosvel Pérez Espinosa
eea2470619
feat(angular): support angular v14.0.0 ( #10559 )
2022-06-03 10:23:09 -04:00
Leosvel Pérez Espinosa
26edb49302
feat(angular): support angular v14.0.0-rc.3 ( #10543 )
2022-06-01 16:26:09 +00:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna ( #10293 )
2022-05-20 00:35:47 +00:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 ( #10132 )
2022-05-04 15:27:43 +00:00
Giora Guttsait
32b49b6f7c
feat(core): respect packageGroup in nx migrate ( #9667 )
...
* cleanup(core): refactor migrate.ts
* feat(core): respect packageGroup in nx migrate
ISSUES CLOSED : #4575
* fix build
* chore(repo): trigger CI
* chore(core): fix review comments, without packageGroup extension
* chore(core): revert `withTempNpmDirectory` changes
* chore(repo): trigger ci
* chore(core): fix unit tests
* chore(core): remove view and pack from pmc
* chore(repo): kick off CI
* chore(core): add tests for recursive packageGroup
* chore(core): add another test for cyclic packageGroup
* chore(repo): kickoff CI
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-04-08 15:57:24 -04:00
Leosvel Pérez Espinosa
bdc73340df
feat(core): improve migrations performance by using registry to fetch packages information ( #9592 )
2022-03-29 14:02:37 -04:00
Jason Jean
8b0f9d25e7
chore(core): update yargs to 17.4.0 ( #9511 )
2022-03-28 11:28:14 -04:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Leosvel Pérez Espinosa
71ba52a232
chore(misc): update add-nx packages metadata ( #9427 )
2022-03-21 10:16:21 -04:00
Leosvel Pérez Espinosa
3d573b3606
cleanup(angular): cleanup some leftover from moving the ng-add generator ( #9423 )
2022-03-21 11:27:01 +00:00
Leosvel Pérez Espinosa
88a7ad7654
cleanup(angular): move the angular cli migration generator from @nrwl/workspace to @nrwl/angular ( #9244 )
...
* cleanup(angular): move the angular cli migration generator from @nrwl/workspace to @nrwl/angular
* cleanup(angular): support merged packages (cli, tao, nx)
* cleanup(angular): update make-angular-cli-faster to support packages consolidation
2022-03-18 17:18:10 -04:00
Craigory Coppola
19e9b462ec
chore(repo): move add-nx into main nx repo ( #9382 )
...
* chore(repo): move add-nx into main nx repo
* fix(misc): fix publishing of add nx projects
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-03-17 18:38:06 -04:00