Craigory Coppola
|
353d8d089d
|
cleanup(core): move js lockfile parsing to v2 plugin (#18779)
|
2023-08-30 14:26:41 -04:00 |
|
Jack Hsu
|
90ca436d81
|
feat(linter): add option to ignore files based on pattern (#18863)
|
2023-08-28 16:27:14 -04:00 |
|
Thenglong Heng
|
078cf9a1ca
|
fix(js): fix swc opens swc.js instead of compiling on windows (#18723)
|
2023-08-21 18:33:43 +03:00 |
|
Leosvel Pérez Espinosa
|
195c5bfb2f
|
fix(misc): fix import path to project name and root helper (#18711)
|
2023-08-18 17:10:56 -04:00 |
|
Miroslav Jonaš
|
b152f20125
|
fix(js): fix swc compilation output path handling (#18588)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
|
2023-08-11 17:30:21 -04:00 |
|
Leosvel Pérez Espinosa
|
730260320d
|
feat(js): provide a new way of generating project name and root directory for libraries (#18420)
|
2023-08-10 13:30:46 -04:00 |
|
Jack Hsu
|
d63d3573c4
|
feat(js): add generateExportsField and additionalEntryPoints options to update exports field when building with tsc/swc (#18319)
|
2023-08-01 09:23:48 -06:00 |
|
Miroslav Jonaš
|
63521d7e13
|
fix(js): ensure compile swc uses current package manager (#18321)
|
2023-07-28 21:43:40 +02:00 |
|
Emily Xiong
|
2e6592c533
|
fix(devkit): use Workspace in devkit for backwards compatibility (#18246)
|
2023-07-21 16:54:30 -04:00 |
|
Emily Xiong
|
717a8dd027
|
chore(core): move readNxJson out of Workspaces (#18127)
|
2023-07-21 10:07:34 -04:00 |
|
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
|
ae773d547e
|
fix(linter): skip verifying deps of deps by default in package.json (#18058)
|
2023-07-12 20:59:36 -04:00 |
|
Colum Ferry
|
77bb4b7429
|
feat(angular): add support for TS Module Federation Config #15739 (#17876)
|
2023-07-12 16:14:52 +01:00 |
|
Leosvel Pérez Espinosa
|
95a2256a34
|
feat(misc): deprecate executor options to generate package.json for libraries (#17923)
|
2023-07-11 15:28:03 +00:00 |
|
Miroslav Jonaš
|
28a071f243
|
fix(js): ignore dependencies from non-index root files for create-package-json (#17930)
|
2023-07-05 17:47:49 +02: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 |
|
Miroslav Jonaš
|
ef8c4ed095
|
feat(linter): add rule for dependency checking (#17581)
|
2023-06-23 10:26:44 -04:00 |
|
Leosvel Pérez Espinosa
|
1fcba1a43a
|
feat(angular): support angular v16.1 (#17155)
|
2023-06-22 14:45:31 +01: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 |
|
Emily Xiong
|
7baad04ea5
|
feat(nx-plugin): add verdaccio to create package e2e (#17566)
|
2023-06-16 09:45:52 -04:00 |
|
Miroslav Jonaš
|
26538097f3
|
fix(core): ensure createPackageJson does not override existing config (#17471)
|
2023-06-12 20:59:39 +02:00 |
|
Jack Hsu
|
edf0b1ce20
|
feat(js): add setup-build generator for JS packages (#17523)
|
2023-06-12 12:38:26 -04:00 |
|
Jack Hsu
|
08339ee49f
|
feat(js): do not generate root babel.config.json for babel projects (#17289)
|
2023-06-06 15:45:33 -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 |
|
Leosvel Pérez Espinosa
|
c68b4bfb47
|
fix(js): do not overwrite supported typescript version (#17350)
|
2023-06-01 15:22:53 +01:00 |
|
Itrulia
|
dfa19f51a2
|
fix(js): postProcessInlinedDependencies throwing error on movePackage (#16127)
|
2023-05-31 15:45:34 +00:00 |
|
Colum Ferry
|
2865b8d3db
|
fix(js): log config file errors correctly (#17311)
|
2023-05-30 16:01:45 +01:00 |
|
Jack Hsu
|
3634abb3fc
|
feat(js): allow root js lib project to be generated (#17245)
|
2023-05-26 12:11:10 -04:00 |
|
Emily Xiong
|
be2ccb802e
|
feat(js): add verdaccio executor (#16928)
|
2023-05-25 11:10:16 -04:00 |
|
Victor Savkin
|
0848031dd9
|
feat(core): move task hashing into daemon
|
2023-05-17 11:37:57 -04:00 |
|
AgentEnder
|
ae6e90c86d
|
fix(misc): workspaces using nx wrapper do not contain a package.json, so don't read the scope from it
|
2023-05-16 22:27:56 -04:00 |
|
Jason Jean
|
6b928bc250
|
feat(js): refactor usages of npmScope (#16947)
|
2023-05-15 16:06:24 -04:00 |
|
Colum Ferry
|
392312f847
|
fix(react): extracting the tsconfig base should also copy existing paths (#16936)
|
2023-05-11 15:08:52 +00:00 |
|
Jack Hsu
|
8d35edac39
|
fix(nextjs): add workspace dependencies to transpilePackages automatically (#16774)
|
2023-05-04 18:08:34 -04:00 |
|
Leosvel Pérez Espinosa
|
f45aa076da
|
feat(angular): support angular v16 (#15592)
|
2023-05-03 11:02:07 -04:00 |
|
Jason Jean
|
feef6472c5
|
fix(js): do not depend on nx for typescript utils (#16642)
|
2023-04-28 11:57:32 -04:00 |
|
Ashley Hunter
|
fbf8d9c99f
|
feat(js): adding simpleName option to library generator (#16025)
|
2023-04-27 11:28:34 -04:00 |
|
Miroslav Jonaš
|
262865841d
|
feat(repo): migrate to pnpm (#16284)
|
2023-04-25 17:57:36 -04:00 |
|
Philip Fulcher
|
555cacd87d
|
fix(js): fix minimal publish script devkit import (#16559)
|
2023-04-25 15:48:25 -06:00 |
|
Colum Ferry
|
9f4d02d968
|
feat(js): update the lib version in base tsconfig to es2020 (#16429)
|
2023-04-20 18:10:32 +01:00 |
|
Miroslav Jonaš
|
bc0bbb0b4b
|
feat(linter): add internal rules to prevent deep nx imports (#16430)
|
2023-04-20 11:42:55 -04:00 |
|
Jack Hsu
|
bef152d94e
|
feat(bundling): remove esbuild 0.16.0 support (#16435)
|
2023-04-20 08:14:52 -06:00 |
|
Miroslav Jonaš
|
4a4fc19055
|
fix(core): enforce fixed versions only for apps with createPackageJson (#16398)
|
2023-04-20 09:16:32 +02:00 |
|
Emily Xiong
|
840048480f
|
feat(core): update create-nx-plugin to generate cli library (#15994)
|
2023-04-19 20:36:11 -04:00 |
|
Jason Jean
|
76dfc62412
|
feat(web): replace usages of @nrwl with @nx (#16376)
|
2023-04-19 10:59:41 -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 |
|
Jack Hsu
|
fda18e0dbc
|
feat(js): update @swc/core and @swc/helpers packages (#16372)
|
2023-04-18 14:57:48 -04:00 |
|
Miroslav Jonaš
|
2dd59c3b57
|
feat(core): extract js related code from affected and hasher (#16244)
|
2023-04-18 10:42:05 -04:00 |
|
Jason Jean
|
2d195007b0
|
feat(core): switch packages to use the @nx scope (#16069)
|
2023-04-14 19:56:37 -04:00 |
|
Caleb Ukle
|
85b3315b34
|
chore(misc): update snapshots to latest format (#16276)
|
2023-04-14 11:29:06 -04:00 |
|