Release notes
*Sourced from [sass-loader's releases](https://github.com/webpack-contrib/sass-loader/releases).*
> ## v4.1.1
> - Update webpack peer dependency to support 2.2.0rc. [#330](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/330)
>
> ## v4.1.0
> - Update `node-sass@4.0.0` [#319](https://github-redirect.dependabot.com/jtangelder/sass-loader/pull/319)
>
> ## v4.0.1
> - Fix custom importers receiving `'stdin'` as second argument instead of the actual `resourcePath` [#267](https://github-redirect.dependabot.com/jtangelder/sass-loader/pull/267)
>
> ## v4.0.0
> - **Breaking**: Release new major version because the previous release was a breaking change in certain scenarios [#250](https://github-redirect.dependabot.com/jtangelder/sass-loader/pull/250)
Changelog
*Sourced from [sass-loader's changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md).*
> # [5.0.0](https://github.com/webpack-contrib/sass-loader/compare/v5.0.0...v4.1.1) (2017-02-13)
>
> ### Code Refactoring
>
> * Remove synchronous compilation support [#334](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/334)
>
>
> ### BREAKING CHANGES
>
> * Remove node 0.12 support. [29b30755021a834e622bf4b5bb9db4d6e5913905](https://github.com/webpack-contrib/sass-loader/commit/29b30755021a834e622bf4b5bb9db4d6e5913905)
> * Remove official node-sass@3 and webpack@1 support. [5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5](https://github.com/webpack-contrib/sass-loader/commit/5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5)
> * Remove synchronous compilation support. [#334](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/334)
>
>
>
> # [4.1.1](https://github.com/webpack-contrib/sass-loader/compare/v4.1.1...v4.1.0) (2016-12-21)
>
> ### Chore
>
> * Update webpack peer dependency to support 2.2.0rc. [#330](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/330)
>
>
>
> # [4.1.0](https://github.com/webpack-contrib/sass-loader/compare/v4.1.0...v4.0.2) (2016-12-14)
>
> ### Features
>
> * Update `node-sass@4.0.0` [#319](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/319)
>
>
>
> # [4.0.2](https://github.com/webpack-contrib/sass-loader/compare/v4.0.2...v4.0.1) (2016-07-07)
>
> ### Bug Fixes
>
> * Fix wrong context in customImporters [#281](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/281)
>
>
>
> # [4.0.1](https://github.com/webpack-contrib/sass-loader/compare/v4.0.1...v4.0.0) (2016-07-01)
>
> ### Bug Fixes
>
> * Fix custom importers receiving `'stdin'` as second argument instead of the actual `resourcePath` [#267](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/267)
>
>
>
> # [4.0.0](https://github.com/webpack-contrib/sass-loader/compare/v4.0.0...v3.2.2) (2016-06-27)
>
> ### Bug Fixes
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/webpack-contrib/sass-loader/commits/v4.1.1)
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.
Bumps sass-loader from 3.2.3 to 4.1.1.
Release notes
*Sourced from [sass-loader's releases](https://github.com/webpack-contrib/sass-loader/releases).* > ## v4.1.1 > - Update webpack peer dependency to support 2.2.0rc. [#330](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/issues/330) > > ## v4.1.0 > - Update `node-sass@4.0.0` [#319](https://github-redirect.dependabot.com/jtangelder/sass-loader/pull/319) > > ## v4.0.1 > - Fix custom importers receiving `'stdin'` as second argument instead of the actual `resourcePath` [#267](https://github-redirect.dependabot.com/jtangelder/sass-loader/pull/267) > > ## v4.0.0 > - **Breaking**: Release new major version because the previous release was a breaking change in certain scenarios [#250](https://github-redirect.dependabot.com/jtangelder/sass-loader/pull/250)Changelog
*Sourced from [sass-loader's changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md).* > # [5.0.0](https://github.com/webpack-contrib/sass-loader/compare/v5.0.0...v4.1.1) (2017-02-13) > > ### Code Refactoring > > * Remove synchronous compilation support [#334](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/334) > > > ### BREAKING CHANGES > > * Remove node 0.12 support. [29b30755021a834e622bf4b5bb9db4d6e5913905](https://github.com/webpack-contrib/sass-loader/commit/29b30755021a834e622bf4b5bb9db4d6e5913905) > * Remove official node-sass@3 and webpack@1 support. [5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5](https://github.com/webpack-contrib/sass-loader/commit/5a6bcb96d8bd7a7a11c33252ba739ffe09ca38c5) > * Remove synchronous compilation support. [#334](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/334) > > > > # [4.1.1](https://github.com/webpack-contrib/sass-loader/compare/v4.1.1...v4.1.0) (2016-12-21) > > ### Chore > > * Update webpack peer dependency to support 2.2.0rc. [#330](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/330) > > > > # [4.1.0](https://github.com/webpack-contrib/sass-loader/compare/v4.1.0...v4.0.2) (2016-12-14) > > ### Features > > * Update `node-sass@4.0.0` [#319](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/319) > > > > # [4.0.2](https://github.com/webpack-contrib/sass-loader/compare/v4.0.2...v4.0.1) (2016-07-07) > > ### Bug Fixes > > * Fix wrong context in customImporters [#281](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/281) > > > > # [4.0.1](https://github.com/webpack-contrib/sass-loader/compare/v4.0.1...v4.0.0) (2016-07-01) > > ### Bug Fixes > > * Fix custom importers receiving `'stdin'` as second argument instead of the actual `resourcePath` [#267](https://github-redirect.dependabot.com/webpack-contrib/sass-loader/pull/267) > > > > # [4.0.0](https://github.com/webpack-contrib/sass-loader/compare/v4.0.0...v3.2.2) (2016-06-27) > > ### Bug Fixes > ... (truncated)Commits
- See full diff in [compare view](https://github.com/webpack-contrib/sass-loader/commits/v4.1.1)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.