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 3 dependencies from npm #128

Merged
merged 3 commits into from Feb 20, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Feb 20, 2018

Overview

The following dependencies have been updated:

  • html-reporter in packages/gemini from "2.1.0" to "2.2.0"
  • file-loader in / from "1.1.6" to "1.1.7"
  • babel-eslint in / from "8.2.1" to "8.2.2"

Details

Dependencies.io has updated html-reporter (a npm dependency in packages/gemini) from "2.1.0" to "2.2.0".

2.2.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated file-loader (a npm dependency in /) from "1.1.6" to "1.1.7".

1.1.7

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

Dependencies.io has updated babel-eslint (a npm dependency in /) from "8.2.1" to "8.2.2".

8.2.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

@Hypnosphi Hypnosphi merged commit 9cacb1a into master Feb 20, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-157.0.0 branch February 20, 2018 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants