Skip to content

Commit

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

---

### Release Notes

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

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

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

-   Added: `declaration-block-no-redundant-longhand-properties` autofix ([#&#8203;6580](https://github.com/stylelint/stylelint/pull/6580)) ([@&#8203;mattxwang](https://github.com/mattxwang)).
-   Fixed: `declaration-property-value-no-unknown` false positives for `env()` ([#&#8203;6646](https://github.com/stylelint/stylelint/pull/6646)) ([@&#8203;romainmenke](https://github.com/romainmenke)).
-   Fixed: `function-calc-no-unspaced-operator` TypeError on empty `calc()` ([#&#8203;6634](https://github.com/stylelint/stylelint/pull/6634)) ([@&#8203;romainmenke](https://github.com/romainmenke)).
-   Fixed: inaccurate `customSyntax` inference ([#&#8203;6645](https://github.com/stylelint/stylelint/pull/6645)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)).

</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 12, 2023
1 parent ca3f9e9 commit 541a053
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.2",
"release-it": "15.6.0",
"sharp": "0.31.3",
"stylelint": "15.0.0",
"stylelint": "15.1.0",
"stylelint-config-clean-order": "^4.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 541a053

@vercel
Copy link

@vercel vercel bot commented on 541a053 Feb 12, 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.