-
Notifications
You must be signed in to change notification settings - Fork 10
Commit ed34df0
authored
[TASK]: Bump stylelint from 16.16.0 to 16.17.0 in /packages/typo3-docs-theme (#934)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.16.0
to 16.17.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>16.17.0</h2>
<ul>
<li>Added: <code>layer-name-pattern</code> rule (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8474">#8474</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>--compute-edit-info</code> CLI flag (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8473">#8473</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>ignorePreludeOfAtRules: []</code> to
<code>length-zero-no-unit</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8472">#8472</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>at-rule-no-unknown</code> support for
<code>languageOptions</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8475">#8475</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>property-no-unknown</code> support for
<code>languageOptions</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8476">#8476</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added:
<code>declaration-block-no-redundant-longhand-properties</code> support
for computing <code>EditInfo</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8482">#8482</a>)
(<a
href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li>
<li>Added: <code>function-url-quotes</code> support for computing
<code>EditInfo</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8483">#8483</a>)
(<a
href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li>
<li>Added: <code>selector-attribute-quotes</code> support for computing
<code>EditInfo</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8484">#8484</a>)
(<a
href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li>
<li>Fixed: <code>custom-property-pattern</code> false negatives for
<code>@Property</code> preludes (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8468">#8468</a>)
(<a
href="https://github.com/rohitgs28"><code>@rohitgs28</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>16.17.0 - 2025-03-26</h2>
<p>It adds 1 new rule, support for <code>languageOptions</code> to 2
rules, 1 option to a rule, the <code>--compute-edit-info</code> CLI flag
(along with support for <code>EditInfo</code> in 3 rules), and fixes 1
bug. <code>EditInfo</code> is useful for automated fixing tools and
editor integrations.</p>
<ul>
<li>Added: <code>layer-name-pattern</code> rule (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8474">#8474</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>--compute-edit-info</code> CLI flag (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8473">#8473</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>ignorePreludeOfAtRules: []</code> to
<code>length-zero-no-unit</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8472">#8472</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>at-rule-no-unknown</code> support for
<code>languageOptions</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8475">#8475</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added: <code>property-no-unknown</code> support for
<code>languageOptions</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8476">#8476</a>)
(<a
href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li>
<li>Added:
<code>declaration-block-no-redundant-longhand-properties</code> support
for computing <code>EditInfo</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8482">#8482</a>)
(<a
href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li>
<li>Added: <code>function-url-quotes</code> support for computing
<code>EditInfo</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8483">#8483</a>)
(<a
href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li>
<li>Added: <code>selector-attribute-quotes</code> support for computing
<code>EditInfo</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8484">#8484</a>)
(<a
href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li>
<li>Fixed: <code>custom-property-pattern</code> false negatives for
<code>@Property</code> preludes (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8468">#8468</a>)
(<a
href="https://github.com/rohitgs28"><code>@rohitgs28</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stylelint/stylelint/commit/6137c5249f317747da1e8fceb82c9f3ad3f791d4"><code>6137c52</code></a>
16.17.0</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/7437174decaa8532f20fc374978d2b0d0cb392f8"><code>7437174</code></a>
Prepare 16.17.0 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8477">#8477</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/68eff89706b3d918a2da57446f5ef7b91ad35eb7"><code>68eff89</code></a>
Document <code>EditInfo</code> in <code>Warning</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8485">#8485</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/17295d9321f9c8be4120d2d494d652444d2792b2"><code>17295d9</code></a>
Fix types for stable editinfo (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8493">#8493</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/8664399d21a12c92cda52e575501a219ceecdfce"><code>8664399</code></a>
Fix pkg.pr.new comment content (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8496">#8496</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/96ccbef37476d28b344033ab2cb4173f51169710"><code>96ccbef</code></a>
Add <code>--compute-edit-info</code> flag (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8473">#8473</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/95db21e2a8554c7af9394807959131d76ad0b8fc"><code>95db21e</code></a>
Document <code>computeEditInfo</code> option (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8486">#8486</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/7dabd1aeebf5c29fae808287b15393072db0c979"><code>7dabd1a</code></a>
Add <code>layer-name-pattern</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8474">#8474</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/6fd35bcd38f1e3b6b593d8c617bff85b069357ae"><code>6fd35bc</code></a>
Bump rollup from 4.35.0 to 4.37.0 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8491">#8491</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/2a27683812e57b71eb4117233f6847790c8c8c91"><code>2a27683</code></a>
Bump eslint from 9.22.0 to 9.23.0 in the eslint group (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8490">#8490</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint/stylelint/compare/16.16.0...16.17.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 09d7647 commit ed34df0Copy full SHA for ed34df0
File tree
2 files changed
+5
-5
lines changedFilter options
- packages/typo3-docs-theme
2 files changed
+5
-5
lines changedpackages/typo3-docs-theme/package-lock.json
Copy file name to clipboardExpand all lines: packages/typo3-docs-theme/package-lock.json+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
packages/typo3-docs-theme/package.json
Copy file name to clipboardExpand all lines: packages/typo3-docs-theme/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
0 commit comments