Closed renovate[bot] closed 3 years ago
Latest commit: ac86b0699c46f25ac0f062900b5f968c98523ece
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
2.0.0
->3.1.0
Release Notes
webpack-contrib/style-loader
### [`v3.1.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#310-httpsgithubcomwebpack-contribstyle-loadercomparev300v310-2021-07-12) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.0.0...v3.1.0) ##### Features - allow to specify the `insert` option from file, we strongly recommend do it, using the `insert` option from file will reduce your bundle size, [example](https://togithub.com/webpack-contrib/style-loader#absolute-path-to-function) ([#521](https://togithub.com/webpack-contrib/style-loader/issues/521)) ([56fc8f0](https://togithub.com/webpack-contrib/style-loader/commit/56fc8f021c69407e4ad03a5d345c614b04789389)) - allow to specify the `styleTagTransform` option from file, we strongly recommend do it, using the `styleTagTransform` option from file will reduce your bundle size, [example](https://togithub.com/webpack-contrib/style-loader#string-1) ##### Bug Fixes - reduce runtime ([#519](https://togithub.com/webpack-contrib/style-loader/issues/519)) ([8a26186](https://togithub.com/webpack-contrib/style-loader/commit/8a26186c364b45028fb6baeb4a05365c4d3526e2)) - reduce runtime when you use custom options ([#520](https://togithub.com/webpack-contrib/style-loader/issues/520)) ([21c80c8](https://togithub.com/webpack-contrib/style-loader/commit/21c80c8c2f2ca751124f26f5984195e20f2ac665)) ### [`v3.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#300-httpsgithubcomwebpack-contribstyle-loadercomparev200v300-2021-06-24) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v2.0.0...v3.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` - minimum supported `webpack` version is `5.0.0` - the `modules.namedExport` option was removed, you don't need it anymore, because we respect the `modules.namedExport` option from `css-loader` (we just reexport all from `css-loader`), just remove it - the `styleTag` value of the `injectType` (default value) option earlier uses singleton style tag by default for IE8-IE9 due limitations ([more information](https://www.telerik.com/blogs/internet-explorer-css-limits)), 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 setting `autoStyleTag` value for the `injectType` option (do the same for `lazyStyleTag`, i.e. change it to `lazyAutoStyleTag`) ##### Features - added `autoStyleTag` and `lazyAutoStyleTag` values for the `injectType` 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 depsConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.