11 Commits

Author SHA1 Message Date
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
Vivek More
caf553132c cleanup(misc): refactor file to fix typo
pallette.ts -> palette.ts
NrwlPallette -> NrwlPalette
2021-03-15 10:27:35 -04:00
Philip Fulcher
80f3039176
fix(misc): display nested apps properly in dep graph (#5022)
ISSUES CLOSED: #4906
2021-03-12 13:49:21 -07:00
Gustavo Perdomo
17dd93362c chore(core): update @types/node version to 14.14.33 2021-03-12 09:15:39 -05:00
Gustavo Perdomo
242a542429 chore(core): update dotenv version to 8.2.0 2021-03-11 15:58:26 -05:00
Gustavo Perdomo
5b0f23a3e4
chore(linter): update eslint-config-prettier (#4899)
* chore(linter): update eslint-config-prettier

* fix(linter): fix migrations

* feat(linter): update migrations

* fix(linter): move peer dependency to eslint-plugin-nx

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-03-05 20:22:16 +00:00
katerina
1edafe8c4f fix(core): fixed some wrong paths for utils/utilities
ISSUES CLOSED: #4736
2021-02-10 09:41:05 -05:00
Philip Fulcher
fabb6ba65e
feat(core): refactor dep-graph renderer to use cytoscape (#4000) 2021-01-05 11:12:27 -05:00
Tasos Bekos
89826063a0 chore(repo): format via Nx 2020-11-25 14:30:28 -05:00
Victor Savkin
06e13dae2f cleanup(core): use the use generator instead of schematic 2020-11-19 20:07:13 -05:00
Philip Fulcher
cf7d779b2b
feat(core): add dep-graph-client app (#3695) 2020-10-16 19:00:27 -04:00