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 lesshint to the latest version 🚀 #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 19, 2018

The dependency lesshint was updated from 5.3.1 to 6.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 6.0.0
  • Breaking Updated postcss-less to 3.x. If you're using custom linters this update might affect you. (5588aaf)
  • Updated isVariable to also check AtRule nodes. (d7f8ffd)
  • Switched from gulp to npm scripts for testing etc. (f8fc7db)
Commits

The new version differs by 7 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2018

  • The dependency lesshint was updated from 5.3.1 to 6.1.0.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 23c9bc5 6.1.0
  • c73ac73 6.1.0 changelog
  • 96b3ce4 Add an avoidEscape option to stringQuotes (ref #505)
  • 6f36245 Fix default config formatting
  • 873e128 Fix singleLinePerProperty false positive for single-line comments (ref #504)
  • dd4977d Fix newlineAfterBlock false positive with multiple preceding single-line comments (ref #504)
  • 9cadda2 hasQuotes should check for quotes anywhere in a string (ref #505)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2018

  • The dependency lesshint was updated from 5.3.1 to 6.2.0.

Update to this version instead 🚀

Release Notes for 6.2.0
  • Updated postcss-selector-parser to 5.x. (330c7ad)
Commits

The new version differs by 5 commits.

  • a5e14a6 6.2.0
  • 3ef1f28 6.2.0 changelog
  • 63cde0c Update package-lock.json
  • 1ce232b Improve comment check in newlineAfterBlock
  • 330c7ad Update postcss-selector-parser to 5.0.0 (#506)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 29, 2018

  • The dependency lesshint was updated from 5.3.1 to 6.3.0.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • baa81d2 6.3.0
  • 0e15497 6.3.0 changelog
  • bddec6d Refactor spaceBetweenParens position reporting
  • 3473b03 Refactor spaceAroundComma position reporting
  • 121eb7b Refactor spaceAfterPropertyColon position reporting
  • 7a4b6f7 Refactor attributeQuotes position reporting
  • 6e66d02 Add a nodeToString util

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

  • The dependency lesshint was updated from 5.3.1 to 6.3.2.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • f47b735 6.3.2
  • 162f055 6.3.2 changelog
  • 1f03e9a newlineAfterBlock shouldn't check mixin calls. Closes #513
  • 90b6a16 Update nyc to version 13.x (#514)
  • ca62816 6.3.1
  • 23c0097 6.3.1 changelog
  • 599af9a Fix newlineAfterBlock not checking mixin calls. Closes #510
  • d46bf4e Remove various old AST props
  • 5b53193 Update sinon to 7.x (#511)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 17, 2019

  • The dependency lesshint was updated from 5.3.1 to 6.3.3.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 17, 2019

  • The dependency lesshint was updated from 5.3.1 to 6.3.4.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 18, 2019

  • The dependency lesshint was updated from 5.3.1 to 6.3.5.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 18, 2019

  • The dependency lesshint was updated from 5.3.1 to 6.3.6.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2019

  • The dependency lesshint was updated from 5.3.1 to 6.3.7.

Update to this version instead 🚀

Release Notes for 6.3.7
  • Fixed an issue where spaceAfterPropertyColon would erroneously check &:extend() syntax. (8459b37)
  • Updated to globby@9. (3b4c989)
  • Updated to strip-json-comments@3. (6fd5df4)
  • Updated to nyc@14. (aa58522)
Commits

The new version differs by 7 commits.

  • 084e93b 6.3.7
  • fa039a7 6.3.7 changelog
  • c0253d0 Bump deps
  • 8459b37 spaceAfterPropertyColon should ignore &:extend(). Closes #526
  • 3b4c989 Update globby to 9.x 🚀 (#517)
  • aa58522 Update nyc to 14.x 🚀 (#524)
  • 6fd5df4 Update strip-json-comments to 3.x 🚀 (#525)

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