Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update build and release commands #946

Merged
merged 6 commits into from
Apr 7, 2022
Merged

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Apr 5, 2022

  • Release command now runs semantic-release
  • Build command runs tsc and esbuild
  • Dual ESM/CJS support is dropped - ESM is now ESM and CJS is CJS
  • Adds clean command
  • Updates all deps
  • aegir.js config files can now be ESM
  • ts tests are now loaded by default
  • Adds check-project command to ensure correct config for aegir projects
  • Converts project to esm
  • Exports chai at aegir/utils/chai

BREAKING CHANGE: ESM modules are now published as ESM and not dual-ESM/CJS

* Release command now runs `semantic-release`
* Build command runs `tsc`
* Dual ESM/CJS support is dropped - ESM is now ESM and CJS is CJS
* Adds `clean` command

BREAKING CHANGE: ESM modules are now published as ESM and not dual-ESM/CJS
@achingbrain achingbrain linked an issue Apr 5, 2022 that may be closed by this pull request
@achingbrain achingbrain merged commit e3a4b45 into master Apr 7, 2022
@achingbrain achingbrain deleted the feat/update-build branch April 7, 2022 08:47
github-actions bot pushed a commit that referenced this pull request Apr 7, 2022
## [37.0.0](v36.2.3...v37.0.0) (2022-04-07)

### ⚠ BREAKING CHANGES

* ESM modules are now published as ESM and not dual-ESM/CJS

### Features

* update build and release commands ([#946](#946)) ([e3a4b45](e3a4b45))

### Trivial Changes

* add missing dep ([bc62524](bc62524))
@github-actions
Copy link

github-actions bot commented Apr 7, 2022

🎉 This PR is included in version 37.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove 'release' command
1 participant