-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass external dependencies from Babel to Webpack #971
Pass external dependencies from Babel to Webpack #971
Conversation
I plan to backport this to v8, since we released v9 just a few days ago. |
|
||
externalDependencies?.forEach(dep => this.addDependency(dep)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use optional chaining here because we can't control the return type of overrides.result
? If so we might consider convert babel-loader
to ts and publish typings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I added ?
because current overrides.result
functions probably don't return externalDependencies
, if they replace the result object.
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.2.5` -> `8.3.0`](https://renovatebot.com/diffs/npm/babel-loader/8.2.5/8.3.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/compatibility-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/confidence-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader</summary> ### [`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 [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v8.2.5...v8.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTQuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.2.5` -> `9.1.0`](https://renovatebot.com/diffs/npm/babel-loader/8.2.5/9.1.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/compatibility-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/confidence-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader</summary> ### [`v9.1.0`](https://github.com/babel/babel-loader/releases/tag/v9.1.0) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0) #### New features - Pass external dependencies from Babel to Webpack by [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v9.0.1...v9.1.0 ### [`v9.0.1`](https://github.com/babel/babel-loader/releases/tag/v9.0.1) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1) ##### Bug Fixes - remove "node:" builtin prefix by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/970](https://github.com/babel/babel-loader/pull/970) **Full Changelog**: babel/babel-loader@v9.0.0...v9.0.1 ### [`v9.0.0`](https://github.com/babel/babel-loader/releases/tag/v9.0.0) [Compare Source](https://github.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://github.com/darmbrust) in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/956](https://github.com/babel/babel-loader/pull/956) - Remove dependency on loader-utils and drop webpack 4 support by [@​nied](https://github.com/nied) in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) #### New Contributors - [@​darmbrust](https://github.com/darmbrust) made their first contribution in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - [@​nied](https://github.com/nied) made their first contribution in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) **Full Changelog**: babel/babel-loader@v8.2.5...v9.0.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 [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v8.2.5...v8.3.0 </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.3.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/babel-loader/8.3.0/9.1.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/compatibility-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/confidence-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader</summary> ### [`v9.1.0`](https://github.com/babel/babel-loader/releases/tag/v9.1.0) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0) #### New features - Pass external dependencies from Babel to Webpack by [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v9.0.1...v9.1.0 ### [`v9.0.1`](https://github.com/babel/babel-loader/releases/tag/v9.0.1) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1) #### Bug Fixes - remove "node:" builtin prefix by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/970](https://github.com/babel/babel-loader/pull/970) **Full Changelog**: babel/babel-loader@v9.0.0...v9.0.1 ### [`v9.0.0`](https://github.com/babel/babel-loader/releases/tag/v9.0.0) [Compare Source](https://github.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://github.com/darmbrust) in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/956](https://github.com/babel/babel-loader/pull/956) - Remove dependency on loader-utils and drop webpack 4 support by [@​nied](https://github.com/nied) in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) #### New Contributors - [@​darmbrust](https://github.com/darmbrust) made their first contribution in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - [@​nied](https://github.com/nied) made their first contribution in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) **Full Changelog**: babel/babel-loader@v8.2.5...v9.0.0 </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 is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach). PR-URL: #41 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.3.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/babel-loader/8.3.0/9.1.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/compatibility-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/confidence-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader</summary> ### [`v9.1.0`](https://github.com/babel/babel-loader/releases/tag/v9.1.0) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0) #### New features - Pass external dependencies from Babel to Webpack by [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v9.0.1...v9.1.0 ### [`v9.0.1`](https://github.com/babel/babel-loader/releases/tag/v9.0.1) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1) #### Bug Fixes - remove "node:" builtin prefix by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/970](https://github.com/babel/babel-loader/pull/970) **Full Changelog**: babel/babel-loader@v9.0.0...v9.0.1 ### [`v9.0.0`](https://github.com/babel/babel-loader/releases/tag/v9.0.0) [Compare Source](https://github.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://github.com/darmbrust) in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/956](https://github.com/babel/babel-loader/pull/956) - Remove dependency on loader-utils and drop webpack 4 support by [@​nied](https://github.com/nied) in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) #### New Contributors - [@​darmbrust](https://github.com/darmbrust) made their first contribution in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - [@​nied](https://github.com/nied) made their first contribution in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) **Full Changelog**: babel/babel-loader@v8.2.5...v9.0.0 </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 is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach). PR-URL: #41 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.2.5` -> `8.3.0`](https://renovatebot.com/diffs/npm/babel-loader/8.2.5/8.3.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/compatibility-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/confidence-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader</summary> ### [`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 [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v8.2.5...v8.3.0 </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/dooboolab/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.2.5` -> `8.3.0`](https://renovatebot.com/diffs/npm/babel-loader/8.2.5/8.3.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/compatibility-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/babel-loader/8.3.0/confidence-slim/8.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader</summary> ### [`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 [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v8.2.5...v8.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTQuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://github.com/babel/babel-loader) | [`8.3.0` -> `9.1.3`](https://renovatebot.com/diffs/npm/babel-loader/8.3.0/9.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/babel-loader/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/babel-loader/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/babel-loader/8.3.0/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/babel-loader/8.3.0/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel-loader (babel-loader)</summary> ### [`v9.1.3`](https://github.com/babel/babel-loader/releases/tag/v9.1.3) [Compare Source](https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3) #### Security dependency updates - Bump http-cache-semantics from 4.1.0 to 4.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/babel/babel-loader/pull/982](https://github.com/babel/babel-loader/pull/982) - Bump semver from 7.3.2 to 7.5.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/babel/babel-loader/pull/993](https://github.com/babel/babel-loader/pull/993) - bump find-cache-dir to v4 by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/995](https://github.com/babel/babel-loader/pull/995) #### New Contributors - [@​piwysocki](https://github.com/piwysocki) made their first contribution in [https://github.com/babel/babel-loader/pull/981](https://github.com/babel/babel-loader/pull/981) - [@​comoser](https://github.com/comoser) made their first contribution in [https://github.com/babel/babel-loader/pull/897](https://github.com/babel/babel-loader/pull/897) **Full Changelog**: babel/babel-loader@v9.1.2...v9.1.3 ### [`v9.1.2`](https://github.com/babel/babel-loader/releases/tag/v9.1.2) [Compare Source](https://github.com/babel/babel-loader/compare/v9.1.1...v9.1.2) 9.1.1 was a broken release, it didn't include all the commits. #### Dependencies updates - Bump qs from 6.5.2 to 6.5.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/babel/babel-loader/pull/977](https://github.com/babel/babel-loader/pull/977) - Bump json5 from 2.2.1 to 2.2.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/babel/babel-loader/pull/980](https://github.com/babel/babel-loader/pull/980) #### Misc - GitHub Workflows security hardening by [@​sashashura](https://github.com/sashashura) in [https://github.com/babel/babel-loader/pull/976](https://github.com/babel/babel-loader/pull/976) #### New Contributors - [@​sashashura](https://github.com/sashashura) made their first contribution in [https://github.com/babel/babel-loader/pull/976](https://github.com/babel/babel-loader/pull/976) **Full Changelog**: babel/babel-loader@v9.1.0...v9.1.2 ### [`v9.1.1`](https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.1) [Compare Source](https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://github.com/babel/babel-loader/releases/tag/v9.1.0) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0) #### New features - Pass external dependencies from Babel to Webpack by [@​nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [https://github.com/babel/babel-loader/pull/971](https://github.com/babel/babel-loader/pull/971) **Full Changelog**: babel/babel-loader@v9.0.1...v9.1.0 ### [`v9.0.1`](https://github.com/babel/babel-loader/releases/tag/v9.0.1) [Compare Source](https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1) #### Bug Fixes - remove "node:" builtin prefix by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/970](https://github.com/babel/babel-loader/pull/970) **Full Changelog**: babel/babel-loader@v9.0.0...v9.0.1 ### [`v9.0.0`](https://github.com/babel/babel-loader/releases/tag/v9.0.0) [Compare Source](https://github.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://github.com/darmbrust) in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - Require babel ^7.12.0 and Node.js >= 14.15.0 versions by [@​JLHwung](https://github.com/JLHwung) in [https://github.com/babel/babel-loader/pull/956](https://github.com/babel/babel-loader/pull/956) - Remove dependency on loader-utils and drop webpack 4 support by [@​nied](https://github.com/nied) in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) #### New Contributors - [@​darmbrust](https://github.com/darmbrust) made their first contribution in [https://github.com/babel/babel-loader/pull/939](https://github.com/babel/babel-loader/pull/939) - [@​nied](https://github.com/nied) made their first contribution in [https://github.com/babel/babel-loader/pull/942](https://github.com/babel/babel-loader/pull/942) **Full Changelog**: babel/babel-loader@v8.2.5...v9.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am every weekday" in timezone America/Los_Angeles, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Esri/calcite-design-system). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
We added support for
externalDependencies
in Babel 7.12.0, but we never properly wired it inbabel-loader
.babel-loader
must forward the list of external dependencies from@babel/core
towebpack
, so that webpack knows which files to watch and when to re-run Babel.Does this PR introduce a breaking change?