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 12 dependencies from npm #3028

Merged
merged 14 commits into from Feb 19, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Feb 19, 2018

Overview

The following dependencies have been updated:

  • nodemon in / from "1.15.0" to "1.15.1"
  • file-loader in app/react from "1.1.6" to "1.1.7"
  • nodemon in app/react from "1.15.0" to "1.15.1"
  • file-loader in lib/core from "1.1.6" to "1.1.7"
  • file-loader in app/angular from "1.1.6" to "1.1.7"
  • nodemon in app/angular from "1.15.0" to "1.15.1"
  • file-loader in app/polymer from "1.1.6" to "1.1.7"
  • nodemon in app/polymer from "1.15.0" to "1.15.1"
  • file-loader in app/react-native from "1.1.6" to "1.1.7"
  • file-loader in app/vue from "1.1.6" to "1.1.7"
  • nodemon in app/vue from "1.15.0" to "1.15.1"
  • file-loader in examples/vue-kitchen-sink from "1.1.6" to "1.1.7"

Details

Dependencies.io has updated nodemon (a npm dependency in /) from "1.15.0" to "1.15.1".

1.15.1

1.15.1 (2018-02-19)

Bug Fixes


Dependencies.io has updated file-loader (a npm dependency in app/react) 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 nodemon (a npm dependency in app/react) from "1.15.0" to "1.15.1".

1.15.1

1.15.1 (2018-02-19)

Bug Fixes


Dependencies.io has updated file-loader (a npm dependency in lib/core) 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 file-loader (a npm dependency in app/angular) 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 nodemon (a npm dependency in app/angular) from "1.15.0" to "1.15.1".

1.15.1

1.15.1 (2018-02-19)

Bug Fixes


Dependencies.io has updated file-loader (a npm dependency in app/polymer) 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 nodemon (a npm dependency in app/polymer) from "1.15.0" to "1.15.1".

1.15.1

1.15.1 (2018-02-19)

Bug Fixes


Dependencies.io has updated file-loader (a npm dependency in app/react-native) 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 file-loader (a npm dependency in app/vue) 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 nodemon (a npm dependency in app/vue) from "1.15.0" to "1.15.1".

1.15.1

1.15.1 (2018-02-19)

Bug Fixes


Dependencies.io has updated file-loader (a npm dependency in examples/vue-kitchen-sink) 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

@codecov
Copy link

codecov bot commented Feb 19, 2018

Codecov Report

Merging #3028 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3028   +/-   ##
=======================================
  Coverage   37.28%   37.28%           
=======================================
  Files         435      435           
  Lines        9432     9432           
  Branches      926      915   -11     
=======================================
  Hits         3517     3517           
+ Misses       5336     5328    -8     
- Partials      579      587    +8
Impacted Files Coverage Δ
app/react/src/server/config/babel.js 0% <0%> (-100%) ⬇️
app/react/src/server/babel_config.js 0% <0%> (-76.67%) ⬇️
addons/info/src/components/PropVal.js 84.25% <0%> (ø) ⬆️
lib/ui/src/libs/withLifecycleDecorator.js 17.14% <0%> (ø) ⬆️
addons/storyshots/src/rn/loader.js 53.33% <0%> (ø) ⬆️
addons/info/src/components/types/PropertyLabel.js 78.94% <0%> (ø) ⬆️
app/angular/src/server/angular-cli_config.js 0% <0%> (ø) ⬆️
addons/actions/src/lib/reviver.js 58.33% <0%> (ø) ⬆️
addons/a11y/src/components/Tabs.js 0% <0%> (ø) ⬆️
addons/info/src/components/markdown/pre/pre.js 77.58% <0%> (ø) ⬆️
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6335274...3096a83. Read the comment docs.

@Hypnosphi Hypnosphi merged commit 8902545 into master Feb 19, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-258.0.0 branch February 19, 2018 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants