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 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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webpack (4.35.0 → 4.35.2) · Repo
Release Notes
4.35.2
4.35.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
4.35.2
hotfix: realResource should match absolute paths
4.35.1
Merge pull request #9328 from jchapman127/bugfix/match-resource
only affect loader order when match resource is used
improve test cases for more edge cases
Merge pull request #9326 from vankop/add-real-resource-parameter
fix loader ordering
add test case for #9053
updated snapshots, rerun tooling scripts
add realResource parameter to RuleSetRule
Merge pull request #9322 from webpack/dependabot/npm_and_yarn/@types/node-10.14.10
Merge pull request #9321 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.1
chore(deps-dev): bump @types/node from 10.14.9 to 10.14.10
chore(deps-dev): bump eslint-plugin-jest from 22.7.0 to 22.7.1
Merge pull request #9311 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.0
Merge pull request #9310 from ryandrew14/update-contributing-to-documentation
chore(deps-dev): bump eslint-plugin-jest from 22.6.4 to 22.7.0
remove extra period
update contributing docs to include webpack.js.org for docs submissions
Merge pull request #9307 from webpack/dependabot/npm_and_yarn/simple-git-1.116.0
chore(deps-dev): bump simple-git from 1.115.0 to 1.116.0
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