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
b210c416dc
chore(repo): fix nx g move e2e tests
2022-09-23 14:26:10 -07: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
Isaac Mann
38c86657b7
docs(nxdev): fix core-tutorial ( #12216 )
2022-09-23 16:15:49 -04:00
Victor Savkin
518caaddae
chore(misc): publish 14.7.13
2022-09-23 16:15:34 -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
Jack Hsu
3e67ad70b5
docs(web): fix create-nx-workspace command in example ( #12215 )
2022-09-23 19:47:30 +00:00
MaxKless
e1705910c5
docs(nxdev): add nx console add-dependency docs ( #12177 )
2022-09-23 15:45:33 -04: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
Jason Jean
d57a4d06aa
chore(nxdev): update generated documentation ( #12212 )
2022-09-23 18:22:46 +00:00
Victor Savkin
6b84150120
chore(misc): publish 14.7.12
2022-09-23 13:32:05 -04:00
Caleb Ukle
ea335bf2c1
docs(nxdev): remove duplicated example data on generator page ( #12211 )
2022-09-23 17:29:39 +00: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
Ruben Casas
24c8124e79
docs(misc): fix typo in module federation example
2022-09-23 18:31:07 +02:00
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