Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Update stylelint-scss to the latest version 🚀 #1475

Closed
wants to merge 3 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 12, 2018

Version 3.3.0 of stylelint-scss was just published.

Dependency stylelint-scss
Current Version 3.2.0
Type devDependency

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


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

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 Sep 24, 2018
@greenkeeper
Copy link
Contributor 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
Contributor 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
Copy link
Contributor 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 Nov 7, 2018
@greenkeeper
Copy link
Contributor 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 5, 2018
greenkeeper bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Contributor 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
Copy link
Contributor 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 Dec 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2018

Update to this version instead 🚀

Commits

The new version differs by 5 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

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 Jan 13, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 13, 2019
greenkeeper bot added a commit that referenced this pull request Jan 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 2, 2019

Update to this version instead 🚀

Release Notes for 3.5.2
  • Fixed: handle SCSS interpolation in selector-nest-combinators rule.
Commits

The new version differs by 9 commits.

  • 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

See the full diff

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

greenkeeper bot commented Feb 7, 2019

Update to this version instead 🚀

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 5 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2019

Update to this version instead 🚀

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 3 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

See the full diff

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

greenkeeper bot commented Apr 17, 2019

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Apr 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2019

Update to this version instead 🚀

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

greenkeeper bot commented May 30, 2019

Update to this version instead 🚀

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

greenkeeper bot commented May 31, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jul 3, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jul 9, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jul 18, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Aug 2, 2019

Update to this version instead 🚀

@fox1t fox1t deleted the greenkeeper/stylelint-scss-3.3.0 branch August 6, 2019 16:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants