cmv / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
325 stars 278 forks source link

Update stylelint to the latest version 🚀 #935

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency stylelint was updated from 13.1.0 to 13.2.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.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


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: