Jack Hsu
81c06f899f
feat(react): update package versions ( #11800 )
2022-08-31 09:52:49 -04:00
Sean Sanker
aedcdaf1bb
feat(js): support wildcard/nested tsconfig paths ( #11233 )
...
* feat(js): support wildcard/nested tsconfig paths
* chore(js): add e2e test for wildcard path alias
Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
2022-08-31 20:39:05 +07:00
Katerina Skroumpelou
835d0ef709
fix(storybook): ignore addon-postcss from version update ( #11801 )
...
ISSUES CLOSED : #11465
2022-08-31 16:21:30 +03:00
Katerina Skroumpelou
35744c1dc9
fix(testing): update cypress argument name ( #11797 )
2022-08-31 15:25:21 +03:00
Jason Jean
c3d85dd9b0
chore: update nx to 14.6.0-rc.2 ( #11789 )
2022-08-30 22:49:31 +00:00
Jack Hsu
395fa4bb39
docs(core): show 404 content instead of redirecting to intro ( #11788 )
2022-08-30 16:58:25 -04:00
Caleb Ukle
c7249db386
fix(testing): handle more complex projects for react component testing ( #11725 )
...
* fix(testing): use @nrwl/web:webpack utils to generate a more robust webpack config
fixes : #11372
* fix(testing): do not overwrite existing component test
* fix(testing): add component-test to cacheable operations
* chore(testing): address pr feedback
2022-08-30 16:42:42 +00:00
Jack Hsu
7c8313504c
docs(core): fix packages API so that redirects work again ( #11786 )
2022-08-30 12:21:22 -04:00
Caleb Ukle
b63893d1cd
docs(core): fix mistakes in @nrwl/workspace usage ( #11776 )
...
* docs(core): fix mistakes in @nrwl/workspace usage
@nrwl/workspace docs included a command for generators in the 'nx' package that doesn't contain
generators
update the usage of the 'move' generator to have the usage for the --destination arg
* docs(angular): update examples and add $default for project name
2022-08-30 16:19:33 +00:00
Colum Ferry
a04b13dfd7
fix(linter): target migration version ( #11783 )
2022-08-30 15:51:44 +00:00
Juri
f55a61abea
docs(nxdev): add abstract for rares and altans talk
2022-08-30 17:43:18 +02:00
Colum Ferry
b86ace50d3
fix(angular): change rxjs migration to conditional migration ( #11771 )
2022-08-30 10:43:35 -04:00
Colum Ferry
bbe7a3679a
fix(linter): use typescript-eslint 5.33.1 as latest requires ts4.8 ( #11773 )
2022-08-30 10:43:17 -04:00
Jack Hsu
8d85990b90
docs(core): fix dev output path so it does not conflict with prod ( #11779 )
2022-08-30 08:14:08 -06:00
Katerina Skroumpelou
9999215211
docs(storybook): added an example to the main storybook docs ( #11774 )
...
ISSUES CLOSED : #11447
2022-08-30 12:23:54 +00:00
Katerina Skroumpelou
6ea8d0d623
fix(storybook): remove react typings from angular tsconfig ( #11769 )
...
#11746
ISSUES CLOSED : #11746
2022-08-30 14:40:32 +03:00
Victor Savkin
a312611682
feat(misc): add task hashes to the output of print affected ( #11763 )
...
* feat(misc): add task hashes to the output of print affected
* bump up version
* fix(core): postinstall should build project graph without daemon
2022-08-29 21:10:30 +00:00
Benjamin Cabanes
7bc41577aa
chore(nxdev): clean up api imports ( #11760 )
2022-08-29 15:18:46 -04:00
Noriyuki Shinpuku
4dfd0f37e6
fix(nextjs): set __NEXT_REACT_ROOT only when the version of react-dom is 18 or above ( #11749 )
2022-08-29 10:13:11 -04:00
Benjamin Cabanes
9c4a2a96cc
docs(nxdev): add new sitemap index pointer ( #11757 )
2022-08-29 09:28:27 -04:00
Isaac Mann
e717660102
docs(nx-dev): diataxis restructure ( #11649 )
...
* docs(nxdev): restructure docs to diataxis style
* docs(nxdev): cleanup
* docs(nxdev): fix links
* chore(nxdev): format
* docs(nxdev): fix broken images
* docs(nxdev): fix links
* docs(nxdev): fix links
* docs(nxdev): fix links
* docs(nxdev): tweaks
* docs(nxdev): redirect rules
* docs(nxdev): fixes
2022-08-29 08:36:55 -04:00
Colum Ferry
aaeeaedceb
feat(angular): migrate versions to 14.2.0 ( #11530 )
...
* feat(angular): migrate versions to 14.2.0-next.0
* feat(angular): support 14.2.0-rc.0
2022-08-29 10:39:40 +01:00
Jason Jean
8b02670a39
fix(core): pass-through ipc messages to and from task processes ( #11744 )
2022-08-26 17:49:34 -04:00
Jason Jean
9d6e53b56d
fix(misc): use autocomplete prompt for projects for x-dropdown, project, projectName
2022-08-26 14:46:17 -07:00
AgentEnder
7c8839b049
fix(devkit): support expanded x-prompt object for input prompts
2022-08-26 14:46:17 -07:00
Jason Jean
47045c415b
fix(misc): skip projects configured in package.json for adding schemas ( #11742 )
2022-08-26 16:20:41 -04:00
Benjamin Cabanes
19c31dd10a
docs(nxdev): remove unused scripts ( #11743 )
2022-08-26 19:30:20 +00:00
Benjamin Cabanes
353d078dcb
docs(nxdev): add external paths ( #11741 )
2022-08-26 18:59:47 +00:00
Victor Savkin
e7c86e1cb0
feat(core): add ability to exclude task deps from the task graph
2022-08-26 14:39:31 -04:00
Jack Hsu
ef5334bc3c
Revert "feat(core): support reading cli args from env ( #11721 )" ( #11738 )
...
This reverts commit d9b9bd138ae2e38334b0e1a3fa13b61d4dfea695.
2022-08-26 12:16:55 -04:00
Thomas Knickman
d9b9bd138a
feat(core): support reading cli args from env ( #11721 )
2022-08-26 10:34:47 -04:00
Jonathan Cammisuli
e7ec91b9e0
feat(core): add file completion types for the nx language server ( #11669 )
2022-08-26 10:34:33 -04:00
Craigory Coppola
3ff680907c
fix(devkit): split-create-tree should use nx cli ( #11736 )
2022-08-26 14:33:09 +00:00
richardwong
3afb6bf45a
fix(next): add default hostname value to @nrwl/next:server ( #11701 )
...
Co-authored-by: 文虎 <wenhu@myweimai.com>
2022-08-26 10:17:18 -04:00
Colum Ferry
c616f6218c
feat(angular): standalone host and remote generation support ( #11708 )
2022-08-26 10:05:17 +01:00
Colum Ferry
614b2d2af8
fix(angular): use x-dropdown for nx console project hint ( #11706 )
2022-08-26 10:04:56 +01:00
Juri Strumpflohner
1769edb2ed
docs(nxdev): add James as speaker ( #11723 )
2022-08-25 20:03:56 +00:00
Emily Xiong
44d1f2c2ee
feat(react-native): update react native bundle options ( #11699 )
2022-08-25 11:01:30 -04:00
Emily Xiong
2673a04196
bugfix(react-native): fix entry file ios ( #11698 )
2022-08-25 10:59:22 -04:00
Emily Xiong
73d748c59c
feat(react-native): upgrade metro to 0.72.1 ( #11697 )
2022-08-25 10:59:06 -04:00
Miroslav Jonaš
5bb75baf60
feat(core): stop agents after build task on CI generated workflows ( #11719 )
2022-08-25 10:31:46 +00:00
Edd
36a72c7303
fix(react): fix(react): fix missing integrity tags in production builds ( #10949 )
...
Subresource Integrity attributes were not generated on production react builds
due to a missing
option pass through when writing the index file.
ISSUES CLOSED : #10926
2022-08-24 13:05:18 -04:00
Benjamin Cabanes
e20ff68d45
docs(nxdev): update twitter handle speakerlist ( #11709 )
2022-08-24 15:40:06 +00:00
Colum Ferry
3822d83200
fix(angular): remote entry component template typo ( #11707 )
...
* fix(angular): remote entry component template typo
* fix(angular): snapshot
2022-08-24 12:46:22 +01:00
Colum Ferry
6f0c22f4d9
fix(angular): remote generator should not assume a default host ( #11705 )
2022-08-24 11:33:42 +00:00
Mark Goho
27f9cc7e04
fix(docs): fix typo in github actions setup ( #10989 )
2022-08-24 11:25:06 +00:00
Miroslav Jonaš
45deeca2c4
chore(repo): disable snync for nightly audit temporarily ( #11704 )
2022-08-24 11:11:03 +00:00
Victor Savkin
b6c9c1210c
feat(core): better formatting of project-graph related error messages
2022-08-23 15:45:33 -04:00
Juri
0d0b28a988
docs(nxdev): update speaker bio \& schedule
2022-08-23 19:06:15 +02:00
ben
d4c0134b70
docs(nxdev): add 2022 nxconf speaker list
2022-08-23 19:06:15 +02:00