Skip to content

Update file-loader to the latest version 🚀 - #50

Open
greenkeeper[bot] wants to merge 45 commits into
masterfrom
greenkeeper/file-loader-1.1.0
Open

Update file-loader to the latest version 🚀#50
greenkeeper[bot] wants to merge 45 commits into
masterfrom
greenkeeper/file-loader-1.1.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Sep 29, 2017

Copy link
Copy Markdown

Version 1.1.0 of file-loader just got published.

Dependency file-loader
Current Version 0.9.0
Type devDependency

The version 1.1.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of file-loader.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes Release v1.1.0

1.1.0 (2017-09-29)

Features

  • add options validation (schema-utils) (#184) (696ca77)
Commits

The new version differs by 43 commits.

  • abe91a8 chore(release): 1.1.0
  • 696ca77 feat: add options validation (schema-utils) (#184)
  • 39016b8 docs(README): add missing commas in examples (#196)
  • e5c1c5e docs(README): fix typo 'placholder' (#195)
  • 68840b6 docs(README): add missing comma in example (#191)
  • 7e2998c docs(README): standardize (#171)
  • c5b205b chore: Update changelog for 1.0.0 final
  • 95e157b chore(release): 1.0.0
  • a9e6927 chore(release): 1.0.0-rc.0
  • 3fe2d12 fix: remove = from default export (SyntaxError) (#178)
  • b47224a chore(package): remove duplicate peerDependencies (#175)
  • aaf5f17 chore(package): add webpack peerDependency (#169)
  • 334cb98 chore: Update changelog
  • 450cf00 chore(release): 1.0.0-beta.1
  • acd6c2f chore: Update to defaults v.1.3.0 (#170)

There are 43 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper Bot and others added 30 commits April 26, 2017 13:26
…er-2.4.5

Update webpack-dev-server to the latest version 🚀
…er-1.1.0

Update redux-auth-wrapper to the latest version 🚀
Update jsdom to the latest version 🚀
Update style-loader to the latest version 🚀
Update css-loader to the latest version 🚀
Update webpack to the latest version 🚀
Update autoprefixer to the latest version 🚀
….0.0

Update postcss-loader to the latest version 🚀
Update redux-actions to the latest version 🚀
Update redux-logger to the latest version 🚀
@greenkeeper

greenkeeper Bot commented Feb 19, 2018

Copy link
Copy Markdown
Author

Version 1.1.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 1451b1e chore(release): 1.1.7
  • 98bf052 fix(index): don't concat options.outputPath and options.publicPath (#246)
  • 9ee8332 docs(README): add regExp option (options.regExp) (#244)
  • f62bc44 chore(package): update schema-utils v0.3.0...0.4.5 (#245)
  • ef5688e docs(README): correct default value for digestType (hashes) (#239)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper

greenkeeper Bot commented Feb 20, 2018

Copy link
Copy Markdown
Author

Version 1.1.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • c0785d1 chore(release): 1.1.8
  • 26e47ca fix(index): normalize and concat paths via path.join()
  • 4c1ccaa fix(index): don't append outputPath to the original url (options.outputPath {Function})
  • 3b071f5 fix(index): context takes precedence over issuer.context (options.useRelativePath)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper

greenkeeper Bot commented Feb 27, 2018

Copy link
Copy Markdown
Author

Version 1.1.10 just got published.

Update to this version instead 🚀

Release Notes v1.1.10

2018-02-26

Bug Fixes

  • package: add webpack >= 4 (peerDependencies) (#255) (3a6a7a1)
Commits

The new version differs by 5 commits.

  • d27b04c chore(release): 1.1.10
  • 3a6a7a1 fix(package): add webpack >= 4 (peerDependencies) (#255)
  • b3f9189 chore(release): 1.1.9
  • 2afe0af fix(index): use path.posix for platform consistency (#254)
  • 54fa5a3 fix(index): handle protocol URL's correctly (options.publicPath) (#253)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper

greenkeeper Bot commented Mar 1, 2018

Copy link
Copy Markdown
Author

Version 1.1.11 just got published.

Update to this version instead 🚀

Release Notes v1.1.11

2018-03-01

Reverts

  • index: context takes precedence over issuer.context (options.useRelativePath) (#260) (e73131f)
Commits

The new version differs by 2 commits.

  • f7f6d6c chore(release): 1.1.11
  • e73131f revert(index): context takes precedence over issuer.context (options.useRelativePath) (#260)

See the full diff

@greenkeeper

greenkeeper Bot commented Oct 5, 2018

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 2.0.0.

Update to this version instead 🚀

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

greenkeeper Bot added a commit that referenced this pull request Dec 20, 2018
@greenkeeper

greenkeeper Bot commented Dec 20, 2018

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 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

greenkeeper Bot commented Dec 20, 2018

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 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

greenkeeper Bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper

greenkeeper Bot commented Jun 5, 2019

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 4.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
Commits

The new version differs by 5 commits.

  • d016daa chore(release): 4.0.0
  • 0d2f9b8 chore(deps): update (#333)
  • aad7a29 docs: update JPG regex to match both formats (#328)
  • d699243 docs(readme): updated single loader syntax (#316)
  • 5545075 chore: update defaults (#315)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 18, 2019
@greenkeeper

greenkeeper Bot commented Jul 18, 2019

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 4.1.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 8, 2019
@greenkeeper

greenkeeper Bot commented Aug 8, 2019

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 4.2.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 21, 2019
@greenkeeper

greenkeeper Bot commented Nov 21, 2019

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 4.3.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper

greenkeeper Bot commented Nov 25, 2019

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 5.0.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper

greenkeeper Bot commented Nov 25, 2019

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 5.0.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 19, 2020
@greenkeeper

greenkeeper Bot commented Feb 19, 2020

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 5.1.0.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 17, 2020
@greenkeeper

greenkeeper Bot commented Mar 17, 2020

Copy link
Copy Markdown
Author
  • The devDependency file-loader was updated from 0.9.0 to 6.0.0.

Update to this version instead 🚀

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.

1 participant