Leosvel Pérez Espinosa
ca5e673a80
feat(misc): add alternative implementation to calculate buildable dependencies using the task graph ( #18125 )
2023-07-19 15:11:13 -04:00
Jack Hsu
b07d24ef42
feat(js): create package.json with proper defaults ( #18091 )
...
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2023-07-18 08:53:18 +02:00
MaxKless
59f696c85b
cleanup(misc): remove outdated run-e2e-tests targets ( #18147 )
2023-07-17 15:05:39 -04:00
Leosvel Pérez Espinosa
d10aeb49ac
fix(js): post-process skipped tasks by the ts compiler in tsc batch implementation ( #17938 )
2023-07-10 14:30:25 +01:00
Leosvel Pérez Espinosa
64765eb313
feat(misc): change updateBuildableProjectDepsInPackageJson option default value to false ( #17920 )
2023-07-06 09:06:48 +01:00
Denis Frenademetz
47d23c8436
fix(js): js:node executor resolves main.js and build options correctly ( #17884 )
...
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-07-05 10:10:15 +00:00
Jack Hsu
335c2d5160
fix(js): detect helpers correctly when pnpm external nodes are suffixed with version ( #17694 )
2023-06-21 14:16:52 -04:00
Katerina Skroumpelou
36838d6211
fix(js): node executor should always log error ( #17622 )
2023-06-16 16:45:05 +00:00
Jack Hsu
edf0b1ce20
feat(js): add setup-build generator for JS packages ( #17523 )
2023-06-12 12:38:26 -04:00
Emily Xiong
075ac2545d
chore(repo): change e2e to use verdaccio executor ( #17347 )
2023-06-07 12:26:43 -04:00
Leosvel Pérez Espinosa
b6cdf9d975
feat(js): add initial/experimental batch execution implementation for tsc executor ( #17287 )
2023-06-05 17:18:52 -04:00
Jason Jean
a0d18bb588
chore(repo): replace references to @nrwl in e2e tests ( #16441 )
2023-04-24 18:48:44 -04:00
Jack Hsu
ab609a26d8
fix(js): update swc options so path mappings can work in all environments ( #16390 )
2023-04-19 10:38:01 -04:00
Miroslav Jonaš
cafb49ac84
feat(core): remove @nrwl/workspace:lib ( #16122 )
2023-04-12 15:28:09 -04:00
Katerina Skroumpelou
16ad3086be
fix(js): libraries should be buildable by default ( #15533 )
2023-03-09 14:20:19 -05:00
Katerina Skroumpelou
b84125f9dd
fix(js): integrate buildable bundler and compiler options ( #15376 )
2023-03-03 09:56:57 -05:00
Miroslav Jonaš
9a014c792c
fix(core): plugin should not override existing external nodes ( #15219 )
2023-03-02 17:53:20 -05:00
Chau Tran
c981ac2e0d
fix(js): handle swcrc path mappings if specified ( #15328 )
2023-03-01 10:05:56 -07:00
Jason Jean
92610fe4b6
chore(repo): update nx to 15.8.0-beta.7 ( #15293 )
2023-02-27 17:24:06 -05:00
Jason Jean
84fedf36e0
Revert "chore(repo): update nx to 15.8.0-beta.6" ( #15274 )
2023-02-26 12:39:15 -05:00
Jason Jean
3c50474f40
chore(repo): update nx to 15.8.0-beta.6 ( #15247 )
2023-02-26 02:26:53 -05:00
Chau Tran
281881d268
fix(js): use .swcrc for swcrc path for swc lib ( #15205 )
2023-02-24 08:55:47 -05:00
Katerina Skroumpelou
5d54f71398
fix(webpack): add babelUpwardRootMode ( #15061 )
2023-02-17 17:09:57 +00:00
Miroslav Jonaš
b80286191d
feat(core): refactor lock file parsing and pruning ( #13864 )
...
Co-authored-by: Jason Jean <FrozenPandaz@users.noreply.github.com>
Co-authored-by: Victor Savkin <vsavkin@users.noreply.github.com>
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-06 11:39:36 -05:00
Jason Jean
dc6da76900
cleanup(core): move js graph creation its own folder ( #14283 )
2023-01-26 10:48:32 -05:00
Jack Hsu
5e11adbba4
feat(js): move babel preset to @nrwl/js/babel so @nrwl/web is not… ( #14478 )
2023-01-23 15:32:07 +00:00
Miroslav Jonaš
23c23272ce
feat(js): add lockfile generator to js plugin ( #13968 )
2023-01-17 22:44:33 +01:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets ( #14080 )
2023-01-04 11:34:50 -05:00
Jack Hsu
8f267ed2fc
chore(js): add e2e test to check built package.json ( #13981 )
2022-12-22 23:44:16 +00:00
Victor Savkin
8572eed44e
feat(core): add the ability to specify multiple targets
2022-12-22 14:21:06 -05:00
Jack Hsu
e240339f33
feat(js): add --bundler=vite support for JS libs ( #13716 )
2022-12-09 14:36:09 -05:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json ( #13040 )
2022-11-08 13:12:31 -05:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 ( #12586 )
2022-10-13 18:34:24 -04:00
Chau Tran
b17893c358
fix(js): inlined buildable libraries original output should not be removed ( #12483 )
...
Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
2022-10-11 23:43:56 +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
Miroslav Jonaš
5e293eba4c
feat(core): map lock file data to external dependencies ( #12185 )
2022-10-05 20:58:28 -04:00
Victor Savkin
e778644323
Revert "chore(js): inline non-buildbale ( #12170 )"
...
This reverts commit 24cb3cd57442229e81f8a85452c56818d26194a6.
2022-09-27 10:29:55 -04:00
Chau Tran
24cb3cd574
chore(js): inline non-buildbale ( #12170 )
...
Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
2022-09-27 11:23:09 +00:00
Miroslav Jonaš
88be1d0033
fix(js): add cleanup on e2e tests ( #12094 )
2022-09-19 21:16:00 +02:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin ( #11966 )
2022-09-12 21:19:50 +01:00
Victor Savkin
a914f78701
chore(repo): fix e2e tests
2022-09-12 13:47:49 -04:00
Victor Savkin
db74bc7674
feat(core): create the daemon socket file in the tmp dir instead of node modules
2022-09-08 18:37:32 -04:00
Victor Savkin
0d9dbae789
feat(core): use daemon to watch outputs to enable cache restoration optimization
2022-09-08 10:58:50 -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
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3
2022-08-12 16:10:56 -04:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Chau Tran
36010c1c0e
feat(js): implement a smarter compiler (tsc, swc) helper dependency d… ( #10297 )
...
* feat(js): implement a smarter compiler (tsc, swc) helper dependency detection
ISSUES CLOSED : #10270
* chore(js): add test to check for swc/helpers upon build lib
2022-05-20 14:14:30 -05:00
Victor Savkin
6351413b98
fix(core): preserve dash casing when passing args to executors
2022-05-17 14:48:53 -04:00
Miroslav Jonas
8a88b989fa
chore(repo): increase timeout for jest e2e tests
2022-05-17 13:45:03 -04:00