Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sass to v1.64.2 - autoclosed #1199

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.63.3 -> 1.64.2 age adoption passing confidence

Release Notes

sass/dart-sass (sass)

v1.64.2

Compare Source

Dart API
  • Include protocol buffer definitions when uploading the sass package to pub.

v1.64.1

Compare Source

Embedded Sass
  • Fix a bug where a valid SassCalculation.clamp() with less than 3 arguments
    would throw an error.

v1.64.0

Compare Source

  • Comments that appear before or between @use and @forward rules are now
    emitted in source order as much as possible, instead of always being emitted
    after the CSS of all module dependencies.

  • Fix a bug where an interpolation in a custom property name crashed if the file
    was loaded by a @use nested in an @import.

JavaScript API
  • Add a new SassCalculation type that represents the calculation objects added
    in Dart Sass 1.40.0.

  • Add Value.assertCalculation(), which returns the value if it's a
    SassCalculation and throws an error otherwise.

  • Produce a better error message when an environment that supports some Node.js
    APIs loads the browser entrypoint but attempts to access the filesystem.

Embedded Sass
  • Fix a bug where nested relative @imports failed to load when using the
    deprecated functions render or renderSync and those relative imports were
    loaded multiple times across different files.

v1.63.6

Compare Source

JavaScript API
  • Fix import sass from 'sass' again after it was broken in the last release.
Embedded Sass
  • Fix the exports declaration in package.json.

v1.63.5

Compare Source

JavaScript API
  • Fix a bug where loading the package through both CJS require() and ESM
    import could crash on Node.js.
Embedded Sass
  • Fix a deadlock when running at high concurrency on 32-bit systems.

  • Fix a race condition where the embedded compiler could deadlock or crash if a
    compilation ID was reused immediately after the compilation completed.

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.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.

@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Merging #1199 (f432d89) into master (a4abbcc) will not change coverage.
The diff coverage is n/a.

❗ Current head f432d89 differs from pull request most recent head 80dd7c2. Consider uploading reports for the commit 80dd7c2 to get more accurate results

@@           Coverage Diff           @@
##           master    #1199   +/-   ##
=======================================
  Coverage   70.18%   70.18%           
=======================================
  Files          61       61           
  Lines        5142     5142           
  Branches     1064     1064           
=======================================
  Hits         3609     3609           
  Misses       1506     1506           
  Partials       27       27           

@renovate renovate bot force-pushed the renovate/sass-1.x branch 4 times, most recently from 6f8a7f9 to 30e4c82 Compare July 6, 2023 21:21
@renovate renovate bot changed the title Update dependency sass to v1.63.6 Update dependency sass to v1.64.0 Jul 20, 2023
@renovate renovate bot changed the title Update dependency sass to v1.64.0 Update dependency sass to v1.64.1 Jul 22, 2023
@renovate renovate bot changed the title Update dependency sass to v1.64.1 Update dependency sass to v1.64.2 Aug 1, 2023
@renovate renovate bot changed the title Update dependency sass to v1.64.2 Update dependency sass to v1.64.2 - autoclosed Aug 1, 2023
@renovate renovate bot closed this Aug 1, 2023
@renovate renovate bot deleted the renovate/sass-1.x branch August 1, 2023 20:40
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.

0 participants