gloriaJun / react-realworld-example-app

https://gloriajun.github.io/react-realworld-example-app/
0 stars 0 forks source link

Update sass-loader requirement from ^7.1.0 to ^8.0.0 #35

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on sass-loader to permit the latest version.

Release notes *Sourced from [sass-loader's releases](https://github.com/webpack-contrib/sass-loader/releases).* > ## v8.0.0 > ### ⚠ BREAKING CHANGES > > * minimum required `webpack` version is `4.36.0` > * minimum required `node.js` version is `8.9.0` > * move all sass (`includePaths`, `importer`, `functions`) options to the `sassOptions` option. The `functions` option can't be used as `Function`, you should use `sassOption` as `Function` to achieve this. > * the `data` option was renamed to the `prependData` option > * default value of the `sourceMap` option depends on the `devtool` value (`eval`/`false` values don't enable source map generation) > > > ### Features > > * automatically use the `fibers` package if it is possible ([#744](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/744)) ([96184e1](https://github.com/webpack-contrib/sass-loader/commit/96184e1)) > * source map generation depends on the `devtool` option ([#743](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/743)) ([fcea88e](https://github.com/webpack-contrib/sass-loader/commit/fcea88e)) > * validate loader options ([#737](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/737)) ([7b543fc](https://github.com/webpack-contrib/sass-loader/commit/7b543fc)) > * reworked error handling from `node-sass`/`sass` > * improve resolution for `@import` (including support `_index` and `index` files in a directory) > > ### Bug Fixes > > * compatibility with `pnp`
Changelog *Sourced from [sass-loader's changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md).* > ## [8.0.0](https://github.com/webpack-contrib/sass-loader/compare/v7.3.1...v8.0.0) (2019-08-29) > > > ### ⚠ BREAKING CHANGES > > * minimum required `webpack` version is `4.36.0` > * minimum required `node.js` version is `8.9.0` > * move all sass (`includePaths`, `importer`, `functions`) options to the `sassOptions` option. The `functions` option can't be used as `Function`, you should use `sassOption` as `Function` to achieve this. > * the `data` option was renamed to the `prependData` option > * default value of the `sourceMap` option depends on the `devtool` value (`eval`/`false` values don't enable source map generation) > > > ### Features > > * automatically use the `fibers` package if it is possible ([#744](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/744)) ([96184e1](https://github.com/webpack-contrib/sass-loader/commit/96184e1)) > * source map generation depends on the `devtool` option ([#743](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/743)) ([fcea88e](https://github.com/webpack-contrib/sass-loader/commit/fcea88e)) > * validate loader options ([#737](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/737)) ([7b543fc](https://github.com/webpack-contrib/sass-loader/commit/7b543fc)) > * reworked error handling from `node-sass`/`sass` > * improve resolution for `@import` (including support `_index` and `index` files in a directory) > > ### Bug Fixes > > * compatibility with `pnp` > > > ### [7.3.1](https://github.com/webpack-contrib/sass-loader/compare/v7.3.0...v7.3.1) (2019-08-20) > > > ### Bug Fixes > > * minimum `node` version in `package.json` ([#733](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/733)) ([1175920](https://github.com/webpack-contrib/sass-loader/commit/1175920)) > > ## [7.3.0](https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.0) (2019-08-20) > > > ### Bug Fixes > > * handle module import ending `/` as module ([#728](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/728)) ([997a255](https://github.com/webpack-contrib/sass-loader/commit/997a255)) > * resolution algorithm ([#720](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/720)) ([0e94940](https://github.com/webpack-contrib/sass-loader/commit/0e94940)) > * use "compressed" output when mode is "production" ([#723](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/723)) ([b2af379](https://github.com/webpack-contrib/sass-loader/commit/b2af379)) > > > ### Features > > * `webpackImporter` option ([#732](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/732)) ([6f4ea37](https://github.com/webpack-contrib/sass-loader/commit/6f4ea37)) > > > # [7.2.0](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v7.2.0) (2019-08-08) > > > ... (truncated)
Commits - [`aa9b53b`](https://github.com/webpack-contrib/sass-loader/commit/aa9b53b4d1c14117c4ca114a13cecb6e53b4e87a) chore(release): 8.0.0 - [`45ad0be`](https://github.com/webpack-contrib/sass-loader/commit/45ad0be17264ceada5f0b4fb87e9357abe85c4ff) chore: next ([#748](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/748)) - [`194fea4`](https://github.com/webpack-contrib/sass-loader/commit/194fea4b206f76949830a0d8de49cff58a79c56e) chore(release): 7.3.1 - [`1175920`](https://github.com/webpack-contrib/sass-loader/commit/11759202d50c377e2859dfd97f9c47fa7a0e5ec0) fix: minimum `node` version in `package.json` ([#733](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/733)) - [`a3ac649`](https://github.com/webpack-contrib/sass-loader/commit/a3ac649188ef29c359aed7cfefdb48575dcf1474) chore(release): 7.3.0 - [`6f4ea37`](https://github.com/webpack-contrib/sass-loader/commit/6f4ea37eca98ed48305634416391f8a4c95a7e81) feat: `webpackImporter` option ([#732](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/732)) - [`0330253`](https://github.com/webpack-contrib/sass-loader/commit/03302534d3661627cf51ab5f2d637af16d49fa52) docs: standardize readme ([#730](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/730)) - [`997a255`](https://github.com/webpack-contrib/sass-loader/commit/997a255d7bad7b1ce58bc51425fc048ee77b5d47) fix: handle module import ending `/` as module ([#728](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/728)) - [`071fa88`](https://github.com/webpack-contrib/sass-loader/commit/071fa886398f1ad070fdbf3b286349029d244ed4) test: alias on directory with `_index` file ([#727](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/727)) - [`6be93c8`](https://github.com/webpack-contrib/sass-loader/commit/6be93c87eeebbef56017ca4b332bcf68f92c829d) test: import without quotes ([#726](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/726)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v8.0.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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) - 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.