Update dependency sass to ^1.92.1 #146

Open
renovate-bot wants to merge 1 commit from renovate/sass-1.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
sass devDependencies minor ^1.80.6 -> ^1.92.1

Release Notes

sass/dart-sass (sass)

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.

v1.92.0

Compare Source

  • Breaking change: Emit declarations, childless at-rules, and comments in
    the order they appear in the source even when they're interleaved with nested
    rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the
    plain CSS function. This means that @function definitions with the name
    type will produce errors, while function calls will be parsed as special
    function strings.

  • Configuring private variables using @use ... with, @forward ... with, and
    meta.load-css(..., $with: ...) is now deprecated. Private variables were
    always intended to be fully encapsulated within the module that defines them,
    and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and
    @use rules could fail to apply correctly.

Command-Line Interface
  • In --watch mode, delete the source map when the associated source file is
    deleted.

v1.91.0

Compare Source

  • Potentially breaking change: meta.inspect() (as well as other systems
    that use it such as @debug and certain error messages) now emits numbers
    with as high precision as is available instead of rounding to the nearest
    1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
    meta.inspect(), which is to provide full information about the structure of
    a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when
    calling a function or mixin is now deprecated. This was always outside the
    specified syntax, but it was historically treated the same as passing the rest
    argument at the end of the argument list whether or not that matched the
    visual order of the arguments.

v1.90.0

Compare Source

  • Allow a @forwarded module to be loaded with a configuration when that module
    has already been loaded with a different configuration and the module
    doesn't define any variables that would have been configured anyway.

v1.89.2

Compare Source

Embedded Host
  • Fixed a compilation error caused by an outdated buf dependency.

v1.89.1

Compare Source

  • No user-visible changes.

v1.89.0

Compare Source

  • Allow the Node package importer to load files even when there are multiple
    potential resolutions, as long as those resolutions all point to the same
    file.

v1.88.0

Compare Source

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs
  • Potentially breaking bug fix: Throw an error when passing a function or
    mixin object from one compilation to another.
Dart API
  • Deprecate passing a relative URL to compileString() and related functions.

v1.87.0

Compare Source

  • Potentially breaking bug fix: When a plain CSS file with a top-level
    nesting selector & is loaded into a nested Sass context via
    meta.load-css() or @import, Sass now emits plain CSS nesting rather than
    incorrectly combining it with the parent selector using a descendant
    combinator.

v1.86.3

Compare Source

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with
    a .. segment.

v1.86.2

Compare Source

  • No user-visible changes.

v1.86.1

Compare Source

  • Improve the performance of file: URL case canonicalization on Windows and
    Mac OS.

v1.86.0

Compare Source

  • Add support for % as an expression in its own right. It will still be parsed
    as the modulo operator when between two other expressions, but in any other
    context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a
    channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually
    support the new CSS type() function.

Dart API
  • Increase the minimum Dart SDK to 3.6.0.

v1.85.1

Compare Source

  • Fix a bug where global Sass functions whose names overlap with CSS math
    functions could incorrectly be treated as CSS math functions even though they
    used Sass-only features, causing compilation failures. For example,
    round(-$var / 2) previously threw an error but now works as intended.

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.

v1.84.0

Compare Source

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always
    produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

  • Fix a bug in which various Color Level 4 functions weren't allowed in plain
    CSS.

  • Fix the error message for @extend without a selector and possibly other
    parsing edge-cases in contexts that allow interpolation.

Embedded Host
  • Fixed the implementation of the SassBoolean type to adhere to the spec,
    now using a class instead of an interface.

v1.83.4

Compare Source

  • No user-visible changes.

v1.83.3

Compare Source

  • No user-visible changes.

v1.83.2

Compare Source

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

v1.83.1

Compare Source

  • Fix a bug where --quiet-deps would get deactivated for @content blocks,
    even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine
    what to pass to --silence-deprecation or --fatal-deprecation.

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sass](https://github.com/sass/dart-sass) | devDependencies | minor | [`^1.80.6` -> `^1.92.1`](https://renovatebot.com/diffs/npm/sass/1.80.6/1.92.1) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.92.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1921) [Compare Source](https://github.com/sass/dart-sass/compare/1.92.0...1.92.1) - Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module. ### [`v1.92.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1920) [Compare Source](https://github.com/sass/dart-sass/compare/1.91.0...1.92.0) - **Breaking change:** Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the `mixed-decls` deprecation. - **Breaking change:** The function name `type()` is now fully reserved for the plain CSS function. This means that `@function` definitions with the name `type` will produce errors, while function calls will be parsed as special function strings. - Configuring private variables using `@use ... with`, `@forward ... with`, and `meta.load-css(..., $with: ...)` is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation. - Fix a bug where `@extend` rules loaded through a mixture of `@import` and `@use` rules could fail to apply correctly. ##### Command-Line Interface - In `--watch` mode, delete the source map when the associated source file is deleted. ### [`v1.91.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1910) [Compare Source](https://github.com/sass/dart-sass/compare/1.90.0...1.91.0) - **Potentially breaking change:** `meta.inspect()` (as well as other systems that use it such as `@debug` and certain error messages) now emits numbers with as high precision as is available instead of rounding to the nearest 1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of `meta.inspect()`, which is to provide full information about the structure of a Sass value. - Passing a rest argument (`$arg...`) before a positional or named argument when calling a function or mixin is now deprecated. This was always outside the specified syntax, but it was historically treated the same as passing the rest argument at the end of the argument list whether or not that matched the visual order of the arguments. ### [`v1.90.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1900) [Compare Source](https://github.com/sass/dart-sass/compare/1.89.2...1.90.0) - Allow a `@forward`ed module to be loaded with a configuration when that module has already been loaded with a different configuration *and* the module doesn't define any variables that would have been configured anyway. ### [`v1.89.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1892) [Compare Source](https://github.com/sass/dart-sass/compare/1.89.1...1.89.2) ##### Embedded Host - Fixed a compilation error caused by an outdated `buf` dependency. ### [`v1.89.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1891) [Compare Source](https://github.com/sass/dart-sass/compare/1.89.0...1.89.1) - No user-visible changes. ### [`v1.89.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1890) [Compare Source](https://github.com/sass/dart-sass/compare/1.88.0...1.89.0) - Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file. ### [`v1.88.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1880) [Compare Source](https://github.com/sass/dart-sass/compare/1.87.0...1.88.0) - Allow custom properties with empty values (such as `--var:;`). - Fix a bug when calculating source spans for interpolations. ##### Dart and JS APIs - **Potentially breaking bug fix:** Throw an error when passing a function or mixin object from one compilation to another. ##### Dart API - Deprecate passing a relative URL to `compileString()` and related functions. ### [`v1.87.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1870) [Compare Source](https://github.com/sass/dart-sass/compare/1.86.3...1.87.0) - **Potentially breaking bug fix:** When a plain CSS file with a top-level nesting selector `&` is loaded into a nested Sass context via `meta.load-css()` or `@import`, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator. ### [`v1.86.3`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1863) [Compare Source](https://github.com/sass/dart-sass/compare/1.86.2...1.86.3) - Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a `..` segment. ### [`v1.86.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1862) [Compare Source](https://github.com/sass/dart-sass/compare/1.86.1...1.86.2) - No user-visible changes. ### [`v1.86.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1861) [Compare Source](https://github.com/sass/dart-sass/compare/1.86.0...1.86.1) - Improve the performance of `file:` URL case canonicalization on Windows and Mac OS. ### [`v1.86.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1860) [Compare Source](https://github.com/sass/dart-sass/compare/1.85.1...1.86.0) - Add support for `%` as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string `%`. - Consider `attr()` to be a special number function that can be used as a channel in color functions. - Deprecate user-defined functions named `type()` so that we can eventually support the new CSS `type()` function. ##### Dart API - Increase the minimum Dart SDK to 3.6.0. ### [`v1.85.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1851) [Compare Source](https://github.com/sass/dart-sass/compare/1.85.0...1.85.1) - Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, `round(-$var / 2)` previously threw an error but now works as intended. ### [`v1.85.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1850) [Compare Source](https://github.com/sass/dart-sass/compare/1.84.0...1.85.0) - No longer fully trim redundant selectors generated by `@extend`. This caused unacceptable performance issues for certain heavy users of `@extend`. We'll try to find a more performant way to accomplish it in the future. ### [`v1.84.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1840) [Compare Source](https://github.com/sass/dart-sass/compare/1.83.4...1.84.0) - Allow newlines in whitespace in the indented syntax. - **Potentially breaking bug fix**: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like `[foo#{"]:is(bar"}) {a: b}` would compile without error, but this was an unintentional bug. - Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS. - Fix the error message for `@extend` without a selector and possibly other parsing edge-cases in contexts that allow interpolation. ##### Embedded Host - Fixed the implementation of the `SassBoolean` type to adhere to the spec, now using a class instead of an interface. ### [`v1.83.4`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1834) [Compare Source](https://github.com/sass/dart-sass/compare/1.83.3...1.83.4) - No user-visible changes. ### [`v1.83.3`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1833) [Compare Source](https://github.com/sass/dart-sass/compare/1.83.2...1.83.3) - No user-visible changes. ### [`v1.83.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1832) [Compare Source](https://github.com/sass/dart-sass/compare/1.83.1...1.83.2) - Properly display deprecation IDs for the JS Sass API. - Don't display deprecation IDs for user-defined deprecations. ### [`v1.83.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1831) [Compare Source](https://github.com/sass/dart-sass/compare/1.83.0...1.83.1) - Fix a bug where `--quiet-deps` would get deactivated for `@content` blocks, even when those blocks were entirely contained within dependencies. - Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to `--silence-deprecation` or `--fatal-deprecation`. ### [`v1.83.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1830) [Compare Source](https://github.com/sass/dart-sass/compare/1.82.0...1.83.0) - Allow trailing commas in *all* argument and parameter lists. ### [`v1.82.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1820) [Compare Source](https://github.com/sass/dart-sass/compare/1.81.1...1.82.0) ##### Command-Line Interface - Improve `--watch` mode reliability when making multiple changes at once, such as checking out a different Git branch. - Parse the `calc-size()` function as a calculation now that it's supported in some browsers. ##### Dart API - Add a `SassCalculation.calcSize()` function. ### [`v1.81.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1811) [Compare Source](https://github.com/sass/dart-sass/compare/1.81.0...1.81.1) - No user-visible changes. ### [`v1.81.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1810) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.7...1.81.0) - Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations. - Add support for the CSS `round()` calculation with a single argument, as long as that argument might be a unitless number. ### [`v1.80.7`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1807) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.6...1.80.7) ##### Embedded Host - Don't treat `0` as `undefined` for the `green` and `blue` channels in the `LegacyColor` constructor. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
samuel-p was assigned by renovate-bot 2024-12-08 20:01:17 +00:00
renovate-bot changed title from Update dependency sass to ^1.82.0 to Update dependency sass to ^1.83.0 2024-12-12 23:01:28 +00:00
renovate-bot force-pushed renovate/sass-1.x from b0803e320e to f8adef1d0f 2024-12-12 23:01:29 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.83.0 to Update dependency sass to ^1.83.1 2025-01-04 02:01:17 +00:00
renovate-bot force-pushed renovate/sass-1.x from f8adef1d0f to daabe0f39e 2025-01-04 02:01:19 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.83.1 to Update dependency sass to ^1.83.2 2025-01-14 01:01:21 +00:00
renovate-bot force-pushed renovate/sass-1.x from daabe0f39e to fc4dd134d2 2025-01-14 01:01:21 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.83.2 to Update dependency sass to ^1.83.3 2025-01-14 02:01:17 +00:00
renovate-bot force-pushed renovate/sass-1.x from fc4dd134d2 to 476ebb11c3 2025-01-14 02:01:18 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.83.3 to Update dependency sass to ^1.83.4 2025-01-14 07:01:20 +00:00
renovate-bot force-pushed renovate/sass-1.x from 476ebb11c3 to fe1afdc99a 2025-01-14 07:01:21 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.83.4 to Update dependency sass to ^1.84.0 2025-02-06 01:01:28 +00:00
renovate-bot force-pushed renovate/sass-1.x from fe1afdc99a to 7190b72009 2025-02-06 01:01:29 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.84.0 to Update dependency sass to ^1.85.0 2025-02-14 01:01:14 +00:00
renovate-bot force-pushed renovate/sass-1.x from 7190b72009 to 1eecf2c6ab 2025-02-14 01:01:16 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.85.0 to Update dependency sass to ^1.85.1 2025-02-25 02:01:20 +00:00
renovate-bot force-pushed renovate/sass-1.x from 1eecf2c6ab to 5b200a7d3b 2025-02-25 02:01:22 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.85.1 to Update dependency sass to ^1.86.0 2025-03-17 22:02:00 +00:00
renovate-bot force-pushed renovate/sass-1.x from 5b200a7d3b to 6757e3ed32 2025-03-17 22:02:00 +00:00 Compare
renovate-bot force-pushed renovate/sass-1.x from 6757e3ed32 to 3a3d55c947 2025-03-31 21:02:10 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.86.0 to Update dependency sass to ^1.86.1 2025-03-31 21:02:10 +00:00
renovate-bot changed title from Update dependency sass to ^1.86.1 to Update dependency sass to ^1.86.2 2025-04-03 00:02:12 +00:00
renovate-bot force-pushed renovate/sass-1.x from 3a3d55c947 to 4df03f5abc 2025-04-03 00:02:12 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.86.2 to Update dependency sass to ^1.86.3 2025-04-04 01:02:11 +00:00
renovate-bot force-pushed renovate/sass-1.x from 4df03f5abc to 6601951cdc 2025-04-04 01:02:11 +00:00 Compare
renovate-bot force-pushed renovate/sass-1.x from 6601951cdc to 4b44bccd9c 2025-04-21 23:02:19 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.86.3 to Update dependency sass to ^1.87.0 2025-04-21 23:02:20 +00:00
renovate-bot force-pushed renovate/sass-1.x from 4b44bccd9c to 57c4064cda 2025-05-10 23:02:15 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.87.0 to Update dependency sass to ^1.88.0 2025-05-10 23:02:17 +00:00
renovate-bot force-pushed renovate/sass-1.x from 57c4064cda to 2d4ce7eb87 2025-05-16 01:02:18 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.88.0 to Update dependency sass to ^1.89.0 2025-05-16 01:02:19 +00:00
renovate-bot force-pushed renovate/sass-1.x from 2d4ce7eb87 to b392d7675e 2025-05-31 00:02:14 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.89.0 to Update dependency sass to ^1.89.1 2025-05-31 00:02:15 +00:00
renovate-bot force-pushed renovate/sass-1.x from b392d7675e to ad97b9b4c3 2025-06-09 20:02:24 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.89.1 to Update dependency sass to ^1.89.2 2025-06-09 20:02:25 +00:00
renovate-bot force-pushed renovate/sass-1.x from ad97b9b4c3 to c9ab901171 2025-08-05 23:02:45 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.89.2 to Update dependency sass to ^1.90.0 2025-08-05 23:02:45 +00:00
renovate-bot force-pushed renovate/sass-1.x from c9ab901171 to 2958e68a2e 2025-08-25 22:02:36 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.90.0 to Update dependency sass to ^1.91.0 2025-08-25 22:02:37 +00:00
renovate-bot force-pushed renovate/sass-1.x from 2958e68a2e to e2cd3d5b9d 2025-09-02 21:02:41 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.91.0 to Update dependency sass to ^1.92.0 2025-09-02 21:02:42 +00:00
renovate-bot force-pushed renovate/sass-1.x from e2cd3d5b9d to 7abf89bc92 2025-09-06 00:04:27 +00:00 Compare
renovate-bot changed title from Update dependency sass to ^1.92.0 to Update dependency sass to ^1.92.1 2025-09-06 00:04:28 +00:00
Some checks failed
Build and Deploy Website / Build Website (push) Successful in 1m30s
Build and Deploy Website / Deploy Dev Website (push) Failing after 0s
Build and Deploy Website / Deploy Website (push) Failing after 0s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sass-1.x:renovate/sass-1.x
git switch renovate/sass-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff renovate/sass-1.x
git switch renovate/sass-1.x
git rebase develop
git switch develop
git merge --ff-only renovate/sass-1.x
git switch renovate/sass-1.x
git rebase develop
git switch develop
git merge --no-ff renovate/sass-1.x
git switch develop
git merge --squash renovate/sass-1.x
git switch develop
git merge --ff-only renovate/sass-1.x
git switch develop
git merge renovate/sass-1.x
git push origin develop
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/sp-magic.de#146
No description provided.