nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump style-loader from 0.20.3 to 0.23.1 #216

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps style-loader from 0.20.3 to 0.23.1.

Release notes *Sourced from [style-loader's releases](https://github.com/webpack-contrib/style-loader/releases).* > ## v0.23.1 > ## [2018-10-08](https://github.com/webpack-contrib/style-loader/compare/v0.23.0...v0.23.1) > > > ### `Bug Fixes` > > * **addStyles:** support exports of transpiled transforms (`options.transform`) ([#333](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/333)) ([33aebed](https://github.com/webpack-contrib/style-loader/commit/33aebed)) > > ## v0.23.0 > ## [2018-08-27](https://github.com/webpack-contrib/style-loader/compare/v0.22.1...v0.23.0) > > > ### `Features` > > * **useable:** add `insertInto` support (`options.insertInto`) ([#341](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/341)) ([2588aca](https://github.com/webpack-contrib/style-loader/commit/2588aca)) > > ## v0.22.1 > ## [2018-08-08](https://github.com/webpack-contrib/style-loader/compare/v0.22.0...v0.22.1) > > > ### `Bug Fixes` > > * **addStyles:** use `var` instead of `const` (IE fix) ([#338](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/338)) ([1ca12ab](https://github.com/webpack-contrib/style-loader/commit/1ca12ab)) > > ## v0.22.0 > ## [2018-08-07](https://github.com/webpack-contrib/style-loader/compare/v0.21.0...v0.22.0) > > > ### `Bug Fixes` > > * insertInto and insertAt collaboration ([#325](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/325)) ([c7d8fec](https://github.com/webpack-contrib/style-loader/commit/c7d8fec)) > > > ### `Features` > > * add support for `__webpack_nonce__` ([#319](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/319)) ([fc24512](https://github.com/webpack-contrib/style-loader/commit/fc24512)) > > ## v0.21.0 > ## [2018-04-18](https://github.com/webpack-contrib/style-loader/compare/v0.20.3...v0.21.0) > > > ### `Features` > > * enable tag type configuration ([#316](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/316)) ([892cba5](https://github.com/webpack-contrib/style-loader/commit/892cba5))
Changelog *Sourced from [style-loader's changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md).* > ## [0.23.1](https://github.com/webpack-contrib/style-loader/compare/v0.23.0...v0.23.1) (2018-10-08) > > > ### Bug Fixes > > * **addStyles:** support exports of transpiled transforms (`options.transform`) ([#333](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/333)) ([33aebed](https://github.com/webpack-contrib/style-loader/commit/33aebed)) > > > > > # [0.23.0](https://github.com/webpack-contrib/style-loader/compare/v0.22.1...v0.23.0) (2018-08-27) > > > ### Features > > * **useable:** add `insertInto` support (`options.insertInto`) ([#341](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/341)) ([2588aca](https://github.com/webpack-contrib/style-loader/commit/2588aca)) > > > > > ## [0.22.1](https://github.com/webpack-contrib/style-loader/compare/v0.22.0...v0.22.1) (2018-08-08) > > > ### Bug Fixes > > * **addStyles:** use `var` instead of `const` (IE fix) ([#338](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/338)) ([1ca12ab](https://github.com/webpack-contrib/style-loader/commit/1ca12ab)) > > > > > # [0.22.0](https://github.com/webpack-contrib/style-loader/compare/v0.21.0...v0.22.0) (2018-08-07) > > > ### Bug Fixes > > * insertInto and insertAt collaboration ([#325](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/325)) ([c7d8fec](https://github.com/webpack-contrib/style-loader/commit/c7d8fec)) > > > ### Features > > * add support for __webpack_nonce__ ([#319](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/319)) ([fc24512](https://github.com/webpack-contrib/style-loader/commit/fc24512)) > > > > > # [0.21.0](https://github.com/webpack-contrib/style-loader/compare/v0.20.3...v0.21.0) (2018-04-18) > > > ### Features > > ... (truncated)
Commits - [`8003966`](https://github.com/webpack-contrib/style-loader/commit/80039665d612248535557c41de03a5aa377484a8) chore(release): 0.23.1 - [`9561368`](https://github.com/webpack-contrib/style-loader/commit/9561368eef7ede736ed16f610da57951d7667487) docs(readme): fix malformed symbols - [`33aebed`](https://github.com/webpack-contrib/style-loader/commit/33aebed87de36efa3069067cee00141bebf4ebd4) fix(addStyles): support exports of transpiled transforms (`options.transform`... - [`e821fe8`](https://github.com/webpack-contrib/style-loader/commit/e821fe8333311f3b7e9b317f5ede255f2e36e04c) Update README.md ([#345](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/345)) - [`84fe908`](https://github.com/webpack-contrib/style-loader/commit/84fe90899d5813276ac77d9c18966747f30e64bb) chore(package): update `schema-utils` v0.4.5...1.0.0 (`dependencies`) ([#342](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/342)) - [`da83a28`](https://github.com/webpack-contrib/style-loader/commit/da83a28f9cfec99dcd5856cdec56658e470c3f48) chore(release): 0.23.0 - [`2588aca`](https://github.com/webpack-contrib/style-loader/commit/2588aca2ddbef04f03e972cd6486ab01d3f5e910) feat(useable): add `insertInto` support (`options.insertInto`) ([#341](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/341)) - [`4217bd1`](https://github.com/webpack-contrib/style-loader/commit/4217bd1da3f99b7dfa0a5579a5f499955fdc03a8) chore(release): 0.22.1 - [`1ca12ab`](https://github.com/webpack-contrib/style-loader/commit/1ca12ab32221933aece24e0be9122e1a3bcf5d40) fix(addStyles): use `var` instead of `const` (IE fix) ([#338](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/338)) - [`e973fe2`](https://github.com/webpack-contrib/style-loader/commit/e973fe20415f15d94471b508e728528cb9482d2e) chore(release): 0.22.0 - Additional commits viewable in [compare view](https://github.com/webpack-contrib/style-loader/compare/v0.20.3...v0.23.1)


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @thomaseizinger.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.