Jack Hsu
50f6cbb11d
feat(nextjs): remove dependency on "@nrwl/next" for the production build ( #12247 )
2022-09-26 12:38:44 -04:00
Younes Jaaidi
fb0ea29e68
fix(testing): include cypress commands in tsconfig ( #12149 )
...
closes #12148
2022-09-26 08:09:09 -05:00
Emily Xiong
aceaadd7dd
bugfix(react-native): fix pod install hanging when generate a new app ( #12217 )
2022-09-26 09:07:10 -04:00
Emily Xiong
2436a5d542
feat(react-native): upgrade react-native version to 0.70.1 ( #12124 )
2022-09-26 09:06:36 -04:00
Emily Xiong
59231c6a09
bugfix(expo): add expo pages to nx-dev-e2e ( #12120 )
2022-09-26 09:06:02 -04:00
Jason Jean
90604d8506
feat(core): add migration and deprecation warning for @nrwl/workspace:run-commands ( #12199 )
2022-09-23 18:06:34 -04:00
Jason Jean
c8de6f1b6f
Revert "Revert "fix(misc): move library without given importPath should default to contain slashes ( #11869 )""
...
This reverts commit 33c0f944e0c85cc43fad2e9fde183b1f07903cdd.
2022-09-23 14:26:10 -07:00
Jack Hsu
231429b4d0
docs(bundling): add examples for esbuild executor ( #12214 )
2022-09-23 16:23:37 -04:00
Caleb Ukle
db3660a839
docs(testing): add jest example docs ( #12210 )
2022-09-23 20:09:41 +00:00
Caleb Ukle
09fd9132e6
docs(testing): add cypress example docs ( #12209 )
...
* docs(testing): add cypress example docs
* docs(core): sync docs
2022-09-23 14:06:32 -06:00
Victor Savkin
af1c9808a0
chore(repo): fix formatting
2022-09-23 15:05:59 -04:00
Victor Savkin
33c0f944e0
Revert "fix(misc): move library without given importPath should default to contain slashes ( #11869 )"
...
This reverts commit 9dbcb45cb9bd9a34d612386507879d1245f186b6.
2022-09-23 14:53:22 -04:00
Victor Savkin
84fb879c00
fix(core): excluding task dependencies breaks task sorting
2022-09-23 14:44:44 -04:00
Victor Savkin
8d1f284048
feat(core): add the ability to reset the daemon client when getting a project graph
2022-09-23 13:26:32 -04:00
miles
94a2b0b834
fix(webpack): add check if scripts exist or fallback to empty array ( #12110 )
2022-09-23 16:05:27 +07:00
Ashley Hunter
e80c2ee010
feat(nx-plugin): allow skipping the creation of an e2e project ( #12129 )
2022-09-22 20:11:38 -04:00
Richard Roozenboom
a088cf0d73
chore(testing): update migration to read all project configuration at once ( #12052 )
2022-09-22 19:01:57 -04:00
Markus Machatschek
b69d68ec88
fix(core): update wording of print affected select input parameter ( #11832 )
2022-09-22 18:53:45 -04:00
Jordan Emslie
9dbcb45cb9
fix(misc): move library without given importPath should default to contain slashes ( #11869 )
...
`nx g mv --projectName lib/child-1 --destionation lib/child-2` would result in the ts-config and import paths of `@<project>/lib-child-2` when it is expected to be `@<project>/lib/child-2`
Closes #9281
2022-09-22 18:44:35 -04:00
Jack Hsu
07ecf39853
chore(bundling): disable declaration files for now since the paths need to be remapped ( #12195 )
2022-09-22 15:54:08 -04:00
Jack Hsu
1d89ef0da7
feat(bundling): manually set tsconfig for esbuild rather than auto-detecting it ( #12194 )
2022-09-22 18:32:22 +00:00
Jack Hsu
e6d4ec3835
feat(bundling): improve watch logging for esbuild ( #12193 )
2022-09-22 18:18:59 +00:00
Jack Hsu
1b06110de1
fix(bundling): support type checking when using esbuidl with --watch ( #12192 )
2022-09-22 18:01:57 +00:00
Jack Hsu
c5392aa951
feat(nextjs): update packages ( #12190 )
2022-09-22 16:15:56 +00:00
Jason Jean
3bf3a55642
fix(misc): do not exit after running graph ( #12189 )
2022-09-22 16:14:25 +00:00
Jack Hsu
e195546e40
feat(react): update package versions ( #12187 )
2022-09-22 15:39:32 +00:00
Jason Jean
1ae30d1d1e
fix(core): properly invalidate outputs when output is removed ( #12188 )
2022-09-22 11:24:50 -04:00
Noriyuki Shinpuku
351bc2e56b
fix(nextjs): fix resolving dependencies ( #11842 )
2022-09-22 11:17:11 -04:00
Jason Gerbes
4dc331c914
feat(react): improve babel preset options ( #10940 )
...
Improved the '@nrwl/react/babel' preset to allow for customisation of all options provided by
the
'@nrwl/web/babel' preset.
ISSUES CLOSED : #10939
Co-authored-by: Jason Gerbes <jason.gerbes@vista.co>
2022-09-22 11:16:29 -04:00
Jack Hsu
0baae01e37
fix(js): update library generator for webpack and rollup bundler ( #12183 )
2022-09-22 14:50:17 +00:00
Chris Pruett
7e316aff54
fix(react-native): fix xcode shell script used for release builds ( #12171 )
...
ISSUES CLOSED : #12166
2022-09-22 10:11:23 -04:00
Adam Duro
b7f9d9067a
fix(expo): add deps to root package ( #12107 )
2022-09-22 10:09:59 -04:00
Jack Hsu
9d0d6d0402
fix(bundling): set correct rootDir compiler option for type checker ( #12182 )
2022-09-22 13:25:23 +00:00
Victor Savkin
8fdf8c5669
fix(core): do not throw when cannot parse root tsconfig
2022-09-21 21:49:22 -04:00
Victor Savkin
f94a18e57c
fix(core): revert logic of run-executor handling streaming
2022-09-21 21:37:03 -04:00
Victor Savkin
9a84281f43
fix(core): do not use named inputs to cache fileset hashes
2022-09-21 16:18:55 -04:00
Austin Fahsl
a66a549e4b
fix(core): prevent duplicate prefixes when using outputStyle stream
2022-09-21 16:07:32 -04:00
Jack Hsu
d05cc86ac7
fix(bundling): provide correct defaults scripts/styles options ( #12157 )
2022-09-21 17:16:52 +00:00
Leosvel Pérez Espinosa
46c2d57664
cleanup(angular): remove deprecated syntax option from ngrx generator ( #12153 )
2022-09-21 16:37:11 +01:00
Miroslav Jonaš
bd7a2664b3
feat(core): add yarn lock file pruning ( #12105 )
2022-09-21 15:35:59 +00:00
Jack Hsu
2d84bd3eb4
chore(bundling): clean up package.json update function ( #12152 )
2022-09-21 10:53:14 -04:00
Jack Hsu
75115e100a
fix(js): support both .cjs and .js file extensions when generating package.json file ( #12137 )
2022-09-21 00:49:46 +00:00
Jack Hsu
84a21e904e
fix(bundling): skip web-specific configuration when bundling for node ( #12130 )
2022-09-20 20:04:35 +00:00
Jack Hsu
f1308823c2
chore(misc): update esbuild description ( #12133 )
2022-09-20 19:21:10 +00:00
Miroslav Jonaš
074ac5ec22
feat(core): add package manager parsers and stringifiers ( #11953 )
2022-09-20 18:47:27 +00:00
Jack Hsu
6c0a838a59
fix(js): install bundler nx plugin when needed ( #12131 )
2022-09-20 18:39:07 +00:00
Phillip Barta
8eb20c4f37
chore(repo): update dependency jsonc-parser to v3.2.0 ( #11817 )
2022-09-20 19:22:56 +02:00
Miroslav Jonaš
1b118400e3
chore(repo): start and cleanup daemon after every e2e test ( #11981 )
2022-09-20 19:21:53 +02:00
Victor Savkin
6eb4e1f687
fix(repo): make esbuild package as non private
2022-09-20 12:55:44 -04:00
Victor Savkin
3ab1eb85ba
fix(core): do not use nx daemon during workspace creation
2022-09-20 12:51:07 -04:00