Skip to content

Commit e10b918

Browse files
authored
Merge PR #202
Bumps the npm group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [stylelint](https://github.com/stylelint/stylelint) | `16.16.0` | `16.17.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.13` | `22.13.14` | | [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.124` | `1.5.128` | | [nwsapi](https://github.com/dperini/nwsapi) | `2.2.19` | `2.2.20` | | [pirates](https://github.com/danez/pirates) | `4.0.6` | `4.0.7` | Updates `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 /> Updates `@types/node` from 22.13.13 to 22.13.14 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `electron-to-chromium` from 1.5.124 to 1.5.128 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/afccf91a7812e433a778f8f10151e0bd0d2a0b6d"><code>afccf91</code></a> 1.5.128</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/9968ffbdc05585fd3297927783957644209f954f"><code>9968ffb</code></a> generate new version</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/70f6bf12ad1d5a8e083030d889fb13c97b33bfd2"><code>70f6bf1</code></a> 1.5.127</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/c1f6293332f5fc562fb5f5f9243e82500b44c337"><code>c1f6293</code></a> generate new version</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/b9115cec644240e287db6f5a126ad14f28d3342d"><code>b9115ce</code></a> 1.5.126</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/eb31fa57c1c8b531668e5fbabe8ac03292e11ce6"><code>eb31fa5</code></a> generate new version</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/adfe442f5381e59a23ca6e852f93b259a2f0ef69"><code>adfe442</code></a> 1.5.125</li> <li><a href="https://github.com/Kilian/electron-to-chromium/commit/583f1529c22efffe92b5ab551cf9486242a03455"><code>583f152</code></a> generate new version</li> <li>See full diff in <a href="https://github.com/kilian/electron-to-chromium/compare/v1.5.124...v1.5.128">compare view</a></li> </ul> </details> <br /> Updates `nwsapi` from 2.2.19 to 2.2.20 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dperini/nwsapi/commits">compare view</a></li> </ul> </details> <br /> Updates `pirates` from 4.0.6 to 4.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danez/pirates/releases">pirates's releases</a>.</em></p> <blockquote> <h2>v4.0.7</h2> <h2><a href="https://github.com/danez/pirates/compare/v4.0.6...v4.0.7">4.0.7</a> (2025-03-27)</h2> <h3>Bug Fixes</h3> <ul> <li>remove build process and ship source directly (<a href="https://github.com/danez/pirates/commit/924ccc3d8395b301d253844665889a41a7c0af59">924ccc3</a>)</li> <li>Update some wording and fix grammar in messages (<a href="https://redirect.github.com/danez/pirates/issues/121">#121</a>) (<a href="https://github.com/danez/pirates/commit/f39d729d1118f9b0771f95c1192521757bc7b93e">f39d729</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danez/pirates/commit/ecd5f6cd8491c4f0e496f98ed18fb073257a0444"><code>ecd5f6c</code></a> chore: downgrade stack-utils</li> <li><a href="https://github.com/danez/pirates/commit/924ccc3d8395b301d253844665889a41a7c0af59"><code>924ccc3</code></a> fix: remove build process and ship source directly</li> <li><a href="https://github.com/danez/pirates/commit/f39d729d1118f9b0771f95c1192521757bc7b93e"><code>f39d729</code></a> fix: Update some wording and fix grammar in messages (<a href="https://redirect.github.com/danez/pirates/issues/121">#121</a>)</li> <li><a href="https://github.com/danez/pirates/commit/298e7a2c60cfbdf50f0573f36cf490ee25a51c75"><code>298e7a2</code></a> chore: update dev deps and remove renovate</li> <li><a href="https://github.com/danez/pirates/commit/43dbde95d4e123133035ea862d2f53b41ed8f7e5"><code>43dbde9</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/danez/pirates/issues/89">#89</a>)</li> <li><a href="https://github.com/danez/pirates/commit/3d4da84194b36f1d3e8adb8a14fa06615ec5868f"><code>3d4da84</code></a> chore(deps): update babel monorepo (<a href="https://redirect.github.com/danez/pirates/issues/117">#117</a>)</li> <li><a href="https://github.com/danez/pirates/commit/87e0488689b6dcda6abe42199df2269cae2a8179"><code>87e0488</code></a> chore(deps): update dependency eslint-plugin-import to v2.28.0</li> <li><a href="https://github.com/danez/pirates/commit/f7827ab2d744e9f27f20da523bfee368c7f89e0f"><code>f7827ab</code></a> chore(deps): update babel monorepo to v7.22.9</li> <li><a href="https://github.com/danez/pirates/commit/12b877f4bcfc5e216ec5323f5097449348ddfda6"><code>12b877f</code></a> chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (<a href="https://redirect.github.com/danez/pirates/issues/115">#115</a>)</li> <li><a href="https://github.com/danez/pirates/commit/3a76762450f292cf79c42fa92b41ebd2484d576c"><code>3a76762</code></a> chore(deps): update babel monorepo</li> <li>Additional commits viewable in <a href="https://github.com/danez/pirates/compare/v4.0.6...v4.0.7">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 83bcf7b + e7d896d commit e10b918

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"prettier-plugin-stylus": "^0.1.0",
117117
"prettier-plugin-tailwindcss": "^0.6.11",
118118
"sinon": "^20.0.0",
119-
"stylelint": "^16.16.0",
119+
"stylelint": "^16.17.0",
120120
"ts-node": "^10.9.2",
121121
"typescript": "^5.8.2",
122122
"typescript-eslint": "^8.28.0"

0 commit comments

Comments
 (0)