-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 8c88dad
authored
chore(deps): update dependency style-loader to v3 (#101)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [style-loader](https://togithub.com/webpack-contrib/style-loader) | [`^0.23.1` -> `^3.0.0`](https://renovatebot.com/diffs/npm/style-loader/0.23.1/3.3.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>webpack-contrib/style-loader</summary>
### [`v3.3.1`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​331-httpsgithubcomwebpack-contribstyle-loadercomparev330v331-2021-10-21)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.3.0...v3.3.1)
### [`v3.3.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​330-httpsgithubcomwebpack-contribstyle-loadercomparev321v330-2021-09-21)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.2.1...v3.3.0)
##### Features
- added support for `supports()`, `layer()` and `media` from `@import` at-rules ([b9a600c](https://togithub.com/webpack-contrib/style-loader/commit/b9a600c87aa3f68caabcaa80f0a1c340e739e30e))
- allow to pass options to `insert` function through `style.use()` ([#​535](https://togithub.com/webpack-contrib/style-loader/issues/535)) ([f8ef63b](https://togithub.com/webpack-contrib/style-loader/commit/f8ef63b86a603232395f7708c508d6c3b639e92d))
##### [3.2.1](https://togithub.com/webpack-contrib/style-loader/compare/v3.2.0...v3.2.1) (2021-07-20)
##### Bug Fixes
- added the `styletagtransform` option when it is a module to `addBuildDependency` ([#​528](https://togithub.com/webpack-contrib/style-loader/issues/528)) ([270513f](https://togithub.com/webpack-contrib/style-loader/commit/270513fa76e13c96a36c2ae11e4dd526dfb9d72f))
### [`v3.2.1`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​321-httpsgithubcomwebpack-contribstyle-loadercomparev320v321-2021-07-20)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.2.0...v3.2.1)
### [`v3.2.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​320-httpsgithubcomwebpack-contribstyle-loadercomparev310v320-2021-07-20)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v3.1.0...v3.2.0)
##### Features
- add link field in schema ([#​525](https://togithub.com/webpack-contrib/style-loader/issues/525)) ([7ed3456](https://togithub.com/webpack-contrib/style-loader/commit/7ed345678cc1d01e3a93bf18ca2014d7b5419481))
##### Bug Fixes
- added the `insert` option when it is a module to `addBuildDependency` ([#​527](https://togithub.com/webpack-contrib/style-loader/issues/527)) ([3963c0b](https://togithub.com/webpack-contrib/style-loader/commit/3963c0bae298112754d8cc3fd1536499cefa65a6))
### [`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 deps
### [`v2.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​200-httpsgithubcomwebpack-contribstyle-loadercomparev130v200-2020-10-09)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.3.0...v2.0.0)
##### ⚠ BREAKING CHANGES
- minimum supported `Node.js` version is `10.13.0`
- the `esModule` option is `true` by default, you need to change `const locals = require('./styles.css')`/`require('./styles.css')` on `import locals from './styles.css'`/`import './styles.css''` ([#​489](https://togithub.com/webpack-contrib/style-loader/issues/489)) ([727a24d](https://togithub.com/webpack-contrib/style-loader/commit/727a24d173a4d71a4100ffc2a37ab6c6684a6301))
- removed support for loaders returning `String` instead of `Array` ([#​491](https://togithub.com/webpack-contrib/style-loader/issues/491)) ([7a0ce4c](https://togithub.com/webpack-contrib/style-loader/commit/7a0ce4cfd19a2be6ad8ffe274d38618a77b22199))
##### ⚠ 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`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​130-httpsgithubcomwebpack-contribstyle-loadercomparev121v130-2020-10-03)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.2.1...v1.3.0)
##### Features
- added `modules.namedExport` ([#​485](https://togithub.com/webpack-contrib/style-loader/issues/485)) ([15889db](https://togithub.com/webpack-contrib/style-loader/commit/15889db9a2d5d51712fc12e03b12a60c22fc33f4))
##### Bug Fixes
- check if `btoa` exists for old IE versions ([#​479](https://togithub.com/webpack-contrib/style-loader/issues/479)) ([732ef8b](https://togithub.com/webpack-contrib/style-loader/commit/732ef8bcb60ae72c3a84d3fa639f1eae6f26bbdc))
- esModule option issue ([#​476](https://togithub.com/webpack-contrib/style-loader/issues/476)) ([c623f27](https://togithub.com/webpack-contrib/style-loader/commit/c623f2750b0358492c7bf2dde0326a1c71c46f4f))
##### [1.2.1](https://togithub.com/webpack-contrib/style-loader/compare/v1.2.0...v1.2.1) (2020-04-28)
##### Bug Fixes
- hot module replacement logic for lazy type ([#​468](https://togithub.com/webpack-contrib/style-loader/issues/468)) ([88a5c2b](https://togithub.com/webpack-contrib/style-loader/commit/88a5c2bdb3405aa5cb889726f3908747106a6c01))
### [`v1.2.1`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​121-httpsgithubcomwebpack-contribstyle-loadercomparev120v121-2020-04-28)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.2.0...v1.2.1)
### [`v1.2.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​120-httpsgithubcomwebpack-contribstyle-loadercomparev114v120-2020-04-24)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.4...v1.2.0)
##### Features
- hot module replacement for css modules ([6d14e0a](https://togithub.com/webpack-contrib/style-loader/commit/6d14e0aa7bac1d8ba8e60b4d12f7cd33078763b7))
##### [1.1.4](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.3...v1.1.4) (2020-04-15)
### [`v1.1.4`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​114-httpsgithubcomwebpack-contribstyle-loadercomparev113v114-2020-04-15)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.3...v1.1.4)
### [`v1.1.3`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​113-httpsgithubcomwebpack-contribstyle-loadercomparev112v113-2020-01-17)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.2...v1.1.3)
### [`v1.1.2`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​112-httpsgithubcomwebpack-contribstyle-loadercomparev111v112-2019-12-25)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.1...v1.1.2)
### [`v1.1.1`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​111-httpsgithubcomwebpack-contribstyle-loadercomparev110v111-2019-12-20)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.1.0...v1.1.1)
### [`v1.1.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​110-httpsgithubcomwebpack-contribstyle-loadercomparev102v110-2019-12-20)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.0.2...v1.1.0)
##### Features
- `esModule` option ([#​441](https://togithub.com/webpack-contrib/style-loader/issues/441)) ([3415266](https://togithub.com/webpack-contrib/style-loader/commit/3415266f58f2be00bec1d66ae9e658437e0d0a6c))
##### Bug Fixes
- order of imported styles ([#​443](https://togithub.com/webpack-contrib/style-loader/issues/443)) ([c7d6e3a](https://togithub.com/webpack-contrib/style-loader/commit/c7d6e3a3fba63a76e8f342d84e00b69af92c7ebc))
##### [1.0.2](https://togithub.com/webpack-contrib/style-loader/compare/v1.0.1...v1.0.2) (2019-12-17)
##### Bug Fixes
- support ES module syntax ([#​435](https://togithub.com/webpack-contrib/style-loader/issues/435)) ([dcbfadb](https://togithub.com/webpack-contrib/style-loader/commit/dcbfadb4245e7f0ce888aafc138cbac27d053915))
##### [1.0.1](https://togithub.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1) (2019-11-28)
##### Bug Fixes
- compatibility `linkTag` with ES module syntax ([#​429](https://togithub.com/webpack-contrib/style-loader/issues/429)) ([2cdb9c3](https://togithub.com/webpack-contrib/style-loader/commit/2cdb9c3f51edebec69e8b22ff43b520a5e1c679b))
### [`v1.0.2`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​102-httpsgithubcomwebpack-contribstyle-loadercomparev101v102-2019-12-17)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.0.1...v1.0.2)
### [`v1.0.1`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​101-httpsgithubcomwebpack-contribstyle-loadercomparev100v101-2019-11-28)
[Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1)
### [`v1.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​100-httpsgithubcomwebpack-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 required `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)
</details>
---
### Configuration
📅 **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-web-components-test).1 parent 146c0e1 commit 8c88dadCopy full SHA for 8c88dad
File tree
Expand file treeCollapse file tree
2 files changed
+5
-8
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+5
-8
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
+4-7Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11467 | 11467 |
| |
11468 | 11468 |
| |
11469 | 11469 |
| |
11470 |
| - | |
11471 |
| - | |
11472 |
| - | |
11473 |
| - | |
11474 |
| - | |
11475 |
| - | |
11476 |
| - | |
| 11470 | + | |
| 11471 | + | |
| 11472 | + | |
| 11473 | + | |
11477 | 11474 |
| |
11478 | 11475 |
| |
11479 | 11476 |
| |
|
0 commit comments