Skip to content

Commit

Permalink
[TASK]: Bump stylelint from 16.9.0 to 16.10.0 in /packages/typo3-docs…
Browse files Browse the repository at this point in the history
…-theme (#787)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.9.0 to
16.10.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.10.0</h2>
<ul>
<li>Changed: <code>shorthand-property-no-redundant-values</code>
reported ranges (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8008">#8008</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: <code>formatter</code> configuration property (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7826">#7826</a>)
(<a
href="https://github.com/emmacharp"><code>@​emmacharp</code></a>).</li>
<li>Added: <code>validate</code> option to Node.js API and
<code>--validate</code> CLI flag (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8009">#8009</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: fixed section to the output of the <code>verbose</code>
formatter (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7985">#7985</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: support for <code>string | RegExp</code> to
<code>ignoreValues</code> option of <code>value-no-vendor-prefix</code>
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/7969">#7969</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: support for <code>string</code> to
<code>ignoreLonghands</code> option of
<code>declaration-block-no-redundant-longhand-properties</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7971">#7971</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>at-rule-no-unknown</code> false positives for
<code>@position-try</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7968">#7968</a>)
(<a
href="https://github.com/yelizsevinc"><code>@​yelizsevinc</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
for <code>grid-column</code>/<code>grid-row</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8023">#8023</a>)
(<a
href="https://github.com/ryo-manba"><code>@​ryo-manba</code></a>).</li>
<li>Fixed: <code>declaration-property-value-no-unknown</code> false
negatives/positives via <a
href="https://github.com/csstree/csstree/releases/tag/v3.0.0"><code>[email protected]</code></a>
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/7993">#7993</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>declaration-property-value-no-unknown</code> reported
ranges and message (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8003">#8003</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>keyframe-selector-notation</code> reported ranges (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7992">#7992</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>length-zero-no-unit</code> false positives for Sass
variables (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8035">#8035</a>)
(<a
href="https://github.com/ryo-manba"><code>@​ryo-manba</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> reported ranges (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7996">#7996</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-anb-no-unmatchable</code> reported ranges and
message (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8001">#8001</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>string</code> formatter handling of log symbols for
non-Unicode terminals (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7981">#7981</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: built <code>.cjs</code> files to address Rollup vulnerability
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/8010">#8010</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: incorrect <code>config</code> option for Node.js API with
<code>extends</code> and <code>overrides</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8030">#8030</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: stricter validation for the options of
<code>declaration-property-max-values</code>,
<code>declaration-property-value-no-unknown</code> and
<code>number-max-precision</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7975">#7975</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</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.10.0</h2>
<ul>
<li>Changed: <code>shorthand-property-no-redundant-values</code>
reported ranges (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8008">#8008</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: <code>formatter</code> configuration property (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7826">#7826</a>)
(<a
href="https://github.com/emmacharp"><code>@​emmacharp</code></a>).</li>
<li>Added: <code>validate</code> option to Node.js API and
<code>--validate</code> CLI flag (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8009">#8009</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: fixed section to the output of the <code>verbose</code>
formatter (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7985">#7985</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: support for <code>string | RegExp</code> to
<code>ignoreValues</code> option of <code>value-no-vendor-prefix</code>
(<a
href="https://redirect.github.com/stylelint/stylelint/pull/7969">#7969</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Added: support for <code>string</code> to
<code>ignoreLonghands</code> option of
<code>declaration-block-no-redundant-longhand-properties</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7971">#7971</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>at-rule-no-unknown</code> false positives for
<code>@position-try</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7968">#7968</a>)
(<a
href="https://github.com/yelizsevinc"><code>@​yelizsevinc</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
for <code>grid-column</code>/<code>grid-row</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8023">#8023</a>)
(<a
href="https://github.com/ryo-manba"><code>@​ryo-manba</code></a>).</li>
<li>Fixed: <code>declaration-property-value-no-unknown</code> false
negatives/positives via <a
href="https://github.com/csstree/csstree/releases/tag/v3.0.0"><code>[email protected]</code></a>
(<a
href="https://redirect.github.com/stylelint/stylelint/pull/7993">#7993</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: <code>declaration-property-value-no-unknown</code> reported
ranges and message (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8003">#8003</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>keyframe-selector-notation</code> reported ranges (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7992">#7992</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>length-zero-no-unit</code> false positives for Sass
variables (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8035">#8035</a>)
(<a
href="https://github.com/ryo-manba"><code>@​ryo-manba</code></a>).</li>
<li>Fixed: <code>no-descending-specificity</code> reported ranges (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7996">#7996</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>selector-anb-no-unmatchable</code> reported ranges and
message (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8001">#8001</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed: <code>string</code> formatter handling of log symbols for
non-Unicode terminals (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7981">#7981</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
<li>Fixed: built <code>.cjs</code> files to address Rollup vulnerability
(<a
href="https://redirect.github.com/stylelint/stylelint/pull/8010">#8010</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: incorrect <code>config</code> option for Node.js API with
<code>extends</code> and <code>overrides</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/8030">#8030</a>)
(<a
href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a>).</li>
<li>Fixed: stricter validation for the options of
<code>declaration-property-max-values</code>,
<code>declaration-property-value-no-unknown</code> and
<code>number-max-precision</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/7975">#7975</a>)
(<a
href="https://github.com/Mouvedia"><code>@​Mouvedia</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stylelint/stylelint/commit/c360343410cd92560ed48f6684d26c7177c4c7a5"><code>c360343</code></a>
16.10.0</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/a8bb7ab1f774aad85555a183045bdf4510d6006e"><code>a8bb7ab</code></a>
Prepare 16.10.0 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/7970">#7970</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/8eb19d00c3cd713234942a2a0221f3aab427a399"><code>8eb19d0</code></a>
Document issue types for maintainers (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8036">#8036</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/f5e83b137b727d6eaab050ec177e58c5fe119454"><code>f5e83b1</code></a>
Fix <code>length-zero-no-unit</code> false positives for Sass variables
(<a
href="https://redirect.github.com/stylelint/stylelint/issues/8035">#8035</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/99030ac87b2d27f0e9e615812cb36f2862063bcf"><code>99030ac</code></a>
Fix <code>declaration-block-no-redundant-longhand-properties</code>
autofix for `grid-co...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/3fca68706b744b18df53a2691dbd164508cd5d32"><code>3fca687</code></a>
Bump typescript from 5.6.2 to 5.6.3 in the typescript group (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8031">#8031</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/530f0ee4a8f1d7559f3ee7552c3bb12be623d80d"><code>530f0ee</code></a>
Bump css-functions-list from 3.2.2 to 3.2.3 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8033">#8033</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/edaa50858e71936962e505bacf553dfc05fa0cda"><code>edaa508</code></a>
Bump rollup from 4.22.5 to 4.24.0 (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8032">#8032</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/ab2141ef38e97e47c27202493512fb0c6ff550a7"><code>ab2141e</code></a>
Fix incorrect <code>config</code> option for Node.js API with
<code>extends</code> and <code>overrides</code> ...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/baf7c0e4448e6e1b1d472b53df8a3dd35291449a"><code>baf7c0e</code></a>
Bump postcss-safe-parser from 7.0.0 to 7.0.1 in the postcss group (<a
href="https://redirect.github.com/stylelint/stylelint/issues/8021">#8021</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint/stylelint/compare/16.9.0...16.10.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=16.9.0&new-version=16.10.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 7792ff9 commit 220c007
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 77 deletions.
127 changes: 51 additions & 76 deletions packages/typo3-docs-theme/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/typo3-docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.20.1",
"sass": "^1.80.1",
"stylelint": "^16.9.0"
"stylelint": "^16.10.0"
},
"scripts": {
"build": "grunt build",
Expand Down

0 comments on commit 220c007

Please sign in to comment.