@moonrepo/cli 1.19.0-canary.202312310110 → 1.19.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.
- package/CHANGELOG.md +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- More accurately monitors signals (ctrl+c) and shutdowns.
|
|
11
11
|
- Tasks can now be configured with a timeout.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 1.19.0
|
|
14
14
|
|
|
15
15
|
#### 💥 Breaking
|
|
16
16
|
|
|
@@ -24,8 +24,9 @@
|
|
|
24
24
|
|
|
25
25
|
- Updated `implicitDeps` in `.moon/tasks.yml` and task `deps` in `moon.yml` to support arguments and
|
|
26
26
|
environment variables for the dependency target.
|
|
27
|
-
- Updated the action graph and pipeline to _not_ run same target (but with different arguments
|
|
28
|
-
environment variable variations) in parallel, to avoid unexpected collisions.
|
|
27
|
+
- Updated the action graph and pipeline to _not_ run the same target (but with different arguments
|
|
28
|
+
and environment variable variations) in parallel, to avoid unexpected collisions.
|
|
29
|
+
- Updated VS Code extension to support multiple VS Code workspace folders.
|
|
29
30
|
- Improved code generation and templates:
|
|
30
31
|
- Added a `destination` field to `template.yml`, to customize a default location.
|
|
31
32
|
- Added a `extends` field to `template.yml`, allowing templates to extend and inherit other
|