Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update stylelint to v15.2.0 (#124)
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://github.com/stylelint/stylelint)) | [`15.1.0` -> `15.2.0`](https://renovatebot.com/diffs/npm/stylelint/15.1.0/15.2.0) | [![age](https://badges.renovateapi.com/packages/npm/stylelint/15.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint/15.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint/15.2.0/compatibility-slim/15.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint/15.2.0/confidence-slim/15.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v15.2.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#&#8203;1520)

[Compare Source](https://github.com/stylelint/stylelint/compare/15.1.0...15.2.0)

-   Added: `messageArgs` to 76 rules ([#&#8203;6589](https://github.com/stylelint/stylelint/pull/6589)) ([@&#8203;kizu](https://github.com/kizu)).
-   Fixed: TypeScript error to export `Plugin` and `RuleContext` ([#&#8203;6664](https://github.com/stylelint/stylelint/pull/6664)) ([@&#8203;henryruhs](https://github.com/henryruhs)).
-   Fixed: `overrides.extends` order when including same rules ([#&#8203;6660](https://github.com/stylelint/stylelint/pull/6660)) ([@&#8203;kuoruan](https://github.com/kuoruan)).
-   Fixed: `annotation-no-unknown` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)).
-   Fixed: `declaration-property-value-no-unknown` false positives for at-rule descriptors ([#&#8203;6669](https://github.com/stylelint/stylelint/pull/6669)) ([@&#8203;FloEdelmann](https://github.com/FloEdelmann)).
-   Fixed: `declaration-property-value-no-unknown` parse error for `alpha(opacity=n)` to report as violation ([#&#8203;6650](https://github.com/stylelint/stylelint/pull/6650)) ([@&#8203;romainmenke](https://github.com/romainmenke)).
-   Fixed: `function-name-case` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)).
-   Fixed: `function-no-unknown` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)).
-   Fixed: `unit-no-unknown` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)).
-   Fixed: `value-keyword-case` false positives for CSS-in-JS template literals ([#&#8203;6666](https://github.com/stylelint/stylelint/pull/6666)) ([@&#8203;hudochenkov](https://github.com/hudochenkov)).

</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/navin-moorthy/next-react-app).
  • Loading branch information
renovate[bot] authored Feb 19, 2023
1 parent 7205579 commit 953edd3
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 @@ -103,7 +103,7 @@
"prettier-plugin-tailwindcss": "^0.2.3",
"release-it": "15.6.0",
"sharp": "0.31.3",
"stylelint": "15.1.0",
"stylelint": "15.2.0",
"stylelint-config-clean-order": "^5.0.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "30.0.1",
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 953edd3

@vercel
Copy link

@vercel vercel bot commented on 953edd3 Feb 19, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.