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 #7967

Merged
merged 1 commit into from
Feb 16, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
file-loader 1.1.11 -> 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

Renovate 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, check this box

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

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Feb 15, 2021
@renovate renovate bot requested a review from mihaiplesa February 15, 2021 20:49
@mihaiplesa mihaiplesa marked this pull request as ready for review February 16, 2021 09:19
@mihaiplesa mihaiplesa added this to the 1.22.x - Nightly milestone Feb 16, 2021
@mihaiplesa mihaiplesa merged commit 8dc5ce7 into master Feb 16, 2021
@mihaiplesa mihaiplesa deleted the renovate/file-loader-6.x branch February 16, 2021 15:51
@bsclifton
Copy link
Member

Looks like this broke brave/brave-browser#14312

@mihaiplesa we should probably reject anything from this bot with a MAJOR semver bump. Those will need manual updating unfortunately ☹️

bsclifton added a commit that referenced this pull request Feb 24, 2021
bsclifton added a commit that referenced this pull request Feb 24, 2021
Revert "Update dependency file-loader to v6 (#7967)"
bsclifton added a commit that referenced this pull request Feb 24, 2021
Revert "Update dependency file-loader to v6 (#7967)"
@mihaiplesa
Copy link
Collaborator

Ah this broke even though all tests passed? It happened for a few dependency updates - can these things be caught by tests? Or a way to roll forward so we don't lag that much behind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants