Update dependency babel-loader to v8.4.1 #14

Merged
jonathan merged 1 commit from renovate/babel-loader-8.x-lockfile into main 2025-06-12 13:08:09 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
babel-loader dependencies minor 8.1.0 -> 8.4.1

Release Notes

babel/babel-loader (babel-loader)

v8.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/babel/babel-loader/compare/v8.4.0...v8.4.1

v8.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/babel/babel-loader/compare/v8.3.0...v8.4.0

v8.3.0

Compare Source

New features

Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5

v8.2.4

Compare Source

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

v8.2.3: 8.2.3

Compare Source

This release fixes compatibility with Node.js 17

Thanks @​Reptarsrage!

v8.2.2

Compare Source

v8.2.1: 8.2.1

Compare Source

v8.2.0: 8.2.0

Compare Source


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | dependencies | minor | [`8.1.0` -> `8.4.1`](https://renovatebot.com/diffs/npm/babel-loader/8.1.0/8.4.1) | --- ### Release Notes <details> <summary>babel/babel-loader (babel-loader)</summary> ### [`v8.4.1`](https://github.com/babel/babel-loader/releases/tag/v8.4.1) [Compare Source](https://github.com/babel/babel-loader/compare/v8.4.0...v8.4.1) #### What's Changed - Avoid error on missing getLogger by [@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo) in https://github.com/babel/babel-loader/pull/1044 **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.4.0...v8.4.1 ### [`v8.4.0`](https://github.com/babel/babel-loader/releases/tag/v8.4.0) [Compare Source](https://github.com/babel/babel-loader/compare/v8.3.0...v8.4.0) #### What's Changed - Fix loader-utils vulnerability by [@&#8203;LuckyLuky](https://github.com/LuckyLuky) in https://github.com/babel/babel-loader/pull/979 - Add babel-loader logger by [@&#8203;JLHwung](https://github.com/JLHwung) in https://github.com/babel/babel-loader/pull/1039 #### New Contributors - [@&#8203;LuckyLuky](https://github.com/LuckyLuky) made their first contribution in https://github.com/babel/babel-loader/pull/979 **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.3.0...v8.4.0 ### [`v8.3.0`](https://github.com/babel/babel-loader/releases/tag/v8.3.0) [Compare Source](https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0) #### New features - Pass external dependencies from Babel to Webpack by [@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo) in https://github.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://github.com/babel/babel-loader/releases/tag/v8.2.5) [Compare Source](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5) #### What's Changed - fix: respect `inputSourceMap` loader option by [@&#8203;alan-agius4](https://github.com/alan-agius4) in https://github.com/babel/babel-loader/pull/896 #### New Contributors - [@&#8203;alan-agius4](https://github.com/alan-agius4) made their first contribution in https://github.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://github.com/babel/babel-loader/releases/tag/v8.2.4) [Compare Source](https://github.com/babel/babel-loader/compare/v8.2.3...v8.2.4) #### What's Changed - doc(README.md): fix a broken markdown link by [@&#8203;loveDstyle](https://github.com/loveDstyle) in https://github.com/babel/babel-loader/pull/919 - Bump loader-utils to 2.x by [@&#8203;stianjensen](https://github.com/stianjensen) in https://github.com/babel/babel-loader/pull/931 - Use md5 hashing for OpenSSL 3 by [@&#8203;pathmapper](https://github.com/pathmapper) in https://github.com/babel/babel-loader/pull/924 Thanks [@&#8203;loveDstyle](https://github.com/loveDstyle), [@&#8203;stianjensen](https://github.com/stianjensen) and [@&#8203;pathmapper](https://github.com/pathmapper) for your first PRs! ### [`v8.2.3`](https://github.com/babel/babel-loader/releases/tag/v8.2.3): 8.2.3 [Compare Source](https://github.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) Thanks [@&#8203;Reptarsrage](https://github.com/Reptarsrage)! ### [`v8.2.2`](https://github.com/babel/babel-loader/compare/v8.2.1...v8.2.2) [Compare Source](https://github.com/babel/babel-loader/compare/v8.2.1...v8.2.2) ### [`v8.2.1`](https://github.com/babel/babel-loader/releases/tag/v8.2.1): 8.2.1 [Compare Source](https://github.com/babel/babel-loader/compare/v8.2.0...v8.2.1) - Move `@ava/babel` to `devDependencies` [#&#8203;881](https://github.com/babel/babel-loader/issues/881) ([@&#8203;jvasseur](https://github.com/jvasseur)) ### [`v8.2.0`](https://github.com/babel/babel-loader/releases/tag/v8.2.0): 8.2.0 [Compare Source](https://github.com/babel/babel-loader/compare/v8.1.0...v8.2.0) - Replace `mkdirp` with `make-dir` [`47958ca`](https://github.com/babel/babel-loader/commit/47958ca3857e489e450b27c6f3266375015cba82) ([@&#8203;JLHwung](https://github.com/JLHwung)) - Use async config loading when available [`d8cff97`](https://github.com/babel/babel-loader/commit/d8cff97ff387ded0fc9b5cbc489228c96c5ab14a) ([@&#8203;the-spyke](https://github.com/the-spyke)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS4xMSIsInVwZGF0ZWRJblZlciI6IjQwLjQ5LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-06-12 13:06:17 +00:00
jonathan force-pushed renovate/babel-loader-8.x-lockfile from bf3ef26f53 to 79835064b3 2025-06-12 13:07:54 +00:00 Compare
jonathan merged commit 9cfd760933 into main 2025-06-12 13:08:09 +00:00
jonathan deleted branch renovate/babel-loader-8.x-lockfile 2025-06-12 13:08:09 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jonathan/combine.fm#14
No description provided.