Skip to content

fix(deps): update dependency sass-mq to v7 - #65

Open
renovate[bot] wants to merge 1 commit into
betafrom
renovate/sass-mq-7.x
Open

fix(deps): update dependency sass-mq to v7#65
renovate[bot] wants to merge 1 commit into
betafrom
renovate/sass-mq-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
sass-mq (source) ^5.0^7.0.0 age confidence

Release Notes

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

v7.0.1

Compare Source

Fixed
  • Vite 8 compatibility: added a package.json exports field with a sass condition so @use 'sass-mq' resolves again. Vite 8 dropped the main-field fallback that earlier versions relied on (#​179).
    • Behavior change: adding exports encapsulates the package. The documented @use 'sass-mq' import is unaffected, but undocumented deep imports such as @use 'sass-mq/_mq.scss' are no longer resolvable — use @use 'sass-mq' instead.
Added
  • examples/vite8: a runnable Vite 8 project that proves @use 'sass-mq' resolves and compiles. It runs in CI as a regression test.

v7.0.0

Compare Source

This is a major version bump that contains no breaking changes but may require a newer version of Sass. It ensures compatibility with the latest version of dart-sass and removes support for @import, as @import is officially deprecated as of sass-dart 1.80.0.

Added
  • Added support for dart-sass >= 1.80.0 (without deprecation warnings)
Changed
  • BREAKING CHANGE: Dropped support for @import (use sass-mq v6.0.0 if you need backward compatibility with @import)
  • Updated all global Sass functions to use their module equivalents (for example: type-of ➡️ meta.type-of, slice ➡️ string.slice), silencing deprecation warnings introduced in dart-sass 1.80.0
Chores
  • Upgraded Jest and Sass True dependencies to unlock testing with the latest versions of sass-dart
  • Fixed a test where a space was missing between and and ( in the generated CSS (caused by the latest version of Sass)
  • Migrated from Travis CI to GitHub Actions for testing

v6.0.0

Compare Source

This is a major version bump that contains no breaking changes but may require a newer version of Sass. It ensures compatibility with the latest version of dart-sass and removes support for @import, as @import is officially deprecated as of sass-dart 1.80.0.

Added
  • Added support for dart-sass >= 1.80.0 (without deprecation warnings)
Changed
  • BREAKING CHANGE: Dropped support for @import (use sass-mq v6.0.0 if you need backward compatibility with @import)
  • Updated all global Sass functions to use their module equivalents (for example: type-of ➡️ meta.type-of, slice ➡️ string.slice), silencing deprecation warnings introduced in dart-sass 1.80.0
Chores
  • Upgraded Jest and Sass True dependencies to unlock testing with the latest versions of sass-dart
  • Fixed a test where a space was missing between and and ( in the generated CSS (caused by the latest version of Sass)
  • Migrated from Travis CI to GitHub Actions for testing

Configuration

📅 Schedule: (in timezone Europe/Belgrade)

  • Branch creation
    • "before 8am on Monday through Thursday"
  • Automerge
    • "before 8am on Monday through Thursday"

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

@renovate
renovate Bot requested a review from seebeen as a code owner June 20, 2026 19:48
@renovate renovate Bot added the PHP 🐘 label Jun 20, 2026
@renovate
renovate Bot requested a review from oblakbot as a code owner June 20, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants