Victor Savkin
5c49345c34
feat(core): provide a way to handle get unparsed args in the executor
2022-06-10 14:04:08 -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
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Miroslav Jonaš
d200818376
chore(repo): fix output style e2e for windows ( #10527 )
2022-05-31 08:25:53 +00:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Victor Savkin
7bfceb6d6d
feat(core): add the flag to stop execution on first error
2022-05-27 22:22:27 -04:00
Victor Savkin
9d0d0f235a
feat(core): do not double prefix output when running nested commands
2022-05-27 10:42:13 -04:00
Victor Savkin
844679ed78
feat(core): prefix when using --output-style=stream
2022-05-25 19:44:35 -04:00
Miroslav Jonaš
85485cc80d
chore(repo): use latest version in e2e tests to avoid pnpm 7 issues ( #10446 )
2022-05-24 20:25:05 +02:00
Victor Savkin
6351413b98
fix(core): preserve dash casing when passing args to executors
2022-05-17 14:48:53 -04:00
Miroslav Jonaš
0c8eade82e
fix(repo): fix add-to-monorepo test ( #10333 )
2022-05-17 08:36:57 +00:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 ( #10132 )
2022-05-04 15:27:43 +00:00
Jason Jean
4f99b77e42
chore(repo): update nx to 14.0.2 ( #9974 )
2022-04-23 18:06:01 +00:00
James Henry
2e907af1e3
feat(core): add --create-commits option to nx migrate ( #9845 )
2022-04-20 10:22:54 -04:00
James Henry
46e7b4d49c
chore(core): improve help output for generators and executors ( #9800 )
2022-04-12 14:05:55 -04: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
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
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
Victor Savkin
6f038e7a4a
feat(core): reorganize packges to consolidate all cli-related code in nx
2022-03-14 16:42:51 -04:00
James Henry
faef0d8c85
chore(core): task runner dynamic output life cycle ( #8590 )
2022-01-19 14:52:10 -05:00
Chau Tran
1139c616e1
feat(js): add nrwl/js:node executor to serve node apps
2021-12-22 10:33:02 -05:00
Victor Savkin
3ecd1c28b7
fix(core): daemon should copy file maps
2021-12-08 14:44:12 -05:00
Victor Savkin
7d14859863
fix(core): support target names with colons
2021-11-11 21:43:31 -05:00
AgentEnder
f6a562d1ec
chore(repo): migrate to v13.1.4
2021-11-11 15:12:06 -05:00
Craigory Coppola
bdcbac4445
feat(core): standalone project configuration is default ( #7351 )
...
* feat(core): standalone project configuration is default
* chore(core): changes to e2e tests
* fix(core): intuit projects when inside their directories when using project.json files
* chore(core): e2e changes
* fix(core): standalone configurations work with npm-project generator
* chore(core): e2e tests should use standalone configurations
* chore(core): e2e fixes per review
2021-10-16 00:07:12 +02:00
Victor Savkin
dca092874b
feat(core): add examples and links to nx.dev when using --help
2021-09-17 10:02:44 -04:00
Kirils L
651b0d1f95
feat(core): migrations can add packages as dev dependencies ( #6287 )
2021-07-09 11:08:41 -04:00
Craigory V Coppola
442e4fc6a1
chore(repo): convert to project json format ( #6286 )
2021-07-08 11:36:35 -04:00
Miroslav Jonaš
bb8d73fb3e
feat(repo): remove obsolete kill commands and check if ports closed ( #5939 )
2021-06-14 12:48:33 +02:00
Miroslav Jonaš
6ca30d86be
fix(repo): fix flaky cross-os new line check ( #5938 )
2021-06-09 16:32:27 +02:00
Phillip Barta
a2c2d94050
feat(core): first step to common JSON behavior and common fileutils ( #5859 )
2021-06-09 12:45:16 +02:00
vsavkin
d4e659c660
feat(repo): explicitly kill processes holding onto ports
2021-05-03 11:59:28 -04:00
Minijus L
357ecd09a4
fix(testing): update ts-jest to version 26.5.5 ( #5405 )
...
Update `jest.config.js` ts-jest section with lower-cased 'tsconfig' property as 'tsConfig' is to be deprecated in version 27.
2021-04-26 08:56:52 -04:00
vsavkin
aef1b1783c
feat(repo): switch to using dependsOn for the relationship between build and build-base
2021-04-23 10:11:31 -04:00
Tasos Bekos
3d24d56312
chore(repo): fix e2e-cli for Windows
2021-02-01 13:35:34 -05:00
Victor Savkin
429fb22260
feat(core): default to running npm scripts when no targets are defined
2021-01-28 18:52:16 -05:00
Victor Savkin
1961bc97fb
feat(core): support executors returning async iterators
2021-01-17 09:34:13 -05:00
Victor Savkin
1167e65bf8
feat(core): improve ergonomics of the migrate command
2021-01-12 11:58:29 -05:00
Tasos Bekos
e5b0c5c0f6
cleanup(repo): make e2e tests package manager agnostic
2021-01-08 10:57:28 -05:00
LS Hung
6fb074e899
fix(core): fix typo in e2e cli.test.ts
...
Fix unintentional typo introduced in 8224a1029e478b67bca8de062df8f373300ccfdb
2020-12-14 14:00:25 -05:00
Victor Savkin
8224a1029e
feat(core): switch default config to v2
2020-12-06 13:29:40 -05:00
victor savkin
48bcaf099d
feat(core): update the migrate command to support @nrwl/devkit generators
2020-11-26 21:38:56 -05:00
Victor Savkin
afdef2069c
feat(core): always use nx cli to invoke generators and execute tasks
2020-11-20 09:57:32 -05:00
Victor Savkin
06e13dae2f
cleanup(core): use the use generator instead of schematic
2020-11-19 20:07:13 -05:00
Victor Savkin
4511ec65fb
feat(web): add file-server builder
2020-11-17 19:31:08 -05:00
Jason Jean
6c4aacf212
feat(repo): update to nx 10.3 ( #3840 )
2020-10-02 13:12:34 -04:00
Tasos Bekos
8938256f55
fix(core): don't alter trailing newlines from package.json during migration
...
ISSUES CLOSED : #3628
2020-09-01 13:08:30 -04:00
Victor Savkin
8d2a7dbc43
fix(repo): fix tsconfig to make editors resolve references
2020-07-22 15:13:24 -04:00
Victor Savkin
5d53661139
fix(repo): update the repo to nx 10
2020-07-16 16:18:00 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00