Phillip Barta
c0ce1ce65e
cleanup(core): normalized usage of fs-extra and updated fs-extra to 9.1.0 ( #5199 )
...
* cleanup(core): normalized usage of fs-extra and updated fs-extra
* cleanup(misc): use fs over fs-extra when possible
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-22 12:52:52 -04:00
Phillip Barta
6bd6e1485f
feat(core): added package manager union type ( #5378 )
...
cleanup(misc): add package manager union type
2021-04-19 15:24:02 -04:00
Phillip Barta
2dbb6ec341
cleanup(repo): updated dependency 'tmp' ( #5340 )
2021-04-14 23:57:57 -04:00
Tasos Bekos
9cb23ddbbd
feat(core): replace inquirer dependency with enquirer
2021-04-06 10:31:30 -04:00
vsavkin
6024859990
chore(repo): clean up language
2021-03-29 12:26:01 -04:00
Phillip Barta
4dae7299bf
fix(misc): fixed a typo in nx not globally installed warning ( #5126 )
2021-03-26 11:08:34 -04:00
Vivek More 🧐
212fb00548
cleanup(misc): use more es6 features
...
- Single char alternation (e.g. a|b|c|d) in a RegExp can be simplified to use a character class ([abcd]) instead.
This usually also provides slightly better matching performance.
- Character escapes that are replaceable with the unescaped character without a change in meaning. Inside the square brackets of a character class, many escapes are unnecessary that would be necessary outside of a character class. For example the regex [\.] is identical to [.]
- If several qualified expressions occur after the qualifier having been checked for nullable, they can be replaced with optional chaining
2021-03-24 20:11:32 -04:00
Gustavo Perdomo
17dd93362c
chore(core): update @types/node version to 14.14.33
2021-03-12 09:15:39 -05:00
vsavkin
7457b16811
cleanup(misc): misc docs update and small cleanups
2021-03-11 15:45:54 -05:00
Vivek More
49ba90b81a
cleanup(misc): use shorthand
2021-03-08 10:13:06 -05:00
Jason Jean
fc9caccffb
chore(repo): update nx to 11.5.0-beta.0 ( #4957 )
2021-03-05 19:57:26 -05:00
Victor Savkin
a25e081a84
feat(core): remove angular devkit deps
2021-01-25 12:52:30 -05:00
Tasos Bekos
1c3b215a9f
cleanup(repo): enable missing dependencies check
2020-12-01 14:25:13 +02:00
Tasos Bekos
c6cb176218
cleanup(core): remove duplicate code about package manager
2020-12-01 12:43:23 +02:00
Victor Savkin
cdcd2415a6
chore(repo): reenable linting
2020-11-13 20:56:19 -05:00
Tasos Bekos
8676c1a68b
fix(core): default to NPM package manager
...
* Simplify the determination & detection of the desired package manager.
* Add the `package-manager` option on plugin creation.
* Nx Cloud installation uses the appropriate package manager.
2020-11-11 10:02:47 -05:00
Tasos Bekos
6fb23f497f
fix(core): handle spaces in workspace path
...
Closes #3919
2020-10-28 21:04:47 -04:00
Jason Jean
6c4aacf212
feat(repo): update to nx 10.3 ( #3840 )
2020-10-02 13:12:34 -04:00
Jason Jean
232fd9f30b
feat(core): update to typescript 4 ( #3814 )
2020-09-29 18:53:22 -04:00
Jason Jean
14987f955c
fix(core): update version of yargs-parser ( #3754 )
2020-09-17 13:26:14 -04:00
Tasos Bekos
2bac63e0ee
cleanup(core): avoid referencing node_modules on plugin creation
2020-09-17 11:16:01 -04:00
Victor Savkin
326bff6f1a
fix(core): update the version of yargs to fix npm audit
2020-09-04 10:15:07 -04:00
Pradeep Chauhan
ea2420c98d
fix(misc): fixed collection workspace module cannot be resolved
...
when creating plugin through npx create-nx-plugin, it fails by throwing error
Collection @nrwl/workpsace cannot be resolved
this commit changes the collection arguments pointing to proper path of the
module in tmp directory
2020-09-01 13:08:51 -04:00
Jonathan Cammisuli
7dbf48a11e
chore(repo): update to 10.1.0-beta ( #3561 )
2020-08-19 13:06:12 -04:00
Victor Savkin
aff592b930
feat(angular): add an option to use eslint
2020-08-06 22:08:16 -04:00
Victor Savkin
3cd9f4fe6c
feat(misc): add nx package to make installing global cli easier
2020-07-29 12:16:12 -04:00
Juri Strumpflohner
ed0a9a7405
fix: generated tsconfig path mapping for publishable libs (when generated in nested folders) ( #2840 )
...
fix(core): require importPath for publishable libs
2020-07-22 12:39:44 -04:00
Victor Savkin
5d53661139
fix(repo): update the repo to nx 10
2020-07-16 16:18:00 -04:00
Victor Savkin
0111d87575
feat(repo): have separate readmes for all plugins
2020-06-14 23:33:05 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00
Jonathan Cammisuli
68ea2de29d
feat(nx-plugin): use package and e2e folder instead of libs and apps in create-nx-plugin command ( #3120 )
...
* feat(nx-plugin): use package and e2e folder instead of libs and apps in create-nx-plugin command
* feat(nx-plugin): remove console log
2020-06-05 21:51:53 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Victor Savkin
01575f8b3c
feat(repo): add a command to test create-nx-workspace
2020-02-06 15:17:29 -05:00
Victor Savkin
f5d4af2a22
feat(core): create create-nx-plugin package to fix npx issues
2020-01-27 13:09:04 -05:00