Skip to content

Commit

Permalink
chore(deps-dev): Bump stylelint from 15.8.0 to 15.9.0 (#6758)
Browse files Browse the repository at this point in the history
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to
15.9.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.9.0</h2>
<ul>
<li>Added: <code>insideFunctions: {&quot;function&quot;: int}</code> to
<code>number-max-precision</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6932">#6932</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
for <code>border-radius</code> shorthand (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6958">#6958</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>border-width</code> shorthand (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6956">#6956</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-column</code> and <code>grid-row</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6957">#6957</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.9.0</h2>
<ul>
<li>Added: <code>insideFunctions: {&quot;function&quot;: int}</code> to
<code>number-max-precision</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/6932">#6932</a>)
(<a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
<li>Fixed:
<code>declaration-block-no-redundant-longhand-properties</code> autofix
for <code>border-radius</code> shorthand (<a
href="https://redirect.github.com/stylelint/stylelint/pull/6958">#6958</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>border-width</code> shorthand (<a
href="https://redirect.github.com/stylelint/stylelint/pull/6956">#6956</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-column</code> and <code>grid-row</code> (<a
href="https://redirect.github.com/stylelint/stylelint/pull/6957">#6957</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/e56fc6cfdd7c9dab342a1289ab5a596b29c7be57"><code>e56fc6c</code></a>
15.9.0</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/49d22f6b71a13e33b1e88851999c009a0b8437ac"><code>49d22f6</code></a>
Prepare release (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6938">#6938</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/77824f681ea422fd6fdc346e451bdf96c165894e"><code>77824f6</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/00803ea815381c3ac42298d7f695530e0dab8418"><code>00803ea</code></a>
Fix <code>declaration-block-no-redundant-longhand-properties</code>
autofix for `border-...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/db315b1b470882ab9b31dda8f2efc78d5af09365"><code>db315b1</code></a>
Fix <code>declaration-block-no-redundant-longhand-properties</code>
autofix for `border-...</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/16754b1dab7590238f9b842ebd25678f8204ae9d"><code>16754b1</code></a>
Replace <code>✅</code> with corresponding symbols in rule doc tables (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6946">#6946</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/fd3cc1e4fa41fb1adb3c056507816c9be134f1bc"><code>fd3cc1e</code></a>
Avoid at-mark use in Markdown files (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6945">#6945</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/8b2af6f434ae100d2acf70519140734338dea586"><code>8b2af6f</code></a>
Install <code>@jest/globals</code> explicitly (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6950">#6950</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/5b82414dccdf1923f341b0df9401fdc5e81657d2"><code>5b82414</code></a>
Rewrite some tests (<code>lib/__tests__/*</code>) to ESM (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6941">#6941</a>)</li>
<li><a
href="https://github.com/stylelint/stylelint/commit/89b73039b9d50be4a2f1f49298162e1b59b8f93b"><code>89b7303</code></a>
Add <code>eslint-plugin-import</code> to detect missing file extensions
in <code>import</code> (<a
href="https://redirect.github.com/stylelint/stylelint/issues/6942">#6942</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/stylelint/stylelint/compare/15.8.0...15.9.0">compare
view</a></li>
</ul>
</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] committed Jun 24, 2023
1 parent 207fd18 commit 528d64e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"sass-loader": "^13.3.2",
"serve-static": "^1.15.0",
"simple-git": "^3.19.0",
"stylelint": "^15.8.0",
"stylelint": "^15.9.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"terser-webpack-plugin": "^5.3.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,7 @@ __metadata:
sass-loader: ^13.3.2
serve-static: ^1.15.0
simple-git: ^3.19.0
stylelint: ^15.8.0
stylelint: ^15.9.0
stylelint-config-prettier-scss: ^1.0.0
stylelint-config-standard-scss: ^9.0.0
tabbable: ^6.1.2
Expand Down Expand Up @@ -11401,9 +11401,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint@npm:^15.8.0":
version: 15.8.0
resolution: "stylelint@npm:15.8.0"
"stylelint@npm:^15.9.0":
version: 15.9.0
resolution: "stylelint@npm:15.9.0"
dependencies:
"@csstools/css-parser-algorithms": ^2.2.0
"@csstools/css-tokenizer": ^2.1.1
Expand Down Expand Up @@ -11448,7 +11448,7 @@ __metadata:
write-file-atomic: ^5.0.1
bin:
stylelint: bin/stylelint.js
checksum: 3598f604393162c63f79f5696e24af871818f1422b4a0184deea054450a90434273d27bf8bf3f3e27d45c6850d29cbd0ed810f1092700b98c7fe4135fda6266c
checksum: 554165854bad5db90f5e325546940cae8f47f324a2d8ce27d809e1f5ad2d3de8fa4b1eaded97b0c456e2a7f1d714779876b021c432cc39dc40473aea1a05e8b2
languageName: node
linkType: hard

Expand Down

0 comments on commit 528d64e

Please sign in to comment.