react-grid-system
react-grid-system copied to clipboard
Update babel-loader 9.2.1 → 10.0.0 (major)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ babel-loader (9.2.1 → 10.0.0) · Repo · Changelog
Release Notes
10.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: v9.1.3...v10.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)