6659 Commits

Author SHA1 Message Date
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
Juri
4678f3a83b docs(nxdev): update speaker bio of zack 2022-09-30 20:44:33 +02:00
Juri
9b9c32f91d docs(nxdev): update conf schedule timing 2022-09-30 18:34:51 +02: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
Jack Hsu
c57f16c281
docs(bundling): add overview page for esbuild (#12321) 2022-09-29 15:40:05 -04: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
Juri
e17db01975 docs(nxdev): update speaker info for nx conf 2022-09-29 18:16:15 +02: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
418cbc9bd0
cleanup(repo): remove unused dependency mime (#12254) 2022-09-29 10:12:26 -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
3c6bff2a0f
chore(repo): update lerna to 5.5.4 (#12300) 2022-09-29 00:00:13 +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
MaxKless
13d61f47d9
docs(core): update contributing.md guide on local publishing (#12283)
* docs(core): update contributing.md guide on local publishing

* docs(misc): add note about disabling local registry

Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2022-09-28 18:53:34 +00:00
Miroslav Jonaš
8bf9b56254
cleanup(repo): remove tslint module boundaries rule (#12291) 2022-09-28 20:49:31 +02:00
Miroslav Jonaš
8d588c96c6
chore(repo): improve commit lint script to allow breaking change syntax (#12293) 2022-09-28 18:39:09 +00:00
Jack Hsu
f30ed24aaf
feat(bundling): add skipValidation option when generating esbuild project (#12290) 2022-09-28 14:35:03 -04:00
Jack Hsu
652f6c8fa8
docs(bundling): add example of using additional esbuild options (#12289) 2022-09-28 17:32:33 +00:00
Jack Hsu
7f76ac502f
fix(bundling): add missing assets ignore option to @nrwl/esbuild:esbuild (#12288) 2022-09-28 13:21:07 -04:00
Colum Ferry
6125dc011b
fix(angular): broken test (#12286) 2022-09-28 16:35:30 +01:00
Leosvel Pérez Espinosa
b3676e8019
cleanup(angular): remove deprecated DataPersistence service and generator option to use it (#12236) 2022-09-28 16:13:43 +01:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support (#12279) 2022-09-28 11:08:01 -04:00
Colum Ferry
56957cc292
cleanup(angular): remove deprecated schema options from app generator (#9821) 2022-09-28 15:55:24 +01:00
Colum Ferry
6d9ec39c75
feat(angular): create routes file pattern (#11930)
add host remote correctly

library routes

fix tests
2022-09-28 15:54:53 +01:00
Colum Ferry
3dc72f0257
fix(angular): switch to using jasmine-marbles for certain symbols (#11896) 2022-09-28 15:54:40 +01:00
Jack Hsu
37bedce8ed
fix(core): add missing packages (esbuild, webpack, rollup) to nx-migration field (#12285) 2022-09-28 10:51:05 -04:00
Jason Jean
225b3a24ab chore(misc): publish 14.8.0 2022-09-28 10:47:57 -04:00
Jack Hsu
4b491c86f2
fix(web): update http-server lookup so it works with pnpm (#12269) 2022-09-28 09:37:35 -04:00
Juri Strumpflohner
bd73e3137d
docs(nxdev): add new Nx conf lightning speaker (#12284) 2022-09-28 09:30:00 -04:00
Victor Savkin
5025c300b7
chore(misc): publish 14.7.18 2022-09-28 09:11:38 -04:00
Victor Savkin
65f7d61285
fix(core): temporary disable outputs watching on inux 2022-09-28 09:07:31 -04:00
Jack Hsu
09cfbf090b
feat(react): add stylus as a dependency since stylus-loader requires it (#12266) 2022-09-28 02:07:57 +00:00
Craigory Coppola
9b63ce167a
feat(core): don't generate workspace.json for v2 workspaces (#12127) 2022-09-27 23:16:22 +00:00