Skip to content

Update babel-loader to the latest version 🚀 - #229

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

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

Conversation

@greenkeeper

Copy link
Copy Markdown
Contributor

Version 8.0.0 of babel-loader was just published.

Dependency babel-loader
Current Version 7.1.5
Type dependency

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 Notesv8.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.

  • a55fc2e8.0.0
  • 13d90b2Prepare for 8.0.0 release.
  • 95e71fd8.0.0-beta.6
  • 5eb1b0aPass Babel's .caller option and pass supportsStaticESM:true. (#660)
  • 6a70942Read file before creating directory (#644)
  • 73922e9Merge pull request #645 from Munter/patch-1
  • d9e2ed6Update http-links to https
  • 2be502dUse MD4 instead of SHA1 for filename hashes (#639)
  • a23f1c38.0.0-beta.4
  • a2d86d9Return more data from babel.transform. (#629)
  • 1a7a440Ensure that we don't accidentally publish 'latest'.
  • 7cbbd578.0.0-beta.3
  • 5192a63Update lint-staged to support Node 10
  • ebedae1Expose API to allow implementing custom loaders around babel-loader. (#619)
  • 088f79cHandle 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 🌴

greenkeeperBot added a commit that referenced this pull request Sep 1, 2018
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

Version 8.0.1 just got published.

Update to this version instead 🚀

Release Notesv8.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.

  • dbcc2b58.0.1
  • 34d6d6eAdd a warning if you forget to install @babel/core or install babel-core. (#668)
  • 8b6dd4bMerge pull request #662 from Sibiraj-S/patch-1
  • 2344855Merge branch 'master' into patch-1
  • 053c9f6Remove babelrc from loader-specific options (#667)
  • e1c190ddocs: update README.md

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 3, 2018
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

Version 8.0.2 just got published.

Update to this version instead 🚀

Release Notesv8.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.

  • 0e43d0a8.0.2
  • 5e0565dManually fix 'inline' sourcemaps so they work with Webpack. (#671)
  • ea52d05Use 'sourceMaps' since that is what we suggest to use in our docs. (#670)
  • 4c32295Use absolute filepaths in sourcemap 'sources' list. (#669)
  • 9621e24Tidy up README [skip ci]
  • 67a5f40Make compressing transforms cache configurable (#574)

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

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.

  • 800181b8.0.3
  • 7d8500cAlso pass the caller option to loadPartialConfig (#685)
  • a507914Expose the full loader options to all overrides hooks.
  • ac0c869Tweak the customize implementation to be a bit more strict.
  • 9b70a02Add overrides option
  • c8d7a72Add .mjs to the examples (#683)
  • 4619993bable options link update (#681)
  • 8f240b4Use node 10 on appveyor
  • 7e4189eChange appveyor to use babel account
  • eeaee46Update devDeps to use most recent versions, and fix tests.
  • 3e5fb5echore(package): update lockfile
  • 2b8e479chore(package): update eslint-config-babel to version 8.0.0

See the full diff

@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 27, 2018
greenkeeperBot added a commit that referenced this pull request Jan 4, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

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.

  • 20c9e0e8.0.5
  • de51b5dchore: Update ava
  • 66f92afRemove docs mention about sourceMap option being ignored (#750)
  • 6df8af1Update dependencies and run all tests (#745)
  • 2c61de5Add node 11 and 10 (#744)
  • 1bda840Fix config issue in example (#708)
  • 364387dMerge pull request #698 from MattGurneyAMP/patch-1
  • 98f936dFix license header and link

See the full diff

greenkeeperBot added a commit that referenced this pull request May 12, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

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

greenkeeperBot added a commit that referenced this pull request Mar 20, 2020
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants