Release notes
*Sourced from [sass's releases](https://github.com/sass/dart-sass/releases).*
> ## Dart Sass 1.16.1
> To install Dart Sass 1.16.1, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](http://sass-lang.com/install) for full installation instructions.
>
> ## Changes
>
> * Fix a performance bug where stylesheet evaluation could take a very long time when many binary operators were used in sequence.
>
> See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1161) for changes in earlier releases.
Changelog
*Sourced from [sass's changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md).*
> ## 1.16.1
>
> * Fix a performance bug where stylesheet evaluation could take a very long time
> when many binary operators were used in sequence.
Commits
- [`9fdf561`](https://github.com/sass/dart-sass/commit/9fdf5612eadb54489e236f6215c13818254f92f7) Fix a performance bug in BinaryOperatorExpression.span ([#569](https://github-redirect.dependabot.com/sass/dart-sass/issues/569))
- [`b024276`](https://github.com/sass/dart-sass/commit/b0242767ee359a0f98fc00c0aa407aed765c88a3) Temporarily limit source_span to 1.4.x ([#570](https://github-redirect.dependabot.com/sass/dart-sass/issues/570))
- [`3368e89`](https://github.com/sass/dart-sass/commit/3368e890cdae4690786fa78ce0ba9c8881c6273b) Add a grind script to sanity-check a release ([#563](https://github-redirect.dependabot.com/sass/dart-sass/issues/563))
- See full diff in [compare view](https://github.com/sass/dart-sass/compare/1.16.0...1.16.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.
If all status checks pass Dependabot will automatically merge this pull request.
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.
Bumps sass from 1.16.0 to 1.16.1.
Release notes
*Sourced from [sass's releases](https://github.com/sass/dart-sass/releases).* > ## Dart Sass 1.16.1 > To install Dart Sass 1.16.1, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](http://sass-lang.com/install) for full installation instructions. > > ## Changes > > * Fix a performance bug where stylesheet evaluation could take a very long time when many binary operators were used in sequence. > > See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1161) for changes in earlier releases.Changelog
*Sourced from [sass's changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md).* > ## 1.16.1 > > * Fix a performance bug where stylesheet evaluation could take a very long time > when many binary operators were used in sequence.Commits
- [`9fdf561`](https://github.com/sass/dart-sass/commit/9fdf5612eadb54489e236f6215c13818254f92f7) Fix a performance bug in BinaryOperatorExpression.span ([#569](https://github-redirect.dependabot.com/sass/dart-sass/issues/569)) - [`b024276`](https://github.com/sass/dart-sass/commit/b0242767ee359a0f98fc00c0aa407aed765c88a3) Temporarily limit source_span to 1.4.x ([#570](https://github-redirect.dependabot.com/sass/dart-sass/issues/570)) - [`3368e89`](https://github.com/sass/dart-sass/commit/3368e890cdae4690786fa78ce0ba9c8881c6273b) Add a grind script to sanity-check a release ([#563](https://github-redirect.dependabot.com/sass/dart-sass/issues/563)) - See full diff in [compare view](https://github.com/sass/dart-sass/compare/1.16.0...1.16.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
.If all status checks pass Dependabot will automatically merge this pull request.
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.