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
Craigory Coppola
9313af0493
chore(angular): hide warnings from angular schematics in jest execution ( #12122 )
2022-09-20 16:12:23 +00:00
Jack Hsu
ed7db7c114
feat(bundling): add esbuild plugin ( #12053 )
2022-09-20 12:05:58 -04:00
Victor Savkin
38e4a8e7d0
fix(core): reenable output watching
2022-09-20 11:27:13 -04:00
Konstantin Azizov
fc73d036ec
fix(testing): improve return type of getJestProjects ( #12040 )
2022-09-20 13:49:54 +00:00
Artur Androsovych
d526efb7b2
fix(linter): consider the default public API filename when checking for secondary entrypoints ( #11811 )
2022-09-20 14:45:29 +02:00
Benjamin Cabanes
da0cc4792f
docs(nxdev): update internal reference links ( #12083 )
2022-09-19 19:15:19 +00:00
MaxKless
9312dff014
docs(misc): add or modify various package descriptions ( #12084 )
2022-09-19 13:32:14 -04:00
Victor Savkin
8e8b1759a2
fix(core): temp workaround to deal with daemon start during workspace creation
2022-09-19 10:38:01 -04:00
Jack Hsu
d9afcac629
fix(bundling): default outputFileName to "main.js" when called from "@nrwl/web:webpack" ( #12072 )
2022-09-19 10:26:08 -04:00
Isaac Mann
807430d16f
docs(nxdev): executor examples ( #12049 )
2022-09-19 09:49:07 -04:00
Victor Savkin
6e6925f8e4
chore(repo): update to nx 14.7.6-beta.6
2022-09-17 15:59:06 -04:00
Victor Savkin
08e7588d15
fix(core): split chunk correctly when they contain multiple messages
2022-09-17 15:25:50 -04:00
MaxKless
fd670d298b
docs(misc): update package descriptions to be more consistent ( #12039 )
2022-09-16 17:03:33 -04:00
Emily Xiong
a411e85e42
Feature/move expo ( #11712 )
...
* feat(expo): move expo to main repo
* feat(expo): add e2e expo tests and fix expo unit tests
* feat(expo): add generated docs
* feat(expo): update cz-config to add expo to commit message
* feat(expo): add @nrwl/expo to e2e test setup
* feat(expo): add expo to preset
* feat(expo): add detox tests
* feat(expo): update docs
* feat(expo): fix e2e tests
* feat(expo): upgrade expo to 46.0.10
* fix(expo): correct eas-cli build:info parameters names
* fix(expo): add cleanupProject to e2e test
2022-09-16 11:56:28 -04:00