6561 Commits

Author SHA1 Message Date
Benjamin Cabanes
bef6e98b1d
docs(nxdev): enable scroll restoration (#12205) 2022-09-23 14:58:58 +00:00
Benjamin Cabanes
36e30a2329
docs(core): fix core tutorial 03 part interpolation error (#12206) 2022-09-23 10:51:11 -04:00
Nicholas Griffin
515d87735b
docs(nxdev): add a custom 500 page (#11764) 2022-09-23 10:39:16 -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
David vd Zande
8c2161cd96
docs(misc): fix typo in 03-share-assets.md (#11768) 2022-09-22 19:13:35 -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
alxizr
a08b10cb6f
docs(misc): fix typo in faster-builds.md (#11902)
remove extra character
2022-09-22 18:31:25 -04:00
Tycho Bokdam
cb1947870d
chore(misc): nx plugin submission @nx-extend/vercel & @nx-extend/strapi (#11991)
* chore(core): nx plugin submission `@nx-extend/vercel` & `@nx-extend/strapi`

* chore(core): nx plugin submission `@nx-extend/playwright`
2022-09-22 18:17:27 -04:00
Miguel Leite
4e21ca7f82
docs(storybook): update storybook host library config step (#12181)
Using the command previously specified throws a warning: `Cannot find configuration for '–-name:storybook-host' in /workspace.json.`.
2022-09-22 17:55:47 -04:00
Chris Griffing
d1ab43603f
docs(nxdev): fix spelling mistake in enforce-project-boundaries.md (#12198) 2022-09-22 17:54:25 -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
Jason Jean
e0e58349af chore(misc): publish 14.7.11 2022-09-22 13:10:29 -04: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
6cc0cadca1 chore(misc): publish 14.7.10 2022-09-22 11:28:09 -04: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
Juri Strumpflohner
98c6047068
docs(core): updates to the Nx vs Turbo comparison (#12164) 2022-09-22 09:29:38 -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
2890289f7b
chore(misc): publish 14.7.9 2022-09-22 08:57:42 -04: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
0d18397ad1
fix(repo): fix a failing e2e test 2022-09-21 21:25:59 -04:00
Peter Colapietro
29e777fe39 chore(typo): workspacRoot => workspaceRoot 2022-09-21 21:07:24 -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
Katerina Skroumpelou
742686a051
docs(storybook): best practices guide and recipe (#12071)
* docs(storybook): best practices guide and recipe

* docs(storybook): rearrange structure
2022-09-21 13:53:50 -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
Juri
1485b84e15 docs(nxdev): add lightning talk speakers 2022-09-21 15:08:03 +02:00
Leosvel Pérez Espinosa
8fc862d80b
chore(repo): remove unused angular-related dependencies (#12044) 2022-09-21 13:18:17 +01: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
Benjamin Cabanes
406defc6ac
docs(nxdev): add nx conf speakers (#12136) 2022-09-20 22:26:03 +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