bootstrap-styled / v4

:rocket: twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities
https://bootstrap-styled.github.io/v4
MIT License
116 stars 22 forks source link

Update stylelint to the latest version 🚀 #198

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency stylelint was updated from 12.0.1 to 13.1.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.


Publisher: jeddy3 License: MIT

Release Notes for 13.1.0
  • Fixed: media-feature-name-* false negatives for range context (#4581).
  • Fixed: indentation RangeError regression (#4572).
  • Fixed: string-quotes attribute selector autofix (#4576).
Commits

The new version differs by 175 commits.

  • 40fb15e 13.1.0
  • 6856198 Prepare 13.1.0
  • 7fb1bcc Update CHANGELOG.md
  • a15295a Add range context support for media-feature-name-* rules (#4581)
  • 9bac82a Remove vscode extension from release template (#4586)
  • b36049b Regenerate package-lock.json (#4559)
  • 607f95b Improve documentation (#4561)
  • 7adf6be Bump typescript from 3.6.4 to 3.7.5 (#4554)
  • 773aa60 Update CHANGELOG.md
  • c005b9a Fix wrong openIndex calculation in string-quotes (#4395) (#4576)
  • 7099591 Update CHANGELOG.md
  • 7524601 Fix RangeError in indentation regression (#4572)
  • 84974ad Tweak CI config (#4529)
  • 23e4dd0 Bump got from 10.3.0 to 10.4.0 (#4578)
  • c235382 Bump lint-staged from 10.0.2 to 10.0.7 (#4577)

There are 175 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for 13.2.0
  • Security: updated to postcss-selector-parser@6 due to a vulnerability in one of postcss-selector-parser@3 dependencies (#4595). Due to this update:
    • selector-descendant-combinator-no-non-space will ignore selectors containing comments
    • selector-pseudo-class-parentheses-space-inside can't autofix pseudo-classes that contain comments
  • Added: --stdin CLI flag that accepts stdin input even if it is empty (#4594).
  • Fixed: autofix will ignore sources containing disable comments or nested tagged template literals - this is workaround to make autofix safer to use until we can resolve the underlying issues (#4573).
Commits

The new version differs by 14 commits.

  • 142ed1c 13.2.0
  • e032f86 Prepare 13.2.0
  • 36e2dbb Reinstate and document workaround feature (#4592)
  • 20d1a96 Improve documentation (#4591)
  • 05a89fa Use arrow functions consistently (#4453)
  • e7ba4d0 Fix open handles test issue (#4601)
  • d7d6141 Fix prettier warning
  • f0f47f5 Update CHANGELOG.md
  • b72df96 Update selector parser (#4595)
  • e4a356f Update CHANGELOG.md
  • 12c22cb Add --stdin flag (#4594)
  • 8c25249 Format markdown files with Prettier (#4588)
  • 92aaa80 Update CHANGELOG.md
  • 9f76ed3 Disable fixing files if fixing can cause bugs (#4573)

See the full diff