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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass-true from 4.0.0 to 6.0.1 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps sass-true from 4.0.0 to 6.0.1.

Release notes

Sourced from sass-true's releases.

Patch Docs & Eyeglass Versions

  • Remove eyeglass specific-version requirement
  • Update documentation

Move to Sass Modules (🚨Requires Dart Sass🚨)

  • 🚨 BREAKING: Switch to Dart Sass with Sass module system, dropping support for Node Sass.
  • 🚨 BREAKING: Drop support for node < 10
  • 🚨 BREAKING: Rename $true-terminal-output setting to $terminal-output when importing as a module (with @use). Projects not using Sass modules can still @import '<path>/sass-true/sass/true' and access the setting as $true-terminal-output
  • 🎉 FEATURE: Added _index.scss at the project root, for simpler import path: @use '<path>/sass-true'
  • 🎉 FEATURE: New sass/_throw.scss module provides:
    • error() function & mixin for establishing "catchable" errors
    • global $catch-errors toggles how error() output is handled
  • 🎉 FEATURE: Support testing content properties which include a curly brace.
  • 🛠 Update dependencies

Support for Dart Sass & Jest

  • BREAKING: Update API for runSass, which now accepts two arguments: a sassOptions object and a trueOptions object.
  • BREAKING: Drop support for node < 8
  • Add docs and testing for usage with Jest #135
  • Add sass option to runSass for passing a different Sass implementation than node-sass #137
  • Remove node-sass from peerDependencies
  • Fix deprecated use of assert.fail #138
  • Update dev dependencies
Changelog

Sourced from sass-true's changelog.

6.0.1 (10/16/20)

  • Remove eyeglass specific-version requirement.
  • Update documentation

6.0.0 (07/22/20)

  • BREAKING: Switch to Dart Sass with Sass module system, dropping support for Node Sass.
  • BREAKING: Drop support for node < 10
  • BREAKING: Rename $true-terminal-output setting to $terminal-output when importing as a module (with @use). Projects not using Sass modules can still @import '<path>/sass-true/sass/true' and access the setting as $true-terminal-output
  • FEATURE: Added _index.scss at the project root, for simpler import path: @use '<path>/sass-true'
  • FEATURE: New sass/_throw.scss module provides:
    • error() function & mixin for establishing "catchable" errors
    • global $catch-errors toggles how error() output is handled
  • FEATURE: Support testing content properties which include a curly brace.
  • Update dependencies

5.0.0 (06/03/19)

  • BREAKING: Update API for runSass, which now accepts two arguments: a sassOptions object and a trueOptions object.
  • BREAKING: Drop support for node < 8
  • Add docs and testing for usage with Jest #135
  • Add sass option to runSass for passing a different Sass implementation than node-sass #137
  • Remove node-sass from peerDependencies
  • Fix deprecated use of assert.fail #138
  • Update dev dependencies
Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 17, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants