blacklight / platypush

A versatile and extensible platform for automation with hundreds of supported integrations
https://platypush.tech
MIT License
284 stars 21 forks source link

[Snyk] Upgrade sass from 1.53.0 to 1.58.0 #362

Closed snyk-bot closed 1 year ago

snyk-bot commented 1 year ago

Snyk has created this PR to upgrade sass from 1.53.0 to 1.58.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: sass
  • 1.58.0 - 2023-02-01

    To install Sass 1.58.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    Changes

    • 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.

    See the full changelog for changes in earlier releases.

  • 1.57.1 - 2022-12-19

    To install Sass 1.57.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    Changes

    • No user-visible changes.

    See the full changelog for changes in earlier releases.

  • 1.57.0 - 2022-12-17
  • 1.56.2 - 2022-12-08
  • 1.56.1 - 2022-11-09
  • 1.56.0 - 2022-11-04
  • 1.55.0 - 2022-09-21
  • 1.54.9 - 2022-09-07
  • 1.54.8 - 2022-08-31
  • 1.54.7 - 2022-08-31
  • 1.54.6 - 2022-08-29
  • 1.54.5 - 2022-08-19
  • 1.54.4 - 2022-08-10
  • 1.54.3 - 2022-08-04
  • 1.54.2 - 2022-08-03
  • 1.54.1 - 2022-08-02
  • 1.54.0 - 2022-07-22
  • 1.53.0 - 2022-06-22
from sass GitHub release notes
Commit messages
Package name: sass
  • 98fe9a4 Track dependencies through `meta.load-css()` with `--watch` (#1877)
  • 5a521b8 Add all CSS length units in known compatibilities (#1868)
  • 499965a Update CI Node versions to 18/16/14 (#1871)
  • 0006924 Fix escaped backslash crash (#1870)
  • 0248608 Return an error when using a custom property in a propset instead of crashing (#1874)
  • b98fa4f Fix an edge case in superselector computation (#1866)
  • 14c1634 Don't crash when parsing `+.` (#1865)
  • aceb1e8 Remove sourcemap comments from Sass sources (#1860)
  • 441be80 Delete dead code (#1864)
  • 5522c17 Run "dart pub upgrade" rather than "pub upgrade" (#1851)
  • 4349769 Create dependabot.yml (#1849)
  • 100f76f Implement string.split() (#1839)
  • 236b83f Delete dev dependency on Sass when releasing the embedded compiler (#1850)
  • 641d8e1 Be strict about whitespace in custom functions (#1848)
  • e87176a Add a factory method for creating host callable (#1829)
  • 790eb8a Update CHANGELOG for embedded-host-node fixes (#1828)
  • f3293db JS API: Validate that importer result 'contents' is a `string` and improve ArgumentError output (#1816)
  • 00c3517 Make `cloneCss() clone modules that transitively contain CSS (#1824)
  • 44d6bb6 Add full support for Media Queries 4 (#1822)
  • 558640b Support all angle units in color functions (#1818)
  • dd9e3cc Implement deprecations for strict function units (#1817)
  • 655b55c Indent comma-separated multiline selectors inside @ media queries (#1814)
  • 6e670ef Insert explicit type arguments where types could not be inferred. (#1813)
  • a65e504 Release 1.55.0 (#1806)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs