Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2023

Bumps sass-mq from 5.0.1 to 6.0.0.

Changelog

Sourced from sass-mq's changelog.

v6.0.0 - 2022-01-10

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 (sass-mq/sass-mq#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

Changes prior to v6.0.0

Changes prior to v6.0.0 were logged in https://github.com/sass-mq/sass-mq/releases

Commits
  • 7ebe25b 6.0.0
  • bf4843a Prepare CHANGELOG for v6.0.0
  • 94f55a9 Format README using Prettier, update show-breakpoints instructions for consis...
  • 6d50221 Drop support for Eyeglass
  • 4622c5e Adding new tests for media-type & show-breakpoints. Also updating docs (#148)
  • c33ba8e Bump tmpl from 1.0.4 to 1.0.5 (#149)
  • 8d73d21 6.0.0-beta.1
  • 33ad6cc Change default branch name to main
  • 9368861 Add support for new Sass module system, drop support for deprecated versions ...
  • e653555 Merge pull request #137 from sass-mq/dependabot/npm_and_yarn/dot-prop-4.2.1
  • 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 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 5.0.1 to 6.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@v5.0.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant