Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2025

Bumps sass-mq from 6.0.0 to 7.0.0.

Release notes

Sourced from sass-mq's releases.

v7.0.0

This is a major version bump that contains no breaking changes feature-wise, but may require a newer version of Sass and adopting the new @use syntax. 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.

🚨 BREAKING CHANGE: Dropped support for @import in favor of @use. If you need backward compatibility with @import, use sass-mq v6.0.0 or follow these instructions by @​svalanga

Added

  • Added support for dart-sass >= 1.80.0 (without deprecation warnings)

Changed

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

Sourced from sass-mq's changelog.

v7.0.0 - 2025-06-16

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
Commits
  • 7b131fe 7.0.0
  • 583d84f Update package-lock.json
  • 5053c49 Update date in CHANGELOG
  • bb9ac52 v7.0.0: Drop support for @import, silence sass-dart v1.80.0 deprecation war...
  • ced435b Fix punctuation
  • cb6c4da Delete Travis Badge in the README
  • 13b96ad Bump braces from 3.0.2 to 3.0.3 (#164)
  • 89b694e Bump ws from 7.5.0 to 7.5.10 (#165)
  • bf533b3 Merge pull request #160 from sass-mq/dependabot/npm_and_yarn/decode-uri-compo...
  • b4a3739 Bump decode-uri-component from 0.2.0 to 0.2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sass-mq](https://github.com/sass-mq/sass-mq) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/sass-mq/sass-mq/releases)
- [Changelog](https://github.com/sass-mq/sass-mq/blob/main/CHANGELOG.md)
- [Commits](sass-mq/sass-mq@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: sass-mq
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2025

Assignees

The following users could not be added as assignees: Automattic/vip-plugins. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Dependency updates label Nov 11, 2025
@GaryJones GaryJones merged commit 84e526b into develop Dec 1, 2025
13 checks passed
@GaryJones GaryJones deleted the dependabot/npm_and_yarn/sass-mq-7.0.0 branch December 1, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants