canonical / design.ubuntu.com

7 stars 29 forks source link

Update all dependencies #214

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 10.2.1 -> 10.4.1 age adoption passing confidence
jekyll 4.2.0 -> 4.2.1 age adoption passing confidence
ruby 2.5 -> 2.7 age adoption passing confidence
sass 1.27.0 -> 1.46.0 age adoption passing confidence

Release Notes

postcss/autoprefixer ### [`v10.4.1`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1041) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.0...10.4.1) - Fixed `::file-selector-button` data (by Luke Warlow). ### [`v10.4.0`](https://togithub.com/postcss/autoprefixer/releases/10.4.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.7...10.4.0) Coat of arms of South Africa In Autoprefixer 10.4 [@​lukewarlow](https://togithub.com/lukewarlow) added `:autofill` support: ```css input:-webkit-autofill { background-color: red; } input:autofill { background-color: red; } ``` ### [`v10.3.7`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1037) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.6...10.3.7) - Replaced `nanocolors` to `picocolors`. ### [`v10.3.6`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1036) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.5...10.3.6) - Updated `nanocolors`. - Reduced package size. ### [`v10.3.5`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1035) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.4...10.3.5) - Replaced `colorette` to `nanocolors`. ### [`v10.3.4`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1034) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.3...10.3.4) - Fixed `stretch` value in latest Firefox. ### [`v10.3.3`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1033) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.2...10.3.3) - Fixed wrong `-moz-` prefix from `::file-selector-button` (by Usman Yunusov). ### [`v10.3.2`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1032) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.1...10.3.2) - Fixed `::file-selector-button` support (by Usman Yunusov). ### [`v10.3.1`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1031) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.0...10.3.1) - Fixed adding wrong prefixes to `content` (by Luke Warlow). ### [`v10.3.0`](https://togithub.com/postcss/autoprefixer/releases/10.3.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.6...10.3.0) Pskov, coat of arms In Autoprefixer 10.3 [@​lukewarlow](https://togithub.com/lukewarlow) added `::file-selector-button` support. ```css ::-webkit-file-upload-button { border: 2px solid #​6c5ce7; padding: .2em .4em; border-radius: .2em; background-color: #a29bfe; } ::file-selector-button { border: 2px solid #​6c5ce7; padding: .2em .4em; border-radius: .2em; background-color: #a29bfe; } ``` ### [`v10.2.6`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1026) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.5...10.2.6) - Fixed “no prefixes needed” warning (by [@​Pwntheon](https://togithub.com/Pwntheon)). ### [`v10.2.5`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1025) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.4...10.2.5) - Fixed `:` support in `@supports` (by Dmitry Semigradsky). - Fixed docs (by Christian Oliff). ### [`v10.2.4`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1024) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.3...10.2.4) - Fixed browser names in `npx autoprefixer --info`. ### [`v10.2.3`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1023) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.2...10.2.3) - Fixed PostCSS 8 support. ### [`v10.2.2`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1022) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.1...10.2.2) - Fixed PostCSS 8 plugins compatibility.
sass/dart-sass ### [`v1.46.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1460) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.45.2...1.46.0) ##### JS API - **Potentially breaking bug fix:** Match the specification of the new JS API by passing `undefined` rather than `null` to `Logger.warn()` for an unset `span`. ##### TypeScript Declarations - Add a declaration for the `LegacyPluginThis.options.context` field. - Update the definition of `LegacyAsyncFunction` to include explicit definitions with zero through six arguments before the `done` parameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number. - Add a declaration for `types.Error`, a legacy API class that can be returned by asynchronous functions to signal asynchronous errors. - Add a `LegacyAsyncFunctionDone` type for the `done` callback that's passed to `LegacyAsyncFunction`. ### [`v1.45.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1452) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.45.1...1.45.2) ##### JS API - **Potentially breaking bug fix:** Change the default value of the `separator` parameter for `new SassArgumentList()` to `','` rather than `null`. This matches the API specification. ### [`v1.45.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1451) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.45.0...1.45.1) - **Potentially breaking bug fix:** Properly parse custom properties in `@supports` conditions. Note that this means that SassScript expressions on the right-hand side of custom property `@supports` queries now need to be interpolated, as per https://sass-lang.com/d/css-vars. - **Potentially breaking bug fix:** Fix a bug where `inspect()` was not properly printing nested, empty, bracketed lists. ### [`v1.45.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1450) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.44.0...1.45.0) ##### JS API This release includes an entirely new JavaScript API, designed to be more idiomatic, performant, and usable. The old API will continue to be supported until Dart Sass 2.0.0, but it is now considered deprecated and should be avoided for new code. The new API includes: - `compile()` and `compileAsync()` functions that take Sass file paths and return the result of compiling them to CSS. The async function returns a `Promise` rather than using a callback-based API. - `compileString()` and `compileStringAsync()` functions that take a string of Sass source and compiles it to CSS. As above, the async function returns a `Promise`. - A new importer API that more closely matches the Sass specification's logic for resolving loads. This makes it much easier for Sass to cache information across `@import` and `@use` rules, which substantially improves performance for applications that rely heavily on repeated `@import`s. - A new custom function API, including much more usable JS representations of Sass value types complete with type-assertion functions, easy map and list lookups, and compatibility with the [`immutable`][immutable] package. **Unlike in the legacy API,** function callbacks now take one argument which contains an array of Sass values (rather than taking a separate JS argument for each Sass argument). [`immutable`]: https://immutable-js.com/ For full documentation of this API, please see [the Sass website][js-api]. [js-api]: https://sass-lang.com/documentation/js-api This release also adds TypeScript type definitions. ### [`v1.44.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1440) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.43.5...1.44.0) - Suggest `calc()` as an alternative in `/`-as-division deprecation messages. ##### Dart API - Add `SassNumber.convert()` and `SassNumber.convertValue()`. These work like `SassNumber.coerce()` and `SassNumber.coerceValue()`, except they don't treat unitless numbers as universally compatible. - Fix a bug where `SassNumber.coerceToMatch()` and `SassNumber.coerceValueToMatch()` wouldn't coerce single-unit numbers to match unitless numbers. ### [`v1.43.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1435) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.43.4...1.43.5) - Fix a bug where calculations with different operators were incorrectly considered equal. - Properly parse attribute selectors with empty namespaces. ##### JS API - Print more detailed JS stack traces. This is mostly useful for the Sass team's own debugging purposes. ### [`v1.43.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1434) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.43.3...1.43.4) ##### JS API - Fix a bug where the `logger` option was ignored for the `render()` function. ### [`v1.43.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1433) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.43.2...1.43.3) - Improve performance. ### [`v1.43.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1432) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.42.1...1.43.2) - Improve the error message when the default namespace of a `@use` rule is not a valid identifier. ### [`v1.42.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1421) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.42.0...1.42.1) - Fix a bug where Sass variables and function calls in calculations weren't being resolved correctly if there was a parenthesized interpolation elsewhere in the file. ### [`v1.42.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1420) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.41.1...1.42.0) - `min()` and `max()` expressions are once again parsed as calculations as long as they contain only syntax that's allowed in calculation expressions. To avoid the backwards-compatibility issues that were present in 1.40.0, they now allow unitless numbers to be mixed with numbers with units just like the global `min()` and `max()` functions. Similarly, `+` and `-` operations within `min()` and `max()` functions allow unitless numbers to be mixed with numbers with units. ### [`v1.41.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1411) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.41.0...1.41.1) - Preserve parentheses around `var()` functions in calculations, because they could potentially be replaced with sub-expressions that might need to be parenthesized. ### [`v1.41.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1410) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.40.1...1.41.0) - Calculation values can now be combined with strings using the `+` operator. This was an error in 1.40.0, but this broke stylesheets that were relying on `$value + ""` expressions to generically convert values to strings. (Note that the Sass team recommends the use of `"#{$value}"` or `inspect($value)` for that use-case.) - The `selector.unify()` function now correctly returns `null` when one selector is a `:host` or `:host-context` and the other is a selector that's guaranteed to be within the current shadow DOM. The `@extend` logic has been updated accordingly as well. - Fix a bug where extra whitespace in `min()`, `max()`, `clamp()`, and `calc()` expressions could cause bogus parse errors. - Fix a bug where the right-hand operand of a `-` in a calculation could incorrectly be stripped of parentheses. ##### Dart API - `SassCalculation.plus()` now allows `SassString` arguments. ### [`v1.40.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1401) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.40.0...1.40.1) - **Potentially breaking bug fix:** `min()` and `max()` expressions outside of calculations now behave the same way they did in 1.39.2, returning unquoted strings if they contain no Sass-specific features and calling the global `min()` and `max()` functions otherwise. Within calculations, they continue to behave how they did in 1.40.0. This fixes an unintended breaking change added in 1.40.0, wherein passing a unitless number and a number without units to `min()` or `max()` now produces an error. Since this breakage affects a major Sass library, we're temporarily reverting support for `min()` and `max()` calculations while we work on designing a longer-term fix. ### [`v1.40.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1400) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.39.2...1.40.0) - Add support for first-class `calc()` expressions (as well as `clamp()` and plain-CSS `min()` and `max()`). This means: - `calc()` expressions will be parsed more thoroughly, and errors will be highlighted where they weren't before. **This may break your stylesheets,** but only if they were already producing broken CSS. - `calc()` expressions will be simplified where possible, and may even return numbers if they can be simplified away entirely. - `calc()` expressions that can't be simplified to numbers return a new data type known as "calculations". - Sass variables and functions can now be used in `calc()` expressions. - New functions `meta.calc-name()` and `meta.calc-args()` can now inspect calculations. ##### Dart API - Add a new value type, `SassCalculation`, that represents calculations. - Add new `CalculationOperation`, `CalculationOperator`, and `CalculationInterpolation` types to represent types of arguments that may exist as part of a calculation. - Add a new `Value.assertCalculation()` method. - Add a new `Number.hasCompatibleUnits()` method. ### [`v1.39.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1392) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.39.1...1.39.2) - Fix a bug where configuring with `@use ... with` would throw an error when that variable was defined in a module that also contained `@forward ... with`. ### [`v1.39.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1391) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.39.0...1.39.1) - Partial fix for a bug where `@at-root` does not work properly in nested imports that contain `@use` rules. If the only `@use` rules in the nested import are for built-in modules, `@at-root` should now work properly. ### [`v1.39.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1390) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.38.2...1.39.0) ##### JS API - Add a `charset` option that controls whether or not Sass emits a `@charset`/BOM for non-ASCII stylesheets. ### [`v1.38.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1382) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.38.1...1.38.2) - No user-visible changes ### [`v1.38.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1381) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.38.0...1.38.1) - No user-visible changes ### [`v1.38.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1380) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.5...1.38.0) - In expanded mode, emit characters in Unicode private-use areas as escape sequences rather than literal characters. - Fix a bug where quotes would be omitted for an attribute selector whose value was a single backslash. - Properly consider numbers that begin with `.` as "plain CSS" for the purposes of parsing plain-CSS `min()` and `max()` functions. - Allow `if` to be used as an unquoted string. - Properly parse backslash escapes within `url()` expressions. - Fix a couple bugs where `@extend`s could be marked as unsatisfied when multiple identical `@extend`s extended selectors across `@use` rules. ##### Command Line Interface - Strip CRLF newlines from snippets of the original stylesheet that are included in the output when an error occurs. ##### JS API - Don't crash when a Windows path is returned by a custom Node importer at the same time as file contents. - Don't crash when an error occurs in a stylesheet loaded via a custom importer with a custom URL scheme. ##### Dart API - Add a `SassArgumentList.keywordsWithoutMarking` getter to access the keyword arguments of an argument list without marking them accessed. ### [`v1.37.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1375) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.4...1.37.5) - No user-visible changes. ### [`v1.37.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1374) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.3...1.37.4) - No user-visible changes. ### [`v1.37.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1373) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.2...1.37.3) - No user-visible changes. ### [`v1.37.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1372) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.1...1.37.2) - No user-visible changes. ### [`v1.37.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1371) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.37.0...1.37.1) - No user-visible changes. ### [`v1.37.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1370) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.36.0...1.37.0) ##### Dart API - **Potentially breaking bug fix:** `SassNumber.asSlash`, `SassNumber.withSlash()`, and `SassNumber.withoutSlash()` have been marked as `@internal`. They were never intended to be used outside the `sass` package. - **Potentially breaking bug fix:** `SassException` has been marked as `@sealed` to formally indicate that it's not intended to be extended outside of the `sass` package. - Add a `Value.withListContents()` method that returns a new Sass list with the same list separator and brackets as the current value, interpreted as a list. ### [`v1.36.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1360) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.35.2...1.36.0) ##### Dart API - Added `compileToResult()`, `compileStringToResult()`, `compileToResultAsync()`, and `compileStringToResultAsync()` methods. These are intended to replace the existing `compile*()` methods, which are now deprecated. Rather than returning a simple string, these return a `CompileResult` object, which will allow us to add additional information about the compilation without having to introduce further deprecations. - Instead of passing a `sourceMaps` callback to `compile*()`, pass `sourceMaps: true` to `compile*ToResult()` and access `CompileResult.sourceMap`. - The `CompileResult` object exposes a `loadedUrls` object which lists the canonical URLs accessed during a compilation. This information was previously unavailable except through the JS API. ### [`v1.35.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1352) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.35.1...1.35.2) - **Potentially breaking bug fix**: Properly throw an error for Unicode ranges that have too many `?`s after hexadecimal digits, such as `U+12345??`. - **Potentially breaking bug fix:** Fixed a bug where certain local variable declarations nested within multiple `@if` statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add `!global` to the variable declaration to preserve the old behavior. - **Potentially breaking bug fix:** Fix a bug where imports of root-relative URLs (those that begin with `/`) in `@import` rules would be passed to both Dart and JS importers as `file:` URLs. - Properly support selector lists for the `$extendee` argument to `selector.extend()` and `selector.replace()`. - Fix an edge case where `@extend` wouldn't affect a selector within a pseudo-selector such as `:is()` that itself extended other selectors. - Fix a race condition where `meta.load-css()` could trigger an internal error when running in asynchronous mode. ##### Dart API - Use the `@internal` annotation to indicate which `Value` APIs are available for public use. ### [`v1.35.1`](https://togithub.com/sass/dart-sass/blob/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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]. ### [`v1.32.13`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​13213) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.12...1.32.13) - **Potentially breaking bug fix:** Null values in `@use` and `@forward` configurations no longer override the `!default` variable, matching the behavior of the equivalent code using `@import`. - Use the proper parameter names in error messages about `string.slice` ### [`v1.32.12`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​13212) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.11...1.32.12) - Fix a bug that disallowed more than one module from extending the same selector from a module if that selector itself extended a selector from another upstream module. ### [`v1.32.11`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​13211) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.10...1.32.11) - Fix a bug where bogus indented syntax errors were reported for lines that contained only whitespace. ### [`v1.32.10`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​13210) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.9...1.32.10) - No user-visible changes. ### [`v1.32.9`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1329) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.8...1.32.9) - Fix a typo in a deprecation warning. ##### JavaScript API - Drop support for Chokidar 2.x. This version was incompatible with Node 14, but due to shortcomings in npm's version resolver sometimes still ended up installed anyway. Only declaring support for 3.0.0 should ensure compatibility going forward. ##### Dart API - Allow the null safety release of args and watcher. ##### Command Line Interface - Add a `-w` shorthand for the `--watch` flag. ### [`v1.32.8`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1328) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.7...1.32.8) - Update chokidar version for Node API tests. ##### JavaScript API - Allow a custom function to access the `render()` options object within its local context, as `this.options`. ### [`v1.32.7`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1327) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.6...1.32.7) - Allow the null safety release of stream_transform. - Allow `@forward...with` to take arguments that have a `!default` flag without a trailing comma. - Improve the performance of unitless and single-unit numbers. ### [`v1.32.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1326) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.5...1.32.6) ##### Node JS API - Fix Electron support when `nodeIntegration` is disabled. ##### Dart API - All range checks for `SassColor` constructors now throw `RangeError`s with `start` and `end` set. ### [`v1.32.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1325) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.4...1.32.5) - **Potentially breaking bug fix:** When using `@for` with numbers that have units, the iteration variable now matches the unit of the initial number. This matches the behavior of Ruby Sass and LibSass. ##### Node JS API - Fix a few infrequent errors when calling `render()` with `fiber` multiple times simultaneously. - Avoid possible mangled error messages when custom functions or importers throw unexpected exceptions. - Fix Electron support when `nodeIntegration` is disabled. ### [`v1.32.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1324) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.3...1.32.4) - No user-visible changes. ### [`v1.32.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1323) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.2...1.32.3) - Optimize `==` for numbers that have different units. ### [`v1.32.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1322) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.1...1.32.2) - Print the actual number that was received in unit deprecation warnings for color functions. ### [`v1.32.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​13213) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.32.0...1.32.1) - **Potentially breaking bug fix:** Null values in `@use` and `@forward` configurations no longer override the `!default` variable, matching the behavior of the equivalent code using `@import`. - Use the proper parameter names in error messages about `string.slice` ### [`v1.32.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1320) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.30.0...1.32.0) - Deprecate passing non-`%` numbers as lightness and saturation to `hsl()`, `hsla()`, `color.adjust()`, and `color.change()`. This matches the CSS specification, which also requires `%` for all lightness and saturation parameters. See \[the Sass website]\[color-units] for more details. - Deprecate passing numbers with units other than `deg` as the hue to `hsl()`, `hsla()`, `adjust-hue()`, `color.adjust()`, and `color.change()`. Unitless numbers *are* still allowed here, since they're allowed by CSS. See \[the Sass website]\[color-units] for more details. - Improve error messages about incompatible units. - Properly mark some warnings emitted by `sass:color` functions as deprecation warnings. ##### Dart API - Rename `SassNumber.valueInUnits()` to `SassNumber.coerceValue()`. The old name remains, but is now deprecated. - Rename `SassNumber.coerceValueToUnit()`, a shorthand for `SassNumber.coerceValue()` that takes a single numerator unit. - Add `SassNumber.coerceToMatch()` and `SassNumber.coerceValueToMatch()`, which work like `SassNumber.coerce()` and `SassNumber.coerceValue()` but take a `SassNumber` whose units should be matched rather than taking the units explicitly. These generate better error messages than `SassNumber.coerce()` and `SassNumber.coerceValue()`. - Add `SassNumber.convertToMatch()` and `SassNumber.convertValueToMatch()`, which work like `SassNumber.coerceToMatch()` and `SassNumber.coerceValueToMatch()` except they throw exceptions when converting unitless values to or from units. - Add `SassNumber.compatibleWithUnit()`, which returns whether the number can be coerced to a single numerator unit. ### [`v1.30.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1300) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.29.0...1.30.0) - Fix a bug where `@at-root (without: all)` wouldn't properly remove a `@keyframes` context when parsing selectors. ##### Node JS API - The generated `main()` function in `sass.js` now returns a `Promise` that completes when the executable is finished running. ##### Dart API - Fix a bug that prevented importers from returning null when loading from a URL that they had already canonicalized. ### [`v1.29.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1290) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.28.0...1.29.0) - Support a broader syntax for `@supports` conditions, based on the latest [Editor's Draft of CSS Conditional Rules 3]. Almost all syntax will be allowed (with interpolation) in the conditions' parentheses, as well as function syntax such as `@supports selector(...)`. [Editor's Draft of CSS Conditional Rules 3]: https://drafts.csswg.org/css-conditional-3/#at-supports ### [`v1.28.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1280) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.27.2...1.28.0) - Add a [`color.hwb()`][color.hwb()] function to `sass:color` that can express colors in [HWB] format. [`color.hwb()`]: https://sass-lang.com/documentation/modules/color#hwb [HWB]: https://en.wikipedia.org/wiki/HWB_color_model - Add [`color.whiteness()`][color.whiteness()] and [`color.blackness()`][color.blackness()] functions to `sass:color` to get a color's [HWB] whiteness and blackness components. [`color.whiteness()`]: https://sass-lang.com/documentation/modules/color#whiteness [`color.blackness()`]: https://sass-lang.com/documentation/modules/color#blackness - Add `$whiteness` and `$blackness` parameters to [`color.adjust()`][color.adjust()], [`color.change()`][color.change()], and [`color.scale()`][color.scale()] to modify a color's [HWB] whiteness and blackness components. [`color.adjust()`]: https://sass-lang.com/documentation/modules/color#adjust [`color.change()`]: https://sass-lang.com/documentation/modules/color#change [`color.scale()`]: https://sass-lang.com/documentation/modules/color#scale ##### Dart API - Add [HWB] support to the `SassColor` class, including a `SassColor.hwb()` constructor, `whiteness` and `blackness` getters, and a `changeHwb()` method. [HWB]: https://en.wikipedia.org/wiki/HWB_color_model ### [`v1.27.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1272) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.27.1...1.27.2) - No user-visible changes. ### [`v1.27.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1271) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.27.0...1.27.1) - **Potentially breaking bug fix:** `meta.load-css()` now correctly uses the name `$url` for its first argument, rather than `$module`. - Don't crash when using `Infinity` or `NaN` as a key in a map. - Emit a proper parse error for a `=` with no right-hand side in a function. - Avoid going exponential on certain recursive `@extend` edge cases.

Configuration

📅 Schedule: "on the first day of january" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

webteam-app commented 2 years ago

renovate[bot] is not a collaborator of the repo