@moonrepo/cli 1.8.3 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +31 -1110
  2. package/README.md +2 -2
  3. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.9.0
4
+
5
+ #### 🚀 Updates
6
+
7
+ - Added VCS hooks management support.
8
+ - Added `vcs.hooks` and `vcs.syncHooks` settings to `.moon/workspace.yml`.
9
+ - Added `moon sync hooks` command.
10
+ - Added `--clean` and `--force` flags to `moon sync codeowners` command.
11
+ - Updated `moon init` to:
12
+ - Detect an applicable VCS provider and set the `vcs.provider` setting.
13
+ - Convert a detected tool version to a fully-qualified semantic version.
14
+ - **Node.js**
15
+ - Moved syncing logic from `InstallNodeDeps` action to `SetupNodeTool` action. This includes
16
+ syncing `packageManager`, `engines`, and version files. This should feel more natural.
17
+
18
+ #### 🐞 Fixes
19
+
20
+ - Fixed an issue where task hashes would be different between Windows and Unix machines.
21
+ - Root cause is that arguments would use different path separators.
22
+ - Fixed an issue where `dev`, `start`, or `serve` tasks would not always be marked as `local`.
23
+ - Fixed an issue where inherited tasks parameters (inputs, deps, etc) would sometimes be lost based
24
+ on the merge strategy.
25
+ - Fixed an issue with dependency graph cycle detection.
26
+
27
+ #### ⚙️ Internal
28
+
29
+ - Updated to proto v0.11.
30
+ - Dropped SVN support since it was never finished and doesn't work.
31
+ - Improved VCS file handling, caching, and performance.
32
+
3
33
  ## 1.8.3
4
34
 
5
35
  #### 🐞 Fixes
@@ -38,8 +68,7 @@
38
68
  - Added a new action to the graph, `SyncWorkspace`, that'll be used for workspace-level checks.
39
69
  - Added `workspace.syncing` and `workspace.synced` webhooks.
40
70
  - Added `MOON_OUTPUT_STYLE` and `MOON_RETRY_COUNT` environment variables.
41
-
42
- - Rust
71
+ - **Rust**
43
72
  - Improved Cargo workspace root and members detection.
44
73
 
45
74
  #### ⚙️ Internal
@@ -331,1111 +360,3 @@
331
360
  Woodpecker.
332
361
  - Will now attempt to detect CD environments for more accurate metrics.
