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
323 stars 278 forks source link

[Snyk] Upgrade stylelint from 13.6.1 to 13.7.0 #963

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade stylelint from 13.6.1 to 13.7.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: stylelint
  • 13.7.0 - 2020-08-31
    • Deprecated: *-blacklist, *-requirelist and *-whitelist rules in favour of the new *-disallowed-list, *-required-list and *-allowed-list ones (#4845):
      • at-rule-blacklist. Use at-rule-disallowed-list instead.
      • at-rule-property-requirelist. Use at-rule-property-required-list instead.
      • at-rule-whitelist. Use at-rule-allowed-list instead.
      • comment-word-blacklist. Use comment-word-disallowed-list instead.
      • declaration-property-unit-blacklist. Use declaration-property-unit-disallowed-list instead.
      • declaration-property-unit-whitelist. Use declaration-property-unit-allowed-list instead.
      • declaration-property-value-blacklist. Use declaration-property-value-disallowed-list instead.
      • declaration-property-value-whitelist. Use declaration-property-value-allowed-list instead.
      • function-blacklist. Use function-disallowed-list instead.
      • function-url-scheme-blacklist. Use function-url-scheme-disallowed-list instead.
      • function-url-scheme-whitelist. Use function-url-scheme-allowed-list instead.
      • function-whitelist. Use function-allowed-list instead.
      • media-feature-name-blacklist. Use media-feature-name-disallowed-list instead.
      • media-feature-name-value-whitelist. Use media-feature-name-value-allowed-list instead.
      • media-feature-name-whitelist. Use media-feature-name-allowed-list instead.
      • property-blacklist. Use property-disallowed-list instead.
      • property-whitelist. Use property-allowed-list instead.
      • selector-attribute-operator-blacklist. Use selector-attribute-operator-disallowed-list instead.
      • selector-attribute-operator-whitelist. Use selector-attribute-operator-allowed-list instead.
      • selector-combinator-blacklist. Use selector-combinator-disallowed-list instead.
      • selector-combinator-whitelist. Use selector-combinator-allowed-list instead.
      • selector-pseudo-class-blacklist. Use selector-pseudo-class-disallowed-list instead.
      • selector-pseudo-class-whitelist. Use selector-pseudo-class-allowed-list instead.
      • selector-pseudo-element-blacklist. Use selector-pseudo-element-disallowed-list instead.
      • selector-pseudo-element-whitelist. Use selector-pseudo-element-allowed-list instead.
      • unit-blacklist. Use unit-disallowed-list instead.
      • unit-whitelist. Use unit-allowed-list instead.
    • Added: syntax object acceptance to customSyntax option (#4839).
    • Added: support for *.cjs config files (#4905).
    • Added: support for descriptions in stylelint command comments (#4848).
    • Added: reportDescriptionlessDisables flag (#4907).
    • Added: reportDisables secondary option (#4897).
    • Added: *-no-vendor-prefix autofix (#4859).
    • Added: ignoreComments[] to comment-empty-line-before (#4841).
    • Added: ignoreContextFunctionalPseudoClasses to selector-max-id (#4835).
    • Fixed: inconsistent trailing newlines in CLI error output (#4876).
    • Fixed: support for multi-line disable descriptions (#4895).
    • Fixed: support for paths with parentheses (#4867).
    • Fixed: selector-max-* (except selector-max-type) false negatives for where, is, nth-child and nth-last-child (#4842).
    • Fixed: length-zero-no-unit TypeError for custom properties fallback (#4860).
    • Fixed: selector-combinator-space-after false positives for trailing combinator (#4878).
  • 13.6.1 - 2020-06-17
    • Fixed: max-empty-lines TypeError from inline comment with autofix and sugarss syntax (#4821).
    • Fixed: property-no-unknown false positives for namespaced variables (#4803).
    • Fixed: selector-type-no-unknown false positives for idents within ::part pseudo-elements (#4828).
from stylelint GitHub release notes
Commit messages
Package name: stylelint
  • cf2f45f 13.7.0
  • 797cc84 Prepare 13.7.0
  • fb4287c Prepare changelog
  • d725b88 Update dependencies
  • 9401f56 Update CHANGELOG.md
  • 2b7e8ad Deprecate *-blacklist/*-requirelist/*-whitelist (#4892)
  • 181f3d9 Fix some path / glob problems (#4867)
  • 3cfc658 Update CHANGELOG.md
  • 0a17b64 Add a reportDescriptionlessDisables flag (#4907)
  • 5446be2 Fix CHANGELOG.md format via Prettier (#4910)
  • 260e743 Fix callbacks in tests (#4903)
  • d0a150e Update CHANGELOG.md
  • 2c4d77f Fix false positives for trailing combinator in selector-combinator-space-after (#4878)
  • e2da124 Add coc-stylelint (#4901)
  • fd1875d Update CHANGELOG.md
  • e124033 Add support for *.cjs config files (#4905)
  • 858dcd5 Add a reportDisables secondary option (#4897)
  • 40e60ce Support multi-line disable descriptions (#4895)
  • 03f494d faster levenshtein (#4874)
  • a5b8277 Update CHANGELOG.md
  • 9e1edfa Fix TypeError for custom properties fallback in length-zero-no-unit (#4860)
  • 1e52251 Update CHANGELOG.md
  • 53f5c18 Add autofix to *-no-vendor rules (#4859)
  • 23c0e81 Bump @stylelint/postcss-css-in-js from 0.37.1 to 0.37.2 (#4888)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs