4345 Commits

Author SHA1 Message Date
Jason Jean
85a5c89485
fix(core): fix slashes in inputs migrations (#12444) 2022-10-07 17:58:02 -04:00
Jason Jean
678bb83636
feat(core): remove deprecated --only-failed option (#12471)
BREAKING CHANGE: --only-failed has been removed
2022-10-07 17:48:10 -04:00
Colum Ferry
bcbe59edba
feat(devkit): restrict addDependenciesToPackageJson to update versions only if greater than existing (#11443) 2022-10-07 16:36:19 -04:00
Victor Savkin
7fabc850fe feat(misc): make add-nx-to-monorepo interactive 2022-10-07 15:50:46 -04:00
Denis Frenademetz
c3abe07e68
fix(misc): update axios to 1.0.0 (#12437) 2022-10-07 14:02:18 -04:00
Colum Ferry
32189d59b2
fix(angular): export generators correctly #12434 (#12460) 2022-10-07 14:31:20 +00:00
Calvin Lai
469a6d1462
fix(js): add outfile to swc compiler in non-watch mode. fixes #12344 (#12345) 2022-10-07 16:18:01 +07:00
Chau Tran
142ed2eead
feat(js): inline non-buildable libs for tsc and swc (#12280)
Co-authored-by: Chau Tran <chautran@10.0.0.10>
2022-10-07 09:46:43 +07:00
Craigory Coppola
5656fd1968
feat(core): add workspace integrity check for package alignment (#11594) 2022-10-06 21:05:04 +00:00
Jack Hsu
e0f79113dc
fix(bundling): fix esbuild build watch (#12448) 2022-10-06 12:50:34 -04:00
Jack Hsu
65a7f4798e
feat(express): generate express app with static assets handler (#12442) 2022-10-06 14:16:19 +00:00
Jack Hsu
dda9ea1f87
feat(bundling): remove deprecated UMD format support for rollup (#12426) 2022-10-05 22:44:06 -04:00
Miroslav Jonaš
5e293eba4c
feat(core): map lock file data to external dependencies (#12185) 2022-10-05 20:58:28 -04:00
Sebastian Duque Gutierrez
8912fb1948
feat(nx-plugin): pass env vars to command testing util (#12078)
ISSUES CLOSED: #12076

Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-10-05 19:45:55 -04:00
Jason Jean
49c5e5069b
feat(core): migrate existing workspaces to use inputs configuration (#12416) 2022-10-05 22:30:03 +00:00
Jack Hsu
d904160426
fix(bundling): do not add types field in package.json for esbuild (#12424) 2022-10-05 16:24:25 +00:00
Jason Jean
e13ad111b2
fix(angular): fix import breaking jasmine-marbles migration (#12415) 2022-10-04 22:34:34 +00:00
Craigory Coppola
7ac0dabf4e
fix(core): js plugin files should work (#12406) 2022-10-04 17:47:11 +00:00
Jack Hsu
09e524a01a
cleanup(bundling): clean up webpack root exports (#12403) 2022-10-04 12:32:43 -04:00
MaxKless
d00fc1d590
docs(angular): add add-linting usage example (#12393) 2022-10-04 10:46:36 -04:00
Victor Savkin
678f786769 fix(core): use node based hasher in git repos with submodules 2022-10-04 10:39:39 -04:00
Victor Savkin
f016c81d94 Revert "fix(nx): git-hasher should fetch files from git submodules (#11334)"
This reverts commit 65e5e148dbdcbbb0dbb3c111e01cef50a2e58583.
2022-10-04 10:39:39 -04:00
Jack Hsu
f5e35e186b
feat(bundling): add skipValidation option when generating rollup/webpack project (#12392) 2022-10-04 13:03:10 +00:00
Jack Hsu
17cef57656
cleanup(nextjs): re-enable storybook e2e test for next.js (#12384) 2022-10-04 00:19:31 -04:00
Jack Hsu
5ae5f8858d
fix(nextjs): return correct webpack config for next.js storybook app (#12371) 2022-10-04 02:36:55 +00:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui (#12370) 2022-10-03 16:11:01 +00:00
Victor Savkin
77b57b78e8 feat(misc): a/b different messages during migration to next major 2022-09-30 16:49:20 -04:00
Phillip Barta
d91c7ca4ec
fix(linter): remove leftovers after tslint support removal (#12313) 2022-09-30 12:02:05 +01:00
Miroslav Jonaš
2f0d61f2dd
fix(core): disable broken git hasher recourse submodules (#12337) 2022-09-30 10:14:24 +00:00
Daniel Harvey
2889372dde
fix(core): remove trailing slash in outputs that prevents correct caching (#10708)
Fix by removing trailing slash when performing `cp -a` into cache.

Add test to confirm fix.

Resolves nrwl/nx#10549
2022-09-30 10:47:41 +02:00
Jack Hsu
c3e060247c
fix(bundling): set NODE_ENV correctly to avoid warnings (#12331) 2022-09-30 02:56:14 +00:00
Jack Hsu
a14646a864
fix(bundling): correct main field in package.json when using esbuild (#12328) 2022-09-29 22:11:00 +00:00
Rami Hanano
65e5e148db
fix(nx): git-hasher should fetch files from git submodules (#11334)
* fix: git-hasher should fetch files from git submodules

* chore(repo): format

* fix(git-hasher): get untracked files by calling git submodule foreach

* fix(git-hasher): get untracked files in both parent repo and submodules

* chore(git-hasher): format focument

* fix(git-hasher): fix formatting

* fix(core): make git-hasher read all files from parent repo and nested submodules

* fix(core): call git submodule foreach for unstaged files

Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-09-29 17:18:30 -04:00
Jack Hsu
20c3951b8d
fix(bundling): update error message for esbuild-project generator so it shows correct project name and information (#12323) 2022-09-29 19:55:43 +00:00
Victor Savkin
fbe38865c1 cleanup(misc): do not show links to video courses after create-nx-workspace 2022-09-29 15:35:58 -04:00
Victor Savkin
759f7ced86 fix(core): daemon should not shut down due to inactivity when there are open connections 2022-09-29 15:35:58 -04:00
Wenchen Li
ba657da7c5
fix(webpack): regression from #10432 to allow // prefix in remote (#12302) 2022-09-29 16:16:50 +01:00
Phillip Barta
a592af1eb3
cleanup(web): reexport WebpackNxBuildCoordinationPlugin from @nrwl/webpack (#12315) 2022-09-29 10:20:22 -04:00
Phillip Barta
776b5a02f3
fix(core): add missing core plugins to list command (#12305) 2022-09-29 10:13:06 -04:00
Phillip Barta
6a7a7c14a4
fix(core): add missing packages to report command (#12306) 2022-09-29 10:10:36 -04:00
Katerina Skroumpelou
27037cbaed
fix(storybook): check root mainjs for builder (#12308) 2022-09-29 09:35:27 +00:00
Colum Ferry
0858bcf08a
feat(angular): use provideRouter for standalone apps (#12012) 2022-09-29 10:29:01 +01:00
Colum Ferry
8c8c29cdb5
cleanup(angular): rename webpack-server executor to webpack-dev-server (#11989) 2022-09-29 08:45:22 +00:00
Jason Jean
9d06b3c084
fix(misc): remove remaining usages of @nrwl/workspace:run-commands executor (#12299) 2022-09-28 19:29:21 -04:00
Jason Jean
5372b4b3ad
chore(repo): update nx to 14.8.0 (#12297) 2022-09-28 22:15:27 +00:00
Jason Jean
40c8859ff0
fix(devkit): ensure that getProjects works properly without a nx.json (#12295) 2022-09-28 17:32:06 -04:00
Miroslav Jonaš
14a3d6e364
feat(core): add lock file content hashing to lock file utils (#12296) 2022-09-28 21:08:30 +00:00
Miroslav Jonaš
a7631e1171
fix(core): ensure lock file is read from the correct folder (#12294) 2022-09-28 20:17:18 +00:00
Victor Savkin
6775f5ddbc fix(misc): buildable libs should not throw when some npm packages are not defined 2022-09-28 15:49:57 -04:00
Miroslav Jonaš
8bf9b56254
cleanup(repo): remove tslint module boundaries rule (#12291) 2022-09-28 20:49:31 +02:00