Update dependency style-loader to v1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
style-loader | devDependencies | major | ^1.0.0 | source |
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
wepback
version is4.0.0
- the
convertToAbsoluteUrls
option was removed, you don't need this anymore - the
attrs
option was renamed to theattributes
option - the
transform
option was removed without replacement - the
hmr
option was removed,webpack
automatically inject HMR code when it is required (when theHotModuleReplacementPlugin
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 foruseable
loader, please use theuse
/unuse
api methods - the
style-loader/url
loader was removed in favorinjectType
option (look the documentation about theinjectType
option) - the
style-loader/useable
loader was removed in favorinjectType
option (look the documentation about theinjectType
option) - the
singleton
option was removed (look documentation about theinjectType
option) - the
insertAt
option was removed in favor theinsert
option (look the documentation about theinsert
option and examples) - the
insertInto
options was removed in favor theinsert
option (look the documentation about theinsert
option and examples)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.