Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

chore(deps): update dependency rollup-plugin-babel to v4 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 27, 2018

This PR contains the following updates:

Package Type Update Change References
rollup-plugin-babel devDependencies major 2.7.1 -> 4.0.3 source

Release Notes

rollup/rollup-plugin-babel

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Babel 7 compatible! (dropped Babel 6 compatibility though).

Additionally:

  • Internal preflight checks are created now per plugin instance, so using 2 instances of rollup-plugin-babel (i.e. targeting 2 different set of files with include/exclude options) shouldn't conflict with each other
  • Transpiling by default only what Babel transpiles - files with those extensions: .js, .jsx, .es6, .es, .mjs. You can customize this with new extensions option. This also fixes long standing issue with rollup-plugin-babel trying to transform JSON files.

v3.0.7

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

  • Drop babel7 support. Use 4.0.0-beta if you use babel 7
  • Use "module" in addition to "jsnext:main" (#​150)
  • Remove unused babel helpers namespace declaration & expression (#​164)

v3.0.2

Compare Source

  • Fix regression with Babel 6 (#​158)

v3.0.1

Compare Source

  • Wasn't working, fix bug with transform (not using es2015-classes for preflight check)

v3.0.0

Compare Source

  • Drop Node 0.10/0.12 (Use native Object.assign)
  • Change babel-core to be a peerDependency
  • Support babel-core v7 as well as a peerDep (no changes necessary)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@codecov
Copy link

codecov bot commented Aug 27, 2018

Codecov Report

Merging #27 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #27   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          69     69           
  Branches       15     15           
=====================================
  Hits           69     69

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00d3fae...52c8852. Read the comment docs.

@coveralls
Copy link

coveralls commented Aug 27, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 52c8852 on renovate/rollup-plugin-babel-4.x into 00d3fae on master.

@renovate renovate bot force-pushed the renovate/rollup-plugin-babel-4.x branch 2 times, most recently from 67c2f3b to 9f084ee Compare August 28, 2018 07:27
@renovate renovate bot force-pushed the renovate/rollup-plugin-babel-4.x branch from 9f084ee to 52c8852 Compare September 3, 2018 20:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants