465 Commits

Author SHA1 Message Date
Jack Hsu
a9e554ff79
fix(js): propagate error from child process to @nx/js:node executor (#22705) 2024-04-05 17:45:04 -04:00
Colum Ferry
1c6118e140
fix(js): append target when generating tmp tsconfig to prevent conflicts #21396 (#22671) 2024-04-05 11:58:15 -04:00
Austin Fahsl
12afa20210
fix(release): respect root .npmrc registry settings for publishing 2024-04-02 13:53:14 -06:00
Altan Stalker
902da5db58
fix(js): update jest snapshot after vite-plugin-dts bump (#22621) 2024-04-02 14:47:19 -04:00
Jack Hsu
82dc70373f
fix(js): handle case where tslib or @swc/helpers are missing from externalNodes (#22523) 2024-03-26 18:05:29 -04:00
Jack Hsu
8f02325136
fix(js): match core-js version with babel options (#22493) 2024-03-25 12:49:13 -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
Leosvel Pérez Espinosa
8baddb5f08
feat(angular): support angular 17.3.0 (#22202) 2024-03-19 14:58:23 -04:00
Austin Fahsl
cbb88f0d29
feat(release): add conventional commits configurability for version and changelog (#22004)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-03-13 18:19:24 -06:00
Austin Fahsl
38179ad278
feat(js): replace publish script with nx release config (#21474) 2024-03-05 17:53:07 -05:00
James Henry
6957937ec4
fix(release): store rawVersionSpec on versionData (#22071) 2024-03-04 13:10:19 -05:00
Austin Fahsl
8bde48fc7a
fix(release): skip lock file update if workspaces are not enabled (#22055) 2024-03-01 10:15:55 -07:00
Craigory Coppola
a89c73483e
feat(core): use flag in nx.json for toggling crystal (#21980) 2024-02-29 15:18:46 -05:00
Leosvel Pérez Espinosa
7879b3fd2e
fix(misc): fix buildable libs utils calculating dependent projects from task graph (#22015) 2024-02-29 12:09:55 -05:00
Jack Hsu
26b266faf4
fix(core): update generated README pages with more useful instructions (#21976) 2024-02-23 16:09:57 -05:00
Colum Ferry
972801ede2
fix(js): swc executor should support inlining on windows (#21801) 2024-02-13 18:48:53 +00:00
Colum Ferry
11e139c7ec
fix(js): nx release-version resolve-version-spec should normalize fetchSpec (#21710) 2024-02-10 13:58:27 +00:00
Emily Xiong
f3cdce0c7a
feat(core): update swc/register (#21755) 2024-02-09 18:09:23 -05:00
Jack Hsu
70ea82d58c
fix(js): babel preset should also check for JEST_WORKER_ID to transpile to CJS (#21754) 2024-02-09 15:49:59 -05:00
James Henry
a568df2934
fix(release): do not stop daemon in dry-run (#21743) 2024-02-09 13:45:21 -05:00
Jack Hsu
f6d2dccd62
feat(linter): add option for @nx/dependency-checks to update workspace dependencies using local file paths (#20157)
Co-authored-by: Miroslav Jonaš <missing.manual@gmail.com>
2024-02-02 14:51:49 +02:00
Jason Jean
396ffc4636
feat(core): enable project crystal by default (#21403)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2024-02-02 03:40:59 -05:00
Austin Fahsl
f21b86cff2
fix(release): skip lock file update if yarn classic (#21489) 2024-02-01 11:02:01 -07:00
Lukas
857a07d87d
fix(misc): use caret for semver version (#18140) 2024-01-31 19:48:38 +02:00
Craigory Coppola
deb0f1a492
chore(repo): bump deprecation messages to v19 (#21430) 2024-01-30 16:29:05 -05:00
Dmitry Zakharov
8ee8f3ffc3
chore(repo): bump @babel/core plugin-transform-runtime to 7.23.2 (#20952) 2024-01-30 13:50:29 -05:00
beeman
a9974d3f25
docs(misc): change http:// to https:// (#19534) 2024-01-30 11:33:13 -05:00
Colum Ferry
0b3e1f6ec4
feat(core): log to guide users to show details after project generation (#21350) 2024-01-30 10:58:49 -05:00
Zac Bristow
169a3f56c5
fix(js): allow inlined libs without imports (#20649) 2024-01-30 11:53:09 +02:00
Austin Fahsl
69636ad7ba
fix(release): do not restart the daemon when skipLockFileUpdate is set (#21389) 2024-01-29 23:07:16 +04:00
daiscog
ec38a58a9f
fix(js): fix missing top-level dependencies in publishable libs (#17730) 2024-01-29 12:23:23 -05:00
Emily Xiong
1bd2e0e639
fix(core): fix compilerOptions may not exist (#21364) 2024-01-26 22:55:03 -05:00
Austin Fahsl
9c81328b81
fix(release): disable workspace changelogs in config when not valid (#21341) 2024-01-26 21:51:29 +04:00
Leosvel Pérez Espinosa
4b88f48a18
feat(angular): support angular 17.1.0 (#20556) 2024-01-26 10:43:16 -05:00
Jack Hsu
06f726a075
fix(js): add @swc/helpers when initializing js plugin since it is needed by other plugins (#21316) 2024-01-25 09:51:48 +01:00
Austin Fahsl
fc30d1be96
fix(release): fix --first-release with conventional commits and independent projects (#21320) 2024-01-25 11:17:09 +04:00
Austin Fahsl
b6b14ddaf4
feat(release): global stageChanges option & changelog fixes (#21223) 2024-01-24 07:07:29 -07:00
Austin Fahsl
096cefb109
feat(release): update lockfile after version command (#21107) 2024-01-23 11:22:16 -07:00
Leosvel Pérez Espinosa
e4758358b0
feat(misc): optionally update package.json scripts in init generators (#21204) 2024-01-22 13:51:41 -05:00
James Henry
85c82e0b24
fix(release): versionPrefix should default to auto (#21256) 2024-01-22 14:38:48 +04:00
James Henry
6684c1f3a3
feat(release): support version prefix for dependents (#21209) 2024-01-19 10:42:28 -05:00
Jason Jean
8f6eed11d4
fix(js): set the unsafeHttpWhitelist when the set has any items (#21216) 2024-01-18 14:20:41 -05:00
Leosvel Pérez Espinosa
f98a16ff57
feat(misc): update minimatch version used across packages (#21207) 2024-01-18 19:08:15 +01: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
Austin Fahsl
8f2dee0500
feat(release): add fallback for currentVersionResolver in the version step (#21155) 2024-01-17 13:36:33 +04:00
Jack Hsu
6307a831d9
fix(js): allow inlineable dependency to be added to externals (#21051) 2024-01-09 18:32:46 +00:00
Austin Fahsl
2a669f6f43
feat(release): conventional commits support for independent projects (#21012) 2024-01-09 18:43:08 +04:00
Miroslav Jonaš
03257e2503
feat(linter): move common options to target defaults (#20583) 2024-01-09 09:12:47 +00:00
James Henry
3093de1ea5
fix(release): update error message check for npm dist-tags (#20995) 2024-01-05 02:18:22 +04:00