Miroslav Jonaš
|
37547bdd33
|
chore(core): improve create-nx-workspace e2e tests (#16060)
|
2023-04-03 10:20:01 -04:00 |
|
Craigory Coppola
|
6e7234c1aa
|
feat(nx-plugin): reuse utilities from create-nx-workspace for create-nx-plugin (#15743)
|
2023-03-31 17:23:21 -04:00 |
|
Colum Ferry
|
481899ce9f
|
feat(angular): add directive generator (#15630)
|
2023-03-14 15:31:49 +00:00 |
|
Jack Hsu
|
24b82edbed
|
feat(core): move prettier init logic from @nrwl/workspace to @nrwl/js (#15501)
|
2023-03-09 16:01:19 -05:00 |
|
Emily Xiong
|
3ef5406fb8
|
chore(testing): reduce create-workspace --preset=npm e2e time (#15239)
|
2023-03-02 10:38:18 -05:00 |
|
Jason Jean
|
92610fe4b6
|
chore(repo): update nx to 15.8.0-beta.7 (#15293)
|
2023-02-27 17:24:06 -05:00 |
|
Jason Jean
|
84fedf36e0
|
Revert "chore(repo): update nx to 15.8.0-beta.6" (#15274)
|
2023-02-26 12:39:15 -05:00 |
|
Jason Jean
|
3c50474f40
|
chore(repo): update nx to 15.8.0-beta.6 (#15247)
|
2023-02-26 02:26:53 -05:00 |
|
Colum Ferry
|
e053e06679
|
fix(angular): allow boolean usage of the prompts (#15083)
|
2023-02-21 19:04:54 -05:00 |
|
Jack Hsu
|
71fd015f3d
|
fix(js): do not generate tsconfig.base.json when creating standalone projects (#15099)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
|
2023-02-17 20:43:03 -05:00 |
|
Emily Xiong
|
a97212b601
|
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467)
|
2023-02-16 11:17:30 -05:00 |
|
Jason Jean
|
d29878de28
|
chore(repo): fix e2e tests for interactive create prompts (#14926)
|
2023-02-10 17:48:46 -05:00 |
|
Colum Ferry
|
4f09949383
|
feat(core): add standalone api prompt to CNW (#14886)
|
2023-02-10 15:06:41 -05:00 |
|
Colum Ferry
|
abece6a02d
|
feat(angular): add routing option to CNW (#14845)
|
2023-02-10 13:24:48 -05:00 |
|
Colum Ferry
|
762b9f336c
|
feat(core): remove unused CLI option from CNW (#14865)
|
2023-02-10 11:35:01 -05:00 |
|
Katerina Skroumpelou
|
d637a5ece8
|
fix(core): react monorepo account for bundler (#14617)
|
2023-01-25 18:59:40 +02:00 |
|
Katerina Skroumpelou
|
6116460694
|
fix(bundling): react-standalone take into account bundler (#14573)
|
2023-01-24 08:19:03 -05:00 |
|
Jack Hsu
|
d7536aa7e3
|
feat(core): clean up workspace configuration code
|
2023-01-23 19:35:15 -05:00 |
|
Jack Hsu
|
c134efe33f
|
fix(react): add bundler to create-nx-workspace react preset so webpack package is installed (#14546)
|
2023-01-23 21:11:14 +00:00 |
|
Katerina Skroumpelou
|
dbe2c3b1e6
|
feat(core): react standalone bundler prompt (#14464)
|
2023-01-20 08:18:32 -05:00 |
|
Craigory Coppola
|
7992ec618f
|
chore(repo): setup negative config for several targets (#14080)
|
2023-01-04 11:34:50 -05:00 |
|
Victor Savkin
|
8f2fb24605
|
feat(misc): assume repo and app names are the same for standlone presets
|
2022-11-29 17:01:28 -05:00 |
|
Victor Savkin
|
dd2c3728e4
|
fix(misc): rework create-nx-workspace command to show standalone presets
|
2022-11-24 14:13:15 -05:00 |
|
Leosvel Pérez Espinosa
|
70e43cdc77
|
feat(angular): add a preset to generate a workspace with a single app at the root
|
2022-11-21 11:17:03 -05:00 |
|
Victor Savkin
|
8d9de7f81d
|
cleanup(core): clean up workspace creation
|
2022-11-15 17:22:02 -05:00 |
|
Victor Savkin
|
c4ebef2803
|
feat(react): add a preset to generate a workspace with a single app at the root
|
2022-11-12 17:17:58 -05:00 |
|
Craigory Coppola
|
f311ecbdd7
|
chore(repo): remove workspace.json (#13040)
|
2022-11-08 13:12:31 -05:00 |
|
Victor Savkin
|
23de788b5e
|
chore(repo): update to 15.0.0-rc1 (#12586)
|
2022-10-13 18:34:24 -04:00 |
|
Victor Savkin
|
beb04e243d
|
feat(misc): clean up package-based npm preset
|
2022-10-11 14:30:28 -04:00 |
|
Craigory Coppola
|
9b63ce167a
|
feat(core): don't generate workspace.json for v2 workspaces (#12127)
|
2022-09-27 23:16:22 +00:00 |
|
Jason Jean
|
5d74e43775
|
chore(repo): temporarily switch failing e2e tests in pnpm to yarn (#12252)
|
2022-09-27 05:07:11 +00:00 |
|
Miroslav Jonaš
|
12c27d3621
|
fix(misc): ensure cleanup is run on a proper cwd in e2e (#12101)
|
2022-09-19 19:51:25 +00:00 |
|
Miroslav Jonaš
|
635b2a61a7
|
fix(core): add cleanup on e2e tests (#12093)
|
2022-09-19 19:13:17 +00:00 |
|
Emily Xiong
|
a411e85e42
|
Feature/move expo (#11712)
* feat(expo): move expo to main repo
* feat(expo): add e2e expo tests and fix expo unit tests
* feat(expo): add generated docs
* feat(expo): update cz-config to add expo to commit message
* feat(expo): add @nrwl/expo to e2e test setup
* feat(expo): add expo to preset
* feat(expo): add detox tests
* feat(expo): update docs
* feat(expo): fix e2e tests
* feat(expo): upgrade expo to 46.0.10
* fix(expo): correct eas-cli build:info parameters names
* fix(expo): add cleanupProject to e2e test
|
2022-09-16 11:56:28 -04:00 |
|
Miroslav Jonaš
|
15d83258fe
|
feat(core): move git commit from generators to create-nx-workspace (#11633)
* fix(core): move git commit to create-nx-workspace
* fix(core): add git init to create-nx-plugin
|
2022-08-18 18:40:46 -04:00 |
|
Victor Savkin
|
f8da1ad42b
|
chore(repo): update nx to 14.6.0-beta.3
|
2022-08-12 16:10:56 -04:00 |
|
Victor Savkin
|
932404303a
|
cleanup(core): use npm.json instead core.json as the preset name for npm workspaces
|
2022-06-06 15:10:29 -04: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 |
|
Colum Ferry
|
affa979642
|
fix(core): new and migrate commands should exit with code (#10491)
|
2022-05-27 16:23:40 -04:00 |
|
Victor Savkin
|
6351413b98
|
fix(core): preserve dash casing when passing args to executors
|
2022-05-17 14:48:53 -04:00 |
|
Jason Jean
|
e4cccfc14d
|
chore(repo): update nx to 14.1.1 (#10132)
|
2022-05-04 15:27:43 +00:00 |
|
Craigory Coppola
|
62d0535acd
|
fix(nx-plugin): create-nx-plugin should generate valid import path (#10107)
|
2022-05-03 10:42:23 -04:00 |
|
Miroslav Jonaš
|
899e0caac8
|
feat(core): switch cnw ci option to be single-select (#10007)
* feat(core): switch cnw ci option to be single-select
* chore(repo): enforce cache renewal
* chore(repo): revert cache renewal
* fix(core): fix tests
* fix(core): fix enquirer limitation with falsy values
|
2022-05-02 16:01:34 +02:00 |
|
Jason Jean
|
4f99b77e42
|
chore(repo): update nx to 14.0.2 (#9974)
|
2022-04-23 18:06:01 +00:00 |
|
Philip Fulcher
|
5e66babcee
|
fix(react): enforce valid jest config when creating workspace with react preset (#8626)
ISSUES CLOSED: #8354
|
2022-01-21 14:25:15 -07:00 |
|
Jason Jean
|
5c921d864c
|
fix(misc): setup package manager workspaces for core preset (#8621)
|
2022-01-20 15:05:35 -05:00 |
|
Jack Hsu
|
f231cfc01b
|
feat(repo): move gatsby plugin to nx-labs repo (#8617)
|
2022-01-20 12:00:51 -05:00 |
|
Miroslav Jonaš
|
495f5c6d8d
|
chore(repo): update CI node version to v16 (#8186)
|
2021-12-23 23:14:14 +00:00 |
|
Victor Savkin
|
9051ff2605
|
feat(core): add ts preset to create-nx-workspace
|
2021-12-17 21:57:15 -05:00 |
|