Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update stylelint to ^15.6.2 (#113)
Browse files Browse the repository at this point in the history
[![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.1` -> `^15.6.2`](https://renovatebot.com/diffs/npm/stylelint/15.6.1/15.6.2) | [![age](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/compatibility-slim/15.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/confidence-slim/15.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>stylelint/stylelint</summary>

### [`v15.6.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#&#8203;1562)

[Compare Source](https://togithub.com/stylelint/stylelint/compare/15.6.1...15.6.2)

-   Fixed: `alpha-value-notation` false negatives for `oklab()`, `oklch()`, and `color()` ([#&#8203;6844](https://togithub.com/stylelint/stylelint/pull/6844)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `declaration-block-no-redundant-longhand-properties` autofix with `cubic-bezier()` ([#&#8203;6841](https://togithub.com/stylelint/stylelint/pull/6841)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `function-no-unknown` false positives for unspaced operators against nested brackets ([#&#8203;6842](https://togithub.com/stylelint/stylelint/pull/6842)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `function-url-quotes` false positives for SCSS `with()` construct ([#&#8203;6847](https://togithub.com/stylelint/stylelint/pull/6847)) ([@&#8203;ybiquitous](https://togithub.com/ybiquitous)).
-   Fixed: `media-feature-name-no-unknown` false positives for `not` and `or` ([#&#8203;6838](https://togithub.com/stylelint/stylelint/pull/6838)) ([@&#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).
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent a272e0e commit 589ee4e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"prettier-plugin-pkg": "^0.17.1",
"stylelint": "^15.6.1",
"stylelint": "^15.6.2",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^33.0.0",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 589ee4e

@vercel
Copy link

@vercel vercel bot commented on 589ee4e May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

js-bottomsheet-website – ./apps/website

js-bottomsheet-website.vercel.app
js-bottomsheet-website-git-main-timelessco.vercel.app
js-bottomsheet-website-timelessco.vercel.app

Please sign in to comment.