Krystian Sowiński
ea5c910e12
fix(bundling): rollup does not log build errors ( #23141 )
...
closed 22896
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
given using @nx/rollup:rollup executor
when an error is thrown
then no message is logged (just stacktrace)
## Expected Behavior
error message to be displayed (as it was till v18.2.0)
## Related Issue(s)
Fixes #22896
2024-05-08 11:22:24 +01:00
Jason Jean
a64a7e2db9
feat(core): cleanup for v19 ( #22993 )
2024-05-01 12:12:32 -04:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets ( #22946 )
2024-04-23 21:52:13 -04:00
Jack Hsu
5e08b153c9
feat(bundling): upgrade rollup to v4 ( #22656 )
2024-04-18 22:08:07 -04:00
Jack Hsu
3ca5c7896c
fix(bundling): show codeframes for Rollup build errors ( #22845 )
2024-04-16 16:39:22 -04:00
Jason Jean
bf206e578e
feat(misc): non conflicting init/add flow ( #22791 )
2024-04-15 16:45:08 -04:00
Colum Ferry
7dcd043362
fix(js): do not default to commonjs type field in package.json ( #22819 )
2024-04-15 15:55:34 +01:00
Craigory Coppola
7a7cbeca44
feat(core): re-enable running plugins in isolation ( #22527 )
2024-04-09 18:36:33 -04:00
Jack Hsu
8a9e2fd543
fix(bundling): print errors from rollup build ( #22707 )
2024-04-05 17:13:08 -04:00
Jack Hsu
430aecc156
fix(bundling): support exported array of options for rollup ( #22703 )
2024-04-05 15:45:19 -04:00
Jack Hsu
554770f6b7
fix(rollup): remove exports field from @nx/rollup/package.json since is a breaking change ( #22545 )
2024-03-27 14:55:20 -04:00
Jack Hsu
f839ed14c0
fix(js): migrate core-js to 3.36 for workspaces that use it ( #22495 )
2024-03-26 10:59:12 -04:00
Jack Hsu
61cb63dad2
fix(js): update babel preset to specify minor version of core-js for better optimization ( #22433 )
2024-03-21 22:09:56 -04:00
Jack Hsu
db70b9a0fc
feat(bundling): refactor rollup executor to perform single build for all formats ( #22436 )
2024-03-21 13:23:01 -06:00
James Henry
1fe5b98f45
fix(linter): refactor pcv3 plugin, expose configFiles on context ( #21677 )
2024-03-15 16:29:13 -04:00
Colum Ferry
729e0a15ce
feat(bundling): crystalize rollup ( #22045 )
2024-02-29 13:56:09 -05:00
Colum Ferry
f046c52e5c
feat(bundling): rollup should support ESM config files ( #21999 )
2024-02-28 12:26:34 -05:00
Nikita Barsukov
fa226c9a9a
feat(bundling): bump rollup-plugin-typescript2 version ( #20609 )
2024-02-06 19:27:51 +02:00
Emily Xiong
d1bf692704
fix(js): package type is module should emit esm ( #21473 )
2024-02-02 11:31:31 -05:00
Phillip Barta
153905d4ec
cleanup(bundling): remove unused dependency fast-glob from @nx/rollup ( #20494 )
2024-01-30 19:53:42 +02:00
beeman
a9974d3f25
docs(misc): change http:// to https:// ( #19534 )
2024-01-30 11:33:13 -05:00
Jason Jean
1ffd6731dc
feat(core): add target defaults in configuration generators rather th… ( #21105 )
2024-01-17 16:02:47 -05:00
Emily Xiong
6141f44203
feat(core): add keepExistingVersions to all packages ( #21169 )
2024-01-17 14:22:58 -05:00
Leosvel Pérez Espinosa
047dc22aed
cleanup(misc): clean up init generators ( #21088 )
2024-01-16 15:29:44 +01:00
Yann Thibodeau
b40773c915
fix(bundling): added back code to handle skipTypeField option of rollup executor options + tests ( #20460 )
2023-12-19 14:05:46 -05:00
Benjamin Cabanes
db77ddef8a
chore(repo): update packages readme banner ( #20695 )
2023-12-11 11:32:42 -05:00
Benjamin Cabanes
5a305d41de
feat(nx-dev): add homepage updates ( #20592 )
...
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2023-12-08 14:40:42 -05:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins ( #20228 )
2023-11-17 15:31:03 -05:00
Jason Jean
d0005c954f
feat(core): remove deprecated defaultCollection and npmScope nx.json … ( #19708 )
2023-10-18 18:03:57 -04:00
Colum Ferry
80fde79374
feat(misc): remove deprecated Angular CLI usage of schematics and builders ( #19557 )
2023-10-13 17:14:16 +01:00
Jack Hsu
76a7506074
feat(js): remove options to update package.json dependencies and peerDependencies ( #19543 )
2023-10-12 12:06:45 -04:00
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
Jack Hsu
fdbf000c51
feat(js): warn users when additionalEntryPoints do not match any files ( #19107 )
2023-09-12 11:19:26 -04:00
Jack Hsu
99c44f9e88
fix(bundling): add faux-ESM files so "import" in Node works with both named and default exports ( #18916 )
2023-08-30 15:41:21 -04:00
Jack Hsu
226dfaf7a4
feat(js): carry-over known build options (main, tsConfig, etc.) when running setup-build generator ( #18742 )
2023-08-28 10:36:18 -04:00
Emily Xiong
9d5a3830be
feat(misc): remove dotenv from executors ( #18719 )
2023-08-22 20:00:37 -04:00
Leosvel Pérez Espinosa
9cd0cf899a
fix(misc): set the correct dependency range for dotenv in plugins ( #18573 )
2023-08-10 13:02:50 -04:00
Jack Hsu
661efa913d
feat(bundling): generate matching d.ts files for rollup ( #18342 )
2023-07-28 09:04:26 +02:00
Jack Hsu
28df2057fd
chore(repo): replace dep check script with new lint rule ( #18060 )
2023-07-19 17:07:52 -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
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
Leosvel Pérez Espinosa
8be6558700
fix(misc): fix migrations updating target options to consider target defaults ( #18064 )
2023-07-11 11:21:24 -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
Leosvel Pérez Espinosa
64765eb313
feat(misc): change updateBuildableProjectDepsInPackageJson option default value to false ( #17920 )
2023-07-06 09:06:48 +01:00
Evan Gillogley
162b144467
fix(bundling): add skipTypeField back for rollup executor ( #17629 )
2023-06-22 14:30:35 -04:00
Jack Hsu
edf0b1ce20
feat(js): add setup-build generator for JS packages ( #17523 )
2023-06-12 12:38:26 -04:00
Jack Hsu
f55241bc7d
docs(bundling): fix a typo causing tabs to not render correctly ( #17470 )
2023-06-07 14:57:00 -04:00
Jack Hsu
0fc8053c74
docs(bundling): updated webpack and rollup executor examples ( #17466 )
2023-06-07 18:31:13 +00: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