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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass-mq from 5.0.1 to 6.0.0 #527

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2022

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鈥檛 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npm dependency labels Jan 11, 2022
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 force-pushed the dependabot/npm_and_yarn/sass-mq-6.0.0 branch from da015c4 to 59e0579 Compare February 9, 2022 22:47
@ashley-hebler ashley-hebler merged commit e461e5c into main Jan 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sass-mq-6.0.0 branch January 5, 2024 20:38
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 npm dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant