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

[Snyk] Upgrade file-loader from 1.1.5 to 1.1.11 #46

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 7, 2020

Snyk has created this PR to upgrade file-loader from 1.1.5 to 1.1.11.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2018-03-01.
Release notes
Package name: file-loader
  • 1.1.11 - 2018-03-01

    2018-03-01

    Reverts

    • index: context takes precedence over issuer.context (options.useRelativePath) (#260) (e73131f)
  • 1.1.10 - 2018-02-26

    2018-02-26

    Bug Fixes

    • package: add webpack >= 4 (peerDependencies) (#255) (3a6a7a1)
  • 1.1.9 - 2018-02-21

    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

    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

    2018-02-19

    Bug Fixes

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

    webpack.config.js

    {
      test: /\.svg$/,
      use: [
        {
          loader: 'file-loader',
          options: {
            name: '[name].[ext]',
            outputPath: 'assets/',
            publicPath: 'public/'
          }
        }
      ]
    })

    bundle.js

    /***/ (function(module, exports) {
    

    - module.exports = "./public/assets/file.svg";
    + module.exports = "./public/file.svg";

    /***/ }),

    |- src
    | |– file.svg
    |– dist
    | |– assets
    | | |– file.svg
    
  • 1.1.6 - 2017-12-16

    2017-12-16

    Bug Fixes

    • rootContext compatibility fix for legacy / v4 (#237) (1e4b7cf), closes #237
  • 1.1.5 - 2017-10-05

    2017-10-05

    Bug Fixes

    • schema: allow name to be a {Function} (options.name) (#216) (fbfb160)
from file-loader GitHub release notes
Commit messages
Package name: file-loader
  • f7f6d6c chore(release): 1.1.11
  • e73131f revert(index): `context` takes precedence over `issuer.context` (`options.useRelativePath`) (#260)
  • 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)
  • 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`)
  • 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)
  • d965494 chore(release): 1.1.6
  • 1e4b7cf fix: rootContext compatibility fix for legacy / v4 (#237)
  • 0c4cdc2 docs(README): correct the default value for `[hash:<length>]` (#230)
  • 52c882e test: standardize test configuration (#214)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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