Leosvel Pérez Espinosa
914f0ce707
feat(misc): update typescript to 4.7 ( #10560 )
2022-06-02 13:29:11 -04:00
Leosvel Pérez Espinosa
edea01aee6
fix(angular): update remote entry component selector to use the provided prefix ( #10561 )
2022-06-02 17:23:54 +01:00
Victor Savkin
7ce487e492
feat(core): ability to pass extra target deps when invoking commands
2022-06-02 12:17:27 -04:00
Guilherme Siquinelli
0407d8a515
fix(react): fixes typescript override error in the render method of a generated app ( #10069 )
2022-06-02 10:56:25 -04:00
James
a7e2d0c47e
fix(docs): yarn1 does not need -W flag ( #10419 )
...
I tried omitting the flag and everything seemed to work fine.
if yarn2 needs this, it should be clarified which version that it is talking about
2022-06-02 10:28:29 -04:00
Leosvel Pérez Espinosa
4576d7432a
docs(misc): update imports to @nrwl/workspace generators to avoid requiring @angular-devkit/schematics ( #10554 )
2022-06-02 07:52:00 -04:00
Leosvel Pérez Espinosa
ec906251b0
fix(angular): do not configure e2e test runner when generating a library ( #10553 )
2022-06-02 12:51:36 +01:00
Victor Savkin
aecca6b850
chore(repo): upodate version of nx cloud
2022-06-01 20:28:01 -04:00
Nicholas Cunningham
89d9d9afd6
fix(nextjs): update e2e test case to cover env variables exported from libraries ( #10532 )
...
ISSUES CLOSED : #9633
update
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-06-01 14:36:54 -04:00
Benjamin Cabanes
210edd731a
docs(nxdev): consolidate documentats consumption ( #10546 )
2022-06-01 13:56:08 -04:00
Jason Jean
925a27bf64
fix(devkit): add options allow trailing commas for parsing json ( #10538 )
2022-06-01 13:13:24 -04:00
Leosvel Pérez Espinosa
26edb49302
feat(angular): support angular v14.0.0-rc.3 ( #10543 )
2022-06-01 16:26:09 +00:00
Leosvel Pérez Espinosa
5ec5497edd
fix(angular): fix implementation path to setup-tailwind schematic ( #10545 )
2022-06-01 16:14:13 +00:00
Leosvel Pérez Espinosa
98014dd660
feat(angular): support exporting standalone component in library's entry point file ( #10544 )
2022-06-01 17:00:26 +01:00
Victor Savkin
10e9992b36
fix(core): do not create project graph when creating a sandbox in create-nx-workspace
2022-06-01 09:51:15 -04:00
Victor Savkin
2f8aea8576
cleanup(misc): remove console.log
2022-05-31 20:59:47 -04:00
Victor Savkin
be5aeb0424
chore(repo): exlude nx init tests from running on macos
2022-05-31 20:46:31 -04:00
Kaveet Laxmidas
515ae837f7
docs(core): use consistent inline code blocks ( #10536 )
...
Wraps names of packages in backticks to consistently render as code blocks
2022-05-31 18:55:21 -04:00
Phillip Barta
1781c9443e
cleanup(repo): remove unused dep precise-commits ( #10500 )
2022-05-31 18:08:21 -04:00
Victor Savkin
ccbfc49235
chore(repo): update to nx@14.2.0-beta.2
2022-05-31 15:41:11 -04:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Timo Santi
b35e3836c2
feat(storybook): change react stories template to use ComponentStory and ComponentMeta ( #10490 )
2022-05-31 11:19:53 -04:00
Leosvel Pérez Espinosa
c6af229a48
feat(angular): support tailwind.config.cjs as valid config file in library executors ( #10531 )
2022-05-31 16:01:28 +01:00
Leosvel Pérez Espinosa
20a509d6b4
fix(angular): add missing angular packages to the v14 migration ( #10530 )
2022-05-31 15:27:46 +01:00
Miroslav Jonaš
0844ab97e6
feat(core): deprecate affected:apps and affected:libs ( #10524 )
...
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-05-31 11:42:44 +00:00
Leosvel Pérez Espinosa
2b1591d85a
fix(angular): fix component export logic to handle internal modules and secondary entry points ( #10517 )
2022-05-31 11:09:39 +01:00
Miroslav Jonaš
d200818376
chore(repo): fix output style e2e for windows ( #10527 )
2022-05-31 08:25:53 +00:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Victor Savkin
912e81957f
cleanup(core): rework task graph creation to handle edge cases better
2022-05-30 19:57:21 -04:00
Victor Savkin
37c529d3bb
cleanup(core): make command formatting more consistent
2022-05-30 19:57:21 -04:00
Miroslav Jonaš
daa5cfe558
fix(core): ensure pnpm v7 install when peer deps are missing ( #10522 )
2022-05-30 21:27:28 +00:00
Rafael E. Belliard
b5cb620d60
docs(core): fix typo ( #10516 )
2022-05-30 16:43:01 -04:00
Leosvel Pérez Espinosa
62afcb79b0
feat(angular): support angular v14.0.0-rc.2 ( #8883 )
2022-05-30 16:09:00 -04:00
Nikola
daddcde73c
fix(web): fix dev-server deprecation warning ( #10203 )
...
This PR will resolve deprecation warning:
(node:62713) [DEP_WEBPACK_DEV_SERVER_HTTPS] DeprecationWarning: 'https' option is deprecated. Please use the 'server' option.
2022-05-30 15:58:18 -04:00
Takashi Machinaga
85b185752c
fix(web): enable tree shaking ( #8296 )
2022-05-30 13:38:22 -04:00
Noriyuki Shinpuku
a2c22eb63a
fix(react): fix external option for @emotion/react ( #7870 )
2022-05-30 13:36:45 -04:00
Jack Hsu
6793e14d4e
docs(nextjs): update ignore script documentation ( #10505 )
2022-05-28 17:04:48 +00:00
Jack Hsu
3e45bafffb
docs(core): remove ignore script in favor of nx-ignore bin ( #10504 )
2022-05-28 16:52:11 +00:00
Victor Savkin
7bfceb6d6d
feat(core): add the flag to stop execution on first error
2022-05-27 22:22:27 -04:00
Denis Frenademetz
7ee93f03fe
fix(core): ensure createPackageJson sorts dependencies consistently ( #10476 )
2022-05-27 17:47:55 -04:00
Jason Jean
3bcaa185ff
feat(core): prompt for available generators ( #10463 )
2022-05-27 17:46:43 -04:00
Colum Ferry
affa979642
fix(core): new and migrate commands should exit with code ( #10491 )
2022-05-27 16:23:40 -04:00
Leosvel Pérez Espinosa
7aec02e818
feat(core): install packages after migrations have run and dependencies haven been modified ( #10415 )
2022-05-27 15:05:47 -04:00
Victor Savkin
9d0d0f235a
feat(core): do not double prefix output when running nested commands
2022-05-27 10:42:13 -04:00
Katerina Skroumpelou
fea7e39278
docs(storybook): updating the storybook targets ( #10492 )
2022-05-27 13:13:34 +00:00
Katerina Skroumpelou
9199123005
feat(storybook): updating to Storybook 6.5 ( #10450 )
2022-05-27 12:58:24 +00:00
Colum Ferry
0c241eea9c
feat(angular): support auto-serving known dynamic remotes ( #10475 )
2022-05-27 11:27:07 +01:00
James
759a28d7b2
docs(core): clarify some of the Lerna sections
2022-05-26 22:58:03 +02:00
Craigory Coppola
c9897c61e6
fix(core): swc should be an optional peer dependency ( #10461 )
2022-05-26 12:09:27 -04:00
Leosvel Pérez Espinosa
33b5142969
feat(angular): add x-type to host and remote generators ( #10479 )
2022-05-26 16:06:00 +01:00