atom-community / autocomplete-paths

Autocomplete Paths for Atom
MIT License
151 stars 62 forks source link

chore(deps): update dependency babel-preset-atomic to v5 #284

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-preset-atomic ^4.2.1 -> ^5.0.0 age adoption passing confidence

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.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.



This PR has been generated by Mend Renovate. View repository job log here.