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

An in-range update of stylelint-scss is breaking the build 🚨 #45

Open
greenkeeper bot opened this issue Sep 24, 2018 · 27 comments
Open

An in-range update of stylelint-scss is breaking the build 🚨 #45

greenkeeper bot opened this issue Sep 24, 2018 · 27 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 24, 2018

The devDependency stylelint-scss was updated from 3.3.0 to 3.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

stylelint-scss is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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

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
Copy link
Contributor Author

greenkeeper bot commented Sep 24, 2018

After pinning to 3.3.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2018

Your tests are still failing with this version. Compare changes

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
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2018

Your tests are still failing with this version. Compare changes

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
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2018

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2018

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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

The new version differs by 14 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
  • 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
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2018

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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 18 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
  • 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
  • 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

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2018

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 23 commits.

  • a18dc11 Prepare version 3.4.4
  • ee4434c Update yarn.lock
  • 560ca50 Merge pull request #296 from kristerkari/greenkeeper/postcss-selector-parser-5.0.0
  • 2562fba chore(package): update lockfile package-lock.json
  • 72c9c57 fix(package): update postcss-selector-parser to version 5.0.0
  • 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
  • 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

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 28 commits.

  • 7fd9001 Prepare version 3.5.0 [ci skip]
  • 6ea32db Update readme
  • 8496e03 Merge pull request #298 from lxsymington/enforce-nesting
  • 62952e8 [#197] - New rule to enforce nesting
  • 3d2a23f Change to use contributions welcome badge
  • a18dc11 Prepare version 3.4.4
  • ee4434c Update yarn.lock
  • 560ca50 Merge pull request #296 from kristerkari/greenkeeper/postcss-selector-parser-5.0.0
  • 2562fba chore(package): update lockfile package-lock.json
  • 72c9c57 fix(package): update postcss-selector-parser to version 5.0.0
  • 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
  • 39bdb6d Prepare version 3.4.2

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 33 commits.

  • a6b5d69 Prepare version 3.5.1 [skip ci]
  • 356efa1 Merge pull request #301 from lxsymington/enforce-nesting
  • 8a63fff [#300] - Messaging fix
  • 0cc576f update package-lock.json
  • d1f6da8 Update contributors list
  • 7fd9001 Prepare version 3.5.0 [ci skip]
  • 6ea32db Update readme
  • 8496e03 Merge pull request #298 from lxsymington/enforce-nesting
  • 62952e8 [#197] - New rule to enforce nesting
  • 3d2a23f Change to use contributions welcome badge
  • a18dc11 Prepare version 3.4.4
  • ee4434c Update yarn.lock
  • 560ca50 Merge pull request #296 from kristerkari/greenkeeper/postcss-selector-parser-5.0.0
  • 2562fba chore(package): update lockfile package-lock.json
  • 72c9c57 fix(package): update postcss-selector-parser to version 5.0.0

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.5.3
  • Fixed: operator-no-unspaced no longer warns for valid absolute urls and urls with interpolation.
Commits

The new version differs by 47 commits.

  • 0a081a2 Prepare version 3.5.3 [skip ci]
  • 6992335 Merge pull request #309 from kristerkari/bugfix/operator-no-unspaced-url-handling
  • 3dba74d add missing minus sign
  • 238b093 make sure that there are tests for all operators
  • ec0c106 operator-no-unspaced: improve handling of URLs
  • 7d1bba7 Prepare version 3.5.2 [skip ci]
  • cf5ac71 Merge pull request #307 from kristerkari/bugfix/selector-nest-combinators-interpolation
  • 9ff7144 make matching non-greedy
  • 20387a8 move variables outside the loops
  • 84ea2d4 Handle interpolation in selector-nest-combinators
  • 5032a3b Merge pull request #304 from kristerkari/updated-dev-deps
  • cdfb2a9 Update dev deps
  • d770555 Merge pull request #305 from kristerkari/remove-test-with-sytax-error
  • 35d9cb0 remove a test that causes syntax error to be thrown
  • a6b5d69 Prepare version 3.5.1 [skip ci]

There are 47 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2019

Your tests are still failing with this version. Compare changes

Release Notes for 3.5.4
  • Fixed: dollar-variable-colon-newline-after no longer warns for multiline variables that use !default.
Commits

The new version differs by 50 commits.

  • 69ac3d5 Prepare version 3.5.4 [skip ci]
  • a1d6c3e Merge pull request #311 from kristerkari/bugfix/dollar-variable-colon-newline-after-default
  • 04d6b47 dollar-variable-colon-newline-after: allow !default for multiline vars
  • 0a081a2 Prepare version 3.5.3 [skip ci]
  • 6992335 Merge pull request #309 from kristerkari/bugfix/operator-no-unspaced-url-handling
  • 3dba74d add missing minus sign
  • 238b093 make sure that there are tests for all operators
  • ec0c106 operator-no-unspaced: improve handling of URLs
  • 7d1bba7 Prepare version 3.5.2 [skip ci]
  • cf5ac71 Merge pull request #307 from kristerkari/bugfix/selector-nest-combinators-interpolation
  • 9ff7144 make matching non-greedy
  • 20387a8 move variables outside the loops
  • 84ea2d4 Handle interpolation in selector-nest-combinators
  • 5032a3b Merge pull request #304 from kristerkari/updated-dev-deps
  • cdfb2a9 Update dev deps

There are 50 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 17, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 9 commits.

  • 8a95d6c Prepare version 3.6.0 [skip ci]
  • 9c3d8d6 Merge pull request #318 from ricardogobbosouza/major-stylelint-v10
  • b7ab282 Update package.json
  • e95d3f5 ci: change node 9 to 10
  • 71e409e update deps
  • e064cd2 removed: node.js 6.x support
  • 8795957 Merge pull request #313 from kristerkari/greenkeeper/postcss-selector-parser-6.0.2
  • f60ba6a chore(package): update lockfile package-lock.json
  • 897bf9e fix(package): update postcss-selector-parser to version 6.0.2

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.6.1
  • Fixed: double-slash-comment-empty-line-before autofix not working in certain situations.
Commits

The new version differs by 16 commits.

  • 6f6a812 Prepare version 3.6.1 [skip ci]
  • e2d8475 Update yarn's lockfile
  • 50d9dbe Merge pull request #320 from kristerkari/greenkeeper/husky-2.0.0
  • 20b5e90 Merge pull request #322 from kristerkari/bugfix/double-slash-comment-empty-line-before-autofix
  • fd89161 double-slash-comment-empty-line-before: bug with "never" option autofix
  • fe07743 chore(package): update lockfile package-lock.json
  • 2ce42fb chore(package): update husky to version 2.0.0
  • 8a95d6c Prepare version 3.6.0 [skip ci]
  • 9c3d8d6 Merge pull request #318 from ricardogobbosouza/major-stylelint-v10
  • b7ab282 Update package.json
  • e95d3f5 ci: change node 9 to 10
  • 71e409e update deps
  • e064cd2 removed: node.js 6.x support
  • 8795957 Merge pull request #313 from kristerkari/greenkeeper/postcss-selector-parser-6.0.2
  • f60ba6a chore(package): update lockfile package-lock.json

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.7.0
  • Added: at-each-key-value-single-line rule.
  • Added: function-quote-no-quoted-strings-inside rule.
Commits

The new version differs by 47 commits.

  • 7f4cdc6 Prepare version 3.7.0 [skip ci]
  • 455212a Mark function-quote-no-quoted-strings-inside as autofixable [skip ci]
  • f473d13 Update contributors list [skip ci]
  • 8a2e759 fix example syntax for at-each-key-value-single-line readme [skip ci]
  • 34ef14a Add new rules to readme [skip ci]
  • b3ed5f6 fix readme syntax for function-quote-no-quoted-strings-inside
  • 4d37444 Rename at-rule-each-* to at-each-*
  • 1cb5d3f Merge pull request #325 from rambleraptor/each-with-maps
  • 31bb78c Merge pull request #324 from rambleraptor/quote_rule
  • b6bdc53 better docs and new test
  • 2cfa2c5 proper naming
  • 6189d71 actually changing rule name
  • 260d143 wip
  • f77b7eb PR comments
  • 149f014 linter

There are 47 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 31, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.8.0
  • Added: function-unquote-no-unquoted-strings-inside rule.
  • Fixed: wrong message name for at-each-key-value-single-line rule.
Commits

The new version differs by 57 commits.

  • ddce197 Prepare version 3.8.0 [skip ci]
  • 5abebcd fix function name [skip ci]
  • 8f851a8 Update readme [skip ci]
  • 4d6b887 Merge pull request #326 from rambleraptor/unquote
  • 8cfa902 Merge pull request #327 from kristerkari/bugfix/at-each-key-value-single-line-message
  • 17a2a9a Add changelog entry
  • 84d06cd at-each-key-value-single-line: fix message name
  • d8ccd2a unquote string rule working
  • 16dae29 updated readmes and tests
  • b93c18d creating new rule that's based on quote rule
  • 7f4cdc6 Prepare version 3.7.0 [skip ci]
  • 455212a Mark function-quote-no-quoted-strings-inside as autofixable [skip ci]
  • f473d13 Update contributors list [skip ci]
  • 8a2e759 fix example syntax for at-each-key-value-single-line readme [skip ci]
  • 34ef14a Add new rules to readme [skip ci]

There are 57 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.0
  • Added: selector-no-union-class-name rule.
  • Added: function-color-relative rule.
  • Added: comment-no-loud rule.
  • Added: map-keys-quotes rule.
  • Fixed: typo in error message for at-else-empty-line-before and dollar-variable-empty-line-before rules.

Huge thanks to the people who contributed!

Commits

The new version differs by 102 commits.

  • 28b6acb Prepare version 3.9.0 [skip ci]
  • 51c6aa8 Add new rules to readme
  • e408b51 Update contributors list [skip ci]
  • b157feb Update lockfiles
  • 4144d30 Merge pull request #333 from rambleraptor/use-scale-color
  • 37a4ca4 Merge branch 'master' into use-scale-color
  • 925b5a8 Merge pull request #332 from rambleraptor/no-loud-comments
  • 823c40e Merge pull request #331 from rambleraptor/map-quotes
  • 8628f64 using always instead of true/false
  • 73ce6a6 Merge pull request #340 from kristerkari/greenkeeper/husky-3.0.0
  • 31fb8ab Merge pull request #339 from kristerkari/greenkeeper/lint-staged-9.0.0
  • d4c2647 typo
  • 21d29a1 changing rule name
  • 11b7a4b chore(package): update lockfile package-lock.json
  • db07308 chore(package): update husky to version 3.0.0

There are 102 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 9, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 105 commits.

  • 147b44c Prepare version 3.9.1 [skip ci]
  • 94d448f Merge pull request #342 from kristerkari/bugfix/selector-no-union-class-name-false-positives
  • ffa8ce5 selector-no-union-class-name: fix false positives for id/attr/pseudo
  • 28b6acb Prepare version 3.9.0 [skip ci]
  • 51c6aa8 Add new rules to readme
  • e408b51 Update contributors list [skip ci]
  • b157feb Update lockfiles
  • 4144d30 Merge pull request #333 from rambleraptor/use-scale-color
  • 37a4ca4 Merge branch 'master' into use-scale-color
  • 925b5a8 Merge pull request #332 from rambleraptor/no-loud-comments
  • 823c40e Merge pull request #331 from rambleraptor/map-quotes
  • 8628f64 using always instead of true/false
  • 73ce6a6 Merge pull request #340 from kristerkari/greenkeeper/husky-3.0.0
  • 31fb8ab Merge pull request #339 from kristerkari/greenkeeper/lint-staged-9.0.0
  • d4c2647 typo

There are 105 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.2
  • Fixed: selector-no-union-class-name throwing an error when using nested @-rules.
Commits

The new version differs by 109 commits.

  • 306af61 Prepare version 3.9.2 [skip ci]
  • c10b8a2 Merge pull request #347 from jantimon/bugfix/selector-no-union-class-name-nesting
  • c765d13 Use closest selector
  • 124e835 Fix selector-no-union-class-name throwing when parent.selector is undefined
  • 147b44c Prepare version 3.9.1 [skip ci]
  • 94d448f Merge pull request #342 from kristerkari/bugfix/selector-no-union-class-name-false-positives
  • ffa8ce5 selector-no-union-class-name: fix false positives for id/attr/pseudo
  • 28b6acb Prepare version 3.9.0 [skip ci]
  • 51c6aa8 Add new rules to readme
  • e408b51 Update contributors list [skip ci]
  • b157feb Update lockfiles
  • 4144d30 Merge pull request #333 from rambleraptor/use-scale-color
  • 37a4ca4 Merge branch 'master' into use-scale-color
  • 925b5a8 Merge pull request #332 from rambleraptor/no-loud-comments
  • 823c40e Merge pull request #331 from rambleraptor/map-quotes

There are 109 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 2, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.3
  • Fixed: map-keys-quotes warning for unquoted numeric keys.
Commits

The new version differs by 114 commits.

  • a7d6592 Prepare version 3.9.3 [skip ci]
  • 5f14d20 Merge pull request #350 from kristerkari/bugfix/map-keys-quotes-numeric-keys
  • 4ba37df Update src/rules/map-keys-quotes/tests/index.js
  • c616a2c map-keys-quotes: don't require numbers to be quoted
  • a0e54d7 Update contributors list [skip ci]
  • 306af61 Prepare version 3.9.2 [skip ci]
  • c10b8a2 Merge pull request #347 from jantimon/bugfix/selector-no-union-class-name-nesting
  • c765d13 Use closest selector
  • 124e835 Fix selector-no-union-class-name throwing when parent.selector is undefined
  • 147b44c Prepare version 3.9.1 [skip ci]
  • 94d448f Merge pull request #342 from kristerkari/bugfix/selector-no-union-class-name-false-positives
  • ffa8ce5 selector-no-union-class-name: fix false positives for id/attr/pseudo
  • 28b6acb Prepare version 3.9.0 [skip ci]
  • 51c6aa8 Add new rules to readme
  • e408b51 Update contributors list [skip ci]

There are 114 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 20, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.4
  • Fixed: selector-nest-combinators rule throwing an error when using nested props.
Commits

The new version differs by 124 commits.

  • c2b5b1f Update lockfile
  • 0cd1c39 Prepare version 3.9.4 [skip ci]
  • 2a7cf7f Merge pull request #358 from kristerkari/greenkeeper/rimraf-3.0.0
  • ecc4de9 Merge pull request #360 from kristerkari/bugfix/selector-nest-combinators-nested-properties
  • f0f53ad Fix selector-nest-combinators throwing an error when using nested props
  • 6fe8497 chore(package): update rimraf to version 3.0.0
  • 1b0bdd2 Merge pull request #355 from kristerkari/update/deps
  • 5fb1fa3 Update dependencies
  • 5cf4c20 Merge pull request #353 from kristerkari/greenkeeper/eslint-plugin-lodash-6.0.0
  • cb31f07 chore(package): update eslint-plugin-lodash to version 6.0.0
  • a7d6592 Prepare version 3.9.3 [skip ci]
  • 5f14d20 Merge pull request #350 from kristerkari/bugfix/map-keys-quotes-numeric-keys
  • 4ba37df Update src/rules/map-keys-quotes/tests/index.js
  • c616a2c map-keys-quotes: don't require numbers to be quoted
  • a0e54d7 Update contributors list [skip ci]

There are 124 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 26, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.10.0
  • Added: at-if-no-nullrule.
  • Added: at-import-partial-extension rule.
  • Added: at-rule-conditional-no-parentheses rule.
  • Added: dimension-no-non-numeric-values rule.
Commits

The new version differs by 159 commits.

  • 3a08937 Prepare version 3.10.0 [skip ci]
  • 7d856a4 Update README.md [skip ci]
  • 45b787a Merge pull request #356 from kristerkari/rule/at-import-partial-extension
  • 5ae7ec9 Add at-import-partial-extension rule
  • e10b7a5 Merge pull request #357 from rambleraptor/no-non-numeric-dimensions
  • 5690c68 Merge pull request #351 from rambleraptor/at-rule-no-parentheses
  • 859438c Merge pull request #344 from rambleraptor/at-if-no-null
  • 66a08a1 rule namechange
  • a6d304e use lodash for includes
  • 0e63041 name change
  • c2b5b1f Update lockfile
  • 0cd1c39 Prepare version 3.9.4 [skip ci]
  • 2a7cf7f Merge pull request #358 from kristerkari/greenkeeper/rimraf-3.0.0
  • ecc4de9 Merge pull request #360 from kristerkari/bugfix/selector-nest-combinators-nested-properties
  • f0f53ad Fix selector-nest-combinators throwing an error when using nested props

There are 159 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 6, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.10.1
  • Fixed: broken linting reporting for dimension-no-non-numeric-values rule.
Commits

The new version differs by 162 commits.

  • 2f63ae0 Prepare version 3.10.1 [skip ci]
  • 964dd90 Merge pull request #365 from kristerkari/bugfix/dimension-no-non-numeric-values
  • 891e0ab Fix error reporting for dimension-no-non-numeric-values
  • 3a08937 Prepare version 3.10.0 [skip ci]
  • 7d856a4 Update README.md [skip ci]
  • 45b787a Merge pull request #356 from kristerkari/rule/at-import-partial-extension
  • 5ae7ec9 Add at-import-partial-extension rule
  • e10b7a5 Merge pull request #357 from rambleraptor/no-non-numeric-dimensions
  • 5690c68 Merge pull request #351 from rambleraptor/at-rule-no-parentheses
  • 859438c Merge pull request #344 from rambleraptor/at-if-no-null
  • 66a08a1 rule namechange
  • a6d304e use lodash for includes
  • 0e63041 name change
  • c2b5b1f Update lockfile
  • 0cd1c39 Prepare version 3.9.4 [skip ci]

There are 162 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 17, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.11.0
  • Added: support for stylelint version 11.
Commits

The new version differs by 170 commits.

  • 2d66180 Prepare version 3.11.0 [skip ci]
  • 3e88a8d Update package-lock.json
  • ab71951 Delete yarn.lock
  • 06fe0ce Merge pull request #369 from bjankord/master
  • 830a85a Update package.json
  • 37081c8 Update changelog
  • 4f7df58 Update package-lock.json
  • 133dda6 Add support for stylelint 11
  • 2f63ae0 Prepare version 3.10.1 [skip ci]
  • 964dd90 Merge pull request #365 from kristerkari/bugfix/dimension-no-non-numeric-values
  • 891e0ab Fix error reporting for dimension-no-non-numeric-values
  • 3a08937 Prepare version 3.10.0 [skip ci]
  • 7d856a4 Update README.md [skip ci]
  • 45b787a Merge pull request #356 from kristerkari/rule/at-import-partial-extension
  • 5ae7ec9 Add at-import-partial-extension rule

There are 170 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.11.1
  • Fixed: selector-nest-combinators warning for @keyframes.
Commits

The new version differs by 173 commits.

  • 7ad5cd2 Prepare version 3.11.1 [skip ci]
  • 25cddd3 Merge pull request #376 from kristerkari/bugfix/selector-nest-combinators-keyframes
  • 287f07a selector-nest-combinators: ignore @keyframes
  • 2d66180 Prepare version 3.11.0 [skip ci]
  • 3e88a8d Update package-lock.json
  • ab71951 Delete yarn.lock
  • 06fe0ce Merge pull request #369 from bjankord/master
  • 830a85a Update package.json
  • 37081c8 Update changelog
  • 4f7df58 Update package-lock.json
  • 133dda6 Add support for stylelint 11
  • 2f63ae0 Prepare version 3.10.1 [skip ci]
  • 964dd90 Merge pull request #365 from kristerkari/bugfix/dimension-no-non-numeric-values
  • 891e0ab Fix error reporting for dimension-no-non-numeric-values
  • 3a08937 Prepare version 3.10.0 [skip ci]

There are 173 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.12.0
  • Added: no-duplicate-mixins rule.
  • Added: at-rule-no-unknown support for Sass' @forward and @use.
Commits

The new version differs by 179 commits.

  • 77b505b Prepare version 3.12.0 [skip ci]
  • c137922 Update contributors list [skip ci]
  • fcb715f Merge pull request #385 from srawlins/use-forward
  • 5d902cf Enable two new Sass at-rules: @forward and @use.
  • a568697 Merge pull request #371 from paulgv/add-no-duplicate-mixin-rule
  • 0873014 Add no-duplicate-mixin rule
  • 7ad5cd2 Prepare version 3.11.1 [skip ci]
  • 25cddd3 Merge pull request #376 from kristerkari/bugfix/selector-nest-combinators-keyframes
  • 287f07a selector-nest-combinators: ignore @keyframes
  • 2d66180 Prepare version 3.11.0 [skip ci]
  • 3e88a8d Update package-lock.json
  • ab71951 Delete yarn.lock
  • 06fe0ce Merge pull request #369 from bjankord/master
  • 830a85a Update package.json
  • 37081c8 Update changelog

There are 179 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.12.1
  • Fixed: at-rule-conditional-no-parentheses don't warn for function calls.
  • Fixed: map-keys-quotes ignore math operators inside map values.
  • Fixed: operator-no-unspaced was looking for operators inside @forward and @use.
Commits

The new version differs by 191 commits.

  • 945befc Prepare version 3.12.1 [skip ci]
  • 6d703f4 Merge pull request #393 from kristerkari/bugfix/at-rule-conditional-no-parentheses-ignore-function-calls
  • 69b4a32 at-rule-conditional-no-parentheses: don't warn for function calls
  • 91993a1 Merge pull request #392 from kristerkari/bugfix/map-keys-quotes-ignore-math-operators
  • 68c3fa1 map-keys-quotes: ignore math operators inside map values
  • 23058c9 Merge pull request #391 from kristerkari/bugfix/operator-no-unspaced-ignore-forward-and-use
  • b0ef508 Update CHANGELOG.md
  • 43c7c76 Add unit test for @use
  • 2ad5bd3 operator-no-unspaced: ignore @forward and @use
  • 534ff4f Merge pull request #375 from kristerkari/greenkeeper/npmpub-5.0.0
  • 77b505b Prepare version 3.12.0 [skip ci]
  • c137922 Update contributors list [skip ci]
  • fcb715f Merge pull request #385 from srawlins/use-forward
  • 5d902cf Enable two new Sass at-rules: @forward and @use.
  • a568697 Merge pull request #371 from paulgv/add-no-duplicate-mixin-rule

There are 191 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.13.0
  • Added: support for stylelint version 12.
  • Fixed: duplicate warnings in at-rule-no-unknown rule.
Commits

The new version differs by 219 commits.

  • 398967b Prepare version 3.13.0 [skip ci]
  • 143d971 Merge pull request #421 from kristerkari/https-redirects
  • 8349f28 Merge pull request #418 from kristerkari/npm-scripts
  • 7859de7 Use https and fix redirects
  • 8e4233f Change prepublish to prepublishOnly.
  • bc535d2 Merge pull request #417 from kristerkari/rm-greenkeeper
  • b88010b README.md: remove greenkeeper badge
  • 47b9a55 Merge pull request #413 from XhmikosR/gh-actions
  • 7e73878 Switch to GitHub Actions CI.
  • 730a2c0 Merge pull request #406 from XhmikosR/lodash
  • b660101 Reduce lodash usage.
  • 7969cc0 Merge pull request #404 from XhmikosR/deps
  • 9c3ba6b Update devDependencies and regenerate package-lock.json
  • 7f27ec1 Merge pull request #402 from XhmikosR/lf
  • 364c1b4 Merge pull request #395 from vseventer/at-rule-no-unknown-bugfix

There are 219 commits in total.

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

No branches or pull requests

0 participants