Release notes
*Sourced from [sass's releases](https://github.com/sass/dart-sass/releases).*
> ## Dart Sass 1.17.3
> To install Dart Sass 1.17.3, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions.
>
> ## Changes
>
> * Fix an edge case where slash-separated numbers were written to the stylesheet with a slash even when they're used as part of another arithmetic operation, such as being concatenated with a string.
>
> * Don't put style rules inside empty `[@keyframes](https://github.com/keyframes)` selectors.
>
> See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1173) for changes in earlier releases.
Changelog
*Sourced from [sass's changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md).*
> ## 1.17.3
>
> * Fix an edge case where slash-separated numbers were written to the stylesheet
> with a slash even when they're used as part of another arithmetic operation,
> such as being concatenated with a string.
>
> * Don't put style rules inside empty `[@keyframes](https://github.com/keyframes)` selectors.
Commits
- [`13d0820`](https://github.com/sass/dart-sass/commit/13d0820c377df6508cd3d723ccc27ccad104694a) Release 1.17.3 ([#622](https://github-redirect.dependabot.com/sass/dart-sass/issues/622))
- [`6c7612b`](https://github.com/sass/dart-sass/commit/6c7612ba75a0b27a6e79e9d7c10a5f6c90742047) Merge branch 'feature.use' into master
- [`a0e63ac`](https://github.com/sass/dart-sass/commit/a0e63ac704c6c98c8a9123872e3a8c1f312bb2ed) Merge branch 'feature.use' into merge-use
- [`b66e1ba`](https://github.com/sass/dart-sass/commit/b66e1bad2856571afea93ecf95a67b2218155223) Fix some documentation issues in AsyncEnvironment ([#618](https://github-redirect.dependabot.com/sass/dart-sass/issues/618))
- [`62bce0c`](https://github.com/sass/dart-sass/commit/62bce0c5b920b8f4b4ee21ec6cfa42aefbec291f) Properly stringify slash-separated numbers in operations ([#612](https://github-redirect.dependabot.com/sass/dart-sass/issues/612))
- [`e84c8b1`](https://github.com/sass/dart-sass/commit/e84c8b199565938458fb82f9e14b88539587dc9d) Don't put style rules inside empty [@keyframes](https://github.com/keyframes) rules ([#613](https://github-redirect.dependabot.com/sass/dart-sass/issues/613))
- [`284f4ef`](https://github.com/sass/dart-sass/commit/284f4ef7dde7f23fa85fec17930dd50da111fa95) Make .scss and .sass take precedence over .css in [@use](https://github.com/use) ([#609](https://github-redirect.dependabot.com/sass/dart-sass/issues/609))
- [`7249698`](https://github.com/sass/dart-sass/commit/7249698cac8f1996b7520d4dd8c62b66832620e5) https-ify sass-lang.com urls ([#614](https://github-redirect.dependabot.com/sass/dart-sass/issues/614))
- [`812a9a5`](https://github.com/sass/dart-sass/commit/812a9a567252970eb8e9860c3c9599a4474f3e55) Merge pull request [#603](https://github-redirect.dependabot.com/sass/dart-sass/issues/603) from sass/use-members
- [`b59b863`](https://github.com/sass/dart-sass/commit/b59b86304d8d432f31811b46513b2b1199372903) Ensure that global variables are always module members
- Additional commits viewable in [compare view](https://github.com/sass/dart-sass/compare/1.17.2...1.17.3)
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 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 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.17.2 to 1.17.3.
Release notes
*Sourced from [sass's releases](https://github.com/sass/dart-sass/releases).* > ## Dart Sass 1.17.3 > To install Dart Sass 1.17.3, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions. > > ## Changes > > * Fix an edge case where slash-separated numbers were written to the stylesheet with a slash even when they're used as part of another arithmetic operation, such as being concatenated with a string. > > * Don't put style rules inside empty `[@keyframes](https://github.com/keyframes)` selectors. > > See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1173) for changes in earlier releases.Changelog
*Sourced from [sass's changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md).* > ## 1.17.3 > > * Fix an edge case where slash-separated numbers were written to the stylesheet > with a slash even when they're used as part of another arithmetic operation, > such as being concatenated with a string. > > * Don't put style rules inside empty `[@keyframes](https://github.com/keyframes)` selectors.Commits
- [`13d0820`](https://github.com/sass/dart-sass/commit/13d0820c377df6508cd3d723ccc27ccad104694a) Release 1.17.3 ([#622](https://github-redirect.dependabot.com/sass/dart-sass/issues/622)) - [`6c7612b`](https://github.com/sass/dart-sass/commit/6c7612ba75a0b27a6e79e9d7c10a5f6c90742047) Merge branch 'feature.use' into master - [`a0e63ac`](https://github.com/sass/dart-sass/commit/a0e63ac704c6c98c8a9123872e3a8c1f312bb2ed) Merge branch 'feature.use' into merge-use - [`b66e1ba`](https://github.com/sass/dart-sass/commit/b66e1bad2856571afea93ecf95a67b2218155223) Fix some documentation issues in AsyncEnvironment ([#618](https://github-redirect.dependabot.com/sass/dart-sass/issues/618)) - [`62bce0c`](https://github.com/sass/dart-sass/commit/62bce0c5b920b8f4b4ee21ec6cfa42aefbec291f) Properly stringify slash-separated numbers in operations ([#612](https://github-redirect.dependabot.com/sass/dart-sass/issues/612)) - [`e84c8b1`](https://github.com/sass/dart-sass/commit/e84c8b199565938458fb82f9e14b88539587dc9d) Don't put style rules inside empty [@keyframes](https://github.com/keyframes) rules ([#613](https://github-redirect.dependabot.com/sass/dart-sass/issues/613)) - [`284f4ef`](https://github.com/sass/dart-sass/commit/284f4ef7dde7f23fa85fec17930dd50da111fa95) Make .scss and .sass take precedence over .css in [@use](https://github.com/use) ([#609](https://github-redirect.dependabot.com/sass/dart-sass/issues/609)) - [`7249698`](https://github.com/sass/dart-sass/commit/7249698cac8f1996b7520d4dd8c62b66832620e5) https-ify sass-lang.com urls ([#614](https://github-redirect.dependabot.com/sass/dart-sass/issues/614)) - [`812a9a5`](https://github.com/sass/dart-sass/commit/812a9a567252970eb8e9860c3c9599a4474f3e55) Merge pull request [#603](https://github-redirect.dependabot.com/sass/dart-sass/issues/603) from sass/use-members - [`b59b863`](https://github.com/sass/dart-sass/commit/b59b86304d8d432f31811b46513b2b1199372903) Ensure that global variables are always module members - Additional commits viewable in [compare view](https://github.com/sass/dart-sass/compare/1.17.2...1.17.3)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 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 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.