ampproject / amp-by-example

DEPRECATED: AMP by Example has been merged into amp.dev
http://amp.dev
Apache License 2.0
753 stars 505 forks source link

Update dependency style-loader to v1 #2044

Open renovate-bot opened 5 years ago

renovate-bot commented 5 years ago

This PR contains the following updates:

Package Type Update Change
style-loader devDependencies major 0.23.0 -> 1.0.0

Release Notes

webpack-contrib/style-loader ### [`v1.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​100httpsgithubcomwebpack-contribstyle-loadercomparev0231v100-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) ##### Bug Fixes - es3 compatibility ([#​390](https://togithub.com/webpack-contrib/style-loader/issues/390)) ([ae24ec2](https://togithub.com/webpack-contrib/style-loader/commit/ae24ec2)) - restore original hot reloading behaviour for locals ([#​419](https://togithub.com/webpack-contrib/style-loader/issues/419)) ([f026429](https://togithub.com/webpack-contrib/style-loader/commit/f026429)) - better handle source maps ([#​383](https://togithub.com/webpack-contrib/style-loader/issues/383)) ([84ec8e5](https://togithub.com/webpack-contrib/style-loader/commit/84ec8e5)) ##### Features - new `injectType` option ([e2664e9](https://togithub.com/webpack-contrib/style-loader/commit/e2664e9)) - remove type `text/css` from style and link element ([#​399](https://togithub.com/webpack-contrib/style-loader/issues/399)) ([b0187d6](https://togithub.com/webpack-contrib/style-loader/commit/b0187d6)) ##### BREAKING CHANGES - minimum required Node.js version is `8.9.0` - minimum require `wepback` version is `4.0.0` - the `convertToAbsoluteUrls` option was removed, you don't need this anymore - the `attrs` option was renamed to the `attributes` option - the `transform` option was removed without replacement - the `hmr` option was removed, `webpack` automatically inject HMR code when it is required (when the `HotModuleReplacementPlugin` plugin was used) - the `sourceMap` option was removed. The loader automatically inject source maps if the previous loader emit them - the `ref`/`unref` api methods were removed for `useable` loader, please use the `use`/`unuse` api methods - the `style-loader/url` loader was removed in favor `injectType` option (look the documentation about the `injectType` option) - the `style-loader/useable` loader was removed in favor `injectType` option (look the documentation about the `injectType` option) - the `singleton` option was removed (look documentation about the `injectType` option) - the `insertAt` option was removed in favor the `insert` option (look the documentation about the `insert` option and examples) - the `insertInto` options was removed in favor the `insert` option (look the documentation about the `insert` option and examples) ### [`v0.23.1`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​100httpsgithubcomwebpack-contribstyle-loadercomparev0231v100-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v0.23.0...v0.23.1) ##### Bug Fixes - es3 compatibility ([#​390](https://togithub.com/webpack-contrib/style-loader/issues/390)) ([ae24ec2](https://togithub.com/webpack-contrib/style-loader/commit/ae24ec2)) - restore original hot reloading behaviour for locals ([#​419](https://togithub.com/webpack-contrib/style-loader/issues/419)) ([f026429](https://togithub.com/webpack-contrib/style-loader/commit/f026429)) - better handle source maps ([#​383](https://togithub.com/webpack-contrib/style-loader/issues/383)) ([84ec8e5](https://togithub.com/webpack-contrib/style-loader/commit/84ec8e5)) ##### Features - new `injectType` option ([e2664e9](https://togithub.com/webpack-contrib/style-loader/commit/e2664e9)) - remove type `text/css` from style and link element ([#​399](https://togithub.com/webpack-contrib/style-loader/issues/399)) ([b0187d6](https://togithub.com/webpack-contrib/style-loader/commit/b0187d6)) ##### BREAKING CHANGES - minimum required Node.js version is `8.9.0` - minimum require `wepback` version is `4.0.0` - the `convertToAbsoluteUrls` option was removed, you don't need this anymore - the `attrs` option was renamed to the `attributes` option - the `transform` option was removed without replacement - the `hmr` option was removed, `webpack` automatically inject HMR code when it is required (when the `HotModuleReplacementPlugin` plugin was used) - the `sourceMap` option was removed. The loader automatically inject source maps if the previous loader emit them - the `ref`/`unref` api methods were removed for `useable` loader, please use the `use`/`unuse` api methods - the `style-loader/url` loader was removed in favor `injectType` option (look the documentation about the `injectType` option) - the `style-loader/useable` loader was removed in favor `injectType` option (look the documentation about the `injectType` option) - the `singleton` option was removed (look documentation about the `injectType` option) - the `insertAt` option was removed in favor the `insert` option (look the documentation about the `insert` option and examples) - the `insertInto` options was removed in favor the `insert` option (look the documentation about the `insert` option and examples)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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