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 14.6.1 to 14.15.0 #125

Merged
merged 3 commits into from
May 19, 2023

Conversation

haraprasadj
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade stylelint from 14.6.1 to 14.15.0.

ℹ️ 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 18 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-11-13.
Release notes
Package name: stylelint
  • 14.15.0 - 2022-11-13
    • Added: --globby-options flag (#6437) (@ sidverma32).
    • Added: custom message formatting for at-rule-disallowed-list, declaration-property-unit-disallowed-list, declaration-property-value-disallowed-list, function-disallowed-list, and property-disallowed-list (#6463) (@ chloerice).
    • Added: support autofix with checkAgainstRule (#6466) (@ aaronccasanova).
    • Added: support for reporting with custom severity (#6444) (@ aaronccasanova).
    • Added: support to checkAgainstRule with custom rules (#6460) (@ aaronccasanova).
    • Fixed: tally output of string formatter colorized (#6443) (@ ybiquitous).
    • Fixed: usage of the import-lazy package to fit bundlers (#6449) (@ phoenisx).
  • 14.14.1 - 2022-11-03
    • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#6419) (@ kimulaco).
    • Fixed: shorthand-property-no-redundant-values message to be consistent (#6417) (@ fpetrakov).
    • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#6428) (@ sidverma32).
  • 14.14.0 - 2022-10-15
    • Added: *-pattern custom message formatting (#6391) (@ ybiquitous).
    • Fixed: block-no-empty false positives for reportNeedlessDisables (#6381) (@ ybiquitous).
    • Fixed: printf-like formatting for custom messages (#6389) (@ ybiquitous).
    • Fixed: unit-no-unknown false positives for font-relative length units (#6374) (@ ybiquitous).
    • Fixed: false negatives on second run for cache and severity option (#6384) (@ kimulaco).
    • Fixed: TS compilation error due to needless file-entry-cache import (#6393) (@ adidahiya).
  • 14.13.0 - 2022-09-28
    • Added: cacheStrategy option (#6357) (@ kaorun343).
    • Fixed: cache refresh when config is changed (#6356) (@ kimulaco).
    • Fixed: selector-pseudo-element-no-unknown false positives for ::highlight pseudo-element (#6367) (@ jathak).
  • 14.12.1 - 2022-09-21
  • 14.12.0 - 2022-09-18
    • Added: support for multiple --ignore-path flags (#6345) (@ kimulaco).
    • Added: experimental support for custom message arguments (#6312) (@ ybiquitous).
    • Added: declaration-block-no-duplicate-properties autofix (#6296) (@ fpetrakov).
    • Added: font-weight-notation autofix (#6347) (@ ybiquitous).
    • Added: ignore: ["inside-block"] and splitList to selector-disallowed-list (#6334) (@ mattmanuel90).
    • Added: regex support for ignorePseudoClasses option of selector-pseudo-class-no-unknown (#6316) (@ ybiquitous).
    • Added: regex support for ignorePseudoElements option of selector-pseudo-element-no-unknown (#6317) (@ ybiquitous).
    • Added: regex support for ignoreSelectors option of selector-no-vendor-prefix (#6327) (@ ybiquitous).
    • Added: regex support for ignoreTypes option of selector-type-case (#6326) (@ ybiquitous).
    • Fixed: *-no-unknown false positives for container queries (#6318) (@ fpetrakov).
    • Fixed: font-family-name-quotes false positives for interpolation and shorthand (#6335) (@ kimulaco).
    • Fixed: time-min-milliseconds incorrect location for matching violating times (#6319) (@ kawaguchi1102).
  • 14.11.0 - 2022-08-21
    • Added: ignoreAfterCombinators: [] to selector-max-universal (#6275).
    • Fixed: createPlugin type definition (#6264).
    • Fixed: alpha-value-notation false negatives for SVG properties (#6284).
    • Fixed: keyframes-name-pattern false positives for interpolation (#6265).
    • Fixed: selector-nested-pattern end positions (#6259).
    • Fixed: selector-no-qualifying-type message, positions, and false positives (#6260).
    • Fixed: selector-no-vendor-prefix end positions (#6261).
    • Fixed: selector-pseudo-class-allowed-list end positions and message (#6262).
    • Fixed: selector-pseudo-class-disallowed-list end positions and message (#6263).
    • Fixed: selector-pseudo-element-allowed-list end positions and message (#6270).
    • Fixed: selector-pseudo-element-disallowed-list end positions and message (#6270).
    • Fixed: shorthand-property-no-redundant-values message (#6272).
    • Fixed: time-min-milliseconds end positions (#6273).
  • 14.10.0 - 2022-08-11
    Read more
  • 14.9.1 - 2022-06-11
    • Fixed: selector-max-specificity false positives for :nth-child (#6140).
  • 14.9.0 - 2022-06-08
  • 14.8.5 - 2022-05-25
  • 14.8.4 - 2022-05-24
  • 14.8.3 - 2022-05-21
  • 14.8.2 - 2022-05-04
  • 14.8.1 - 2022-04-29
  • 14.8.0 - 2022-04-26
  • 14.7.1 - 2022-04-17
  • 14.7.0 - 2022-04-15
  • 14.6.1 - 2022-03-25
from stylelint GitHub release notes
Commit messages
Package name: stylelint
  • d1705d0 14.15.0
  • b576717 Prepare release (#6451)
  • 3c404f6 Update deps (#6474)
  • 4ec0c74 Stop CI testing on Dependabot branches pushed (#6459)
  • 971a58c Colorize tally output of `string` formatter (#6443)
  • 11b3c1e Add support autofix with `checkAgainstRule` (#6466)
  • b54083c Add `--globby-options` flag (#6437)
  • d91bb5b Add support to `checkAgainstRule` with custom rules (#6460)
  • e65d244 Increase experimental `messageArgs` support (#6463)
  • 64b022a Use npm v8 instead of v9 on CI testing (#6464)
  • 35c0cfa Add support for reporting with custom severity (#6444)
  • 17cff27 Bump eslint from 8.26.0 to 8.27.0 (#6457)
  • 2724aa4 [Fix] Support `import-lazy` bundler format (#6449)
  • 1a63e71 Set `target-branch: v15` for Dependabot (#6448)
  • 824506a 14.14.1
  • 1c4d790 Prepare release (#6418)
  • 323c534 Bump table from 6.8.0 to 6.8.1 (#6447)
  • 042d1ad Bump @ changesets/cli from 2.25.1 to 2.25.2 (#6442)
  • 9df685e Bump known-css-properties from 0.25.0 to 0.26.0 (#6431)
  • a45ac07 Bump patch-package from 6.4.7 to 6.5.0 (#6435)
  • b1726d6 Bump @ changesets/cli from 2.25.0 to 2.25.1 (#6432)
  • 7fbf297 Fix `unit-no-unknown` false positives for `*vi` & `*vb` viewport units (#6428)
  • 57cbcd4 Document errors and warnings better (#6426)
  • 142e477 Bump eslint from 8.25.0 to 8.26.0 (#6422)

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

@ocshawn ocshawn merged commit 6411b5c into master May 19, 2023
@ocshawn ocshawn deleted the snyk-upgrade-b2180bdb41b68a45280a0484a0759dbd branch May 19, 2023 20:35
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.

3 participants