Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
babel/babel-loader
### [`v9.1.0`](https://togithub.com/babel/babel-loader/releases/tag/v9.1.0)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v9.0.1...v9.1.0)
#### New features
- Pass external dependencies from Babel to Webpack by [@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://togithub.com/babel/babel-loader/pull/971)
**Full Changelog**: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0
### [`v9.0.1`](https://togithub.com/babel/babel-loader/releases/tag/v9.0.1)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v9.0.0...v9.0.1)
#### Bug Fixes
- remove "node:" builtin prefix by [@JLHwung](https://togithub.com/JLHwung) in [https://github.com/babel/babel-loader/pull/970](https://togithub.com/babel/babel-loader/pull/970)
**Full Changelog**: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1
### [`v9.0.0`](https://togithub.com/babel/babel-loader/releases/tag/v9.0.0)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.3.0...v9.0.0)
#### What's Changed
- update hash method mechanism so it doesn't fail on a fips enabled machine by [@darmbrust](https://togithub.com/darmbrust) in [https://github.com/babel/babel-loader/pull/939](https://togithub.com/babel/babel-loader/pull/939)
- Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@JLHwung](https://togithub.com/JLHwung) in [https://github.com/babel/babel-loader/pull/956](https://togithub.com/babel/babel-loader/pull/956)
- Remove dependency on loader-utils and drop webpack 4 support by [@nied](https://togithub.com/nied) in [https://github.com/babel/babel-loader/pull/942](https://togithub.com/babel/babel-loader/pull/942)
#### New Contributors
- [@darmbrust](https://togithub.com/darmbrust) made their first contribution in [https://github.com/babel/babel-loader/pull/939](https://togithub.com/babel/babel-loader/pull/939)
- [@nied](https://togithub.com/nied) made their first contribution in [https://github.com/babel/babel-loader/pull/942](https://togithub.com/babel/babel-loader/pull/942)
**Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0
### [`v8.3.0`](https://togithub.com/babel/babel-loader/releases/tag/v8.3.0)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.5...v8.3.0)
#### New features
- Pass external dependencies from Babel to Webpack by [@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://togithub.com/babel/babel-loader/pull/971)
**Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0
### [`v8.2.5`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.5)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.4...v8.2.5)
#### What's Changed
- fix: respect `inputSourceMap` loader option by [@alan-agius4](https://togithub.com/alan-agius4) in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896)
#### New Contributors
- [@alan-agius4](https://togithub.com/alan-agius4) made their first contribution in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896)
**Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
### [`v8.2.4`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.4)
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.3...v8.2.4)
#### What's Changed
- doc(README.md): fix a broken markdown link by [@loveDstyle](https://togithub.com/loveDstyle) in [https://github.com/babel/babel-loader/pull/919](https://togithub.com/babel/babel-loader/pull/919)
- Bump loader-utils to 2.x by [@stianjensen](https://togithub.com/stianjensen) in [https://github.com/babel/babel-loader/pull/931](https://togithub.com/babel/babel-loader/pull/931)
- Use md5 hashing for OpenSSL 3 by [@pathmapper](https://togithub.com/pathmapper) in [https://github.com/babel/babel-loader/pull/924](https://togithub.com/babel/babel-loader/pull/924)
Thanks [@loveDstyle](https://togithub.com/loveDstyle), [@stianjensen](https://togithub.com/stianjensen) and [@pathmapper](https://togithub.com/pathmapper) for your first PRs!
### [`v8.2.3`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.3): 8.2.3
[Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.2...v8.2.3)
This release fixes compatibility with Node.js 17
- Use md5 hash for caching on node v17 ([https://github.com/babel/babel-loader/pull/918](https://togithub.com/babel/babel-loader/pull/918))
Thanks [@Reptarsrage](https://togithub.com/Reptarsrage)!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^8.2.2
->^9.0.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
babel/babel-loader
### [`v9.1.0`](https://togithub.com/babel/babel-loader/releases/tag/v9.1.0) [Compare Source](https://togithub.com/babel/babel-loader/compare/v9.0.1...v9.1.0) #### New features - Pass external dependencies from Babel to Webpack by [@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://togithub.com/babel/babel-loader/pull/971) **Full Changelog**: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0 ### [`v9.0.1`](https://togithub.com/babel/babel-loader/releases/tag/v9.0.1) [Compare Source](https://togithub.com/babel/babel-loader/compare/v9.0.0...v9.0.1) #### Bug Fixes - remove "node:" builtin prefix by [@JLHwung](https://togithub.com/JLHwung) in [https://github.com/babel/babel-loader/pull/970](https://togithub.com/babel/babel-loader/pull/970) **Full Changelog**: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1 ### [`v9.0.0`](https://togithub.com/babel/babel-loader/releases/tag/v9.0.0) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.3.0...v9.0.0) #### What's Changed - update hash method mechanism so it doesn't fail on a fips enabled machine by [@darmbrust](https://togithub.com/darmbrust) in [https://github.com/babel/babel-loader/pull/939](https://togithub.com/babel/babel-loader/pull/939) - Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@JLHwung](https://togithub.com/JLHwung) in [https://github.com/babel/babel-loader/pull/956](https://togithub.com/babel/babel-loader/pull/956) - Remove dependency on loader-utils and drop webpack 4 support by [@nied](https://togithub.com/nied) in [https://github.com/babel/babel-loader/pull/942](https://togithub.com/babel/babel-loader/pull/942) #### New Contributors - [@darmbrust](https://togithub.com/darmbrust) made their first contribution in [https://github.com/babel/babel-loader/pull/939](https://togithub.com/babel/babel-loader/pull/939) - [@nied](https://togithub.com/nied) made their first contribution in [https://github.com/babel/babel-loader/pull/942](https://togithub.com/babel/babel-loader/pull/942) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0 ### [`v8.3.0`](https://togithub.com/babel/babel-loader/releases/tag/v8.3.0) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.5...v8.3.0) #### New features - Pass external dependencies from Babel to Webpack by [@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://togithub.com/babel/babel-loader/pull/971) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0 ### [`v8.2.5`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.5) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.4...v8.2.5) #### What's Changed - fix: respect `inputSourceMap` loader option by [@alan-agius4](https://togithub.com/alan-agius4) in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) #### New Contributors - [@alan-agius4](https://togithub.com/alan-agius4) made their first contribution in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5 ### [`v8.2.4`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.4) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.3...v8.2.4) #### What's Changed - doc(README.md): fix a broken markdown link by [@loveDstyle](https://togithub.com/loveDstyle) in [https://github.com/babel/babel-loader/pull/919](https://togithub.com/babel/babel-loader/pull/919) - Bump loader-utils to 2.x by [@stianjensen](https://togithub.com/stianjensen) in [https://github.com/babel/babel-loader/pull/931](https://togithub.com/babel/babel-loader/pull/931) - Use md5 hashing for OpenSSL 3 by [@pathmapper](https://togithub.com/pathmapper) in [https://github.com/babel/babel-loader/pull/924](https://togithub.com/babel/babel-loader/pull/924) Thanks [@loveDstyle](https://togithub.com/loveDstyle), [@stianjensen](https://togithub.com/stianjensen) and [@pathmapper](https://togithub.com/pathmapper) for your first PRs! ### [`v8.2.3`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.3): 8.2.3 [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.2...v8.2.3) This release fixes compatibility with Node.js 17 - Use md5 hash for caching on node v17 ([https://github.com/babel/babel-loader/pull/918](https://togithub.com/babel/babel-loader/pull/918)) Thanks [@Reptarsrage](https://togithub.com/Reptarsrage)!Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.