amp-by-example
amp-by-example copied to clipboard
Update dependency style-loader to v1
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
Bug Fixes
- es3 compatibility (#390) (ae24ec2)
- restore original hot reloading behaviour for locals (#419) (f026429)
- better handle source maps (#383) (84ec8e5)
Features
BREAKING CHANGES
- minimum required Node.js version is
8.9.0 - minimum require
wepbackversion is4.0.0 - the
convertToAbsoluteUrlsoption was removed, you don't need this anymore - the
attrsoption was renamed to theattributesoption - the
transformoption was removed without replacement - the
hmroption was removed,webpackautomatically inject HMR code when it is required (when theHotModuleReplacementPluginplugin was used) - the
sourceMapoption was removed. The loader automatically inject source maps if the previous loader emit them - the
ref/unrefapi methods were removed foruseableloader, please use theuse/unuseapi methods - the
style-loader/urlloader was removed in favorinjectTypeoption (look the documentation about theinjectTypeoption) - the
style-loader/useableloader was removed in favorinjectTypeoption (look the documentation about theinjectTypeoption) - the
singletonoption was removed (look documentation about theinjectTypeoption) - the
insertAtoption was removed in favor theinsertoption (look the documentation about theinsertoption and examples) - the
insertIntooptions was removed in favor theinsertoption (look the documentation about theinsertoption and examples)
v0.23.1
Bug Fixes
- es3 compatibility (#390) (ae24ec2)
- restore original hot reloading behaviour for locals (#419) (f026429)
- better handle source maps (#383) (84ec8e5)
Features
BREAKING CHANGES
- minimum required Node.js version is
8.9.0 - minimum require
wepbackversion is4.0.0 - the
convertToAbsoluteUrlsoption was removed, you don't need this anymore - the
attrsoption was renamed to theattributesoption - the
transformoption was removed without replacement - the
hmroption was removed,webpackautomatically inject HMR code when it is required (when theHotModuleReplacementPluginplugin was used) - the
sourceMapoption was removed. The loader automatically inject source maps if the previous loader emit them - the
ref/unrefapi methods were removed foruseableloader, please use theuse/unuseapi methods - the
style-loader/urlloader was removed in favorinjectTypeoption (look the documentation about theinjectTypeoption) - the
style-loader/useableloader was removed in favorinjectTypeoption (look the documentation about theinjectTypeoption) - the
singletonoption was removed (look documentation about theinjectTypeoption) - the
insertAtoption was removed in favor theinsertoption (look the documentation about theinsertoption and examples) - the
insertIntooptions was removed in favor theinsertoption (look the documentation about theinsertoption 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.