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 dependency file-loader to v6 #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
file-loader 0.9.0 -> 6.2.0 age adoption passing confidence

Release Notes

webpack-contrib/file-loader

v6.2.0

Compare Source

Features
  • added the sourceFilename property to asset info with original filename (#​393) (654e0d6)
Bug Fixes
  • immutable flag when the name option have hash in query string (#​392) (381d8bd)
6.1.1 (2020-10-09)
Chore
  • update schema-utils

v6.1.1

Compare Source

v6.1.0

Compare Source

Features

v6.0.0

Compare Source

⚠ BREAKING CHANGES

v5.1.0

Compare Source

Features
5.0.2 (2019-11-25)
Chore
  • add the funding field in package.json
5.0.1 (2019-11-25)
Bug Fixes

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

BREAKING CHANGES
  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

v4.3.0

Compare Source

Features

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

chore
BREAKING CHANGES
  • deps: minimum required nodejs version is 8.9.0

v3.0.1

Compare Source

Bug Fixes
  • relax options validation for additional properties (#​309) (c74d44e)

v3.0.0

Compare Source

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

v2.0.0

Compare Source

Code Refactoring
BREAKING CHANGES
  • defaults: Enforces engines of "node": ">=6.9.0 < 7.0.0 || >= 8.9.0"

1.1.11 (2018-03-01)

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

1.1.10 (2018-02-26)

Bug Fixes

1.1.9 (2018-02-21)

Bug Fixes
  • index: handle protocol URL's correctly (options.publicPath) (#​253) (54fa5a3)
  • index: use path.posix for platform consistency (#​254) (2afe0af)

1.1.8 (2018-02-20)

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

1.1.7 (2018-02-19)

Bug Fixes
  • index: don't concat options.outputPath and options.publicPath (#​246) (98bf052)

1.1.6 (2017-12-16)

Bug Fixes

1.1.5 (2017-10-05)

Bug Fixes
  • schema: allow name to be a {Function} (options.name) (#​216) (fbfb160)

1.1.4 (2017-09-30)

Bug Fixes

1.1.3 (2017-09-30)

1.1.2 (2017-09-30)

Bug Fixes

1.1.1 (2017-09-30)

Bug Fixes

v1.1.11

Compare Source

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

v1.1.10

Compare Source

Bug Fixes

v1.1.9

Compare Source

Bug Fixes
  • index: handle protocol URL's correctly (options.publicPath) (#​253) (54fa5a3)
  • index: use path.posix for platform consistency (#​254) (2afe0af)

v1.1.8

Compare Source

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

v1.1.7

Compare Source

Bug Fixes
  • index: don't concat options.outputPath and options.publicPath (#​246) (98bf052)

v1.1.6

Compare Source

Bug Fixes

v1.1.5

Compare Source

Bug Fixes
  • schema: allow name to be a {Function} (options.name) (#​216) (fbfb160)

v1.1.4

Compare Source

Bug Fixes

v1.1.3

Compare Source

1.1.3 (2017-09-30)

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

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

v1.1.0

Compare Source

Features

v1.0.0

Compare Source

Bug Fixes
Code Refactoring
BREAKING CHANGES
  • Enforces Webpack standard NodeJS engines range.
    at the time of merge >= 4.3 < 5.0.0 || >= 5.10.

v0.11.2

Compare Source

Bug Fixes

v0.11.1

Compare Source

Bug Fixes
  • outputPath function overriden by useRelativePath (#​139) (80cdee2)

v0.11.0

Compare Source

Features

0.10.1 (2017-02-25)

Bug Fixes

v0.10.1

Compare Source

Bug Fixes

v0.10.0

Compare Source

Features
  • resources: specify custom public file name (6833c70)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@pull-assistant
Copy link

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Update dependency file-loader to v6

Powered by Pull Assistant. Last update d57a610 ... d57a610. Read the comment docs.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Mar 17, 2020
@ghost
Copy link

ghost commented Mar 17, 2020

Congratulations 🎉. DeepCode analyzed your code in 0.79 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

@guardrails
Copy link

guardrails bot commented Mar 17, 2020

All previously detected findings have been fixed. Good job! 👍🎉

We will keep this comment up-to-date as you go along and notify you of any security issues that we identify.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@vizipi
Copy link

vizipi bot commented Mar 17, 2020

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

Reviewers with knowledge related to these changes

Match % Person Commit Count Common Files
100.00 % Chintan Prajapati 2 1

Potential missing files from this Pull request

No commonly committed files found with a 40% threashold


Committed file ranks

(click to expand)
  • 85.71%[package.json]
  • @vizipi vizipi bot requested a review from chintan9 March 17, 2020 12:19
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    🔍 Ready for Review Pull Request is not reviewed yet size/XS
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant