shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.72k stars 989 forks source link

Bump file-loader from 0.10.1 to 2.0.0 #1596

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps file-loader from 0.10.1 to 2.0.0.

Release notes

Sourced from file-loader's releases.

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"

v1.1.11

2018-03-01

Reverts

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

v1.1.10

2018-02-26

Bug Fixes

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

v1.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)

v1.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)

v1.1.7

2018-02-19

... (truncated)

Changelog

Sourced from file-loader's changelog.

2.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"

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

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

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

... (truncated)

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)
  • f7f6d6c chore(release): 1.1.11
  • e73131f revert(index): context takes precedence over issuer.context (`options.use...
  • d27b04c chore(release): 1.1.10
  • 3a6a7a1 fix(package): add webpack >= 4 (peerDependencies) (#255)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by michael-ciniawsky, a new releaser for file-loader since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)