[PR #296] [MERGED] chore(deps-dev): bump stylelint from 15.10.3 to 15.11.0 in /web #329

Closed
opened 2026-03-03 16:37:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/296
Author: @dependabot[bot]
Created: 11/1/2023
Status: Merged
Merged: 11/8/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/stylelint-15.11.0


📝 Commits (1)

  • 9ff5ab0 chore(deps-dev): bump stylelint from 15.10.3 to 15.11.0 in /web

📊 Changes

2 files changed (+54 additions, -38 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+53 -37)

📄 Description

Bumps stylelint from 15.10.3 to 15.11.0.

Release notes

Sourced from stylelint's releases.

15.11.0

  • Added: ignoreRules to max-nesting-depth (#7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@​mattxwang).
Changelog

Sourced from stylelint's changelog.

15.11.0

  • Added: ignoreRules to max-nesting-depth (#7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@​mattxwang).
Commits
  • 8914d46 15.11.0
  • 29fe2df Prepare 15.11.0 (#7212)
  • fafb83e Bump known-css-properties from 0.28.0 to 0.29.0 (#7247)
  • 6e06398 Bump css-functions-list from 3.2.0 to 3.2.1 (#7242)
  • 9941121 Remove some TODOs (#7234)
  • f1d3228 Fix declaration-block-no-redundant-longhand-properties autofix for `grid-te...
  • 2a1fc6d Bump postcss from 8.4.28 to 8.4.31 (#7218)
  • dfd1ffc Fix declaration-block-no-redundant-longhand-properties false negative for `...
  • 3374bb4 Fix declaration-block-no-redundant-longhand-properties false negatives for ...
  • e468814 Add ignoreRules to max-nesting-depth (#7215)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/296 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/stylelint-15.11.0` --- ### 📝 Commits (1) - [`9ff5ab0`](https://github.com/NdoleStudio/httpsms/commit/9ff5ab0809f258db0094456fca10b7c0e7db95a5) chore(deps-dev): bump stylelint from 15.10.3 to 15.11.0 in /web ### 📊 Changes **2 files changed** (+54 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+53 -37) </details> ### 📄 Description Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 15.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>15.11.0</h2> <ul> <li>Added: <code>ignoreRules</code> to <code>max-nesting-depth</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7215">#7215</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>grid-template</code> with <code>repeat()</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7230">#7230</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negative for <code>font-synthesis</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7214">#7214</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negatives for <code>*-block</code> and <code>*-inline</code> logical properties (<a href="https://redirect.github.com/stylelint/stylelint/issues/7208">#7208</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negatives for <code>overflow</code>, <code>overscroll-behavior</code>, <code>scroll-margin</code>, <code>scroll-padding</code>, and new Box Alignment shorthands (<a href="https://redirect.github.com/stylelint/stylelint/issues/7213">#7213</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>light-dark</code>, <code>linear</code> and <code>xywh</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7242">#7242</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>15.11.0</h2> <ul> <li>Added: <code>ignoreRules</code> to <code>max-nesting-depth</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7215">#7215</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> autofix for <code>grid-template</code> with <code>repeat()</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7230">#7230</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negative for <code>font-synthesis</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7214">#7214</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negatives for <code>*-block</code> and <code>*-inline</code> logical properties (<a href="https://redirect.github.com/stylelint/stylelint/pull/7208">#7208</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>declaration-block-no-redundant-longhand-properties</code> false negatives for <code>overflow</code>, <code>overscroll-behavior</code>, <code>scroll-margin</code>, <code>scroll-padding</code>, and new Box Alignment shorthands (<a href="https://redirect.github.com/stylelint/stylelint/pull/7213">#7213</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> <li>Fixed: <code>function-no-unknown</code> false positives for <code>light-dark</code>, <code>linear</code> and <code>xywh</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/7242">#7242</a>) (<a href="https://github.com/mattxwang"><code>@​mattxwang</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/8914d463e6e2622ba0d82ae69d36e61f3c08eb89"><code>8914d46</code></a> 15.11.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/29fe2df6f35c3905075cd9ec1dd76c2d4780e625"><code>29fe2df</code></a> Prepare 15.11.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7212">#7212</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/fafb83e6fab3e2a4f84d8536cd9b19ebdc5f3282"><code>fafb83e</code></a> Bump known-css-properties from 0.28.0 to 0.29.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7247">#7247</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6e06398a3f53bda6ed9a86ad17defd40d0c24a5a"><code>6e06398</code></a> Bump css-functions-list from 3.2.0 to 3.2.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7242">#7242</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/994112133722d7d55267a042f5c94fa8892ebed2"><code>9941121</code></a> Remove some TODOs (<a href="https://redirect.github.com/stylelint/stylelint/issues/7234">#7234</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f1d3228d21d197720785b41e2b505ce320146377"><code>f1d3228</code></a> Fix <code>declaration-block-no-redundant-longhand-properties</code> autofix for `grid-te...</li> <li><a href="https://github.com/stylelint/stylelint/commit/2a1fc6dbcfc1f245a4f75e83d8d8048c098614c4"><code>2a1fc6d</code></a> Bump postcss from 8.4.28 to 8.4.31 (<a href="https://redirect.github.com/stylelint/stylelint/issues/7218">#7218</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/dfd1ffcabb2036d9e2e25aed512c193d3d868ae5"><code>dfd1ffc</code></a> Fix <code>declaration-block-no-redundant-longhand-properties</code> false negative for `...</li> <li><a href="https://github.com/stylelint/stylelint/commit/3374bb49f01073b91e5336887807ef3fb4699957"><code>3374bb4</code></a> Fix <code>declaration-block-no-redundant-longhand-properties</code> false negatives for ...</li> <li><a href="https://github.com/stylelint/stylelint/commit/e468814ac18e9e8bcba295e8a1b7793ff350f243"><code>e468814</code></a> Add <code>ignoreRules</code> to <code>max-nesting-depth</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/7215">#7215</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint&package-manager=npm_and_yarn&previous-version=15.10.3&new-version=15.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#329
No description provided.