opencomponents / oc-template-react

⚛️ Module for handling React templates in OC
MIT License
23 stars 16 forks source link

Update babel-loader in packages/oc-template-react-compiler/package.json from 7.1.5 to 8.0.6 #468

Open dependencies[bot] opened 5 years ago

dependencies[bot] commented 5 years ago

Overview

The following dependencies have been updated by dependencies.io:

Details

babel-loader

This dependency is located in packages/oc-template-react-compiler/package.json and was updated from "7.1.5" to "8.0.6".

8.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
8.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`.
8.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
8.0.3 ### Features * #687 - Add `customize` option ### Bugs * #685 - Also pass the caller option to loadPartialConfig ### Docs * #681 - Update the README links to use the new options docs * #683 - Add .mjs to the examples ### Internal Some dev dependency updates and CI tweaks.
8.0.4 * #692 - Quick fix for typo
8.0.5 - Update `find-cache-dir` to 2.0
8.0.6 - Migrate to pify (#785) - Reduced memory usage (#781)