Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Mar 31, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.0.0 of stylelint-scss was just published.

Dependency stylelint-scss
Current Version 2.5.0
Type devDependency

The version 3.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of stylelint-scss.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 17 commits.

  • 4a3fc02 Update package locks and bump version number
  • bc4161a Prepare version 3.0.0 (#235)
  • d3509bd Add autofix for dollar-variable-colon-newline-after (#231)
  • adbc14e Add autofix for double-slash-comment-empty-line-before (#230)
  • d1476d6 Add autofix for at-if/else-closing-brace-newline-after (#229)
  • c9aaa2c Add autofix (#228)
  • 0e8924e Add autofix for dollar-variable-colon-space-after/before (#227)
  • a4d1d73 Add autofix for dollar-variable-empty-line-before (#226)
  • 22d7dbf Add autofix for at-function-parentheses-space-before (#223)
  • 76e7d03 Add autofix for at-mixin-parentheses-space-before (#224)
  • 5f00314 Add autofix for at-else-if-parentheses-space-before (#222)
  • 3d43e95 Add autofix for at-else-empty-line-before (#221)
  • 64dfc32 chore(package): update babel-preset-jest to version 22.4.1 (#234)
  • 7282e1c chore(package): update stylelint to version 9.1.3 (#232)
  • 2a64369 chore(package): update lint-staged to version 7.0.1 (#233)

There are 17 commits in total.

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 🌴

@codecov-io
Copy link

codecov-io commented Mar 31, 2018

Codecov Report

Merging #12 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #12   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33202cb...9c96951. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 23

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 19: 0.0%
Covered Lines: 2
Relevant Lines: 2

💛 - Coveralls

greenkeeper bot added a commit that referenced this pull request Apr 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes 3.0.1
  • Fixed: at-function-named-arguments now ignores Sass maps.
Commits

The new version differs by 3 commits.

  • 56b9919 Prepare version 3.0.1
  • 316e722 at-function-named-arguments: ignore Sass maps (#237)
  • f5733b0 move greenkeeper badge [ci skip]

See the full diff

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

greenkeeper bot commented Apr 26, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes 3.1.0
  • Added: no-duplicate-dollar-variables rule.
Commits

The new version differs by 5 commits.

  • 17a6a6c Prepare version 3.1.0 (#241)
  • 245141c Update lockfiles
  • 921afe3 fix(package): update postcss-selector-parser to version 4.0.0 (#240)
  • 777a92a Add no-duplicate-dollar-variables rule (#239)
  • a4ca8ee Update docs to mention Node v6 as minimum version [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 8f79877 Merge pull request #254 from kristerkari/release/3.1.1
  • ff7eebc Prepare version 3.1.1
  • cb9c06b Merge pull request #253 from YozhikM/issue-252
  • 9bfed13 Fix #252
  • b3db105 Update dependencies to latest versions (#251)
  • 470a792 Added instructions how to make the rule work (#250)
  • 5c5bcbf Smal formatting fix [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 15, 2018

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes 3.1.2
  • Fixed: compatibility with non css syntaxes.
Commits

The new version differs by 3 commits.

  • 0055d19 Prepare version 3.1.2
  • f5da10e Merge pull request #248 from evilebottnawi/fix-compatibility-with-non-css-syntaxes
  • 00153d6 fix: compatibility with non css syntaxes

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 16, 2018

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes 3.1.3
  • Fixed: compatibility with non css syntaxes for operator-no-newline-after and operator-no-newline-before rules.
Commits

The new version differs by 3 commits.

  • 69a4c62 Prepare version 3.1.3
  • 6abc294 Merge pull request #255 from evilebottnawi/fix-non-css-syntaxes
  • 2713d4b fix: handle non css syntaxes

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 21, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes 3.2.0
  • Added: no-dollar-variables rule.
  • Added: ignoreInside and ignoreInsideAtRules options to no-duplicate-dollar-variables rule.
  • Fixed: operator-no-unspaced no longer warns for unicode-range property.
Commits

The new version differs by 12 commits.

  • f9fdc87 Merge pull request #265 from kristerkari/release/3.2.0
  • f01cb4c Prepare version 3.2.0
  • f5ccbe9 Merge pull request #264 from kristerkari/greenkeeper/postcss-7.0.1
  • 91a2875 chore(package): update postcss to version 7.0.1
  • fa7bb1d Merge pull request #260 from kristerkari/greenkeeper/postcss-scss-2.0.0
  • 860d730 Merge pull request #256 from kristerkari/feature/no-duplicate-dollar-variables-ignore-options
  • 0b18082 Merge pull request #262 from kristerkari/bugfix/unicode-range-and-operator-rules
  • 210b5af Merge pull request #263 from kristerkari/rule/no-dollar-variables
  • efa3f51 Add no-dollar-variables rule
  • 1d45038 make sure that operator* rules don't warn for unicode-range property
  • 41d3249 chore(package): update postcss-scss to version 2.0.0
  • 3a691a5 Add ignore options to no-duplicate-dollar-variables

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Release Notes 3.3.0
  • Added: at-function-named-arguments add ignoreFunctions option.
  • Fixed: at-function-named-arguments correctly parse data uris as function parameters.
Commits

The new version differs by 14 commits.

  • 993f32e Prepare version 3.3.0
  • 772353f Update lockfiles
  • ff344b3 Merge pull request #268 from kristerkari/greenkeeper/eslint-5.0.1
  • 977d999 Merge pull request #269 from kristerkari/feature/at-function-named-arguments-ignore-functions
  • 3d6e892 simplify code for regex matching
  • 76253c6 Fix matching ignore option that is a string
  • 463c9dc Add test
  • 474fb27 at-function-named-arguments: Add ignoreFunctions option
  • ca633b3 Merge pull request #267 from kristerkari/bugfix/at-function-named-arguments-css-function-parameters
  • 9e4b6c5 Add changelog item
  • 6cab344 unifiy function names
  • c5b2a5f fix mapToKeyValue function
  • fd88ba0 Fix using data urls in function args with a better args parsing
  • 722a631 chore(package): update eslint to version 5.0.1

See the full diff

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

greenkeeper bot commented Sep 24, 2018

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3a741be Prepare version 3.3.1
  • b15cf1c Merge pull request #271 from thibaudcolas/bug/at-function-named-arguments-trailing-comma
  • 494e671 Merge pull request #272 from thibaudcolas/patch-1
  • eaacf8f Fix link markup in contribution guidelines
  • 7be866f Ignore trailing commas when parsing function arguments
  • 6d53579 Add failing test case for trailing comma bug in at-function-named-arguments

See the full diff

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

greenkeeper bot commented Oct 23, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 33d4c65 Prepare version 3.3.2
  • 34cfa52 Merge pull request #279 from niksy/hyphen-function-mixin
  • ef8238a Account for hyphens in function and mixin names

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2018

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 8cb1656 Prepare version 3.4.0
  • baa0e66 Merge pull request #283 from kristerkari/bugfix/correctly-handle-parameters-in-partial-no-import
  • 2089d5f fix typo [ci skip]
  • e2f9e64 Add test
  • 17a5941 partial-no-import: correctly handle import parameters with urls
  • 885fefd Merge pull request #280 from niksy/at-mixin-argumentless-call-parentheses-fix
  • 4fdc378 Add "at-mixin-argumentless-call-parentheses" autofix
  • 921b294 Merge pull request #281 from kristerkari/feat/dependencies-bump
  • d298945 Update dependencies to latest versions
  • ec91b1c remove unused npm script
  • ad53965 Use eslint-plugin-lodash to avoid possible errors with Lodash
  • 2baa882 make contributor avatars bigger
  • f9650f8 Add a list of contributors

See the full diff

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

greenkeeper bot commented Dec 5, 2018

Update to this version instead 🚀

Release Notes for 3.4.1
  • Fixed: at-function-named-arguments was not correctly handling functions inside Sass maps.
Commits

The new version differs by 8 commits.

  • 75bb4db Prepare version 3.4.1
  • 152dbae Merge pull request #290 from kristerkari/bugfix/at-function-named-arguments-functions-inside-sass-maps
  • 9127b1c Add more tests
  • 0fa5584 at-function-named-arguments: correctly parse functions inside Sass maps
  • 0c77143 Merge pull request #285 from kristerkari/feature/eslint-config-stylelint
  • 60d4e98 Use eslint-config-stylelint
  • 10b4ef2 run prettier
  • 830655f Update dev deps

See the full diff

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

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

Release Notes for 3.4.2
  • Fixed: operator-no-unspaced no longer warns for relative url paths.
Commits

The new version differs by 6 commits.

  • 39bdb6d Prepare version 3.4.2
  • 6609549 Merge pull request #293 from kristerkari/bugfix/issue-292
  • 64052bf Add comment
  • 761cd82 operator-no-unspaced: dont warn for relative url paths
  • b2a4acf Merge pull request #291 from kristerkari/feature/updt-deps
  • 8ab6a0a Update dev deps

See the full diff

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

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Release Notes for 3.4.3
  • Fixed: double-slash-comment-whitespace-inside fix error being thrown when using two backslashes inside a string.
Commits

The new version differs by 4 commits.

  • 2639d83 Prepare version 3.4.3
  • 296a3a0 Add test to findCommentsInRaws
  • ea52bb0 Merge pull request #295 from kristerkari/bugfix/issue-294
  • 68857ae add thruthy test to findCommentsInRaws to avoid it throwing

See the full diff

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

greenkeeper bot commented Sep 6, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 17, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Sep 21, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Oct 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 3, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 21, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 9, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2020

Update to this version instead 🚀

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

greenkeeper bot commented May 6, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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.

3 participants