Victor Savkin
efea1a511e
feat(misc): repair should support running extra migrations ( #11504 )
2022-08-09 13:52:28 -04:00
Jack Hsu
520e5852f7
docs(core): read package names from package.json rather than inferrin… ( #11520 )
2022-08-09 16:42:13 +00: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
Jack Hsu
6eb52b8094
docs(misc): update webpack 5 migration guide ( #11517 )
2022-08-09 14:00:55 +00: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
f6338d7e53
chore(misc): remove unused e2e test ( #11482 )
2022-08-06 03:06:42 +00:00
Jack Hsu
2c8a711c69
feat(react): improve types for module federation config file ( #11476 )
2022-08-06 02:31:59 +00:00
Jack Hsu
b50d3879ab
docs(misc): update webpack guide with link to module federation ( #11475 )
2022-08-05 15:43:28 -04:00
Jack Hsu
a13e075c7a
docs(misc): update customize webpack docs ( #11473 )
2022-08-05 18:33:30 +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
Benjamin Cabanes
528be859bc
chore(dep-graph): add button group style on sidebar ( #11470 )
2022-08-05 13:32:15 -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
Rares Matei
9dc7d683db
docs(nx-cloud): update private cloud release notes ( #11471 )
2022-08-05 16:47:14 +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
Benjamin Cabanes
c52109261b
chore(dep-graph): add accent on checkboxes ( #11469 )
2022-08-05 16:31:06 +00:00
Jack Hsu
dec910274b
fix(react): allow async functions to work with custom webpack config ( #11467 )
2022-08-05 16:13:31 +00:00
Rares Matei
a829270344
docs(nx-cloud): bitbucket auth ( #11452 )
2022-08-05 15:12:42 +01:00
Jason Jean
26ee770ac2
chore(repo): update nx to 14.5.3 ( #11459 )
2022-08-04 23:46:40 +00:00
Jason Jean
bcc00c50e4
chore(misc): publish 14.5.4
2022-08-04 19:43:19 -04: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
Jason Jean
72106d0d81
chore(misc): publish 14.5.3
2022-08-04 18:55:05 -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
Philip Fulcher
eae3d45625
feat(dep-graph): add project graph view for nx console ( #11153 )
2022-08-03 23:35:29 +00:00
Benjamin Cabanes
0e37a462b1
docs(ci): add gitlab dte example ( #11433 )
2022-08-03 20:57:47 +00:00
Benjamin Cabanes
4f074e2660
docs(nxdev): update package schema list link ( #11432 )
2022-08-03 15:06:31 -04:00
AndrewOttavianoAbb
aa79910e88
docs(misc): updated AST playground to TSQuery ( #11295 )
...
* docs(devkit): updated the astexplorer link to point to the tsquery demo.
The docs were pointing to the AST Explorer demo but it mentioned using the TSQuery npm package. So I
changed the AST Explorer link to the TSQuery Playground.
* docs(misc): updated AST playground to TSQuery
The docs were linking to the AST Explorer, which is not the npm package referenced in the generator
documentation (as AST Explorer does not support parsing TypeScript).
* docs(misc): updated AST playground to TSQuery
The docs were linking to the AST Explorer, which is not the npm package referenced in the generator
documentation (as AST Explorer does not support parsing TypeScript).
* docs(misc): updated AST playground to TSQuery
The docs were linking to the AST Explorer, which is not the npm package referenced in the generator
documentation (as AST Explorer does not support parsing TypeScript).
2022-08-03 13:34:59 -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
Rares Matei
77b5278568
docs(nx-cloud): update release notes ( #11422 )
2022-08-03 12:37:40 +01:00
Katerina Skroumpelou
accc7a6bab
docs(storybook): fix composition guide ( #11421 )
...
#11353
ISSUES CLOSED: #11353
2022-08-03 11:01:59 +00:00
Juri
9c93c907fd
fix(react): adjust nx-console related x-dropdown prop name
2022-08-03 10:39:06 +02:00
Juri
77795ae466
docs(core): fix output param forwarding example
2022-08-03 10:36:56 +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
Amir H. Khanjani
6e97f10b31
docs(core): remove beta label from lerna 5.1 ( #11380 )
2022-08-02 13:21:51 -04:00