Juri Strumpflohner
d5d25a8614
docs(core): fix Nx daemon docs ( #8740 )
2022-01-28 10:42:10 -05:00
Colum Ferry
f4fa81338d
feat(angular): support version 13.2.0 ( #8457 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-01-28 09:01:51 +00:00
Benjamin Cabanes
c3d89478a4
docs(core): improve workspace-lint command ( #8731 )
2022-01-27 22:10:34 +00:00
Victor Savkin
86a1a6c825
fix(core): better detection whether the workspace uses git ( #8720 )
2022-01-27 11:13:07 -05:00
Miroslav Jonaš
541d4e241b
fix(linter): use swc over ts-node for workspace lint rule registration ( #8694 )
2022-01-27 16:55:25 +01:00
Victor Savkin
f360447677
feat(core): enable daemon by default for new projects ( #8698 )
2022-01-27 09:27:09 -05:00
Phillip Barta
be91d1f99a
fix(core): stop inlining tsconfig-paths-webpack-plugin and use version with fix ( #8357 )
2022-01-27 08:59:46 -05:00
Phillip Barta
78c9f158a7
fix(web): remove terser from dependencies and update terser-webpack-plugin ( #8631 )
2022-01-27 08:53:24 -05:00
William Ghelfi
b577646589
feat(storybook): enable SVGR support for MDX stories ( #7553 )
...
* chore(core): nx plugin submission nx-plugin-unused-deps
* feat(storybook): enable SVGR support for MDX stories
2022-01-27 08:49:34 -05:00
Leosvel Pérez Espinosa
a56c89c0b8
fix(angular): don't generate a .browserslistrc file for non buildable and non publishable libs ( #8710 )
2022-01-27 09:10:57 +00:00
Benjamin Cabanes
0959194ce0
feat(core): update deps ( #8713 )
2022-01-26 22:17:10 -05:00
Miroslav Jonaš
d0a2a4db3f
fix(linter): handle missing project tslint during conversion ( #8708 )
2022-01-26 13:39:09 +00:00
Nadav Sinai
6135eb2832
feat(angular): pass additional args to devServer custom configuration function ( #8695 )
2022-01-26 09:05:16 +00:00
Miroslav Jonaš
df4ba33a6d
fix(linter): skip tslint file checks if ignore flag set ( #8692 )
2022-01-25 21:47:31 +01:00
Victor Savkin
4e474773bf
Revert "feat(core): show dep types in dep graph ( #2760 ) ( #8132 )"
...
This reverts commit 31bb2f36261fdf222e9e8e962227dcd911dfee66.
2022-01-25 15:23:25 -05:00
Jason Jean
c319367dfe
fix(core): keep output if process exits unexpectedly ( #8696 )
2022-01-25 14:10:14 -05:00
Miroslav Jonaš
e394b7d85d
feat(linter): omit require and register if plugin folder is missing ( #8689 )
2022-01-25 17:10:02 +01:00
Jay Bell
375f939cf9
fix(js): swc compiler builds extends in tmp generated tsconfig wrong ( #8683 )
2022-01-25 09:55:45 -06:00
Victor Savkin
7ca35b02b2
feat(misc): do not print path mappings when verbose logging is true
2022-01-25 10:06:21 -05:00
David Nunez
3d36169b49
fix(core): need to read in any base nx.json when building a workspace ( #8333 )
...
* fix(core): need to read in any base nx.json when building a workspace
* chore(core): remove changes to ngcli-adapter and cleanup nx extension
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-01-24 18:46:36 -05:00
Victor Savkin
6c83b59567
fix(core): only write the file with the terminal output once
2022-01-24 15:05:53 -05:00
Victor Savkin
acffba7fa9
fix(core): normalize command to avoid nx run nx run ( #8678 )
2022-01-24 19:18:14 +00:00
Philip Fulcher
e167fd5992
fix(core): include affected projects when generating dep graph HTML file ( #8679 )
...
ISSUES CLOSED : #8657
2022-01-24 18:06:57 +00:00
Jason Jean
50066ca568
fix(core): handle merging npm scripts with project at the root ( #8651 )
2022-01-24 12:51:18 -05:00
Victor Savkin
27dc36fac6
feat(core): improve detection whether we are running in CI
2022-01-24 10:35:30 -05:00
Miroslav Jonaš
8719a9a47c
feat(linter): add warning to nx rule when project graph is unavailable ( #8668 )
2022-01-24 16:27:05 +01:00
Colum Ferry
ac66fc1a17
feat(angular): add --export flag to scam-directive ( #8673 )
2022-01-24 15:24:29 +00:00
Colum Ferry
5081db1ecb
feat(angular): add --export to scam-pipe generator ( #8672 )
2022-01-24 15:24:13 +00:00
Colum Ferry
56261ae111
feat(angular): add --export flag to scam ( #8662 )
2022-01-24 15:09:29 +00:00
Noriyuki Shinpuku
6a3914ed42
fix(linter): remove @typescript-eslint/no-unused-vars override ( #8147 )
...
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2022-01-24 15:57:25 +01:00
Victor Savkin
298ceba5b3
chore(repo): readme fixes
2022-01-24 09:39:31 -05:00
Philip Fulcher
4577548e73
fix(core): adding missing @nrwl packages to report ( #8644 )
2022-01-21 23:27:15 +00:00
Victor Savkin
1e3906e97a
fix(js): fix a typo in description
2022-01-21 16:29:15 -05: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
Victor Savkin
67e242fea9
feat(core): align the dynamic and static outputs ( #8625 )
2022-01-21 14:58:53 -05:00
Isaac Mann
07ebdb36a3
feat(core): add nx graph as alias of nx dep-graph ( #8539 )
...
* feat(core): add nx graph as alias of nx dep-graph
* docs(core): add note about old dep-graph syntax
* cleanup(core): formatting
* feat(core): formatting
* feat(core): formatting
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-21 11:15:23 -05:00
Leosvel Pérez Espinosa
5afd3d6d2c
fix(angular): update tailwind content glob pattern to ignore stories and tests ( #8637 )
2022-01-21 11:02:23 +00:00
Victor Savkin
f57d4c291e
fix(core): throw errors when collected terminal output cannot be found ( #8623 )
2022-01-20 16:20:32 -05:00
Jason Jean
e105514a21
fix(linter): make eslint peer dependency optional ( #8622 )
2022-01-20 15:05:47 -05:00
Jason Jean
5c921d864c
fix(misc): setup package manager workspaces for core preset ( #8621 )
2022-01-20 15:05:35 -05:00
Alexandre Delattre
50baf92fc9
fix(node): disable name mangling when building for production
...
disable name mangling when building for production with optimization on,
in order not to break
features relying on runtime reflection
ISSUES CLOSED : #8537
2022-01-20 13:17:28 -05:00
Nadav Sinai
56aed61b49
feat(angular): pass webpack-browser builder options & target to customWebpack configuration function
...
for use with loaders that need deployUrl or other custom logic that is based on build configuration
2022-01-20 12:46:33 -05:00
Phillip Barta
75eb1c532f
cleanup(core): improve list command performance
2022-01-20 12:37:33 -05:00
Chau Tran
4b21ab9502
docs(js): remove experimental description on swc compiler
2022-01-20 12:33:44 -05:00
Victor Savkin
5af5bd7871
chore(repo): fix broken test
2022-01-20 12:32:57 -05:00
Phillip Barta
dbb7c602ff
cleanup(repo): format with prettier 2.5.1
2022-01-20 12:26:45 -05:00
Phillip Barta
b9c3c10fe4
feat(core): migrate to prettier ^2.5.1
2022-01-20 12:26:42 -05:00
Jack Hsu
f231cfc01b
feat(repo): move gatsby plugin to nx-labs repo ( #8617 )
2022-01-20 12:00:51 -05:00
Jon Hammerskov
4e11378954
fix(core): fix crash in hash of project when imports of unregistered npm packages
...
If some .ts file imports an npm package that is not directly registered as dependency
the caching of
project graph may result in an exception
when switching back and forth between branches where the
npm package
is a dependency and where it is not
This PR will just provide some dummy checksum for
unknown dependencies
ISSUES CLOSED : #7225
2022-01-20 11:37:09 -05:00
Claudiu Gîlmeanu
43a7802ef6
fix(testing): cypress.json options not taken into consideration
...
fix(testing): cypress.json options not taken into consideration
2022-01-20 11:35:56 -05:00