ScriptedAlchemy / webpack-external-import

Dynamically import modules from other webpack bundles. Painless code sharing between separate apps
BSD 3-Clause "New" or "Revised" License
415 stars 42 forks source link

chore(deps): update dependency babel-loader to v8.3.0 #237

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader 8.0.6 -> 8.3.0 age adoption passing confidence

Release Notes

babel/babel-loader (babel-loader) ### [`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)! ### [`v8.2.2`](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.1...v8.2.2) ### [`v8.2.1`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.1): 8.2.1 [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.0...v8.2.1) - Move `@ava/babel` to `devDependencies` [#​881](https://togithub.com/babel/babel-loader/issues/881) ([@​jvasseur](https://togithub.com/jvasseur)) ### [`v8.2.0`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.0): 8.2.0 [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.1.0...v8.2.0) - Replace `mkdirp` with `make-dir` [`47958ca`](https://togithub.com/babel/babel-loader/commit/47958ca3857e489e450b27c6f3266375015cba82) ([@​JLHwung](https://togithub.com/JLHwung)) - Use async config loading when available [`d8cff97`](https://togithub.com/babel/babel-loader/commit/d8cff97ff387ded0fc9b5cbc489228c96c5ab14a) ([@​the-spyke](https://togithub.com/the-spyke)) ### [`v8.1.0`](https://togithub.com/babel/babel-loader/releases/tag/v8.1.0): 8.1.0 [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.0.6...v8.1.0) - docs(readme): fix typo [#​818](https://togithub.com/babel/babel-loader/pull/818) ([@​frederickfogerty](https://togithub.com/frederickfogerty)) - docs(contributing): fix typo [#​821](https://togithub.com/babel/babel-loader/pull/821) ([@​PatNeedham](https://togithub.com/PatNeedham)) - Add schema validation [#​822](https://togithub.com/babel/babel-loader/pull/822) ([@​ogonkov](https://togithub.com/ogonkov)) - Add supportsTopLevelAwait to caller [#​814](https://togithub.com/babel/babel-loader/pull/814) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - feat: expose webpack target via babel caller [#​826](https://togithub.com/babel/babel-loader/pull/826) ([@​DylanPiercey](https://togithub.com/DylanPiercey)) - Bump deps for audit [#​834](https://togithub.com/babel/babel-loader/pull/834) ([@​existentialism](https://togithub.com/existentialism))

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 was generated by Mend Renovate. View the repository job log.