6116 Commits

Author SHA1 Message Date
Craigory Coppola
42fe477bbb
fix(angular): add missing allowed extension properties (#11547) 2022-08-11 18:51:31 -04:00
Victor Savkin
918ddf6d4b
feat(core): hash tasks early when possible to enable optimizations (#11533) 2022-08-11 14:56:16 -04:00
Miroslav Jonaš
36213b71fb
feat(core): support yarn berry in CNW (#11528) 2022-08-11 17:37:53 +00:00
Jack Hsu
11219071f6
feat(web): update node types to 18.7.1 (#11546) 2022-08-11 14:23:35 +00:00
Jack Hsu
9cbfd65896
feat(node): update @types/node to 18.7.1 (#11545) 2022-08-11 14:15:50 +00:00
Miroslav Jonaš
f44ba27c5a
fix(linter): skip prettier config if prettier is missing (#11542) 2022-08-11 16:13:13 +02:00
Chau Tran
0ce3b1a9f6
fix(express): tslib should be included if importHelpers is true (#11419)
ISSUES CLOSED: #11012
2022-08-11 20:42:29 +07:00
Miroslav Jonaš
45f4e37f2f
cleanup(core): remove unused addGlobal from package manager commands (#11538) 2022-08-11 11:45:44 +00:00
Emily Xiong
65f554f81e
feat(react-native): add exclude to sync-deps (#11365) 2022-08-09 14:39:39 -04:00
Victor Savkin
efea1a511e
feat(misc): repair should support running extra migrations (#11504) 2022-08-09 13:52:28 -04:00
Nicholas Cunningham
522dcdd339
feat(nextjs): improve type checking for nextjs config file (#11497)
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-08-09 11:31:22 -04:00
seanboose
4917239100
fix(web): run swc after other plugins in rollup (#11501) 2022-08-09 10:31:53 -04:00
peterreisz
36f9420736
feat(linter): add option to set report unused disabled directives (#11212) (#11272)
Co-authored-by: Peter Reisz <peter.reisz@mozaiq.app>
2022-08-09 15:14:13 +02:00
Jack Hsu
e4d60da452
feat(react): update packages (#11499) 2022-08-08 18:38:36 +00:00
Katerina Skroumpelou
8bc99407aa
feat(storybook): ignore paths when generating stories (#11111)
* feat(storybook): ignore paths when generating stories

ISSUES CLOSED: #10211

* cleanup(storybook): add test for nested component ignore path

* feat(storybook): ensure ignore paths parsed correctly

Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-08-08 14:17:06 +01:00
Jack Hsu
d1af72dde0
fix(js): update SIGINT and SIGTERM handling for tsc/swc executors (#11492) 2022-08-08 02:07:27 +00:00
Jack Hsu
2c8a711c69
feat(react): improve types for module federation config file (#11476) 2022-08-06 02:31:59 +00:00
unpunnyfuns
95e579b0cf
fix(testing): restore setting for update-jestconfig (#11457)
Co-authored-by: Pål Nes <pal.nes@fotoware.com>
2022-08-05 13:07:03 -05:00
Caleb Ukle
acab64888d
fix(testing): install ts-node when migrating to ts jest config files (#11427) 2022-08-05 13:55:57 -04:00
Caleb Ukle
bd4e6ac323
fix(testing): exclude jest.config.ts in angular project tsconfigs (#11468) 2022-08-05 12:15:56 -05:00
Jack Hsu
5267f4555d
feat(misc): update shared ts-node and ts-loader packages (#11429) 2022-08-05 16:47:33 +00:00
Nicholas Cunningham
50afd2b664
fix(nextjs): react root enabled for nextjs (#11362)
ISSUES CLOSED: #11345

Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-08-05 12:36:23 -04:00
Jack Hsu
dec910274b
fix(react): allow async functions to work with custom webpack config (#11467) 2022-08-05 16:13:31 +00:00
Jason Jean
e91d895c65
Revert "fix(core): add -c as an alias for --configuration for affected and … (#10993)" (#11460)
This reverts commit 355dc54d8f6ac05e806fb4e36dc2c29d1c448aee.
2022-08-04 19:41:00 -04:00
Craigory Coppola
2dc51d75fb
fix(angular): hide warnings when reading workspace due to extra properties (#11143)
* fix(angular): hide warnings when reading workspace due to extra properties

* fix(angular): bump angular to 14.1.1
2022-08-04 17:58:40 -04:00
Colum Ferry
15a1d729d9
fix(angular): cloud init with make-angular-cli-faster (#11458) 2022-08-04 21:56:39 +00:00
Colum Ferry
e8ad46595f
fix(angular): building all projects in webpack-server #11349 (#11455) 2022-08-04 16:03:40 -04:00
Colum Ferry
308fd9b382
fix(core): resolve project files correctly in project graph creation for empty root (#11425) 2022-08-04 13:51:21 -04:00
Victor Savkin
8bf9019ec4
feat(core): add better detection of long running tasks 2022-08-04 13:29:49 -04:00
Altan Stalker
dc46534fe1 fix(core): correctly handle overrides of watch flag for caching
Previously if the --watch flag were being overridden, when attempting to determine if a given task is long-running, we would perform a !!value check against the override. Since overrides are passed through as strings, if a --watch override was provided at all, the task would be marked as long running -- even if the override was disabling watch mode.

This has a side effect of the Nx Cloud runner not persisting task outputs to the remote cache, causing any task with a --watch override running in DTE to fail.
2022-08-04 13:15:40 -04:00
seanboose
b6bbd41b27
fix(web): fix json imports in rollup with swc (#11436)
moved the json plugin to be before the swc plugin in the rollup executor

ISSUES CLOSED: 11435
2022-08-04 10:43:06 -04:00
Colum Ferry
f4ce897128
fix(devkit): do not duplicate dependencies (#10921) 2022-08-03 12:23:25 -04:00
Benjamin Cabanes
1c66a225e5
docs(nxdev): upgrade nextseo dependency (#11402) 2022-08-03 15:38:51 +00:00
Jack Hsu
5d167ee8a4
feat(react): update emotion and tailwind versions (#11409) 2022-08-03 08:35:51 -04:00
Juri
9c93c907fd fix(react): adjust nx-console related x-dropdown prop name 2022-08-03 10:39:06 +02:00
Emily Xiong
6c4fd2f5da
bugfix(react-native): fix buildable react native library (#11368)
- fix the issue where it only product type file
2022-08-02 15:20:08 -04:00
Emily Xiong
13b0d8c75d
bugfix(react-native): fix upgrade-native and add e2e tests (#11369) 2022-08-02 15:19:00 -04:00
Jack Hsu
e45c2f24ba
feat(nextjs): improve support for custom server (#11325)
- Add new generator for custom server
- Add @nrwl/js:node executor for serving custom server
- Deprecate @nrwl/node:node in favor of the above
2022-08-02 18:37:23 +00:00
John White
355dc54d8f
fix(core): add -c as an alias for --configuration for affected and … (#10993)
Co-authored-by: John H White <jhwhite@ithaca.edu>
2022-08-02 17:31:39 +00:00
Jack Hsu
ccd6295be0
fix(nextjs): remove unsupported cssModules config property (#11405)
LGTM
2022-08-02 09:49:19 -06:00
Juri Strumpflohner
bf2c79bc01
fix(react): allow positional params for setup-tailwind generator (#11396) 2022-08-02 09:11:49 -04:00
Jean-Philippe Bergeron
20996d6c40
fix(nx): Ignore the debugger attached message in node (#11131)
* fix(js): update compile-swc.ts

* fix(js): update packages/js/src/utils/swc/compile-swc.ts

Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>

* chore(js): format source code

Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-08-02 09:31:01 +07:00
Caleb Ukle
b4c4501979
docs(testing): update docs to use correct filenames for cypress and jest (#11394)
ISSUES CLOSED: #11392
2022-08-01 13:25:26 -05:00
Leosvel Pérez Espinosa
e5ec39a905
fix(angular): update angular cli package in a migration generator to prevent migration issues (#11375) 2022-07-30 16:17:09 +00:00
Jason Jean
c21e6ebe78
feat(misc): autocomplete prompts (#11361) 2022-07-29 16:44:39 -04:00
John White
48b405b24c
chore(storybook): fix outputs for build-storybook configuration (#11343) 2022-07-29 17:19:06 +03:00
Chau Tran
b67ca98758
fix(nest): update nestjs versions for init generators (#11355) 2022-07-29 10:13:17 -04:00
Emily Xiong
6cec52b1c2
bugfix(react-native): move metro-resolver to dependencies (#11341) 2022-07-28 23:17:10 +01:00
Szaby Grünwald
5614307ca2
fix(web): fix http-server proxyOptions arg converter (#11309)
Fix the string interpolation in the http-server command arg converter for proxyOptions.

ISSUES CLOSED: #11302

Co-authored-by: Szabolcs Grünwald <sgruenwald@eurofunk.com>
2022-07-28 12:12:03 -04:00
Emily Xiong
635825ed2b
feat(react-native): upgrade react-native to 0.69.3 (#11324) 2022-07-28 11:36:21 -04:00