🛠️ Breaking Changes
Dependencies Now Generate Concurrently
Dependencies in templates now generate concurrently by default, with the option to run sequentially or with different concurrency limits using the --parallelism flag.
This will be a breaking change for any templates that relied on dependencies generating in the exact order in which they are defined in templates (e.g. if multiple dependencies generate the same file, expecting later dependencies to overwrite earlier ones).
For more information read the for_each documentation.
What's Changed
- feat: Generate dependencies concurrently by @yhakbar in #283
- chore: Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in #266
- chore: Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #259
- chore: Bump actions/cache from 4 to 5 by @dependabot[bot] in #258
- chore: Bump actions/checkout from 5 to 6 by @dependabot[bot] in #254
Full Changelog: v0.13.0...v0.14.0