Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update file-loader to the latest version 🚀 #584

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 5, 2018

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

  • defaults: update to latest webpack-defaults (#268) (687f422)

BREAKING CHANGES

  • defaults: Enforces engines of "node": ">=6.9.0 < 7.0.0 || >= 8.9.0"
Commits

The new version differs by 6 commits.

  • 8d43c38 chore(release): 2.0.0
  • 2ae1dae docs(readme): fix typo in outpathPath section (#282)
  • c1c5a7f docs(readme): fix broken link to CONTRIBUTING.md (#289)
  • deec913 refactor: schema-utils (#294)
  • 8f18b1e docs(readme): clarify support for Webpack v3 (#287)
  • 687f422 refactor(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 🌴

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 20, 2018

  • The devDependency file-loader was updated from 1.1.11 to 3.0.0.

Update to this version instead 🚀

Release Notes for v3.0.0

3.0.0 (2018-12-20)

Code Refactoring

  • drop support for webpack < 4 (#303) (203a4ee)
  • more validations in options schema

Features

  • resourcePath is now available in outputPath and publicPath (#304) (0d66e64)
  • context is now available in outputPath and publicPath (#305) (d5eb823)

BREAKING CHANGES

  • removed the useRelativePath option. 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.

  • 40a206e chore(release): 3.0.0
  • 269d3fb docs: improve README (#307)
  • 9853db1 refactor: loader
  • d5eb823 feat: context is now available in outputPath and publicPath (#305)
  • 0d66e64 feat: resourcePath is now available in outputPath and publicPath (#304)
  • 203a4ee refactor: drop support for webpack < 4 (#303)
  • e5fe4e8 refactor: tests (#302)
  • 3981acc refactor: update defaults (#301)
  • 85230c9 FIx formatting for "Contributing" and "MIT" (#298)
  • 6631d39 docs(changelog): fix typo

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 20, 2018

  • The devDependency file-loader was updated from 1.1.11 to 3.0.1.

Update to this version instead 🚀

Release Notes for v3.0.1

3.0.1 (2018-12-20)

Bug Fixes

  • relax options validation for additional properties (#309) (c74d44e)
Commits

The new version differs by 4 commits.

  • 011cc38 chore(release): 3.0.1
  • ad4ff96 test: file-loader should emit assets (#312)
  • 6dcc7e8 chore: update defaults (#310)
  • c74d44e fix: relax options validation for additional properties (#309)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants