foray1010 / Popup-my-Bookmarks

A browser extension that providing a more efficient way to view and manage your bookmarks menu
https://chrome.google.com/webstore/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
MIT License
122 stars 15 forks source link

chore(deps): update dependency stylelint to v16.7.0 #2635

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 16.6.1 -> 16.7.0 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint) ### [`v16.7.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1670) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.6.1...16.7.0) - Changed: `tap` formatter to support TAP14 ([#​7759](https://togithub.com/stylelint/stylelint/pull/7759)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Added: `url` secondary option ([#​7743](https://togithub.com/stylelint/stylelint/pull/7743)) ([@​emmacharp](https://togithub.com/emmacharp)). - Fixed: `at-rule-no-unknown` false positives for `@historical-forms` and `@font-palette-values` ([#​7774](https://togithub.com/stylelint/stylelint/pull/7774)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `at-rule-no-unknown` false positives for `@view-transition` ([#​7753](https://togithub.com/stylelint/stylelint/pull/7753)) ([@​sebdanielsson](https://togithub.com/sebdanielsson)). - Fixed: `at-rule-no-vendor-prefix` false negatives for `@-moz-document` and `@-webkit-viewport` ([#​7772](https://togithub.com/stylelint/stylelint/pull/7772)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `comment-whitespace-inside` end positions ([#​7744](https://togithub.com/stylelint/stylelint/pull/7744)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-duplicate-properties` reported ranges ([#​7758](https://togithub.com/stylelint/stylelint/pull/7758)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-redundant-longhand-properties`/`declaration-block-no-shorthand-property-overrides` false negatives for `font-variant` ([#​7734](https://togithub.com/stylelint/stylelint/pull/7734)) ([@​Bilie](https://togithub.com/Bilie)). - Fixed: `font-family-name-quotes` false negatives for `-moz-*`/`-webkit-*` keywords ([#​7777](https://togithub.com/stylelint/stylelint/pull/7777)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `font-family-no-missing-generic-family-keyword` false negatives for font families which names match a CSS3 `font-variant` keyword ([#​7823](https://togithub.com/stylelint/stylelint/pull/7823)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-name-case` end positions ([#​7747](https://togithub.com/stylelint/stylelint/pull/7747)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-no-unknown` performance by reducing file read count ([#​7801](https://togithub.com/stylelint/stylelint/pull/7801)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `media-feature-name-no-vendor-prefix` autofix ([#​7770](https://togithub.com/stylelint/stylelint/pull/7770)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `no-invalid-double-slash-comments` reported ranges ([#​7768](https://togithub.com/stylelint/stylelint/pull/7768)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `property-no-unknown` false positives for `navigation` and miscellaneous legacy properties ([#​7764](https://togithub.com/stylelint/stylelint/pull/7764)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `quietDeprecationWarnings` to suppress `stylelint:003` warning ([#​7837](https://togithub.com/stylelint/stylelint/pull/7837)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `selector-no-vendor-prefix` autofix ([#​7763](https://togithub.com/stylelint/stylelint/pull/7763)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-not-notation` end positions when new lines are part of the selector ([#​7755](https://togithub.com/stylelint/stylelint/pull/7755)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-type-case` end positions ([#​7752](https://togithub.com/stylelint/stylelint/pull/7752)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `shorthand-property-no-redundant-values` false negatives for logical properties, `overflow`, `overscroll-behavior`, `scroll-margin` and `scroll-padding` ([#​7808](https://togithub.com/stylelint/stylelint/pull/7808)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `string-no-newline` false positives for escaped multi-line ([#​7818](https://togithub.com/stylelint/stylelint/pull/7818)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `value-keyword-case` end positions ([#​7760](https://togithub.com/stylelint/stylelint/pull/7760)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `stylelint.utils.checkAgainstRule()` for Promise-based rules ([#​7821](https://togithub.com/stylelint/stylelint/pull/7821)) ([@​aaronccasanova](https://togithub.com/aaronccasanova)). - Fixed: `stylelint.utils.checkAgainstRule()` to use `result.stylelint` if present ([#​7833](https://togithub.com/stylelint/stylelint/pull/7833)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: YAML diagnostic block *end marker line* of the `tap` formatter ([#​7759](https://togithub.com/stylelint/stylelint/pull/7759)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present ([#​7733](https://togithub.com/stylelint/stylelint/pull/7733)) ([@​romainmenke](https://togithub.com/romainmenke)).

Configuration

📅 Schedule: Branch creation - "after 12am and before 4am" in timezone Etc/UTC, Automerge - "after 4am and before 7am" in timezone Etc/UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.