Colum Ferry
81b5eebfa7
feat(angular): allow component options to be passed to standalone library #11702 ( #11890 )
2022-09-08 09:37:26 +01:00
Jason Jean
292f0c14b1
feat(core): generate inputs configuration for new workspaces ( #11856 )
2022-09-07 22:32:59 -04:00
Terry Yao
350f71d6ed
fix(core): fix process.send will crash the nx runner without check if it is undefined ( #11904 )
...
* fix process crashed due to process.send is undefined
* fix(core): fix process.send will crash the nx runner without check if it is undefined
Closes 11903
2022-09-07 18:01:16 -04:00
Caleb Ukle
a0904a601b
feat(testing): support angular cypress component testing ( #11790 )
...
* feat(testing): ng cypress component testing
closes : #11602
* chore(testing): move story utils into common util area
* feat(testing): add options for ng component testing
* docs(testing): add more info for component testing
* chore(testing): address PR feedback
* chore(testing): remove logs
2022-09-07 13:32:19 +00:00
Jason Jean
c64dbdec24
fix(next): fix withNx with nx property doesn't exist ( #11900 )
2022-09-06 21:33:15 +00:00
Victor Savkin
f9ef42e8c2
cleanup(misc): update to cloud message
2022-09-06 15:31:01 -04:00
Jason Jean
830b55a643
fix(core): gracefully handle errors when unable to find custom hasher ( #11854 )
2022-09-02 21:30:22 +00:00
Jason Jean
8db5f1ac07
fix(misc): print new workspace directory and fix issues when creating workspaces with non-normalized name ( #11853 )
2022-09-02 21:28:56 +00:00
Colum Ferry
458e89b159
fix(angular): host tests were failing due to no navigation ( #11825 )
2022-09-02 15:15:08 +01:00
Jack Hsu
525350f844
fix(nextjs): use SWC compiler for next.js libraries ( #11848 )
2022-09-02 14:10:33 +00:00
Jack Hsu
cd3352aaa2
fix(js): remove check for non-buildable libs being used when packaging. ( #11835 )
...
- unblocks custom server in next.js
- builds are guaranteed to happen if nx.json is configured correctly
- if a package isn't buildable it will be included in the package in the
near-future
2022-09-01 18:07:24 -04:00
Victor Savkin
f89b68b796
feat(misc): a/b test different prompt messages
2022-09-01 16:05:29 -04:00
Jack Hsu
9b26bc1585
fix(nextjs): SVGR plugin should not be used if nx: { svgr: false } is set in next.config.js ( #11829 )
2022-09-01 15:55:24 +00:00
Victor Savkin
9b5f25af9c
fix(core): do a recursive check to see if files should be restored
2022-09-01 10:20:33 -04:00
Colum Ferry
f51c1becf7
fix(angular): remove double normalize of project name #11819 ( #11822 )
2022-09-01 12:24:50 +01:00
Colum Ferry
62d2d82a7a
fix(angular): collect secondary folders correctly for tailwind #11747 ( #11805 )
2022-09-01 10:05:28 +00:00
Colum Ferry
a2647549d4
fix(storybook): support secondary entry points for angular #11446 ( #11798 )
2022-09-01 09:23:17 +00:00
Philip Fulcher
6c3ef9d417
chore(graph): move dep-graph-client to graph-client ( #11792 )
2022-09-01 04:20:08 +00:00
Victor Savkin
5a8214923f
chore(core): collect basic static on workspace creation in ci vs dev
2022-08-31 13:33:34 -04:00
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
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
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
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
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
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
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
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
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
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