blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Bump sass-loader from 6.0.6 to 7.1.0 #99

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps sass-loader from 6.0.6 to 7.1.0.

Release notes *Sourced from [sass-loader's releases](https://github.com/webpack-contrib/sass-loader/releases).* > ## v7.1.0 > ### Features > > * Make this package implementation-agnostic ([#573](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/573)) ([bed9fb5](https://github.com/webpack-contrib/sass-loader/commit/bed9fb5)), closes [#435](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/435) > > ## v7.0.3 > ### Bug Fixes > > * Bare imports not working sometimes ([#579](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/579)) ([c348281](https://github.com/webpack-contrib/sass-loader/commit/c348281)), closes [#566](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/566) > > ## v7.0.2 > ### Bug Fixes > > * Errors being swallowed when trying to load node-sass ([#576](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/576)) ([6dfb274](https://github.com/webpack-contrib/sass-loader/commit/6dfb274)), closes [#563](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/563) > * Report error to user for problems loading node-sass ([#562](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/562)) ([2529c07](https://github.com/webpack-contrib/sass-loader/commit/2529c07)) > > ## v7.0.1 > ### Bug Fixes > > * Wrong import precedence ([#557](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/557)) ([f4eeff1](https://github.com/webpack-contrib/sass-loader/commit/f4eeff1)) > > ## v7.0.0 > ### Features > > * Refactor resolving and simplify webpack config aliases ([#479](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/479)) ([e0fde1a](https://github.com/webpack-contrib/sass-loader/commit/e0fde1a)) > * Remove `node-sass` from `peerDependencies` ([#533](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/533)) ([6439cef](https://github.com/webpack-contrib/sass-loader/commit/6439cef)) > > > ### BREAKING CHANGES > > * Drop official node 4 support > * This slightly changes the resolving algorithm. Should not break in normal usage, but might break in complex configurations. > * The sass-loader throws an error at runtime now and refuses to compile if the peer dependency is wrong. This could break applications where npm's peer dependency warning was just ignored. > > ## v6.0.7 > ## [2018-03-03](https://github.com/webpack-contrib/sass-loader/compare/v6.0.6...v6.0.7) > > > ### `Bug Fixes` > > * **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#541](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/541)) ([620bdd4](https://github.com/webpack-contrib/sass-loader/commit/620bdd4)) > > > ### `Performance Improvements` > > * use `neo-async` instead `async` ([#538](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/538)) ([fab89dc](https://github.com/webpack-contrib/sass-loader/commit/fab89dc))
Changelog *Sourced from [sass-loader's changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md).* > # [7.1.0](https://github.com/webpack-contrib/sass-loader/compare/v7.0.3...v7.1.0) (2018-08-01) > > > ### Features > > * Make this package implementation-agnostic ([#573](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/573)) ([bed9fb5](https://github.com/webpack-contrib/sass-loader/commit/bed9fb5)), closes [#435](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/435) > > > > > ## [7.0.3](https://github.com/webpack-contrib/sass-loader/compare/v7.0.2...v7.0.3) (2018-06-05) > > > ### Bug Fixes > > * Bare imports not working sometimes ([#579](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/579)) ([c348281](https://github.com/webpack-contrib/sass-loader/commit/c348281)), closes [#566](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/566) > > > > > ## [7.0.2](https://github.com/webpack-contrib/sass-loader/compare/v7.0.1...v7.0.2) (2018-06-02) > > > ### Bug Fixes > > * Errors being swallowed when trying to load node-sass ([#576](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/576)) ([6dfb274](https://github.com/webpack-contrib/sass-loader/commit/6dfb274)), closes [#563](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/563) > * Report error to user for problems loading node-sass ([#562](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/562)) ([2529c07](https://github.com/webpack-contrib/sass-loader/commit/2529c07)) > > > > > ## [7.0.1](https://github.com/webpack-contrib/sass-loader/compare/v7.0.0...v7.0.1) (2018-04-13) > > > ### Bug Fixes > > * Wrong import precedence ([#557](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/557)) ([f4eeff1](https://github.com/webpack-contrib/sass-loader/commit/f4eeff1)) > > > > > # [7.0.0](https://github.com/webpack-contrib/sass-loader/compare/v6.0.7...v7.0.0) (2018-04-13) > > > ### Features > > * Refactor resolving and simplify webpack config aliases ([#479](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/479)) ([e0fde1a](https://github.com/webpack-contrib/sass-loader/commit/e0fde1a)) > * Remove `node-sass` from `peerDependencies` ([#533](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/533)) ([6439cef](https://github.com/webpack-contrib/sass-loader/commit/6439cef)) > > > ... (truncated)
Commits - [`aada4c3`](https://github.com/webpack-contrib/sass-loader/commit/aada4c36c582c0183af8fd85569dc7ed2240635d) chore(release): 7.1.0 - [`bed9fb5`](https://github.com/webpack-contrib/sass-loader/commit/bed9fb5799a90020d43f705ea405f85b368621d7) feat: Make this package implementation-agnostic ([#573](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/573)) - [`714f5c6`](https://github.com/webpack-contrib/sass-loader/commit/714f5c69d998b035ab40775638ac5dc0d3df5541) test: Refactor module import tests ([#599](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/599)) - [`d0b35cb`](https://github.com/webpack-contrib/sass-loader/commit/d0b35cb4cc7a1b2f4713809c94baac2d20f75006) chore(release): 7.0.3 - [`c348281`](https://github.com/webpack-contrib/sass-loader/commit/c3482816df15efa33e7c7652fe6ce73ccc73e986) fix: Bare imports not working sometimes ([#579](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/579)) - [`2efb8cf`](https://github.com/webpack-contrib/sass-loader/commit/2efb8cf5a397b06c3db5d1930a5d20a220c3e937) chore(release): 7.0.2 - [`6dfb274`](https://github.com/webpack-contrib/sass-loader/commit/6dfb274a49c1255ec7471eea0b64f786fb6b8eaa) fix: Errors being swallowed when trying to load node-sass ([#576](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/576)) - [`437450f`](https://github.com/webpack-contrib/sass-loader/commit/437450fb782308270c12a794fe5ca202de2930a7) docs(readme) Use mini-css-extract-plugin in examples. ([#568](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/568)) - [`10a8161`](https://github.com/webpack-contrib/sass-loader/commit/10a816187fcf5c1d2b2625ce2336db441816d7b6) test: Add test cases to ensure that js files do not take precedence ([#564](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/564)) - [`2529c07`](https://github.com/webpack-contrib/sass-loader/commit/2529c0716b1bca321c22d16636b1385682b1c730) fix: Report error to user for problems loading node-sass ([#562](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/562)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/sass-loader/compare/v6.0.6...v7.1.0)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@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.
codecov-io commented 5 years ago

Codecov Report

Merging #99 into development will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           development    #99   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files              267    267           
  Lines             2208   2208           
  Branches           222    222           
==========================================
  Hits              2208   2208

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f71b876...c545f2a. Read the comment docs.