fix(deps): update dependency sass-mq to v7 - #65
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/sass-mq-7.x
branch
from
August 16, 2026 04:03
dac9ab8 to
68e3c19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0→^7.0.0Release Notes
sass-mq/sass-mq (sass-mq)
v7.0.1Compare Source
Fixed
package.jsonexportsfield with asasscondition so@use 'sass-mq'resolves again. Vite 8 dropped themain-field fallback that earlier versions relied on (#179).exportsencapsulates 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.0Compare 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@importis officially deprecated as of sass-dart 1.80.0.Added
Changed
@import(use sass-mq v6.0.0 if you need backward compatibility with@import)type-of➡️meta.type-of,slice➡️string.slice), silencing deprecation warnings introduced in dart-sass 1.80.0Chores
sass-dartandand(in the generated CSS (caused by the latest version of Sass)v6.0.0Compare 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@importis officially deprecated as of sass-dart 1.80.0.Added
Changed
@import(use sass-mq v6.0.0 if you need backward compatibility with@import)type-of➡️meta.type-of,slice➡️string.slice), silencing deprecation warnings introduced in dart-sass 1.80.0Chores
sass-dartandand(in the generated CSS (caused by the latest version of Sass)Configuration
📅 Schedule: (in timezone Europe/Belgrade)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.