Closed renovate[bot] closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/yurikrupnik/next2/GqV1bKj2jAVVg454aKZpGU2aMGrC
✅ Preview: https://next2-git-renovate-sass-1x-yurikrupnik.vercel.app
🔍 Inspect: https://vercel.com/yurikrupnik/next1/9wHftnwtx8wKvneEBC5n9GnYK5eq
✅ Preview: https://next1-git-renovate-sass-1x-yurikrupnik.vercel.app
This PR contains the following updates:
1.32.13
->1.35.1
Release Notes
sass/dart-sass
### [`v1.35.1`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#1351) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.35.0...1.35.1) - Fix a bug where the quiet dependency flag didn't silence warnings in some stylesheets loaded using `@import`. ### [`v1.35.0`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#1350) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.34.1...1.35.0) - Fix a couple bugs that could prevent some members from being found in certain files that use a mix of imports and the module system. - Fix incorrect recommendation for migrating division expressions that reference namespaced variables. ##### JS API - Add a `quietDeps` option which silences compiler warnings from stylesheets loaded through importers and load paths. - Add a `verbose` option which causes the compiler to emit all deprecation warnings, not just 5 per feature. ### [`v1.34.1`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#1341) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.34.0...1.34.1) - Fix a bug where `--update` would always compile any file that depends on a built-in module. - Fix the URL for the `@-moz-document` deprecation message. - Fix a bug with `@for` loops nested inside property declarations. ### [`v1.34.0`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#1340) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.33.0...1.34.0) - Don't emit the same warning in the same location multiple times. - Cap deprecation warnings at 5 per feature by default. ##### Command Line Interface - Add a `--quiet-deps` flag which silences compiler warnings from stylesheets loaded through `--load-path`s. - Add a `--verbose` flag which causes the compiler to emit all deprecation warnings, not just 5 per feature. ##### Dart API - Add a `quietDeps` argument to `compile()`, `compileString()`, `compileAsync()`, and `compileStringAsync()` which silences compiler warnings from stylesheets loaded through importers, load paths, and `package:` URLs. - Add a `verbose` argument to `compile()`, `compileString()`, `compileAsync()`, and `compileStringAsync()` which causes the compiler to emit all deprecation warnings, not just 5 per feature. ### [`v1.33.0`](https://togithub.com/sass/dart-sass/blob/master/CHANGELOG.md#1330) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.13...1.33.0) - Deprecate the use of `/` for division. The new `math.div()` function should be used instead. See [this page][] for details. [this page]: https://sass-lang.com/documentation/breaking-changes/slash-div - Add a `list.slash()` function that returns a slash-separated list. - **Potentially breaking bug fix:** The heuristics around when potentially slash-separated numbers are converted to slash-free numbers—for example, when `1/2` will be printed as `0.5` rather than `1/2`—have been slightly expanded. Previously, a number would be made slash-free if it was passed as an argument to a *user-defined function*, but not to a *built-in function*. Now it will be made slash-free in both cases. This is a behavioral change, but it's unlikely to affect any real-world stylesheets. - [`:is()`][:is()] now behaves identically to `:matches()`. [`:is()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/:is - Fix a bug where non-integer numbers that were very close to integer values would be incorrectly formatted in CSS. - Fix a bug where very small number and very large negative numbers would be incorrectly formatted in CSS. ##### JS API - The `this` context for importers now has a `fromImport` field, which is `true` if the importer is being invoked from an `@import` and `false` otherwise. Importers should only use this to determine whether to load [import-only files]. [import-only files]: https://sass-lang.com/documentation/at-rules/import#import-only-files ##### Dart API - Add an `Importer.fromImport` getter, which is `true` if the current `Importer.canonicalize()` call comes from an `@import` rule and `false` otherwise. Importers should only use this to determine whether to load [import-only files].Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.