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 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)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ laravel-mix (6.0.19 → 6.0.23) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 19 commits:
6.0.23
Tweak the spelling of tweak (#3016)
Audit fixes (#3015)
6.0.22
Revert webpack-dev-server version change
6.0.21
Bump dependencies
6.0.20
Make vue-style-loader opt-in (#3007)
Test against Node 16 instead of Node 15 (#3006)
Hoist SASS use statements when using sass-resources-loader (#3005)
Upgrade deps (#3004)
Remove DS_Store file
Update TypeScript docs
Fix already defined error messages (#2988)
Move to CSS nano v5 (#2980)
Disable vue style loader (#2981)
Bump postcss version (#2979)
Allow API to be extended by third party plugins (#2972)
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