333
362
  - We now create a [cache directory tag](https://bford.info/cachedir) in `.moon/cache`.
334
-
335
- ## 0.26.6
336
-
337
- #### 🐞 Fixes
338
-
339
- - Fixed an issue where using a custom project language would break the project graph cache.
340
-
341
- ## 0.26.5
342
-
343
- #### 🐞 Fixes
344
-
345
- - Fixed an issue with pnpm lockfile parsing.
346
- - Fixed an issue where the project graph cache wouldn't be invalidated if moon was ran from a
347
- sub-directory.
348
-
349
- ## 0.26.4
350
-
351
- #### 🐞 Fixes
352
-
353
- - Fixed an issue where failing tasks ran with the global `moon` binary wouldn't bubble up the
354
- correct exit code.
355
- - Fixed an issue where a root-level project was synced as a TypeScript project reference to itself.
356
-
357
- ## 0.26.3
358
-
359
- #### 🚀 Updates
360
-
361
- - Task `inputs` declared as literal file paths will now be logged to the console as a warning when
362
- they do not exist during hashing.
363
-
364
- #### 🐞 Fixes
365
-
366
- - Fixed an issue when project dependencies that form a cycle would recurse indefinitely and panic.
367
-
368
- ## 0.26.2
369
-
370
- #### 🐞 Fixes
371
-
372
- - Fixed an issue where tasks with `cache` disabled were considered empty hashes when declared as a
373
- dependency of another task.
374
- - Fixed an issue where matching against `package.json` workspaces would sometimes fail.
375
- - Fixed an issue where glob parsing would sometimes fail on Windows.
376
-
377
- ## 0.26.1
378
-
379
- #### 🚀 Updates
380
-
381
- - Unknown config fields will now display a warning.
382
-
383
- #### 🐞 Fixes
384
-
385
- - Fixed an issue where `moon docker setup` couldn't find the manifest file for staged builds.
386
-
387
- #### ⚙️ Internal
388
-
389
- - Added a `MOON_DEBUG_PROCESS_ENV` env var for debugging processes.
390
- - Updated glob failures to include the glob expression for easier debugging.
391
-
392
- ## 0.26.0
393
-
394
- #### 💥 Breaking
395
-
396
- - Toolchain has been moved to `~/.proto` from `~/.moon`. This should be a transparent change, but at
397
- minimum your tools will be re-downloaded and installed.
398
- - Targets that generate an empty hash are now considered a failure, as they may be an edge case not
399
- accounted for.
400
-
401
- #### 🚀 Updates
402
-
403
- - Added a `moon docker setup` command for efficiently installing project dependencies.
404
- - Added a `moon query hash` command for inspecting the hash manifest.
405
- - Added a `moon query hash-diff` command for diffing 2 hashes.
406
- - Updated moon's toolchain to build upon [proto](https://github.com/moonrepo/proto), our new
407
- toolchain layer.
408
- - Updated our toolchain and configuration to take `.prototools` into account.
409
-
410
- #### 🐞 Fixes
411
-
412
- - Fixed hashing to avoid including `git status` files when running in CI.
413
- - Fixed an issue where dependencies of an affected target were not always being ran.
414
- - Fixed an issue where gitignored folders were being considered projects if the globs matched.
415
- - Fixed an issue where project-level glob negations (starting with `!`) weren't being handled
416
- correctly.
417
-
418
- #### ⚙️ Internal
419
-
420
- - Updated terminal checkpoint colors for tools to pink (to match proto).
421
- - Migrated to rustls from openssl. Please report any TLS/SSL issues.
422
- - Loosened `package.json` parsing.
423
-
424
- ## 0.25.4
425
-
426
- #### 🐞 Fixes
427
-
428
- - Fixed an issue where an object `browser` field in `package.json` would fail to parse.
429
- - Fixed an issue where checking for a new version would constantly run.
430
- - Fixed an issue where `moon upgrade` would not report a newer available version.
431
-
432
- ## 0.25.3
433
-
434
- #### 🐞 Fixes
435
-
436
- - Fixed an issue where workspace relative `outputs` were not being included in the hashed tarball.
437
-
438
- #### ⚙️ Internal
439
-
440
- - Reduced new version check to once every 12 hours.
441
-
442
- ## 0.25.2
443
-
444
- #### 🐞 Fixes
445
-
446
- - Fixed an issue where hashing would attempt to hash a directory and crash.
447
- - Fixed an issue where attempting to hash a large number of files (think 10,000) would hang.
448
- - Fixed an issue where offline checks would take longer than expected.
449
- - Fixed an issue where the project graph cache would not invalidate when Rust internals have
450
- changed.
451
-
452
- ## 0.25.1
453
-
454
- #### 🚀 Updates
455
-
456
- - Added a `--force` flag to `moon run` that will bypass affected checks. Useful for always forcing a
457
- run in CI.
458
-
459
- #### 🐞 Fixes
460
-
461
- - Fixed an issue where `moon init` would panic while checking for a newer version.
462
-
463
- ## 0.25.0
464
-
465
- #### 💥 Breaking
466
-
467
- - Updated `node.version` and `node.<packageManager>.version` to no longer default to a hard-coded
468
- version. When not defined, will fallback to the binary available on `PATH`.
469
- - Updated touched files (in context and queries) to be workspace relative paths instead of absolute.
470
-
471
- #### 🚀 Updates
472
-
473
- - Added experimental Deno tier 2 support.
474
- - Added offline (no internet connection) support.
475
- - Added project-level TypeScript settings via `toolchain.typescript` in `moon.yml`.
476
- - Updated `language` setting in `moon.yml` to support any custom language.
477
- - Updated project, task, and target identifiers to support periods (`.`).
478
-
479
- ##### Moonbase
480
-
481
- - CI runs can now be tracked in moonbase to gather insights and metrics.
482
-
483
- #### 🐞 Fixes
484
-
485
- - Fixed an issue where task outputs were considered as input sources when hashing, causing
486
- unnecessary cache misses.
487
-
488
- #### ⚙️ Internal
489
-
490
- - Updated Rust to v1.67.
491
- - Updated local development to support BSD based unix distros.
492
- - Added `context` to `pipeline.started` and `pipeline.finished` events.
493
- - Refactored glob matching to use workspace relative paths instead of absolute. Please report an
494
- issue if hashing or affected detection is now inaccurate.
495
- - We now build against older operating systems in an attempt to solve GLIBC version errors.
496
-
497
- ## 0.24.3
498
-
499
- #### 🐞 Fixes
500
-
501
- - Fixed an issue where `moon query projects --affected` would hang indefinitely waiting for stdin.
502
- - Fixed an issue where changing `projects` globs wouldn't immediately invalidate the cache.
503
-
504
- ## 0.24.2
505
-
506
- #### 🚀 Updates
507
-
508
- - Added Homebrew as an installation option.
509
- - Added a `moon upgrade` command to upgrade moon to the latest version.
510
-
511
- #### 🐞 Fixes
512
-
513
- - Fixed `moon bin` failing, even when a tool has been configured.
514
-
515
- ## 0.24.1
516
-
517
- #### 🐞 Fixes
518
-
519
- - Fixed an issue around comparison estimate calculation for run reports.
520
-
521
- ## 0.24.0
522
-
523
- Remote caching is now publicly available through our new service
524
- [moonbase](https://moonrepo.dev/moonbase)! Sign up for a [free account](https://moonrepo.app/) and
525
- immediately see the benefits in your CI pipelines.
526
-
527
- #### 💥 Breaking
528
-
529
- - Moved `moon query projects` JSON output behind a `--json` flag.
530
- - Moved `moon query touched-files` JSON output behind a `--json` flag.
531
-
532
- #### 🚀 Updates
533
-
534
- - Added a `moon completions` command for generating shell completions.
535
- - Added [TypeScript v5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/)
536
- support.
537
- - Added a `hasher.walkStrategy` setting to `.moon/workspace.yml`.
538
- - Updated `moon query projects` and `moon query touched-files` default output to be easily readable
539
- and parseable.
540
-
541
- ##### Projects
542
-
543
- - Added a `platform` setting to `moon.yml`, allowing the default platform to be defined for all
544
- tasks.
545
- - Updated task `outputs` to support token functions (`@group`, `@globs`, etc).
546
-
547
- ##### Runner
548
-
549
- - Added an `--interactive` flag to `moon run` to force a target to run in interactive mode.
550
- - Updated tasks marked as `local` to always run in interactive mode.
551
-
552
- #### 🐞 Fixes
553
-
554
- - Fixed an issue where moon would write to `package.json` or `tsconfig.json` with no changes,
555
- causing modified events to trigger.
556
-
557
- #### ⚙️ Internal
558
-
559
- - Added initial Go lang support to our toolchain.
560
- - Added a `comparisonEstimate` block to run reports.
561
- - Added `baselineDuration` and `estimatedSavings` to `pipeline.finished` events.
562
-
563
- ## 0.23.4
564
-
565
- #### 🐞 Fixes
566
-
567
- - Fixed an issue where pnpm lockfile parsing would fail when not workspaces enabled.
568
-
569
- ## 0.23.3
570
-
571
- #### 🐞 Fixes
572
-
573
- - Fixed an issue where `git ls-files --deduplicate` wasn't available on older git versions.
574
-
575
- #### ⚙️ Internal
576
-
577
- - Minor internal changes for upcoming remote caching changes.
578
-
579
- ## 0.23.2
580
-
581
- #### 🐞 Fixes
582
-
583
- - Fixed a recursion issue when attempting to install dependencies and a post-install script would
584
- trigger the process again.
585
- - Fixed an issue where a task may be hashed with the incorrect Node.js version.
586
- - Fixed an issue when running Node.js tasks and the toolchain has not been configured.
587
- - Fixed a typo when installing npm dependencies: `node install` -> `npm install`
588
-
589
- #### 0.23.1
590
-
591
- #### 🐞 Fixes
592
-
593
- - Fixed an issue where scoped tasks were not being inherited for projects that relied on language
594
- detection.
595
-
596
- #### 0.23.0
597
-
598
- #### 💥 Breaking
599
-
600
- - Renamed `.moon/project.yml` to `.moon/tasks.yml`.
601
- - Moved `runner.implicitDeps` from `.moon/workspace.yml` to `.moon/tasks.yml` as `implicitDeps`.
602
- - Moved `runner.implicitInputs` from `.moon/workspace.yml` to `.moon/tasks.yml` as `implicitInputs`.
603
-
604
- #### 🚀 Updates
605
-
606
- - We've improved our task inheritance model to support scoped inheritance based on a project's
607
- `language` and `type`.
608
- - Now supports `.moon/tasks/<language>.yml` and `.moon/tasks/<language>-<type>.yml` configuration
609
- files.
610
- - Added a top-level `env` setting to `moon.yml`.
611
- - Updated task `outputs` to support globs.
612
- - Updated `moon migrate from-turborepo` to preserve globs in outputs.
613
- - Updated project graph to no longer cache when there's no VCS root.
614
- - Updated pnpm to use the new `pnpm dedupe` command when the version is >= 7.26.0.
615
-
616
- #### 🐞 Fixes
617
-
618
- - Fixed an issue where directories in task `inputs` not using `**/*` would crash git.
619
- - Fixed an issue where the project graph cache was not always resetting based on changes.
620
- - Fixed an issue where run report action durations were innacurate.
621
-
622
- #### ⚙️ Internal
623
-
624
- - Updated our internal hasher to also take into account untracked files when hashing a directory.
625
-
626
- #### 0.22.0
627
-
628
- #### 💥 Breaking
629
-
630
- - Renamed the `runner.*` webhook events to `pipeline.*`.
631
- - Renamed the `--upstream` option to `--remote`.
632
- - Removed the `--report` option from `moon check` and `moon run` commands. Reports are now always
633
- created.
634
-
635
- #### 🚀 Updates
636
-
637
- - We've improved our smart hashing for other use cases besides task running. The first improvement
638
- is that we now hash dependencies to determine whether to run a dependency install, or to skip!
639
- This is much more accurate than before, which only relied on lockfile modified timestamps.
640
- - Added a `moon migrate from-turborepo` command to migrate from Turborepo to moon.
641
- - Updated `moon docker` commands to take into account other programming languages when scaffolding
642
- files.
643
-
644
- ##### Config
645
-
646
- - Added a `versionConstraint` setting to `.moon/workspace.yml` that enforces a requirement on the
647
- running moon binary.
648
-
649
- ##### Pipeline
650
-
651
- - We've refactored the pipeline to use a new thread pool strategy so that we have more control over
652
- concurrency. This also paves the way for future output reporters.
653
- - Added global `--concurrency` option to all `moon` commands, allowing the thread count to be
654
- customized.
655
-
656
- ##### Projects
657
-
658
- - Updated the `project` fields in `moon.yml` to be optional, excluding `description`.
659
-
660
- ##### Toolchain
661
-
662
- - Added Bun as a tier 1 language (doesn't do much at the moment).
663
- - Our toolchain now creates shims for all installed tools, and also utilizes these shims when
664
- executing commands in the pipeline. (Unix only)
665
-
666
- #### 🐞 Fixes
667
-
668
- - Fixed an issue where `~/.moon` is deleted, but local caching isn't aware of it missing and fails
669
- to run a target.
670
- - Fixed an issue where long-running processes would not exit even after moon has exited.
671
-
672
- ## 0.21.4
673
-
674
- #### 🐞 Fixes
675
-
676
- - Fixed an issue where `runFromWorkspaceRoot` wasn't working correctly for node module binaries.
677
-
678
- ## 0.21.3
679
-
680
- #### 🚀 Updates
681
-
682
- - Updated all global CLI arguments (`--log`, etc) to be able to passed anywhere in the command line.
683
- They no longer have to be passed _before_ the command.
684
-
685
- #### 🐞 Fixes
686
-
687
- - Fixed an issue where a task's `platform` was being incorrectly merged when inheriting global
688
- tasks.
689
-
690
- ## 0.21.2
691
-
692
- #### 🚀 Updates
693
-
694
- - Added a `--json` flag to `moon dep-graph` and `moon project-graph` that will return the nodes and
695
- edges data as JSON.
696
-
697
- #### ⚙️ Internal
698
-
699
- - We now include the version and file path of the moon binary being executed in the logs for
700
- debugging purposes.
701
- - Updated remote caching to use a new upload endpoint.
702
-
703
- ## 0.21.1
704
-
705
- #### 🐞 Fixes
706
-
707
- - Fixed an issue with `moon project-graph` that would not include nodes without edges.
708
- - Fixed an issue running the install script in WSL.
709
-
710
- ## 0.21.0
711
-
712
- #### 🚀 Updates
713
-
714
- - We've rewritten our project graph to use eager-loading instead of lazy-loading to improve
715
- performance, and to avoid mutating borrowed data across threads in Rust. We're also no longer
716
- cloning project information unnecessarily, which is a massive memory reduction boost.
717
- - We've also rewritten our dependency graph in a similar fashion, and are now able to efficiently
718
- reference data from the project graph while building the dependency chain.
719
- - You may now install the `@moonrepo/cli` package globally with pnpm and yarn. When running these
720
- globals, moon will attempt to use the binary found in the repo's node modules.
721
-
722
- ##### Core
723
-
724
- - Added a new cache level, `read-write`, that can be passed to `--cache` or `MOON_CACHE`. This is
725
- now the default level, while `write` is now a write-only level.
726
- - Added `--minimal` to `moon init` for quick scaffolding and prototyping.
727
- - Updated the system platform to include the operating system and architecture when hashing.
728
- - Updated remote caching to use presigned URLs when available.
729
-
730
- ##### Graphs
731
-
732
- - Updated `moon dep-graph` and `moon project-graph` to serve interactive graph visualizers using the
733
- cytoscape library. The DOT output has moved behind a `--dot` flag.
734
-
735
- ##### Runner
736
-
737
- - Added `--updateCache` (`-u`) to `moon check` and `moon run` that force updates the cache and
738
- bypasses any existing cache.
739
- - Added `args` and `env` as valid values for the `affectedFiles` task option.
740
- - Updated `moon run` and `moon query touched-files` to support a list of `--status` options.
741
- - Updated pnpm prune to use the [pnpm-deduplicate](https://www.npmjs.com/package/pnpm-deduplicate)
742
- package.
743
-
744
- ##### Toolchain
745
-
746
- - Added 24 hour temporary caching to version manifests to improve performance.
747
- - Updated default versions of tools:
748
- - pnpm 7.14.0 -> 7.18.2
749
- - yarn 3.2.4 -> 3.3.0
750
-
751
- #### 🐞 Fixes
752
-
753
- - Fixed an issue where "installing yarn" would constantly show.
754
- - Fixed an issue on Windows where `package.json` and `tsconfig.json` would change newlines
755
- unexpectedly when saving.
756
- - Fixed an issue with `^:deps` that would resolve projects with a non-matching task.
757
-
758
- #### ⚙️ Internal
759
-
760
- - Updated Rust to v1.66.
761
-
762
- ## 0.20.3
763
-
764
- #### 🐞 Fixes
765
-
766
- - Fixed an issue where Node.js arm64 was no longer working within the toolchain.
767
-
768
- ## 0.20.2
769
-
770
- #### 🐞 Fixes
771
-
772
- - Fixed an issue where env files (`.env`) would not be considered as task inputs. We've also updated
773
- `env_file` to be an implicit input.
774
- - Fixed an issue where changes to a nested `package.json` were not triggering automatic installs.
775
-
776
- ## 0.20.1
777
-
778
- #### 🐞 Fixes
779
-
780
- - Fixed a "byte index is out of bounds" panic when a task has caching disabled.
781
-
782
- ## 0.20.0
783
-
784
- #### 💥 Breaking
785
-
786
- - Moved the `node` and `typescript` settings from `.moon/workspace.yml` to a new config,
787
- `.moon/toolchain.yml`.
788
- - Moved the `workspace.node` and `workspace.typescript` settings in `moon.yml` to `toolchain.node`
789
- and `toolchain.typescript`.
790
-
791
- #### 🚀 Updates
792
-
793
- - Added `runner.archivableTargets` to `.moon/workspace.yml` to control which targets are cached as
794
- archives.
795
- - Added `vcs.remoteCandidates` to `.moon/workspace.yml` to customize the remotes for git to query
796
- against.
797
- - Added support for `moduleSuffixes` and `moduleDetection` in TypeScript `tsconfig.json` compiler
798
- options.
799
- - Added Google Cloud Build and AWS CodeBuild to the list of CI providers to detect. results.
800
-
801
- ##### Toolchain
802
-
803
- - Implemented a new toolchain, that is more efficient and performant.
804
- - Will now log to the terminal when node, npm, etc, are being installed for the first time.
805
-
806
- ##### Runner
807
-
808
- - Updated the terminal output to include a shortened version of each task hash.
809
- - Reworked the terminal output when running multiple tasks in parallel, or for long-running
810
- processes.
811
- - Implemented a new file tree diffing algorithm that speeds up task output hydration by 10x.
812
- - Updated pnpm to no longer run `pnpm prune` while deduping dependencies, as it produces unexpected
813
- results.
814
-
815
- ##### Generator
816
-
817
- - Added `path_join` and `path_relative` template filters.
818
- - Added pre-defined template variables for the working dir, destination, and workspace root.
819
-
820
- #### 🐞 Fixes
821
-
822
- - When writing JSON files, it will now respect the `indent_style = tab` setting in the closest
823
- `.editorconfig`.
824
- - When writing YAML files, indentation and formatting will be inferred from the closest
825
- `.editorconfig` as best as possible.
826
- - Fixed an issue where parsing `yarn.lock` would panic on certain Windows machines.
827
- - Fixed an issue where `moon docker prune` would remove required node modules.
828
-
829
- #### ⚙️ Internal
830
-
831
- - Migrated our json/yaml libraries to the official serde crates.
832
- - Migrated to nextest for better testing performance.
833
-
834
- ## 0.19.1
835
-
836
- #### 🚀 Updates
837
-
838
- - Task `affectedFiles` will also be set via the `MOON_AFFECTED_FILES` env var.
839
-
840
- #### 🐞 Fixes
841
-
842
- - The runner will no longer attempt to install dependencies if running against affected files.
843
- - Fixed some unexpected panics in relation to non-installed tools.
844
-
845
- ## 0.19.0
846
-
847
- #### 💥 Breaking
848
-
849
- - We've refactored how npm/pnpm/yarn work in the toolchain. Previously, they were installed as
850
- global packages (or via corepack) within the configured `~/.moon/tools/node` version. This
851
- approach worked but was susceptible to collisions, so now, these package managers are installed
852
- individually as their own tools at `~/.moon/tools/npm`, etc. This change should be transparent to
853
- you, but we're documenting it just in case something breaks!
854
- - We've updated the dependency graph so that `InstallDeps` based actions use the task's `platform`
855
- instead of the project's `language` as the tool to install. This allows for granular control at
856
- the task level, and also unlocks the ability for project's to utilize multiple languages in the
857
- future.
858
-
859
- #### 🚀 Updates
860
-
861
- - When writing JSON files, indentation and formatting will be inferred from the closest
862
- `.editorconfig` as best as possible.
863
- - When applicable, `moon ci` will group and collapse logs based on the current CI/CD environment.
864
- - Updated webhook payloads to contain information about the current CI/CD environment under the
865
- `environment` field.
866
-
867
- ##### Runner
868
-
869
- - Added an `affectedFiles` task option, allowing a filtered list of paths based on affected files to
870
- be passed as command line arguments. Perfect for git hooks!
871
-
872
- ##### Generator
873
-
874
- - When generating files and a JSON or YAML file exists at the destination, you now have the option
875
- of merging files, instead of replacing entirely.
876
-
877
- #### 🐞 Fixes
878
-
879
- - Fixed an issue where passthrough args were incorrectly being passed to non-primary targets when
880
- using `moon run`.
881
- - Fixed an issue where a root-level project was not being marked as affected based on touched files.
882
- - Fixed an issue where tool version overrides at the project-level were not properly being set, and
883
- configuration that is root-only was being referenced in projects.
884
- - Fixed some CLI arguments that should be ran mutually exclusive with other arguments.
885
- - Task hashes will now properly invalidate if their dependencies hashes have also changed.
886
-
887
- #### ⚙️ Internal
888
-
889
- - Updated Rust to v1.65.
890
-
891
- ## 0.18.2
892
-
893
- #### 🐞 Fixes
894
-
895
- - Another attempt at fixing missing cache issues.
896
- - Fixed an issue where moon would crash on old git versions (< 2.22.0) attempting to get the branch
897
- name. We encourage everyone to use v2.22 as the git minimum version.
898
-
899
- ## 0.18.1
900
-
901
- #### 🚀 Updates
902
-
903
- - Improved the resolution and hashing of `package.json` dependencies for Yarn and pnpm.
904
-
905
- #### 🐞 Fixes
906
-
907
- - Fixed an issue where caching would fail on missing `stdout.log` and `stderr.log` files.
908
-
909
- ## 0.18.0
910
-
911
- #### 🚀 Updates
912
-
913
- - Refactored `moon init` heavily for a better onboarding experience.
914
- - Each tool is now configured individually, with its own prompts. Tools can also be skipped.
915
- - Tools can now be initialized _after_ moon already exists, ala `moon init --tool node`.
916
- - Fixed many issues around the templates and rendering.
917
- - Updated the `moon check` command to support an `--all` flag.
918
- - Updated `moon migrate` commands to throw an error if the work tree is dirty. This can be bypassed
919
- with the new `--skipTouchedFilesCheck` option.
920
- - Updated the `projects` setting in `.moon/workspace.yml` to support globs _and_ a map in unison.
921
- - Updated default versions of tools:
922
- - node 16.17.0 -> 18.12.0
923
- - pnpm 7.12.1 -> 7.14.0
924
- - yarn 3.2.3 -> 3.2.4
925
-
926
- ##### Runner
927
-
928
- - Added a `node.binExecArgs` setting to `.moon/workspace.yml`, so that additional `node` CLI
929
- arguments may be passed when executing the binary to run targets.
930
- - Updated the task `command` to default to "noop" when not defined.
931
- - The stdout and stderr of ran targets are now stored as individual log files in
932
- `.moon/cache/states/<project>/<task>`. This allows CI environments to cache them as artifacts,
933
- upload/download them, or simply help developers debug broken jobs.
934
- - Also, these log files are now stored in the output tarballs.
935
-
936
- #### ⚙️ Internal
937
-
938
- - Timestamps have been updated to UTC _without timezone_.
939
- - Implemented a benchmarking system to start capturing performance changes.
940
- - Improved language and platform interoperability.
941
- - Extended configurations will now be temporarily cached for 4 hours.
942
-
943
- ## 0.17.0
944
-
945
- #### 💥 Breaking
946
-
947
- - Refactored project and task name/id cleaning. Previously, unsupported characters were simply
948
- removed. Instead, we now replace them with dashes for better readability.
949
- - The task `type` in `moon.yml` and `.moon/project.yml` has been renamed to `platform`.
950
- - The `$taskType` token has been renamed to `$taskPlatform`.
951
-
952
- #### 🚀 Updates
953
-
954
- - All YAML configuration files can now use
955
- [aliases and anchors](https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/)!
956
- - The `moon check` command can now use the `--report` option.
957
-
958
- ##### Tasks
959
-
960
- - When defining `deps` within the current project, the `~:` prefix is now optional. For example,
961
- `~:build` can now be written as simply `build`.
962
-
963
- ##### Generator
964
-
965
- - Enum variables can now declare an object form for `values`, so that a custom label can be provided
966
- for each value item.
967
- - Added JSON schema support for the `template.yml` config.
968
-
969
- ##### Notifier
970
-
971
- - Implemented a new service for notifying you about events happening in moon. The first feature in
972
- this service is webhooks!
973
- - Added a new `notifier.webhookUrl` setting to `.moon/workspace.yml`, in which the webhooks endpoint
974
- can be defined.
975
-
976
- #### ⚡️ Performance
977
-
978
- - Enabled [mimalloc](https://github.com/microsoft/mimalloc). This reduces memory cost and increases
979
- runtime performance.
980
- - Enabled link-time optimization, increases runtime performance.
981
-
982
- ## 0.16.1
983
-
984
- #### 🐞 Fixes
985
-
986
- - Fixed an issue where `moon init` would generate a config with invalid settings.
987
- - Fixed an issue where downloading a tool would fail, but moon would still continue.
988
-
989
- ## 0.16.0
990
-
991
- #### 🚀 Updates
992
-
993
- ##### Projects
994
-
995
- - Projects can now override the workspace configured Node.js version on a per-project basis using
996
- the new `workspace.node.version` setting in `moon.yml`. However, this does not override the
997
- package manager!
998
- - Package managers workspaces (via `package.json`) are no longer required. When not enabled, or a
999
- project is not within the workspace, it will install dependencies directly within the project
1000
- root, and will utilize its own lockfile.
1001
-
1002
- ##### TypeScript
1003
-
1004
- - Added a new `typescript.routeOutDirToCache` setting to `.moon/workspace.yml`, that will update the
1005
- `outDir` compiler option to route to `.moon/cache/types`.
1006
- - Added a new `typescript.syncProjectReferencesToPaths` setting to `.moon/workspace.yml`, that will
1007
- map project references to compiler option `paths` aliases.
1008
-
1009
- ##### Generator
1010
-
1011
- - Template files can now be suffixed with `.tera` or `.twig` for syntax highlighting.
1012
-
1013
- ##### Runner
1014
-
1015
- - The running command will now be displayed when installing dependencies (npm install, etc). This
1016
- can be toggled with the `runner.logRunningCommand` setting.
1017
- - The dedupe command will now be displayed when running if the `node.dedupeOnLockfileChange` setting
1018
- is enabled.
1019
- - Added a new `runner.implicitDeps` setting to `.moon/workspace.yml`, that will add task `deps` to
1020
- _all_ tasks.
1021
-
1022
- #### 📚 Docs
1023
-
1024
- - Config file settings will now link to their API types.
1025
-
1026
- #### ⚙️ Internal
1027
-
1028
- - We've renamed and restructured the `.moon/cache` directory. If you were relying on any of these
1029
- files, you'll need to update your implementation.
1030
- - Updated Cargo dependencies. A big change was clap v3 -> v4, so if you encounter any CLI issues,
1031
- please report.
1032
-
1033
- ## 0.15.0
1034
-
1035
- #### 🚀 Updates
1036
-
1037
- - When running multiple targets in parallel, we've reworked the output prefix to be uniform amongst
1038
- all targets, and to be colored to uniquely identify each target.
1039
- - Added a new `moon docker scaffold` command for scaffolding a skeleton workspace for use within
1040
- `Dockerfile`s.
1041
- - Added a new `moon docker prune` command for pruning the Docker environment for a build/deply.
1042
- - Added frontmatter support to all template files.
1043
- - Added a `node.yarn.plugins` setting to `.moon/workspace.yml`.
1044
- - Updated run reports (via `--report`) to include additional information, like the total duration,
1045
- and estimated time savings.
1046
- - Updated default versions of tools:
1047
- - node 16.16.0 -> 16.17.0
1048
- - npm 8.16.0 -> 8.19.2
1049
- - pnpm 7.9.0 -> 7.12.1
1050
- - yarn 3.2.2 -> 3.2.3
1051
-
1052
- #### 🐞 Fixes
1053
-
1054
- - Added missing `.npmrc` to the list of pnpm config files.
1055
- - Improved the handling of Rust/Go binaries shipped in pnpm node modules.
1056
-
1057
- #### ⚙️ Internal
1058
-
1059
- - Updated Rust to v1.64.
1060
- - Windows:
1061
- - Will always use PowerShell and avoids `cmd.exe` entirely.
1062
- - Reworked commands that run through PowerShell to pass arguments via stdin.
1063
-
1064
- ## 0.14.1
1065
-
1066
- #### 🐞 Fixes
1067
-
1068
- - Fixed an issue where alias warnings were logged while scanning the dependency graph.
1069
- - Windows:
1070
- - Updated `*.cmd` executions to run with PowerShell when available. This resolves issues around
1071
- file paths with special characters or spaces.
1072
-
1073
- ## 0.14.0
1074
-
1075
- #### 🎉 Release
1076
-
1077
- - Released a new GitHub action,
1078
- [`moonrepo/run-report-action`](https://github.com/marketplace/actions/moon-ci-run-reports)!
1079
-
1080
- #### 💥 Breaking
1081
-
1082
- - Reworked how caching/hashing works when running in a Docker container/image. If the VCS root
1083
- cannot be found, we disable caching. This removes the requirement of mounting a `.git` volume for
1084
- Docker.
1085
-
1086
- #### 🚀 Updates
1087
-
1088
- - Added a new `moon generate` command, for code generation and scaffolding.
1089
- - Added a `generator` setting to `.moon/workspace.yml`, for controlling aspects of the generator and
1090
- its templates.
1091
- - Updated the project graph to scan and find implicit dependencies based on language specific
1092
- semantics. For example, will determine moon project relationships based on `package.json` names
1093
- and dependencies.
1094
- - Updated `moon setup` to also install Node.js dependencies.
1095
-
1096
- #### 🐞 Fixes
1097
-
1098
- - Fixed an issue where project and task names were not being cleaned/formatted properly.
1099
-
1100
- ## 0.13.0
1101
-
1102
- #### 💥 Breaking
1103
-
1104
- - The `node` setting in `.moon/workspace.yml` is now optional, allowing repos to opt-out of Node.js
1105
- support (in preparation for future languages support). This shouldn't affect you if the setting is
1106
- already explicitly defined.
1107
- - Renamed `actionRunner` setting to `runner` in `.moon/workspace.yml`.
1108
-
1109
- #### 🚀 Updates
1110
-
1111
- - Added a new `moon check` command, for running all build/test tasks for a project(s).
1112
- - Added a `hasher` setting to `.moon/workspace.yml`, for controlling aspects of smart hashing.
1113
- - Updated hashing to utilize the resolved version from the lockfile when applicable.
1114
- - Updated the action runner to fail when an output is defined and the output does not exist after
1115
- being ran.
1116
- - Released a new `@moonrepo/types` npm package.
1117
-
1118
- #### ⚙️ Internal
1119
-
1120
- - The `SetupToolchain` action has been updated to be language/platform aware, and as such, was split
1121
- into `SetupNodeTool` and `SetupSystemTool`.
1122
- - Output is now buffered when running a target. This should reduce tearing and increase performance.
1123
- - Upgraded all Cargo dependencies.
1124
-
1125
- ## 0.12.1
1126
-
1127
- #### 🐞 Fixes
1128
-
1129
- - Fixed `init` templates being populated with the wrong default values.
1130
- - Fixed the "creation time is not available for the filesystem" error when running in Docker.
1131
-
1132
- ## 0.12.0
1133
-
1134
- #### 💥 Breaking
1135
-
1136
- - The `typescript` setting in `.moon/workspace.yml` is now optional, allowing repos to opt-out of
1137
- TypeScript support. This shouldn't affect you if the setting is already explicitly defined.
1138
-
1139
- #### 🚀 Updates
1140
-
1141
- - Added support for Linux ARM GNU (`aarch64-unknown-linux-gnu`).
1142
- - Added support for Linux ARM musl (`aarch64-unknown-linux-musl`).
1143
- - Added a `workspace.typescript` setting to `moon.yml`, allowing TypeScript support to be toggled
1144
- per project.
1145
- - Added a `--report` option to the `moon run` command, for generating run reports for debugging.
1146
- - Added an `--affected` option to the `moon query projects` command.
1147
- - Updated the task `command` to also support inline arguments. You can now merge `command` and
1148
- `args` into a single field.
1149
-
1150
- ## 0.11.1
1151
-
1152
- #### 🐞 Fixes
1153
-
1154
- - Fixed an issue where `system` tasks were hashing incorrect contents.
1155
- - Fixed an issue where `envFile` is enabled and the relevant `.env` file may not exist in CI.
1156
-
1157
- ## 0.11.0
1158
-
1159
- #### 🚀 Updates
1160
-
1161
- - Added a `moon clean` command for manually clearing the cache.
1162
- - Added an `actionRunner.cacheLifetime` setting to `.moon/workspace.yml`, for controlling the stale
1163
- cache threshold.
1164
- - Added an `envFile` option to tasks, allowing `.env` files to be loaded for environment variables.
1165
- - Added a `local` setting to tasks, that marks the task for local development only.
1166
- - Updated the `outputStyle` task option with additional variants: `buffer`, `buffer-only-failure`,
1167
- `hash`, `none`.
1168
- - Updated `moon run` to support running multiple targets concurrently.
1169
-
1170
- #### 🐞 Fixes
1171
-
1172
- - Fixed an issue where output hydration was bypassing "off" cache.
1173
- - Fixed an issue where parsing a node module binary would panic.
1174
- - Fixed an issue where moon would panic attempting to read non-JS code shipped in node modules (Rust
1175
- or Go binaries).
1176
- - Fixed an issue where project globs would pickup dot folders (`.git`, `.moon`, etc) or
1177
- `node_modules`.
1178
- - Fixed an issue where project names were stripping capital letters when using globs.
1179
-
1180
- #### ⚙️ Internal
1181
-
1182
- - Updated Rust to v1.63.
1183
-
1184
- ## 0.10.0
1185
-
1186
- #### 💥 Breaking
1187
-
1188
- - Task outputs are now cached as `.tar.gz` archives, instead of being copied as-is. This shouldn't
1189
- affect consumers, but we're raising awareness in case of any platform specific issues.
1190
- - Renamed the project-level `project.yml` file to `moon.yml`. The `.moon/project.yml` file has not
1191
- changed.
1192
-
1193
- #### 🚀 Updates
1194
-
1195
- - Projects now support language specific aliases, which can be used as a drop-in replacement for
1196
- names within targets and dependencies.
1197
- - Project and tasks names now support forward slashes (`/`).
1198
- - Added a `node.aliasPackageNames` setting to `.moon/workspace.yml`, that aliases the `package.json`
1199
- name to the respective project.
1200
- - Added an experimental `outputStyle` option to tasks, providing some control of how stdout/stderr
1201
- is handled.
1202
- - Added a `runDepsInParallel` option to tasks, that controls whether task dependencies run in
1203
- parallel or serial (in order).
1204
- - Updated tasks to automatically detect their `type` (when undefined) based on their defined
1205
- `command`. Will attempt to match against common system commands, like `rm`, `mkdir`, etc.
1206
- - When in CI, Node.js will not install dependencies if they were already installed before moon runs.
1207
- This should avoid unintentional and unnecessary double installs.
1208
- - Updated default versions of tools:
1209
- - node 16.15.0 -> 16.16.0
1210
- - npm 8.10.0 -> 8.16.0
1211
- - pnpm 7.1.5 -> 7.9.0
1212
- - yarn 3.2.1 -> 3.2.2
1213
-
1214
- #### 🐞 Fixes
1215
-
1216
- - Fixed some issues where task outputs were not being hydrated based on the state of the
1217
- target/project.
1218
- - Fixed an issue where task outputs were not considered for hash generation.
1219
-
1220
- ## 0.9.1
1221
-
1222
- #### 🐞 Fixes
1223
-
1224
- - Fixed an issue where a root-level project cannot be configured with a glob. Updated `projects`
1225
- glob matching to support `'.'`.
1226
- - Fixed an issue where moon was setup in a sub-folder. Updated git/svn to traverse upwards to find
1227
- the applicable root (`.git`, etc).
1228
-
1229
- ## 0.9.0
1230
-
1231
- #### 💥 Breaking
1232
-
1233
- We've refactored our smart hashing layer to take into account different platforms (a task's type) in
1234
- an effort to be more accurate, which now results in different hashes for the same build. Any
1235
- previous builds are no longer valid and can be removed.
1236
-
1237
- #### 🚀 Updates
1238
-
1239
- - Updated task `type` to be automatically inferred when the value is unknown, based on the owning
1240
- project's `language` (`javascript` = node, `bash` = system, etc).
1241
- - Updated `dependsOn` in `project.yml` to support an object form, where a scope (production,
1242
- development, peer) can also be defined. This maps to the appropriate field in `package.json` when
1243
- syncing.
1244
- - Added `batch` as a supported value for the project `language` setting (Windows counter-part to
1245
- `bash`).
1246
- - Added a `cache` option to tasks, which will disable smart hashing and output caching.
1247
- - Added a `node.dependencyVersionFormat` setting to `.moon/workspace.yml`, to customize the version
1248
- format when syncing dependencies.
1249
- - Added environment variable support to task `inputs` and `actionRunner.implicitInputs`, in the
1250
- format of `$ENV_VAR`.
1251
-
1252
- #### 🐞 Fixes
1253
-
1254
- - Fixed an issue where pnpm didn't work with `node-linker=isolated` for nested node modules.
1255
- - Fixed an issue where failing processes would display an empty error message.
1256
-
1257
- #### ⚙️ Internal
1258
-
1259
- - Outputs are now copied to `.moon/cache/outputs` instead of being hardlinked.
1260
- - Package binaries are now resolved to their canonical path when a symlink.
1261
-
1262
- ### 0.8.1
1263
-
1264
- #### 🐞 Fixes
1265
-
1266
- - Fixed a crash when `node.packageManager` was set to "pnpm" or "yarn" but `node.pnpm` or
1267
- `node.yarn` fields were not set.
1268
-
1269
- ## 0.8.0
1270
-
1271
- This release was largely focused on interoperability with the Node.js ecosystem, specifically
1272
- `package.json` scripts. It's the first step in many steps, so stay tuned!
1273
-
1274
- #### 🚀 Updates
1275
-
1276
- - Added a special `noop` command for tasks.
1277
- - Added a `moon migrate from-package-json` command for migrating `package.json` scripts to
1278
- `project.yml` tasks.
1279
- - Added a `moon sync` command for manually syncing all projects in the workspace to a healthy state.
1280
- - Added a `node.inferTasksFromScripts` setting to `.moon/workspace.yml`, that will automatically
1281
- infer tasks from `package.json` scripts (with caveats).
1282
- - Added aliases for popular commands:
1283
- - `moon r` -> `moon run`
1284
- - `moon p` -> `moon project`
1285
- - `moon pg` -> `moon project-graph`
1286
- - `moon dg` -> `moon dep-graph`
1287
-
1288
- #### 🐞 Fixes
1289
-
1290
- - Fixed an issue where files being hashed with git were not being cached accordingly.
1291
-
1292
- #### ⚙️ Internal
1293
-
1294
- - Runfiles are no longer cleaned up when running tasks.
1295
- - Reworked `package.json` and `tsconfig.json` handling to avoid race conditions.
1296
-
1297
- ## 0.7.0
1298
-
1299
- #### 💥 Breaking
1300
-
1301
- - The `language` and `type` settings in `project.yml` now default to "unknown" when the setting is
1302
- not defined, or the config does not exist. However, the language will also now be inferred
1303
- (below).
1304
-
1305
- #### 🚀 Updates
1306
-
1307
- - Updated project `language` to be automatically inferred when the value is unknown, based on the
1308
- existence of config files (`package.json` = javascript, `tsconfig.json` = typescript).
1309
- - Updated the `InstallNodeDeps` action to install dependencies when a `package.json` change is
1310
- detected.
1311
- - Added a `moon dep-graph` command for displaying the entire dependency graph in DOT format.
1312
- - Added `--language` and `--type` filter options to `moon query projects`.
1313
- - Added `$language`, `$projectType`, and `$taskType` token variables.
1314
- - Added `dev` as a non-CI task identifier (alongside `start` and `serve`).
1315
- - Token variables can now be used within task `inputs`.
1316
- - Multiple token variables can now be used within the same string.
1317
-
1318
- #### 🐞 Fixes
1319
-
1320
- - Fixed an issue where package binaries would not execute on pnpm.
1321
-
1322
- ## 0.6.0
1323
-
1324
- #### 🚀 Updates
1325
-
1326
- - Added a new `@group` token that can be used be task `args` and `inputs`.
1327
- - Added a `moon query` command for querying information about moon, the environment, and more.
1328
- - To start, `moon query touched-files` can be used to query touched files. The same files
1329
- `moon ci` and `moon run` use.
1330
- - Also `moon query projects` can be used to query about projects in the project graph.
1331
- - Added `bash` as a supported value for the project `language` setting.
1332
- - Added `typescript.createMissingConfig` and `typescript.rootOptionsConfigFileName` settings to
1333
- `.moon/workspace.yml`.
1334
- - Updated TypeScript project reference syncing to automatically create missing `tsconfig.json`s.
1335
- - Updated `moon setup` and `moon teardown` to display spinners while running.
1336
-
1337
- #### 🐞 Fixes
1338
-
1339
- - Fixed an issue with a globally installed moon not being executable in PowerShell.
1340
- - Fixed an issue with empty files being passed to `git hash-object`.
1341
- - Fixed an issue where a `git merge-base` could not be resolved when base and head are provided.
1342
-
1343
- #### ⚙️ Internal
1344
-
1345
- - Updated Rust to v1.62.
1346
- - Refactored our action runner to support additional languages in the future.
1347
- - Refactored Windows to execute package binaries with `node.exe` directly, instead of with
1348
- `cmd.exe` + the `.bin/*.cmd` file.
1349
-
1350
- ## 0.5.0
1351
-
1352
- #### 🚀 Updates
1353
-
1354
- - Added caching to our VCS layer which should greatly reduce the amount of `git` commands being
1355
- executed.
1356
- - Updated `moon init` to detect `vcs.manager` and `vcs.defaultBranch` from the environment.
1357
-
1358
- #### ⚙️ Internal
1359
-
1360
- - We now detect the current Windows terminal using the `COMSPEC` environment variable, instead of
1361
- defaulting to `cmd.exe`.
1362
- - Improved our configuration layer so that error messages include more metadata.
1363
- - Added `#[track_caller]` to more easily diagnose panics.
1364
-
1365
- ### 0.4.1
1366
-
1367
- #### 🐞 Fixes
1368
-
1369
- - Fixed logs unintentionally logging non-moon messages.
1370
-
1371
- ## 0.4.0
1372
-
1373
- #### 🚀 Updates
1374
-
1375
- - Added an `extends` setting to `.moon/workspace.yml` and `.moon/project.yml`.
1376
- - Added a `actionRunner.logRunningCommand` setting to `.moon/workspace.yml` for logging the task
1377
- command being ran.
1378
- - Added a global `--logFile` option to the CLI. Also supports a new `MOON_LOG_FILE` environment
1379
- variable.
1380
- - When targets are being ran in parallel, their output is now prefixed with the target name to
1381
- differentiate. This is currently only enabled in CI.
1382
-
1383
- #### 🐞 Fixes
1384
-
1385
- - More fixes around terminal color output and handling.
1386
-
1387
- #### 📚 Documentation
1388
-
1389
- - Add "released in version" badges/labels to new features across all docs.
1390
-
1391
- #### ⚙️ Internal
1392
-
1393
- - Temporarily disabling offline internet checks as it has issues with VPNs. Will revisit in the
1394
- future.
1395
-
1396
- ### 0.3.1
1397
-
1398
- #### 🐞 Fixes
1399
-
1400
- - Fixed an issue where tasks referencing workspace relative files were not being marked as affected.
1401
- - Fixed some issues during `moon init` config generation.
1402
- - Improved offline checks by also verifying against Google's DNS.
1403
-
1404
- ## 0.3.0
1405
-
1406
- #### 💥 Breaking
1407
-
1408
- - Moved the `project.type` setting in `project.yml` to the top-level. Is now simply `type`.
1409
-
1410
- #### 🚀 Updates
1411
-
1412
- - Added support for a list of globs when configuring the `projects` setting in
1413
- `.moon/workspace.yml`.
1414
- - Added a `actionRunner.inheritColorsForPipedTasks` setting to `.moon/workspace.yml` for inheriting
1415
- terminal colors for piped tasks.
1416
- - Added a `language` setting to `project.yml` for defining the primary programming language of a
1417
- project.
1418
- - Added a global `--color` option to the CLI. Also supports a new `MOON_COLOR` environment variable.
1419
-
1420
- #### 🐞 Fixes
1421
-
1422
- - Fixed many issues around terminal color output and handling.
1423
-
1424
- ## 0.2.0
1425
-
1426
- #### 🚀 Updates
1427
-
1428
- - Added support for macOS silicon (`aarch64-apple-darwin`).
1429
- - Added support for Linux musl (`x86_64-unknown-linux-musl`).
1430
- - Added support for the `MOON_LOG` environment variable.
1431
- - Added duration timestamps to all ran tasks in the terminal.
1432
- - Updated the JSON schemas to use the new package manager versions.
1433
- - Updated git file diffing to use `git merge-base` as the base reference.
1434
- - Updated `moon run` to exit early if there are no tasks for the provided target.
1435
- - Hashing will now ignore files that matched a pattern found in the root `.gitignore`.
1436
- - Passthrough args can now be defined for multi-target runs (`:target`).
1437
-
1438
- #### 🐞 Fixes
1439
-
1440
- - Fixed an issue with the `.moon/workspace.yml` template being generating with invalid whitespace
1441
- during `moon init`.
package/README.md CHANGED
@@ -83,8 +83,7 @@ and provide a first-class developer experience.
83
83
  - **Code generation** - Easily scaffold new applications, libraries, tooling, and more!
84
84
  - **Dependency workspaces** - Works alongside package manager workspaces so that projects have
85
85
  distinct dependency trees.
86
- - **Ownership metadata** - Declare an owner, maintainers, support channels, and more, for LDAP or
87
- another integration.
86
+ - **Code ownership** - Declare owners, maintainers, support channels, and more. Generate CODEOWNERS.
88
87
 
89
88
  #### Orchestration
90
89
 
@@ -102,3 +101,4 @@ and provide a first-class developer experience.
102
101
  gathering and insights.
103
102
  - **Terminal notifications** - Receives notifications in your chosen terminal when builds are
104
103
  successful... or are not.
104
+ - **Git hooks** - Manage Git hooks to enforce workflows and requirements for contributors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonrepo/cli",
3
- "version": "1.8.3",
3
+ "version": "1.9.0",
4
4
  "description": "moon command line and core system.",
5
5
  "keywords": [
6
6
  "moon",
@@ -29,12 +29,12 @@
29
29
  "detect-libc": "^2.0.1"
30
30
  },
31
31
  "optionalDependencies": {
32
- "@moonrepo/core-linux-arm64-gnu": "^1.8.3",
33
- "@moonrepo/core-linux-arm64-musl": "^1.8.3",
34
- "@moonrepo/core-linux-x64-gnu": "^1.8.3",
35
- "@moonrepo/core-linux-x64-musl": "^1.8.3",
36
- "@moonrepo/core-macos-arm64": "^1.8.3",
37
- "@moonrepo/core-macos-x64": "^1.8.3",
38
- "@moonrepo/core-windows-x64-msvc": "^1.8.3"
32
+ "@moonrepo/core-linux-arm64-gnu": "^1.9.0",
33
+ "@moonrepo/core-linux-arm64-musl": "^1.9.0",
34
+ "@moonrepo/core-linux-x64-gnu": "^1.9.0",
35
+ "@moonrepo/core-linux-x64-musl": "^1.9.0",
36
+ "@moonrepo/core-macos-arm64": "^1.9.0",
37
+ "@moonrepo/core-macos-x64": "^1.9.0",
38
+ "@moonrepo/core-windows-x64-msvc": "^1.9.0"
39
39
  }
40
40
  }