Skip to content

Commit 116ebc8

Browse files
chore(dev-deps): ⬆️ update stylelint to ^15.6.3 (#130)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | [`^15.6.2` -> `^15.6.3`](https://renovatebot.com/diffs/npm/stylelint/15.6.2/15.6.3) | [![age](https://badges.renovateapi.com/packages/npm/stylelint/15.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint/15.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint/15.6.3/compatibility-slim/15.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint/15.6.3/confidence-slim/15.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>stylelint/stylelint</summary> ### [`v15.6.3`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#&#8203;1563) [Compare Source](https://togithub.com/stylelint/stylelint/compare/15.6.2...15.6.3) - Fixed: `alpha-value-notation` false positives for `color()` ([#&#8203;6885](https://togithub.com/stylelint/stylelint/pull/6885)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)). - Fixed: `alpha-value-notation` performance with improved benchmark script ([#&#8203;6864](https://togithub.com/stylelint/stylelint/pull/6864)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)). - Fixed: `at-rule-property-required-list` performance ([#&#8203;6865](https://togithub.com/stylelint/stylelint/pull/6865)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)). - Fixed: `color-*` performance ([#&#8203;6868](https://togithub.com/stylelint/stylelint/pull/6868)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)). - Fixed: `length-zero-no-unit` false positives on new math functions ([#&#8203;6871](https://togithub.com/stylelint/stylelint/pull/6871)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)). - Fixed: `string` formatter for unexpected truncation on non-ASCII characters ([#&#8203;6861](https://togithub.com/stylelint/stylelint/pull/6861)) ([@&#8203;Max10240](https://togithub.com/Max10240)). - Fixed: `unit-no-unknown` false positives for the second and subsequent `image-set()` with `x` descriptor ([#&#8203;6879](https://togithub.com/stylelint/stylelint/pull/6879)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/timelessco/js-bottomsheet).
1 parent fa52f93 commit 116ebc8

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"pinst": "^3.0.0",
5757
"prettier": "^2.8.8",
5858
"prettier-plugin-pkg": "^0.17.1",
59-
"stylelint": "^15.6.2",
59+
"stylelint": "^15.6.3",
6060
"stylelint-config-clean-order": "^5.0.1",
6161
"stylelint-config-prettier": "^9.0.5",
6262
"stylelint-config-standard": "^33.0.0",

pnpm-lock.yaml

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)