atom-ide-community/babel
### [`v5.0.0`](https://togithub.com/atom-community/babel-preset-atomic/releases/tag/v5.0.0)
[Compare Source](https://togithub.com/atom-ide-community/babel/compare/v4.4.0...v5.0.0)
#### Breaking Change
- fix: target electron 11 by [@aminya](https://togithub.com/aminya) in [https://github.com/atom-community/babel-preset-atomic/pull/61](https://togithub.com/atom-community/babel-preset-atomic/pull/61)
To configure the plugin for an older Electron, you can pass the electron target. See the example in the readme
```json
{
"presets": [
[
"babel-preset-atomic",
{
"targets": {
"electron": 9
}
}
]
]
}
```
**Full Changelog**: https://github.com/atom-community/babel-preset-atomic/compare/v4.4.0...v5.0.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^4.2.0
->^5.0.0
Release Notes
atom-ide-community/babel
### [`v5.0.0`](https://togithub.com/atom-community/babel-preset-atomic/releases/tag/v5.0.0) [Compare Source](https://togithub.com/atom-ide-community/babel/compare/v4.4.0...v5.0.0) #### Breaking Change - fix: target electron 11 by [@aminya](https://togithub.com/aminya) in [https://github.com/atom-community/babel-preset-atomic/pull/61](https://togithub.com/atom-community/babel-preset-atomic/pull/61) To configure the plugin for an older Electron, you can pass the electron target. See the example in the readme ```json { "presets": [ [ "babel-preset-atomic", { "targets": { "electron": 9 } } ] ] } ``` **Full Changelog**: https://github.com/atom-community/babel-preset-atomic/compare/v4.4.0...v5.0.0Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.