Skip to content

Update babel-loader to the latest version 🚀#101

Closed
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/babel-loader-8.0.0
Closed

Update babel-loader to the latest version 🚀#101
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/babel-loader-8.0.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Aug 28, 2018

Copy link
Copy Markdown
Contributor

Version 8.0.0 of babel-loader was just published.

Dependency babel-loader
Current Version 7.1.5
Type devDependency

The version 8.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of babel-loader.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v8.0.0

This is the first stable release of babel-loader for Babel 7.x.

  • README updates
  • Dropped peer dependency on betas and RCs, but left the backward-compat code we had for now to give people time to migrate
Commits

The new version differs by 53 commits ahead by 53, behind by 9.

  • a55fc2e 8.0.0
  • 13d90b2 Prepare for 8.0.0 release.
  • 95e71fd 8.0.0-beta.6
  • 5eb1b0a Pass Babel's .caller option and pass supportsStaticESM:true. (#660)
  • 6a70942 Read file before creating directory (#644)
  • 73922e9 Merge pull request #645 from Munter/patch-1
  • d9e2ed6 Update http-links to https
  • 2be502d Use MD4 instead of SHA1 for filename hashes (#639)
  • a23f1c3 8.0.0-beta.4
  • a2d86d9 Return more data from babel.transform. (#629)
  • 1a7a440 Ensure that we don't accidentally publish 'latest'.
  • 7cbbd57 8.0.0-beta.3
  • 5192a63 Update lint-staged to support Node 10
  • ebedae1 Expose API to allow implementing custom loaders around babel-loader. (#619)
  • 088f79c Handle ignored files properly

There are 53 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov

codecov Bot commented Aug 28, 2018

Copy link
Copy Markdown

Codecov Report

Merging #101 into master will increase coverage by 0.81%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   89.39%   90.21%   +0.81%     
==========================================
  Files         141      143       +2     
  Lines        3168     3740     +572     
  Branches      268      350      +82     
==========================================
+ Hits         2832     3374     +542     
- Misses        318      334      +16     
- Partials       18       32      +14
Impacted Files Coverage Δ
src/ts/algorithms/greedy/knapsack.ts 66.66% <0%> (-33.34%) ⬇️
src/ts/algorithms/math/lcm.ts 66.66% <0%> (-33.34%) ⬇️
src/ts/algorithms/search/interpolation-search.ts 80% <0%> (-20%) ⬇️
src/ts/algorithms/math/primality-test.ts 90.47% <0%> (-9.53%) ⬇️
src/ts/algorithms/sorting/bucket-sort.ts 92.3% <0%> (-7.7%) ⬇️
src/ts/algorithms/math/sieve-eratosthenes.ts 92.85% <0%> (-7.15%) ⬇️
src/ts/algorithms/sorting/counting-sort.ts 93.75% <0%> (-6.25%) ⬇️
src/ts/algorithms/sorting/quicksort.ts 96% <0%> (-4%) ⬇️
...mic-programing/longest-common-subsequence-print.ts 97.36% <0%> (-2.64%) ⬇️
.../dynamic-programing/matrix-chain-multiplication.ts 100% <0%> (ø) ⬆️
... and 33 more

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 44cdb55...f69b7f5. Read the comment docs.

@loiane loiane closed this Aug 28, 2018
@loiane loiane deleted the greenkeeper/babel-loader-8.0.0 branch August 28, 2018 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant