Update file-loader to the latest version π
The devDependency file-loader was updated from 1.1.11 to 2.0.0.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v2.0.0
2018-08-21
Code Refactoring
BREAKING CHANGES
- defaults: Enforces
enginesof"node": ">=6.9.0 < 7.0.0 || >= 8.9.0"
Commits
The new version differs by 6 commits.
8d43c38chore(release): 2.0.02ae1daedocs(readme): fix typo inoutpathPathsection (#282)c1c5a7fdocs(readme): fix broken link toCONTRIBUTING.md(#289)deec913refactor: schema-utils (#294)8f18b1edocs(readme): clarify support for Webpack v3 (#287)687f422refactor(defaults): update to latest webpack-defaults (#268)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencyfile-loader was updated from1.1.11to3.0.0.
Update to this version instead π
Release Notes for v3.0.0
3.0.0 (2018-12-20)
Code Refactoring
Features
resourcePathis now available inoutputPathandpublicPath(#304) (0d66e64)contextis now available inoutputPathandpublicPath(#305) (d5eb823)
BREAKING CHANGES
- removed the
useRelativePathoption. It is dangerously and break url when you use multiple entry points. - drop support for webpack < 4
Commits
The new version differs by 10 commits.
40a206echore(release): 3.0.0269d3fbdocs: improve README (#307)9853db1refactor: loaderd5eb823feat:contextis now available inoutputPathandpublicPath(#305)0d66e64feat:resourcePathis now available inoutputPathandpublicPath(#304)203a4eerefactor: drop support for webpack < 4 (#303)e5fe4e8refactor: tests (#302)3981accrefactor: updatedefaults(#301)85230c9FIx formatting for "Contributing" and "MIT" (#298)6631d39docs(changelog): fix typo
See the full diff
- The
devDependencyfile-loader was updated from1.1.11to3.0.1.
- The
devDependencyfile-loader was updated from1.1.11to4.0.0.
Update to this version instead π
Release Notes for v4.0.0
4.0.0 (2019-06-05)
chore
BREAKING CHANGES
- deps: minimum required nodejs version is
8.9.0