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-mq to v6 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-mq (source) ^5.0.1 -> ^6.0.0 age adoption passing confidence

Release Notes

sass-mq/sass-mq (sass-mq)

v6.0.0

Compare Source

This is a major version bump that contains breaking changes. It adds support for the new Sass module system, drops support for Eyeglass, and drops support for deprecated versions of Sass. No new features were added.

See the updated README for instructions on how to use this new version of Sass MQ.

🙌 A huge thanks to Rodrigo for his contribution on this major release.

Added
  • Support for dart-sass >= 1.35.1
  • Test suite using Jest and True, a unit-testing framework designed specifically for the Sass language
Removed
  • Dropped tests for Sass engines other than dart-sass
  • Dropped support for Eyeglass
  • Dropped deprecated var $mq-base-font-size (https://github.com/sass-mq/sass-mq/pull/123)
  • Dropped compatibility with browsers that don’t support media queries:
    • Removed $mq-responsive
    • Removed $mq-static-breakpoint
Changed
  • Divisions are now performed with sass:math.div(...) instead of /
  • get-breakpoint-width: added @return null when no breakpoint could be found (a function must always return something, or Sass will throw an error).
  • Updated all map-* global functions in favor of the built-in module map.* (for example: map-keys() ➡️ map.keys()).
  • px2em: removed param $base-font-size (deprecated in v5.0.1), and use 16px instead.
  • Removed usage of unit() in favor of math.compatible(), as the unit() function is intended for debugging, and its output format is not guaranteed to be consistent across Sass versions or implementations.
  • Updated all other global Sass functions to use their module equivalents (for example: map-merge ➡️ map.merge, append ➡️ list.append)
Fixed

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 was generated by Mend Renovate. View the repository job log.

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