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

Update babel-loader to the latest version 🚀 #102

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 1, 2018

Version 8.0.1 of babel-loader was just published.

Dependency babel-loader
Current Version 7.1.5
Type devDependency

The version 8.0.1 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.1
  • #662 - docs: update README.md
  • #667 - docs: Remove babelrc from loader-specific options
  • #668 - Add a warning if you forget to install @babel/core or install babel-core.
Commits

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

  • dbcc2b5 8.0.1
  • 34d6d6e Add a warning if you forget to install @babel/core or install babel-core. (#668)
  • 8b6dd4b Merge pull request #662 from Sibiraj-S/patch-1
  • 2344855 Merge branch 'master' into patch-1
  • 053c9f6 Remove babelrc from loader-specific options (#667)
  • a55fc2e 8.0.0
  • 13d90b2 Prepare for 8.0.0 release.
  • e1c190d docs: update README.md
  • 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

There are 59 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
Copy link

codecov bot commented Sep 1, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   89.39%   90.46%   +1.07%     
==========================================
  Files         141      143       +2     
  Lines        3168     3809     +641     
  Branches      268      380     +112     
==========================================
+ Hits         2832     3446     +614     
- Misses        318      333      +15     
- Partials       18       30      +12
Impacted Files Coverage Δ
src/ts/algorithms/greedy/knapsack.ts 69.23% <0%> (-30.77%) ⬇️
src/ts/algorithms/math/lcm.ts 75% <0%> (-25%) ⬇️
src/ts/algorithms/math/primality-test.ts 91.66% <0%> (-8.34%) ⬇️
src/ts/algorithms/math/sieve-eratosthenes.ts 93.33% <0%> (-6.67%) ⬇️
src/ts/algorithms/sorting/counting-sort.ts 94.73% <0%> (-5.27%) ⬇️
src/ts/algorithms/sorting/quicksort.ts 96.15% <0%> (-3.85%) ⬇️
src/ts/algorithms/sorting/bucket-sort.ts 96.55% <0%> (-3.45%) ⬇️
...mic-programing/longest-common-subsequence-print.ts 97.43% <0%> (-2.57%) ⬇️
src/ts/algorithms/math/gcd.ts 64.28% <0%> (-2.39%) ⬇️
.../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...5cd3b3f. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Sep 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2018

Version 8.0.2 just got published.

Update to this version instead 🚀

Release Notes v8.0.2
  • #541 - A bunch of great README fixes
  • #574 - Add cacheCompression: false to disable GZip compression of the disk cache
  • #670 - Handle both 'sourceMap' and 'sourceMaps' options properly
  • #671 - Fix sourceMaps: 'inline' to work properly with babel-loader
  • #669 - Fix sourcemaps to work with Webpack's devtoolModuleFilenameTemplate placeholders
Commits

The new version differs by 6 commits.

  • 0e43d0a 8.0.2
  • 5e0565d Manually fix 'inline' sourcemaps so they work with Webpack. (#671)
  • ea52d05 Use 'sourceMaps' since that is what we suggest to use in our docs. (#670)
  • 4c32295 Use absolute filepaths in sourcemap 'sources' list. (#669)
  • 9621e24 Tidy up README [skip ci]
  • 67a5f40 Make compressing transforms cache configurable (#574)

See the full diff

@loiane loiane closed this Sep 3, 2018
@loiane loiane deleted the greenkeeper/babel-loader-8.0.1 branch September 3, 2018 01:00
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