6158 Commits

Author SHA1 Message Date
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
Adrian Görisch
ed4ed68c7a
chore(core): nx plugin submission @ago-dev/nx-aws-cdk-v2 (#10936) 2022-08-02 13:14:45 -04:00
Jack Hsu
ccd6295be0
fix(nextjs): remove unsupported cssModules config property (#11405)
LGTM
2022-08-02 09:49:19 -06:00
Jason Jean
8bb72a98c5 chore(misc): publish 14.5.2 2022-08-02 10:29:46 -04:00
Juri Strumpflohner
bf2c79bc01
fix(react): allow positional params for setup-tailwind generator (#11396) 2022-08-02 09:11:49 -04:00
Jean-Philippe Bergeron
20996d6c40
fix(nx): Ignore the debugger attached message in node (#11131)
* fix(js): update compile-swc.ts

* fix(js): update packages/js/src/utils/swc/compile-swc.ts

Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>

* chore(js): format source code

Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-08-02 09:31:01 +07:00
Colum Ferry
ffecf93473
fix(node): add implicit dep on the e2e project to nest (#11397) 2022-08-01 15:11:08 -06:00
Caleb Ukle
b4c4501979
docs(testing): update docs to use correct filenames for cypress and jest (#11394)
ISSUES CLOSED: #11392
2022-08-01 13:25:26 -05:00
Benjamin Cabanes
a023028e3b
docs(nxdev): add 404 component type (#11386) 2022-07-31 16:04:06 +00:00
Benjamin Cabanes
220e05614d
docs(nxdev): update package schema viewer export type (#11385) 2022-07-31 08:59:51 -07:00
Benjamin Cabanes
15200964ef
docs(nxdev): update algolia types (#11379) 2022-07-30 16:38:10 -04:00
Benjamin Cabanes
8797915020
docs(nxdev): update package schema viewer export type (#11378) 2022-07-30 20:33:26 +00:00
Benjamin Cabanes
133536cc3c
docs(nxdev): doc-viewer export type (#11377) 2022-07-30 16:25:37 -04:00
Leosvel Pérez Espinosa
e5ec39a905
fix(angular): update angular cli package in a migration generator to prevent migration issues (#11375) 2022-07-30 16:17:09 +00:00
Jason Jean
c21e6ebe78
feat(misc): autocomplete prompts (#11361) 2022-07-29 16:44:39 -04:00
Victor Savkin
0fbe9be74a
docs(nx-cloud): update docs to use helm 2022-07-29 13:52:28 -04:00
John White
48b405b24c
chore(storybook): fix outputs for build-storybook configuration (#11343) 2022-07-29 17:19:06 +03:00
Chau Tran
b67ca98758
fix(nest): update nestjs versions for init generators (#11355) 2022-07-29 10:13:17 -04:00
Jason Jean
7f259493ac chore(misc): publish 14.5.1 2022-07-28 18:24:14 -04:00
Emily Xiong
6cec52b1c2
bugfix(react-native): move metro-resolver to dependencies (#11341) 2022-07-28 23:17:10 +01:00
Jason Jean
5bff9159df chore(misc): publish 14.5.0 2022-07-28 14:55:48 -04:00
Jason Jean
63bfe7ea94
chore(repo): update nx to 14.5.0-rc.0 (#11338) 2022-07-28 16:31:36 +00:00
Szaby Grünwald
5614307ca2
fix(web): fix http-server proxyOptions arg converter (#11309)
Fix the string interpolation in the http-server command arg converter for proxyOptions.

ISSUES CLOSED: #11302

Co-authored-by: Szabolcs Grünwald <sgruenwald@eurofunk.com>
2022-07-28 12:12:03 -04:00
Emily Xiong
635825ed2b
feat(react-native): upgrade react-native to 0.69.3 (#11324) 2022-07-28 11:36:21 -04:00
Emily Xiong
2b44aaf90a
fix(react-native): only add resolverMainFields to metro.config for storybook (#11326) 2022-07-28 11:34:48 -04:00
Emily Xiong
b4cc8c2895
fix(react-native): fix library path in Podfile (#11327) 2022-07-28 11:34:30 -04:00
Rares Matei
184d4aa0d5
docs(nx-cloud): update private cloud release notes (#11333) 2022-07-28 14:24:00 +01:00
Benjamin Cabanes
12a36327c9
docs(nxdev): add sponsor-card type (#11322) 2022-07-27 18:36:44 +00:00
Benjamin Cabanes
d9b7e800c8
docs(nxdev): update home lib type & default export (#11321) 2022-07-27 14:34:45 -04:00
Benjamin Cabanes
22b6e71320
docs(nxdev): add type & simplify default notation (#11320) 2022-07-27 14:30:41 -04:00
Benjamin Cabanes
f0477ef10e
docs(nxdev): add type & simplify default notation (#11319) 2022-07-27 14:27:45 -04:00
Benjamin Cabanes
f2167d99ad
docs(nxdev): add type & simplify default notation (#11317) 2022-07-27 14:27:01 -04:00
Benjamin Cabanes
bdd9807cc5
docs(nxdev): add type & simplify default notation (#11316) 2022-07-27 14:26:38 -04:00
Benjamin Cabanes
f220fe12a5
docs(nxdev): add type & simplify default notation (#11315) 2022-07-27 14:16:13 -04:00