vue-meta
vue-meta copied to clipboard
chore(deps): update devdependency babel-loader to v10
[!NOTE] Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| babel-loader | ^8.1.0 -> ^10.0.0 |
Release Notes
babel/babel-loader (babel-loader)
v10.0.0
What's Changed
Breaking Changes
- bump node requirement to
^18.20.0 || ^20.10.0 || >=22.0.0and webpack requirement to>= 5.61.0by @JLHwung in #1026 - breaking: use output.hashFunction as loader cache hasher by @JLHwung in #1027
New Features
- Add babel-loader logger by @JLHwung in #1034
- Support cache with external dependencies by @JLHwung in #1033
Bug Fixes
- [Bugfix] Ensure stability of filename cache-keys by @stefanpenner in #909
Docs
- docs: clarify that
cacheIdentifieris computed from the merged options by @JLHwung in #1000 - Create SECURITY.md by @JLHwung in #1032
- Add babel-loader v10 readme by @JLHwung in #1046
- add readme section for loggingDebug support by @JLHwung in #1038
- Update readme and repo templates by @JLHwung in #1041
Dependencies
- migrate to c8 by @JLHwung in #996
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #998
- Bump dev dependencies by @JLHwung in #1001
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #1020
- Update deps by @JLHwung in #1025
- refactor: replace
find-cache-dirbyfind-upby @JLHwung in #1031 - Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #1035
- chore: update dev deps by @JLHwung in #1036
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #1049
Internal
- Remove caller option check by @JLHwung in #1007
- Update tests by @JLHwung in #1003
- Update metadata test by @JLHwung in #1024
- Migrate to node test runner by @JLHwung in #1028
- chore: use default eslint rules by @JLHwung in #1029
- refactor: use webpack builtin schema util by @JLHwung in #1030
New Contributors
- @stefanpenner made their first contribution in #909
Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0
v9.2.1
What's Changed
- Avoid error on missing getLogger by @nicolo-ribaudo in #1045
Full Changelog: https://github.com/babel/babel-loader/compare/v9.2.0...v9.2.1
v9.2.0
What's Changed
- Remove caller option check by @JLHwung in #1007
- Update deps by @JLHwung in #1025
- docs: clarify that
cacheIdentifieris computed from the merged options by @JLHwung in #1000 - Add babel-loader logger by @JLHwung in #1037
Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.0
v9.1.3
Security dependency updates
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #982
- Bump semver from 7.3.2 to 7.5.2 by @dependabot in #993
- bump find-cache-dir to v4 by @JLHwung in #995
New Contributors
- @piwysocki made their first contribution in #981
- @comoser made their first contribution in #897
Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3
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 in #977
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #980
Misc
- GitHub Workflows security hardening by @sashashura in #976
New Contributors
- @sashashura made their first contribution in #976
Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2
v9.1.1
v9.1.0
New features
- Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in #971
Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0
v9.0.1
Bug Fixes
Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1
v9.0.0
What's Changed
- update hash method mechanism so it doesn't fail on a fips enabled machine by @darmbrust in #939
- Require babel ^7.12.0 and Node.js >= 14.15.0 versions by @JLHwung in #956
- Remove dependency on loader-utils and drop webpack 4 support by @nied in #942
New Contributors
- @darmbrust made their first contribution in #939
- @nied made their first contribution in #942
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0
v8.4.1
What's Changed
- Avoid error on missing getLogger by @nicolo-ribaudo in #1044
Full Changelog: https://github.com/babel/babel-loader/compare/v8.4.0...v8.4.1
v8.4.0
What's Changed
- Fix loader-utils vulnerability by @LuckyLuky in #979
- Add babel-loader logger by @JLHwung in #1039
New Contributors
- @LuckyLuky made their first contribution in #979
Full Changelog: https://github.com/babel/babel-loader/compare/v8.3.0...v8.4.0
v8.3.0
New features
- Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in #971
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0
v8.2.5
What's Changed
- fix: respect
inputSourceMaploader option by @alan-agius4 in #896
New Contributors
- @alan-agius4 made their first contribution in #896
Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
v8.2.4
What's Changed
- doc(README.md): fix a broken markdown link by @loveDstyle in #919
- Bump loader-utils to 2.x by @stianjensen in #931
- Use md5 hashing for OpenSSL 3 by @pathmapper in #924
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
v8.2.3: 8.2.3
This release fixes compatibility with Node.js 17
- Use md5 hash for caching on node v17 (#918)
Thanks @Reptarsrage!
v8.2.2
v8.2.1: 8.2.1
- Move
@ava/babeltodevDependencies#881 (@jvasseur)
v8.2.0: 8.2.0
- Replace
mkdirpwithmake-dir47958ca(@JLHwung) - Use async config loading when available
d8cff97(@the-spyke)
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 was generated by Mend Renovate. View the repository job log.