Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade stylelint from 13.0.0 to 13.6.0 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Jun 8, 2020

Snyk has created this PR to upgrade stylelint from 13.0.0 to 13.6.0.

merge advice

✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏
ℹ️ 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.
  • The recommended version is 11 versions ahead of your current version.
  • The recommended version was released 4 days ago, on 2020-06-04.
Release notes
Package name: stylelint
  • 13.6.0 - 2020-06-04
    • Added: ignoreSelectors[] to block-opening-brace-space-before (#4640).
    • Fixed: false positives for all scope disables in --report-invalid-scope-disables (#4784).
    • Fixed: TypeError for CSS-in-JS when encountering a call or template expression named 'html' (#4797).
    • Fixed: writing error information to stderr (#4799).
    • Fixed: minimum node version in package.json's engine field (#4790).
    • Fixed: alpha-value-notation number precision errors (#4802).
    • Fixed: font-family-no-missing-generic-family-keyword false positives for variables (#4806).
    • Fixed: no-duplicate-selectors false positives for universal selector and disallowInList (#4809).
  • 13.5.0 - 2020-05-19
    • Added: alpha-value-notation rule (#4770).
    • Added: color-function-notation rule (#4760).
    • Added: hue-degree-notation rule (#4769).
  • 13.4.1 - 2020-05-18
    • Fixed: time-min-milliseconds TypeError for ignore: ["delay"] and shorthand animation (#4783).
  • 13.4.0 - 2020-05-17
    • Added: ignore:["delay"] to time-min-milliseconds (#4743).
    • Added: ignoreFunctions: [] to value-keyword-case (#4733).
    • Fixed: improved performance when auto syntax is used (#4729).
    • Fixed: --report-needless-disables respects stylelint-disable commands (#4714).
    • Fixed: at-rule-property-requirelist TypeError for comments inside of font-face (#4744).
    • Fixed: declaration-block-trailing-semicolon false positives for CSS-in-JS object notation (#4749).
    • Fixed: declaration-empty-line-before false positives for inlines styles (#4726).
    • Fixed: media-feature-name-* false positives for forced-colors (#4775).
    • Fixed: value-keyword-case false positives WebExtension replacement keywords (#4778).
    • Fixed: value-keyword-case false positives regression for mixed-case properties and the ignoreProperties option (#4748).
  • 13.3.3 - 2020-04-21
    • Fixed: autofix will respect scoped disable comments by turning off autofix for the scoped rules for the entire source; this is a continuation of the workaround added in 13.2.0 (#4705).
  • 13.3.2 - 2020-04-11
    • Fixed: update postcss-css-in-js with fix for maximum call stack size exceeded error (#4701).
  • 13.3.1 - 2020-04-09
    • Fixed: babel configuration conflict when using TypeScript (postcss-css-in-js/#2).
    • Fixed: autofix for nested tagged template literals (#4119).
  • 13.3.0 - 2020-04-03
    • Added: ignoreFontFamilies: [] to font-family-no-missing-generic-family-keyword (#4656).
    • Fixed: function-calc-no-invalid false positives for SCSS and Less variables (#4659).
    • Fixed: unit-no-unknown false positives for x unit within vendor-prefixed image-set (#4654).
  • 13.2.1 - 2020-03-09
    • Fixed: selector-pseudo-element-no-unknown false positives for ::part pseudo-element (#4604).
    • Fixed: value-keyword-case false positives for longhand grid-column/row-* properties (#4611).
  • 13.2.0 - 2020-02-14
    • 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).
  • 13.1.0 - 2020-02-08
  • 13.0.0 - 2020-01-12
from stylelint GitHub release notes
Commit messages
Package name: stylelint
  • 0f69eac 13.6.0
  • 95de6f1 Update deps
  • c223dab Prepare 13.6.0
  • d28640c Update CHANGELOG.md
  • eba59c5 Update CHANGELOG.md
  • 6a043ae Fix false positives for all scope disables in `--report-invalid-scope-disables` (#4784)
  • e088472 Update CHANGELOG.md
  • a785a30 Write error information to STDERR (#4799)
  • 95995a8 Update CHANGELOG.md
  • 502184d Fix false positives for universal selector and disallowInList in no-duplicate-selectors (#4809)
  • 01743ae Bump @types/lodash from 4.14.152 to 4.14.154 (#4817)
  • 49f7e30 Update CHANGELOG.md
  • 7ad3434 Fix with workaround a TypeError thrown for "html" (#4797)
  • 1271cd9 Update CHANGELOG.md
  • 35cb8e7 Fix false positives for variables in font-family-no-missing-generic-family-keyword (#4806)
  • 9aec646 Update CHANGELOG.md
  • 617f68e Add ignoreSelectors option to block-opening-brace-space-before (#4640)
  • 28ea42f Update CHANGELOG.md
  • 925395d Fix error message percentage/number precision for alpha-value-notation (#4802)
  • 66c6423 Create new 'createPartialStylelintResult' module (#4815)
  • 037338d Move function normalizeAllRuleSettings() out to a separate module (#4810)
  • 651b43c Bump @types/lodash from 4.14.151 to 4.14.152 (#4804)
  • 6cfea29 Update CHANGELOG.md
  • cc8efb1 Add minimum node version to engine field in package.json (#4790)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant