epilande / yaris

:rocket: Yet Another React Isomorphic Starter
https://yaris-selhchnzyh.now.sh/todo
MIT License
6 stars 1 forks source link

Update stylelint-processor-styled-components to the latest version πŸš€ #39

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.3.0 of stylelint-processor-styled-components just got published.

Dependency stylelint-processor-styled-components
Current Version 0.2.2
Type devDependency

The version 0.3.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 stylelint-processor-styled-components. 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.


Commits

The new version differs by 13 commits.

  • f653fa5 0.3.0
  • 4ea41b2 Merge pull request #77 from styled-components/fix/indentation-error-css-helper
  • 188946c Update README to reflect new official TTL style
  • 3e5c554 Extended fixIndentation tests
  • 99697eb Finalized fixIndentation implementation
  • d514372 Fix indented TTL case
  • 92f6d55 Add failing test
  • adbc444 Merge pull request #84 from styled-components/fix/interpolation-after-comment
  • 6d68f93 Fixed interpolations following a comment
  • 562e458 Added failing tests
  • d809f95 Merge pull request #86 from styled-components/update-repository-package-json
  • 32eacc5 Update package.json
  • 6c0873f Merge pull request #82 from styled-components/0.2.2

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #39   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           2      2           
  Branches        1      1           
=====================================
  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 85d1cef...f2706a4. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 0.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 20 commits.

  • f67b192 Merge pull request #108 from styled-components/0.4
  • 9b06fed 0.4.0
  • 4732d4a Merge pull request #107 from styled-components/fix/#106/support-.attrs
  • 3a4b75d Support and add tests for .extend
  • 3f8b7c2 Add support for attrs
  • 934c130 Added failing tests for .attrs fix
  • a2c06f4 Merge pull request #105 from styled-components/greenkeeper/typescript-eslint-parser-7.0.0
  • b1b307a chore(package): update lockfile
  • 18b0680 fix(package): update typescript-eslint-parser to version 7.0.0
  • ade74cb Merge pull request #101 from styled-components/packages/move-typescript-dev-depencies
  • a592210 Move typescript to devDependencies
  • fbf7805 Merge pull request #98 from styled-components/readme/webpack-loader-reference
  • 10708f5 Add reference to stylelint-custom-processor-loader to README
  • c9d5168 Merge pull request #97 from styled-components/readme-beta
  • e6b2309 Update README.md for beta release

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 70 commits.

  • ee4dfa3 1.0.0
  • 95a4e93 Move shared config to 0.4.0
  • cf8da58 Update CHANGELOG for v1
  • aac20ac Merge pull request #112 from styled-components/import-name
  • 6b3d20c Test for invalid module name
  • 2e23505 Use path.basename for windows compat
  • 365c9e8 Remove documentation
  • d7ca69d Add support for relative module names
  • 85367bd importName -> moduleName
  • 8f51cd4 Update package-lock.json
  • 5a5f332 Merge branch 'master' into import-name
  • 6984963 Merge pull request #123 from styled-components/greenkeeper/jest-21.0.1
  • 708ca32 chore(package): update lockfile
  • 69f6cfc chore(package): update jest to version 21.0.1
  • 483ee49 Add test for other library being linted

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 20 commits.

  • 6fc5fae 1.1.0
  • 97e5632 Update CHANGELOG for 1.1.0
  • 2b06b7d Merge pull request #144 from styled-components/greenkeeper/typescript-eslint-parser-9.0.0
  • 1968ce3 chore(package): update lockfile
  • 97c3424 fix(package): update typescript-eslint-parser to version 9.0.0
  • b0ad3bf Merge pull request #142 from asvetliakov/fix-131
  • bd90011 Throw CssSyntaxError on wrong interpolation tags
  • 3aab2eb Ignore parsing errors
  • 2faf1f2 Merge pull request #139 from chinesedfan/fix_babel
  • 8160255 Add build into npm test script
  • 4a73696 Fix Array.prototype.include
  • 1c2adad Test compiled files and include Node 4
  • bbca60d Replace as babel-preset-env
  • 2e3b61d Add .babelrc
  • d4ddc7d Merge pull request #137 from styled-components/greenkeeper/typescript-2.6.1

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 81ec2dc 1.1.1
  • 655c42f Update CHANGELOG for 1.1.1
  • 5c5fc90 Merge pull request #146 from asvetliakov/ignore-no-path
  • 661e228 Wrap whole transformer block in try/catch
  • cd25b33 Merge pull request #145 from styled-components/1.1.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • c604272 1.2.0
  • af6b31b Update CHANGELOG for 1.2.0
  • 59ba607 Merge pull request #129 from Jmeyering/bug-incorrect-line-numbers
  • b2bce56 Merge branch 'master' into bug-incorrect-line-numbers
  • b5b9612 Merge pull request #140 from chinesedfan/fix_lineno
  • ca14148 Filter indentation warnings generated by interpolations substitution
  • 9cce4c8 Fix substitution changes line counts
  • 18f1289 Fix reporting the wrong line numbers
  • b864ff3 Merge pull request #147 from styled-components/1.1.1
  • 8274160 initial add of breaking test suite

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.2.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • 41b52ee 1.2.1
  • cea195b Update CHANGELOG for 1.2.1
  • 3877e0c Cleanup package-lock.json
  • 97dde45 Merge pull request #151 from styled-components/greenkeeper/typescript-eslint-parser-10.0.0
  • e14c35d chore(package): update lockfile
  • 68ca877 fix(package): update typescript-eslint-parser to version 10.0.0
  • fa8917e Merge pull request #150 from styled-components/increase-async-test-timeout
  • 12e7b9a Increase async test timeout
  • dc0be57 Upgrade hash to sha512 in package-lock.json
  • e2fb12d Merge pull request #149 from chinesedfan/fix_nofiles
  • 1c2fac6 Fix typos and add comments
  • 51a47b7 Fix for stylelint@8.0.0
  • 5659806 Handle if no file name given
  • eadfa00 Merge pull request #148 from styled-components/1.2.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.2.2 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 1.3.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 25 commits.

  • 52e550b 1.3.0
  • 4d774a3 Add changelog for 1.3.0
  • d1b4708 Merge pull request #167 from styled-components/greenkeeper/stylelint-9.1.0
  • d66dc28 Merge branch 'master' into greenkeeper/stylelint-9.1.0
  • bf2795a Merge pull request #143 from asvetliakov/babylon-typescript
  • fe2559c Add stylelint v9+ as a peerDependency
  • de20f68 Upgrade stylelint to v9.1.1
  • b0065ae Test that CssSyntaxErrors have source maps applied correctly
  • 71a4669 Don't apply sourcemaps to errors we throw
  • 69d3e94 Updated interpolation tagging tests
  • 83056dc chore(package): update lockfile
  • a01ddd2 chore(package): update stylelint to version 9.1.0
  • af3a66f Remove unnecessary additions to package-lock.json
  • b803fa4 Fix import
  • e4239dd Update babylon and @babel/traverse

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.3.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • bb62577 1.3.1
  • 70be768 Update CHANGELOG for 1.3.1
  • 501790d Merge pull request #174 from philipvonbargen/comments
  • 4c5eedd Fixed interpolations following a multiline comment
  • 1f8ed32 Merge pull request #171 from jeddy3/use-default-syntax
  • fc406f5 Merge branch 'master' into use-default-syntax
  • e5d6321 Merge pull request #172 from jeddy3/use-recommended-config-in-docs
  • 554d3be Use stylelint-config-recommend in examples
  • 4324a37 Use default syntax in doc example
  • e8f7cb8 Use default syntax in tests
  • f14fca6 Merge pull request #169 from styled-components/1.3.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.3.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 17 commits.

  • 0f1b00b 1.3.2
  • e847ff0 Update changelog for 1.3.2
  • 00a881b Merge pull request #197 from chinesedfan/fix_testcomment
  • f935b75 Merge branch 'master' into fix_testcomment
  • 1fe7f2b Merge pull request #198 from styled-components/greenkeeper/update-to-node-10
  • ab30569 Merge branch 'master' into greenkeeper/update-to-node-10
  • 0b66c74 Fix JS style comments are not tested
  • fe36e26 Merge pull request #189 from chrishelgert/patch-1
  • ad7dd7e Merge branch 'master' into patch-1
  • 379177d Merge pull request #190 from chinesedfan/fix_ci
  • 79ca0c1 Only support node@6+
  • cb981d0 Remove extra npm install
  • 77163f1 Add optionalChaining to babylon-parser
  • 7df61a6 Update to node 10 in .travis.yml
  • 661e595 Merge pull request #177 from WickyNilliams/patch-1

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 34 commits.

  • a777314 1.4.0
  • 1df417c prepare changelog for 1.4.0
  • 0e82472 Merge pull request #219 from chinesedfan/clever_guess
  • 8c2f5d1 Merge branch 'master' into clever_guess
  • 1c16989 Merge pull request #220 from chinesedfan/filter_warnings
  • ec93c42 Merge branch 'master' into filter_warnings
  • aa8cec0 Merge pull request #213 from brettjurgens/allow_overriding_importName
  • 7a0e1af Merge branch 'master' into allow_overriding_importName
  • e50ea18 Merge branch 'master' into filter_warnings
  • b0a1fec Merge pull request #211 from chinesedfan/better_error_handler
  • 36fe4e6 Update invalid fixture as the parser is updated
  • 2a14888 Merge branch 'master' into better_error_handler
  • 99d1b3b make the inserted parseError follow stylelint$warning
  • be12715 Merge pull request #212 from brettjurgens/upgrade_to_babel_7
  • 65cee85 Merge branch 'master' into allow_overriding_importName

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 15 commits.

  • da47529 1.5.0
  • 177af83 prepare changelog for 1.5.0
  • 5e1485b Merge pull request #229 from styled-components/parser-options
  • d27a9e3 support options.parserPlugins
  • 3efe5f3 fix test comments
  • 3ca7c63 Merge pull request #224 from StevenLangbroek/issue_template
  • 0bb44e7 Merge branch 'issue_template' of github.com:StevenLangbroek/stylelint-processor-styled-components into issue_template
  • c4056e5 Remove accidentally duplicated npmPackages statement
  • a9188eb Merge branch 'master' into issue_template
  • 59578d8 Merge pull request #226 from styled-components/fix_178
  • bb33946 keep the original line number if no source map
  • c728bd8 Merge branch 'master' into issue_template
  • cc9eed4 Add note about stylelintrc, include recomnended configs in snippet
  • af54d5f Merge pull request #225 from styled-components/1.4.0
  • 82eadbf Add github issue template

See the full diff