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

Update sass-true to the latest version 🚀 #8

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 27, 2017

Version 3.0.0 of sass-true just got published.

Dependency sass-true
Current Version 2.2.2
Type devDependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of sass-true.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes True 3.0!

(copied from 3-beta release notes…)

  • Added describe and it mixins,
    as alias for test-module and test respectively.
  • Added $inspect argument to assert-equal and assert-unequal mixins,
    for comparing inspect($assert) == inspect($expected)
    instead of $assert == $expected.
    This helps with several of the equality edge-cases listed below
    (rounding and units).
  • BREAKING: No more Ruby gem or Ruby CLI
  • BREAKING: No more bower package
  • BREAKING: Removes special-handling of equality,
    in favor of allowing Sass to determine the best comparisons.
    There are a few edge-cases to be aware of:
    • In some versions of Sass,
      manipulated numbers and colors are compared without rounding,
      so 1/3 != 0.333333 and lighten(#246, 15%) != #356a9f.
      Use the $inspect argument to compare rounded output values.
    • In all versions of Sass,
      unitless numbers are considered comparable to all units,
      so 1 == 1x where x represents any unit.
      Use the $inspect argument to compare output values with units.
    • Lists compare both values and delimiter,
      so (one two three) != (one, two, three).
      This can be particularly confusing for single-item lists,
      which still have a delimiter assigned,
      even though it is not used.
Commits

The new version differs by 65 commits.

  • 4c59152 Release v3.0.0
  • c5f0de5 add contributor
  • e9460b9 yarn.lock
  • 00f5ded Merge pull request #109 from oddbird/greenkeeper/chalk-2.0.0
  • 40d7647 chore(package): update lockfile
  • 82ff544 chore(package): update chalk to version 2.0.0
  • 4ae9bb0 Add remotes-fix to npm script
  • 6853dd3 Update docs
  • 3f22624 Merge pull request #107 from oddbird/tilde-docs
  • ce84b7e Compile doc changes
  • 074f1d5 Add docs on tilde imports
  • 7e39f3e Merge pull request #106 from oddbird/greenkeeper/initial
  • b9c2b43 chore(package): update dependencies
  • 0458b62 docs(readme): add Greenkeeper badge
  • 8233bda update yarn.lock

There are 65 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Sep 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2017

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 6, 2017

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 2ba74d4 v3.0.2 - Minor dependency update
  • 5bd2171 Merge pull request #113 from oddbird/greenkeeper/mocha-4.0.0
  • dd823ef chore(package): update lockfile
  • b7bc144 chore(package): update mocha to version 4.0.0

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants