Ali Yusuf
93f9569deb
feat(angular): add support to sass style to the generator
2021-09-15 09:58:49 -04:00
mmuenker
ab2f526021
fix(core): support hidden files in assets ( #6298 )
...
The transformation of `AssetGlob` objects into `FileInputOutput` objects does not include hidden files. The glob option `dot: true` is required to include hidden files. The commit extends the AssetGlob interface with the optional property `dot`. The glob check will include hidden files when the property `dot` is set to true.
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
2021-09-15 09:45:36 -04:00
Ashwin Gokhale
8757423924
feat(react): Allow tailwind glob to watch for changes to html files
2021-09-07 17:48:22 +02:00
Craigory Coppola
25519a91ad
fix(testing): fix(testing): support for typescript jest configs ( #6920 )
...
ISSUES CLOSED : #5394
2021-09-03 14:40:56 -04:00
Jack Hsu
06d20352f7
fix(react): fix extracCss option for webpack 5 ( #6925 )
2021-09-03 12:17:48 -04:00
Russell Ormes
26f82b9059
fix(devkit): add '.tgz' to binaryExts array ( #6930 )
...
devkit's generateFiles function excludes parsing binary files with the templating engine.
This
patch adds .tgz files to the list of binary files to ignore.
2021-09-03 11:04:35 -05:00
Kirils L
b0b500676f
fix(nextjs): align next-env.d.ts file ( #6929 )
2021-09-03 14:51:02 +00:00
Craigory Coppola
06dc66b770
chore(repo): fix copy dep ordering ( #6919 )
2021-09-02 17:52:38 -04:00
kazamov
804cc73f52
fix(web): npm dependencies from the project graph ( #6843 )
...
get the npm dependencies from the project graph correctly. Allow deep import from `externals` passed from settings
Co-authored-by: Zakir Nuriiev <zakir.nuriev@caspio.com>
2021-09-02 12:51:05 -04:00
Craigory V Coppola
b416bb6dc9
fix(core): npmrc should be obeyed during nx migrate ( #6781 )
2021-09-01 23:37:40 +00:00
Colum Ferry
aa81561b06
fix(angular): importPath migration to fix broken paths ( #6902 )
...
Fixes broken importPaths and package.json names due to incorrect logic that has already been fixed
ISSUES CLOSED : #6648
2021-09-01 12:58:32 -04:00
James Henry
bafabb3a11
feat(linter): add support for workspace rules ( #6859 )
...
* feat(linter): add support for workspace rules
* chore(linter): move deps to correct package
* feat(linter): workspace-lint-rules as project with test target
* chore(linter): tiny clean up
* fix(linter): update generators.json after refactor
* chore(linter): implement e2e test and PR feedback
* docs(linter): update generator docs
* docs(linter): update generator docs
* docs(linter): update generator docs
2021-09-01 12:49:11 -04:00
Kyle Cannon
40532a2155
fix(linter): disabled eslint rules dont count as type checked rules ( #6897 )
2021-08-31 16:51:48 -04:00
srleecode
69005cc097
fix (angular): allows importing from @nrwl/angular:init ( #6883 )
...
* fix (angular): allows importing from @nrwl/angular:init
fix (angular): allows importing from @nrwl/angular:init
Closes #6790
* chore(angular): fixed formatting error
chore(angular): fixed formatting error
2021-08-31 16:47:25 -04:00
Craigory V Coppola
a656959204
fix(core): configFilePath included in hash ( #6881 )
...
closes #6880
2021-08-31 16:46:26 -04:00
Jack Hsu
44db568261
fix(nextjs): add displayName to CustomDocument component when using styled-components ( #6903 )
2021-08-31 11:40:43 -04:00
Leosvel Pérez Espinosa
bdd01ed1dd
fix(core): use defaultConfiguration in run-many and affected when no configuration is specified ( #6884 )
2021-08-28 18:07:41 +01:00
Jason Jean
1b6c0ee7fa
feat(misc): add x-type to app and lib generators ( #6874 )
2021-08-27 19:28:01 -04:00
Jason Jean
677e481729
fix(core): hash npm projects based on version ( #6879 )
2021-08-27 19:26:38 -04:00
Jason Jean
12ed2d3437
fix(devkit): normalizing paths when moving files ( #6877 )
2021-08-27 18:08:44 -04:00
Jason Jean
9c07d7fa06
fix(core): use tao generate for angular devkit workspace-schematics ( #6861 )
2021-08-27 14:56:16 -04:00
Leosvel Pérez Espinosa
301e70aa7a
fix(linter): fix how eslint hasher gets projects from task dependencies ( #6875 )
2021-08-27 17:54:38 +01:00
Jason Jean
6d8fa39d29
chore(misc): fix failing workspace lib unit test ( #6862 )
2021-08-26 16:47:32 -04:00
Chau Tran
62f2fb621f
fix(angular): move upgrade 12.2 to 12.9.0 migrations ( #6857 )
...
* fix(angular): move upgrade 12.2 to 12.9.0 migrations
* fix(angular): move typescript version to 12.9
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2021-08-26 13:39:28 -04:00
Jason Jean
a7f89508e5
feat(linter): cache --outputFile ( #6852 )
2021-08-26 11:25:51 -04:00
Emily Xiong
387af0cf3f
feat(core): add react native to main repo ( #6493 )
2021-08-25 15:54:23 -04:00
Chau Tran
5ff55ced15
feat(angular): upgrade to ~12.2.0 ( #6836 )
...
* feat(angular): upgrade to ~12.2.0
* fix(angular): adjust nrwl/angular packageJson to pass depCheck
* fix(angular): add @angular/platform-server to migrations
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2021-08-25 15:51:22 -04:00
Leosvel Pérez Espinosa
a30d9e11f8
docs(core): improve cli docs ( #6669 )
2021-08-24 16:05:02 +00:00
Brandon
c1c7a42444
feat(angular): update NgRx to 12.4.0 ( #6828 )
2021-08-24 11:26:12 -04:00
Jason Jean
0772cb3642
Revert "chore(repo): update nx to 12.8.0-beta.1 ( #6804 )" ( #6831 )
...
This reverts commit 8e8191f22c7bce330c2c314f37bdf57c71cabadb.
2021-08-24 01:48:50 +00:00
Jason Jean
8e8191f22c
chore(repo): update nx to 12.8.0-beta.1 ( #6804 )
2021-08-23 18:03:59 +00:00
Nrwl CI Machine
8cc41de22a
fix(core): updateWorkspaceConfiguration does not respect extends
2021-08-23 10:51:19 -04:00
AlmarAubel
e2637760ca
feat(storybook): add vue3 support for storybook executer ( #6604 )
...
`This PR adds support for 'vue3' so it can be used to run storybook in a NX workspace
Closes #6603
2021-08-23 10:16:16 +03:00
Juri
4305c5ef63
fix(testing): jest migration for Angular in 12.4
2021-08-22 12:50:47 +02:00
Sumit Parakh
47d1d38fae
feat(testing): update cypress to 8.x ( #6808 )
...
ISSUES CLOSED : #6430
2021-08-21 15:08:34 -04:00
Jason Jean
4d6b5ff7af
fix(core): fix reading project config when nx.json doesn't have projects ( #6802 )
2021-08-20 20:19:02 -06:00
AgentEnder
c9c8fa7f1c
chore(core): project.json should not be included in builds
...
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-08-20 20:22:30 -04:00
Jason Jean
b2ea44ea87
fix(testing): fix remove typescript plugin migration when project has no targets ( #6803 )
2021-08-20 22:57:04 +00:00
Jason Jean
c01b538985
chore(misc): fix failing unit test in npm-package ( #6798 )
2021-08-20 14:58:45 -04:00
Jason Jean
bfa06ce8b0
feat(misc): add generator for simple npm-package ( #6784 )
2021-08-20 14:10:00 -04:00
Jack Hsu
9d8431d567
fix(testing): remove webpack dependency since it is causing issues with MFE ( #6794 )
2021-08-20 14:08:55 -04:00
Jason Jean
85f92e740e
feat(misc): simplify npm scripts generated ( #6764 )
2021-08-20 12:07:26 -04:00
Lars von Qualen
6b37e4b2f1
feat(node): builder should support multiple entry files ( #5741 )
...
Adds a new option to the node build executor in order to enable multiple entry files.
2021-08-20 15:49:56 +00:00
Colum Ferry
592c47ab6f
Revert "fix(angular): mfe not installing webpack correctly ( #6789 )" ( #6793 )
...
This reverts commit ee47b1769068551bcaf03f2ac6086091d4ec6dc3.
2021-08-20 15:29:20 +00:00
Colum Ferry
ee47b17690
fix(angular): mfe not installing webpack correctly ( #6789 )
2021-08-20 15:47:45 +01:00
Juri Strumpflohner
20d4ae2ed9
fix(storybook): add Emotion v11 support to current Nx React Storybook setup ( #6787 )
2021-08-20 08:54:56 -04:00
Miroslav Jonaš
3b2f0b64ea
fix(core): remove .eslintrc double extends update on move ( #6765 )
...
* fix(core): remove eslintrc double extends update on move
* fix(core): move eslintrc move logic back to eslint update
2021-08-20 02:56:56 -04:00
Jonathan Cammisuli
bd2a635cfd
feat(core): add default path argument for readNxJson ( #6779 )
2021-08-19 21:43:08 +00:00
Leosvel Pérez Espinosa
ff202d323c
cleanup(misc): rename oss preset to npm and update presets related docs ( #6777 )
2021-08-19 11:10:29 -07:00
Juri
2f3742b3b1
fix(nextjs): adjust .babelrc for Next libraries with emotion styling
2021-08-19 20:06:41 +02:00