toutpt / angular-leaflet-light

angular <leaflet> directive that is just leaflet
http://toutpt.github.io/angular-leaflet-light/
14 stars 4 forks source link

Update babel-loader to the latest version 🚀 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.0.0 of babel-loader just got published.

Dependency babel-loader
Current Version 6.4.1
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of babel-loader. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v7.0.0

💥 Breaking Change

  • Drop support for node < 4
  • Drop support for webpack 1

🚀 New Feature

  • support babel-core@7 (#403) (Henry Zhu)

🐛 Bug Fix

  • Make sure .babelrc is a file, not a directory (#427) (Hiroki Osame)
  • Bump loader-utils and use getOptions (#391) (Brian Ng)
  • Ensure options are always an object (#413) (Daniel Tschinder)

📝 Documentation

  • Point changelog to releases (Daniel Tschinder)
  • Updated documentation to match webpack v2 changes. (#438) (Jagadish Kasi)
  • Add note about webpack versions (Daniel Tschinder)
  • Update README.md for webpack 2 (#402) (Sid Raval)

🏠 Internal

  • chore(ci): get rid of node 0.10 (#354) (Yuta Hiroto)
  • Use preset-env (#406) (Daniel Tschinder)
  • Correctly run yarn commands (Daniel Tschinder)
  • Update ava to the latest version 🚀 (#434) (greenkeeper[bot])
  • Update cross-env to the latest version 🚀 (#431) (greenkeeper[bot])
  • chore(package): update babel-plugin-istanbul to version 4.0.0 (#374) (greenkeeper[bot])
  • chore(package): update cross-env to version 3.1.4 (#353) (greenkeeper[bot])
  • chore(package): update ava to version 0.18.0 (#369) (greenkeeper[bot])
  • Use yarn (#376) (Daniel Tschinder)
  • target node 4 in preset env (#423) (Daniel Tschinder)
  • Add prettier (#409) (Daniel Tschinder)
  • Use bash codecov (#440) (Daniel Tschinder)
Commits

The new version differs by 41 commits0.

  • 1a76476 7.0.0
  • 7307226 Point changelog to releases
  • 174cb10 Merge branch '7.0'
  • 2204871 Add prettier (#409)
  • dbec80d Make sure .babelrc is a file, not a directory (#427)
  • aa485e4 Use bash codecov (#440)
  • 16522b6 yarn.lock
  • 660922b Update ava to the latest version 🚀 (#434)
  • 5d248b5 Update cross-env to the latest version 🚀 (#431)
  • 74ff2e6 Updated documentation to match webpack v2 changes. (#438)
  • ed8711d Add note about webpack versions
  • a7342de 7.0.0-beta.1
  • fb8c271 Merge branch 'fix-options' into 7.0
  • 1ed7ff5 Merge branch 'master' into 7.0
  • e20f6b6 Changelog for 6.4.1 (#424)

There are 41 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 7.1.0 just got published.

Update to this version instead 🚀

Release Notes 7.1.0

🚀 New Feature

  • Update to support webpack 3 (#471) (Joe Lencioni)
  • look for babel options in package.json and .babelrc.js (babel 7) (#465) (Thomas Sileghem)
  • Watch configuration files. (#460) (Evilebot Tnawi)
    You can now change the babel config while webpack watch or dev-server is running and webpack will correctly recompile all files with babel.

🐛 Bug Fix

  • Only base cache identifier on babel options from package.json (#468) (Daniel Tschinder)

📝 Documentation

  • Remove outdated examples. (Daniel Tschinder)

🏠 Internal

  • update eslint-config-babel to version 7.0.0 (#469) (greenkeeper[bot])
  • update lint-staged to version 4.0.0 (#470) (greenkeeper[bot])
  • Add prettier eslint plugin (#466) (Daniel Tschinder)
  • Add node 8 to test matrix (#467) (Daniel Tschinder)
  • Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457) (Daniel Tschinder)
Commits

The new version differs by 13 commits.

  • d249119 7.1.0
  • ea9b4d4 Update yarn.lock
  • 7986787 chore(package): update eslint-config-babel to version 7.0.0 (#469)
  • ee40748 chore(package): update lint-staged to version 4.0.0 (#470)
  • 66784e4 Update to webpack 3 (#471)
  • 8544ffa Only base cache identifier on babel options from pkg.json (#468)
  • ea2eafa Add prettier eslint plugin (#466)
  • 4548169 Add node 8 to test matrix (#467)
  • d8b73c0 fix(resolve-rc): look for babel in package.json and .babelrc.js (#465)
  • 8d96c1f Remove outdated examples.
  • 91f2658 Fixed: watch configuration files. (#460)
  • de2d3f3 Upgrade dependencies
  • 37e63e3 Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.1.1 just got published.

Update to this version instead 🚀

Release Notes 7.1.1

🐛 Bug Fix

  • Do not read .babelrc for cache identifier when babelrc=false (#483) (Russ Tyndall)

📝 Documentation

  • Update README.md for webpack 3.x (#476) (Pierre Neter)

🏠 Internal

  • Update eslint to the latest version 🚀 (#482) (greenkeeper[bot])
  • chore(package): update husky to version 0.14.0 (#475) (greenkeeper[bot])
Commits

The new version differs by 6 commits.

  • 5953fcf 7.1.1
  • f3cacd9 Update yarn.lock
  • 0815f48 Update eslint to the latest version 🚀 (#482)
  • aefe583 Do not read .babelrc for cache identifier when babelrc=false (#483)
  • c8924f3 chore(package): update husky to version 0.14.0 (#475)
  • 6063373 Update README.md for webpack 3.x (#476)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.1.2 just got published.

Update to this version instead 🚀

Release Notes 7.1.2

🐛 Bug Fix

  • Add the message in BabelLoaderError's stack trace on node 8 (#499) (Stephen Jennings)
  • Do not swallow errors in exists() and only call exists if option is string (#495) (Nelo Mitranim)

📝 Documentation

  • README: fix typo (#498) (Piper Chester)

🏠 Internal

  • Update ava to the latest version 🚀 (#500) (greenkeeper[bot])
  • Update ava to the latest version 🚀 (#491) (greenkeeper[bot])
  • Update ava to the latest version 🚀 (#487) (greenkeeper[bot])
Commits

The new version differs by 8 commits.

  • 1ca5c78 7.1.2
  • 43543b7 Update dependencies
  • 8558593 Add the message in BabelLoaderError's stack trace (#499)
  • ffdf7f1 Update ava to the latest version 🚀 (#500)
  • 87b91f0 README: fix typo (#498) [skip ci]
  • f0bbb68 Do not swallow errors in exists() and only call exists if option is string (#495)
  • 62ae6cc Update ava to the latest version 🚀 (#491)
  • 5e76bb7 Update ava to the latest version 🚀 (#487)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.3 just got published.

Update to this version instead 🚀

Release Notes 7.1.3

🐛 Bug Fix

  • Support webpack 4
Commits

The new version differs by 7 commits.

  • d51e635 7.1.3
  • ba8a846 Fix appveyor config
  • 3102137 Fix peer dependencies
  • 8170080 Run tests with webpack 4 and fix them
  • b9f4d60 Update ava to the latest version 🚀 (#520)
  • d7de226 Update react to the latest version 🚀 (#516)
  • dff4a44 Update babel-eslint to the latest version 🚀 (#510)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.4 just got published.

Update to this version instead 🚀

Release Notes 7.1.4

🐛 Bug Fix

  • Update code to read filename
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.0-beta.3 just got published.

Update to this version instead 🚀

Release Notes 8.0.0-beta.3
  • #590 Handle cache directory fallback better
  • #599 Drop logic for reading the .babelrc and rely on@babel/core`
  • #618 Refactor to use async functions for async handling (compiled to generators)
  • #619 Expose an API for users to create custom wrapper around babel-loader
Commits

The new version differs by 42 commits ahead by 42, behind by 6.

  • 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
  • 4b1bcec Merge pull request #618 from loganfsmyth/async-fn-loader
  • 0979918 Ensure that ignored files pass through unaltered.
  • 6bc2671 Drop support for Node < 6.9 and use async functions for loader logic.
  • 88f876e Merge pull request #599 from loganfsmyth/partial-config-refactor
  • 1fdd371 Rely on babel/core to load the babel options for caching.
  • db902fb Fix cache directory fallback (#590)
  • 0a63bae Update README.md
  • 690a78f Use full plugin name @babel/plugin-transform-runtime (#591)
  • b295162 Format imports
  • 47188a0 8.0.0-beta.2
  • d247a36 Fix the resolving of babelrc when extends not set (#588)

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.5 just got published.

Update to this version instead 🚀

Release Notes v7.1.5

v7.1.5

  • Perf: Use md4 instead of sha1 for filename hashes (#638)
Commits

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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.0 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 6 years ago

Version 8.0.1 just got published.

Update to this version instead 🚀

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

  • 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)
  • e1c190d docs: update README.md

See the full diff

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v8.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.

Commits

The new version differs by 12 commits.

  • 800181b 8.0.3
  • 7d8500c Also pass the caller option to loadPartialConfig (#685)
  • a507914 Expose the full loader options to all overrides hooks.
  • ac0c869 Tweak the customize implementation to be a bit more strict.
  • 9b70a02 Add overrides option
  • c8d7a72 Add .mjs to the examples (#683)
  • 4619993 bable options link update (#681)
  • 8f240b4 Use node 10 on appveyor
  • 7e4189e Change appveyor to use babel account
  • eeaee46 Update devDeps to use most recent versions, and fix tests.
  • 3e5fb5e chore(package): update lockfile
  • 2b8e479 chore(package): update eslint-config-babel to version 8.0.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 8.0.5
  • Update find-cache-dir to 2.0
Commits

The new version differs by 8 commits.

  • 20c9e0e 8.0.5
  • de51b5d chore: Update ava
  • 66f92af Remove docs mention about sourceMap option being ignored (#750)
  • 6df8af1 Update dependencies and run all tests (#745)
  • 2c61de5 Add node 11 and 10 (#744)
  • 1bda840 Fix config issue in example (#708)
  • 364387d Merge pull request #698 from MattGurneyAMP/patch-1
  • 98f936d Fix license header and link

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 8.0.6
  • Migrate to pify (#785)
  • Reduced memory usage (#781)
Commits

The new version differs by 11 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