chore(deps): update dependency style-loader to v3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
style-loader | devDependencies | major | 0.23.1 -> 3.3.1 |
Release Notes
webpack-contrib/style-loader
v3.3.1
v3.3.0
Features
- added support for
supports()
,layer()
andmedia
from@import
at-rules (b9a600c) - allow to pass options to
insert
function throughstyle.use()
(#535) (f8ef63b)
3.2.1 (2021-07-20)
Bug Fixes
v3.2.1
v3.2.0
Features
Bug Fixes
v3.1.0
Features
- allow to specify the
insert
option from file, we strongly recommend do it, using theinsert
option from file will reduce your bundle size, example (#521) (56fc8f0) - allow to specify the
styleTagTransform
option from file, we strongly recommend do it, using thestyleTagTransform
option from file will reduce your bundle size, example
Bug Fixes
v3.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is12.13.0
- minimum supported
webpack
version is5.0.0
- the
modules.namedExport
option was removed, you don't need it anymore, because we respect themodules.namedExport
option fromcss-loader
(we just reexport all fromcss-loader
), just remove it - the
styleTag
value of theinjectType
(default value) option earlier uses singleton style tag by default for IE8-IE9 due limitations (more information), in this release we have disabled this behavior, because these versions of IE are outdated, if you don't support these browsers this change does not affect you, if you require to support IE8-IE9, you can return old behaviour by settingautoStyleTag
value for theinjectType
option (do the same forlazyStyleTag
, i.e. change it tolazyAutoStyleTag
)
Features
- added
autoStyleTag
andlazyAutoStyleTag
values for theinjectType
option for compatibility of work modern and IE8-IE9 browsers - added
styleTagTransform
option for custom processing style tags (useful if you need ponyfill CSS custom properties for IE8-IE10) - reduce size of generated code
- reduce deps
v2.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is10.13.0
- the
esModule
option istrue
by default, you need to changeconst locals = require('./styles.css')
/require('./styles.css')
onimport locals from './styles.css'
/import './styles.css''
(#489) (727a24d) - removed support for loaders returning
String
instead ofArray
(#491) (7a0ce4c)
⚠ NOTICE
To avoid problems between style-loader
and mini-css-extract-plugin
because of changing the esModule
option to true
by default we strongly recommend upgrading mini-css-extract-plugin
to 1.0.0
version.
v1.3.0
Features
Bug Fixes
1.2.1 (2020-04-28)
Bug Fixes
v1.2.1
v1.2.0
Features
- hot module replacement for css modules (6d14e0a)
1.1.4 (2020-04-15)
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Features
Bug Fixes
1.0.2 (2019-12-17)
Bug Fixes
1.0.1 (2019-11-28)
Bug Fixes
v1.0.2
v1.0.1
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 required
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate