Skip to content

fix(deps): update dependency sass to v1.63.4#12

Merged
meanking merged 1 commit intomainfrom
renovate/sass-1.x-lockfile
Jun 14, 2023
Merged

fix(deps): update dependency sass to v1.63.4#12
meanking merged 1 commit intomainfrom
renovate/sass-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.57.1 -> 1.63.4 age adoption passing confidence

Release Notes

sass/dart-sass

v1.63.4

Compare Source

JavaScript API
  • Re-enable support for import sass from 'sass' when loading the package from
    an ESM module in Node.js. However, this syntax is now deprecated; ESM users
    should use import * as sass from 'sass' instead.

    On the browser and other ESM-only platforms, only import * as sass from 'sass' is supported.

  • Properly export the legacy API values TRUE, FALSE, NULL, and types from
    the ECMAScript module API.

Embedded Sass
  • Fix a race condition where closing standard input while requests are in-flight
    could sometimes cause the process to hang rather than shutting down
    gracefully.

  • Properly include the root stylesheet's URL in the set of loaded URLs when it
    fails to parse.

v1.63.3

Compare Source

JavaScript API
  • Fix loading Sass as an ECMAScript module on Node.js.

v1.63.2

Compare Source

  • No user-visible changes.

v1.63.1

Compare Source

  • No user-visible changes.

v1.63.0

Compare Source

JavaScript API
  • Dart Sass's JS API now supports running in the browser. Further details and
    instructions for use are in the README.
Embedded Sass
  • The Dart Sass embedded compiler is now included as part of the primary Dart
    Sass distribution, rather than a separate executable. To use the embedded
    compiler, just run sass --embedded from any Sass executable (other than the
    pure JS executable).

    The Node.js embedded host will still be distributed as the sass-embedded
    package on npm. The only change is that it will now provide direct access to a
    sass executable with the same CLI as the sass package.

  • The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded
    protocol. See the spec for a full description of the
    protocol, and the changelog for a summary of
    changes since version 1.2.0.

  • The Dart Sass embedded compiler now runs multiple simultaneous compilations in
    parallel, rather than serially.

v1.62.1

Compare Source

  • Fix a bug where :has(+ &) and related constructs would drop the leading
    combinator.

v1.62.0

Compare Source

  • Deprecate the use of multiple !global or !default flags on the same
    variable. This deprecation is named duplicate-var-flags.

  • Allow special numbers like var() or calc() in the global functions:
    grayscale(), invert(), saturate(), and opacity(). These are also
    native CSS filter functions. This is in addition to number values which were
    already allowed.

  • Fix a cosmetic bug where an outer rule could be duplicated after nesting was
    resolved, instead of re-using a shared rule.

v1.61.0

Compare Source

  • Potentially breaking change: Drop support for End-of-Life Node.js 12.

  • Fix remaining cases for the performance regression introduced in 1.59.0.

Embedded Sass
  • The JS embedded host now loads files from the working directory when using the
    legacy API.

v1.60.0

Compare Source

  • Add support for the pi, e, infinity, -infinity, and NaN constants in
    calculations. These will be interpreted as the corresponding numbers.

  • Add support for unknown constants in calculations. These will be interpreted
    as unquoted strings.

  • Serialize numbers with value infinity, -infinity, and NaN to calc()
    expressions rather than CSS-invalid identifiers. Numbers with complex units
    still can't be serialized.

v1.59.3

Compare Source

  • Fix a performance regression introduced in 1.59.0.

  • The NPM release of 1.59.0 dropped support for Node 12 without actually
    indicating so in its pubspec. This release temporarily adds back support so
    that the latest Sass version that declares it supports Node 12 actually does
    so. However, Node 12 is now end-of-life, so we will drop support for it
    properly in an upcoming release.

v1.59.2

Compare Source

  • No user-visible changes.

v1.59.1

Compare Source

  • No user-visible changes.

v1.59.0

Compare Source

Command Line Interface
  • Added a new --fatal-deprecation flag that lets you treat a deprecation
    warning as an error. You can pass an individual deprecation ID
    (e.g. slash-div) or you can pass a Dart Sass version to treat all
    deprecations initially emitted in that version or earlier as errors.

  • New --future-deprecation flag that lets you opt into warning for use of
    certain features that will be deprecated in the future. At the moment, the
    only option is --future-deprecation=import, which will emit warnings for
    Sass @import rules, which are not yet deprecated, but will be in the future.

Dart API
  • New Deprecation enum, which contains the different current and future
    deprecations used by the new CLI flags.

  • The compile methods now take in fatalDeprecations and futureDeprecations
    parameters, which work similarly to the CLI flags.

v1.58.3

Compare Source

  • No user-visible changes.

v1.58.2

Compare Source

Command Line Interface
  • Add a timestamp to messages printed in --watch mode.

  • Print better calc()-based suggestions for /-as-division expression that
    contain calculation-incompatible constructs like unary minus.

v1.58.1

Compare Source

  • Emit a unitless hue when serializing hsl() colors. The deg unit is
    incompatible with IE, and while that officially falls outside our
    compatibility policy, it's better to lean towards greater compatibility.

v1.58.0

Compare Source

  • Remove sourcemap comments from Sass sources. The generated sourcemap comment
    for the compiled CSS output remains unaffected.

  • Fix a bug in @extend logic where certain selectors with three or more
    combinators were incorrectly considered superselectors of similar selectors
    with fewer combinators, causing them to be incorrectly trimmed from the
    output.

  • Produce a better error message for a number with a leading + or -, a
    decimal point, but no digits.

  • Produce a better error message for a nested property whose name starts with
    --.

  • Fix a crash when a selector ends in an escaped backslash.

  • Add the relative length units from CSS Values 4 and CSS Contain 3 as known
    units to validate bad computation in calc.

Command Line Interface
  • The --watch flag will now track loads through calls to meta.load-css() as
    long as their URLs are literal strings without any interpolation.

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 becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.59.3 fix(deps): update dependency sass to v1.60.0 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from b47bbb0 to 852f596 Compare March 24, 2023 04:38
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from 852f596 to debb675 Compare April 7, 2023 00:20
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.60.0 fix(deps): update dependency sass to v1.61.0 Apr 7, 2023
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.61.0 fix(deps): update dependency sass to v1.62.0 Apr 17, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from debb675 to 5f3dcb9 Compare April 17, 2023 10:18
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.62.0 fix(deps): update dependency sass to v1.62.1 May 28, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from 5f3dcb9 to 5f0c92c Compare May 28, 2023 10:39
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.62.1 fix(deps): update dependency sass to v1.63.0 Jun 7, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from 5f0c92c to 8c01bb8 Compare June 7, 2023 22:37
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.63.0 fix(deps): update dependency sass to v1.63.2 Jun 8, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from 8c01bb8 to 4576451 Compare June 8, 2023 02:05
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.63.2 fix(deps): update dependency sass to v1.63.3 Jun 9, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from 4576451 to 566c6c8 Compare June 9, 2023 16:25
@renovate renovate Bot changed the title fix(deps): update dependency sass to v1.63.3 fix(deps): update dependency sass to v1.63.4 Jun 14, 2023
@renovate renovate Bot force-pushed the renovate/sass-1.x-lockfile branch from 566c6c8 to 6964159 Compare June 14, 2023 00:57
@meanking meanking merged commit 2ed8c1d into main Jun 14, 2023
@renovate renovate Bot deleted the renovate/sass-1.x-lockfile branch June 14, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant