Jason Jean
|
47e9fc8ed6
|
feat(misc): remove migrations for v14 and under (#19552)
|
2023-10-11 10:46:17 -04:00 |
|
Jason Jean
|
5cc87bfdc2
|
fix(misc): properly add extra dependencies to packages (#19334)
|
2023-09-26 00:09:29 -04:00 |
|
Craigory Coppola
|
dc8b408b1a
|
feat(react): allow setting react preset to production when using custom BABEL_ENV (#19148)
|
2023-09-13 17:14:52 -04:00 |
|
Jack Hsu
|
769974b45a
|
feat(vue): init, app, component and lib generators (#19130)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
|
2023-09-13 15:05:10 -04:00 |
|
Isaac Mann
|
c2c664a055
|
docs(core): add directory flag to all project generators (#18977)
|
2023-09-07 09:36:25 -04:00 |
|
Jack Hsu
|
f110d0c0e6
|
chore(react): update unit tests to use "as-provided" when generating apps/libs (#18893)
|
2023-08-30 09:13:05 -06:00 |
|
Phillip Barta
|
660f0a6d60
|
feat(web): use daemon file-watcher for file-server executors (#14284)
|
2023-08-30 09:27:17 -04:00 |
|
Leosvel Pérez Espinosa
|
6640c32748
|
feat(web): use helper to determine project name and root in application generator (#18737)
|
2023-08-22 15:25:33 +01:00 |
|
Jack Hsu
|
750f485b93
|
fix(web): generate .swcrc file with modern defaults when creating new webapps (#18749)
|
2023-08-22 07:05:30 -04:00 |
|
Emily Xiong
|
107a7536b8
|
fix(testing): make the default react playwright test to pass (#18559)
|
2023-08-11 10:37:28 -04:00 |
|
Caleb Ukle
|
27923fd2d8
|
feat(web): add playwright e2eTestRunner option (#18284)
|
2023-08-01 10:53:06 -04:00 |
|
Jack Hsu
|
28df2057fd
|
chore(repo): replace dep check script with new lint rule (#18060)
|
2023-07-19 17:07:52 -04:00 |
|
Jack Hsu
|
38fa586b78
|
feat(testing): rename jest-project generator to "configuration" generator for consistency in naming (#18006)
|
2023-07-07 16:17:41 -04:00 |
|
Jack Hsu
|
24e45d494f
|
feat(bundling): rename esbuild-project, rollup-project, and webpack-project generators to "configuration" generators for consistency in naming (#18003)
|
2023-07-07 13:59:41 -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 |
|
Jack Hsu
|
fe4682a0e7
|
fix(web): use 127.0.0.1 loopback address when checking if a port is open (#17192)
|
2023-05-24 15:28:48 -04:00 |
|
Jack Hsu
|
c97502af3a
|
feat(react): run remote serve in parallel to speed up server startup (#17112)
|
2023-05-24 08:57:47 -04:00 |
|
Colum Ferry
|
28df4181ae
|
fix(web): file watcher should only watch files in its project #17085 (#17113)
|
2023-05-22 09:25:26 +01:00 |
|
Caleb Ukle
|
4896126c32
|
fix(web): provide free port to http-server (#16917)
|
2023-05-19 11:55:10 -05:00 |
|
Craigory Coppola
|
cac64d7a8b
|
chore(repo): setup internal testing utils structure (#17043)
|
2023-05-16 11:34:10 -04:00 |
|
Jack Hsu
|
826befa22d
|
fix(web): undo core-js removal (#17048)
|
2023-05-16 09:19:02 -04:00 |
|
Nicholas Cunningham
|
832fa71488
|
fix(react): bump migration version (#16822)
|
2023-05-06 14:32:11 -06:00 |
|
Nicholas Cunningham
|
4750a1daa4
|
fix(react): remove outdated packages (#16786)
|
2023-05-05 14:42:43 -04:00 |
|
Leosvel Pérez Espinosa
|
f45aa076da
|
feat(angular): support angular v16 (#15592)
|
2023-05-03 11:02:07 -04:00 |
|
Isaac Mann
|
afa5eb59fa
|
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
|
2023-04-27 18:14:59 -04:00 |
|
Jack Hsu
|
ae8c47b75a
|
feat(web): expose cache, compression options for file-server (#16546)
Co-authored-by: Ryan Diehl <rydiehl@cisco.com>
|
2023-04-25 13:32:46 -04:00 |
|
Jason Jean
|
88b9687451
|
fix(linter): fix legacy linter migrations (#16462)
|
2023-04-21 13:29:09 -04:00 |
|
Jason Jean
|
ff8074bf75
|
chore(repo): update to nx 16.0.0-beta.5 (#16347)
|
2023-04-21 10:17:56 -04:00 |
|
Jack Hsu
|
8de17ab1e0
|
feat(web): remove deprecated executors (#16416)
|
2023-04-20 17:50:31 -04:00 |
|
Jason Jean
|
76dfc62412
|
feat(web): replace usages of @nrwl with @nx (#16376)
|
2023-04-19 10:59:41 -04:00 |
|
Jason Jean
|
5a0a4e8d26
|
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages (#16351)
|
2023-04-18 12:15:33 -04:00 |
|
Jason Jean
|
2d195007b0
|
feat(core): switch packages to use the @nx scope (#16069)
|
2023-04-14 19:56:37 -04:00 |
|
Craigory Coppola
|
2ddf806fa1
|
chore(repo): move our migrations to 'generators' rather than 'schematics' (#16291)
|
2023-04-14 15:25:58 -04:00 |
|
Caleb Ukle
|
85b3315b34
|
chore(misc): update snapshots to latest format (#16276)
|
2023-04-14 11:29:06 -04:00 |
|
Miroslav Jonaš
|
cafb49ac84
|
feat(core): remove @nrwl/workspace:lib (#16122)
|
2023-04-12 15:28:09 -04:00 |
|
Emily Xiong
|
3eede1c7de
|
feat(react): deprecate styl from react and next for 17 (#16135)
|
2023-04-12 08:23:13 -04:00 |
|
Leosvel Pérez Espinosa
|
4eb7cc7bf1
|
fix(misc): skip formatting files in nested generator calls (#15961)
|
2023-03-31 11:22:18 -04:00 |
|
Jason Jean
|
9723859902
|
fix(web): add migration for dropped dependencies (#15991)
|
2023-03-30 22:45:11 +00:00 |
|
Benjamin Cabanes
|
85aed9e8e4
|
chore(core): add new nx-cloud logo (#15979)
|
2023-03-30 12:34:58 -04:00 |
|
Jason Jean
|
4a55ee9a33
|
fix(js): run prettier with default options when theres no prettierrc (#15888)
|
2023-03-27 18:00:24 -04:00 |
|
Colum Ferry
|
597832e88f
|
fix(angular): use @nrwl/web:file-server (#15849)
|
2023-03-27 09:42:53 +01:00 |
|
Jack Hsu
|
b124b97c36
|
feat(testing): add static serve target for e2e tests in CI (#15808)
|
2023-03-22 18:53:02 +00:00 |
|
Craigory Coppola
|
6834b658f7
|
fix(nx-plugin): allow some customization when running nx-plugins (#15438)
|
2023-03-21 18:35:55 -04:00 |
|
Jack Hsu
|
e772ee22bd
|
feat(web): remove hard dependencies on cypress, rollup, jest, and linter (#15797)
|
2023-03-21 11:46:12 -04:00 |
|
Jason Jean
|
4d9df3d9cb
|
fix(js): do not run prettier when we can run formatFiles (#15740)
|
2023-03-17 17:32:37 -04:00 |
|
Jack Hsu
|
24b82edbed
|
feat(core): move prettier init logic from @nrwl/workspace to @nrwl/js (#15501)
|
2023-03-09 16:01:19 -05:00 |
|
Caleb Ukle
|
3a4b108dd8
|
feat(web): add a generator to add @nrwl/web:file-server target (#15434)
|
2023-03-07 13:09:57 -06:00 |
|
Colum Ferry
|
8744698a01
|
feat(devkit): move runTasksInSerial to devkit (#15467)
|
2023-03-06 13:55:44 -05:00 |
|
Caleb Ukle
|
76fcf7a319
|
fix(web): update snapshots from vite tsconfig changes (#15398)
|
2023-03-02 15:56:34 -05:00 |
|
Jason Jean
|
92610fe4b6
|
chore(repo): update nx to 15.8.0-beta.7 (#15293)
|
2023-02-27 17:24:06 -05:00 |
|