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.23.1 to 1.0.2 #287

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps style-loader from 0.23.1 to 1.0.2.

Release notes *Sourced from [style-loader's releases](https://github.com/webpack-contrib/style-loader/releases).* > ## v1.0.2 > ### [1.0.2](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.0.2) (2019-12-17) > > > ### Bug Fixes > > * support ES module syntax ([#435](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/435)) ([dcbfadb](https://github.com/webpack-contrib/style-loader/commit/dcbfadb4245e7f0ce888aafc138cbac27d053915)) > > ## v1.0.1 > ### [1.0.1](https://github.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://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/429)) ([2cdb9c3](https://github.com/webpack-contrib/style-loader/commit/2cdb9c3f51edebec69e8b22ff43b520a5e1c679b)) > > ## v1.0.0 > ## [1.0.0](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) (2019-08-06) > > > ### Bug Fixes > > * es3 compatibility ([#390](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/390)) ([ae24ec2](https://github.com/webpack-contrib/style-loader/commit/ae24ec2)) > * restore original hot reloading behaviour for locals ([#419](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/419)) ([f026429](https://github.com/webpack-contrib/style-loader/commit/f026429)) > * better handle source maps ([#383](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/383)) ([84ec8e5](https://github.com/webpack-contrib/style-loader/commit/84ec8e5)) > > > ### Features > > * new `injectType` option ([e2664e9](https://github.com/webpack-contrib/style-loader/commit/e2664e9)) > * remove type `text/css` from style and link element ([#399](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/399)) ([b0187d6](https://github.com/webpack-contrib/style-loader/commit/b0187d6)) > > > ### BREAKING CHANGES > > * minimum required Node.js version is `8.9.0` > * minimum require `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)
Changelog *Sourced from [style-loader's changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md).* > ### [1.0.2](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.0.2) (2019-12-17) > > > ### Bug Fixes > > * support ES module syntax ([#435](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/435)) ([dcbfadb](https://github.com/webpack-contrib/style-loader/commit/dcbfadb4245e7f0ce888aafc138cbac27d053915)) > > ### [1.0.1](https://github.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://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/429)) ([2cdb9c3](https://github.com/webpack-contrib/style-loader/commit/2cdb9c3f51edebec69e8b22ff43b520a5e1c679b)) > > ## [1.0.0](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) (2019-08-06) > > > ### Bug Fixes > > * es3 compatibility ([#390](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/390)) ([ae24ec2](https://github.com/webpack-contrib/style-loader/commit/ae24ec2)) > * restore original hot reloading behaviour for locals ([#419](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/419)) ([f026429](https://github.com/webpack-contrib/style-loader/commit/f026429)) > * better handle source maps ([#383](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/383)) ([84ec8e5](https://github.com/webpack-contrib/style-loader/commit/84ec8e5)) > > > ### Features > > * new `injectType` option ([e2664e9](https://github.com/webpack-contrib/style-loader/commit/e2664e9)) > * remove type `text/css` from style and link element ([#399](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/399)) ([b0187d6](https://github.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) > > >
Commits - [`7768fce`](https://github.com/webpack-contrib/style-loader/commit/7768fce048f54ec9997b4b94cdaee06364220feb) chore(release): 1.0.2 - [`dcbfadb`](https://github.com/webpack-contrib/style-loader/commit/dcbfadb4245e7f0ce888aafc138cbac27d053915) fix: support ES module syntax ([#435](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/435)) - [`d515edc`](https://github.com/webpack-contrib/style-loader/commit/d515edcaaae15562d3f9c4e5a84165e4a2497e11) chore(deps): update ([#434](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/434)) - [`4c1e3f3`](https://github.com/webpack-contrib/style-loader/commit/4c1e3f31a9f389d2c0b37d27aa99c9909918685c) docs: fixed typo 'doom' to 'DOM' in README.md ([#432](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/432)) - [`c6164d5`](https://github.com/webpack-contrib/style-loader/commit/c6164d5879c46ace27fc822eeb02e0fecd2aa1e0) chore(release): 1.0.1 - [`2cdb9c3`](https://github.com/webpack-contrib/style-loader/commit/2cdb9c3f51edebec69e8b22ff43b520a5e1c679b) fix: compatibility `linkTag` with ES module syntax ([#429](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/429)) - [`1c443e1`](https://github.com/webpack-contrib/style-loader/commit/1c443e117619e54d851bc905f923d2eddaa5fbb9) docs: fix typo ([#424](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/424)) - [`2c41858`](https://github.com/webpack-contrib/style-loader/commit/2c41858ea4a6a06c691e6f9293d66c63f841bc79) chore(release): 1.0.0 - [`157f08f`](https://github.com/webpack-contrib/style-loader/commit/157f08f466a14cc0a545d5beb0751981262562cb) docs: fix typo `attirbutes`→`attributes` ([#421](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/421)) - [`2098767`](https://github.com/webpack-contrib/style-loader/commit/2098767d3e569c504534e5952c5789081b72826a) docs: clarify linkTag ([#420](https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/420)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.2)
Maintainer changes This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), a new releaser for style-loader since your current version.


Dependabot compatibility score

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


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #288.