[PR #1898] [CLOSED] chore(deps-dev): bump stylelint-config-standard from 22.0.0 to 23.0.0 #3554

Closed
opened 2026-03-17 01:09:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1898
Author: @dependabot[bot]
Created: 10/25/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/stylelint-config-standard-23.0.0


📝 Commits (1)

  • 6097120 chore(deps-dev): bump stylelint-config-standard from 22.0.0 to 23.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps stylelint-config-standard from 22.0.0 to 23.0.0.

Release notes

Sourced from stylelint-config-standard's releases.

23.0.0

This release adds over a dozen new rules.

If needed, you can extend the config to turn off or lower the severity of any of the new rules.

We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@6.0.0.
  • Added: alpha-value-notation rule.
  • Added: at-rule-no-vendor-prefix rule.
  • Added: color-function-notation rule.
  • Added: custom-media-pattern rule.
  • Added: custom-property-pattern rule.
  • Added: declaration-block-no-redundant-longhand-properties rule.
  • Added: font-family-name-quotes rule.
  • Added: function-url-quotes rule.
  • Added: hue-degree-notation rule.
  • Added: keyframes-name-pattern rule.
  • Added: max-line-length rule.
  • Added: media-feature-name-no-vendor-prefix rule.
  • Added: no-empty-first-line rule.
  • Added: no-irregular-whitespace rule.
  • Added: number-max-precision rule.
  • Added: property-no-vendor-prefix rule.
  • Added: selector-attribute-quotes rule.
  • Added: selector-class-pattern rule.
  • Added: selector-id-pattern rule.
  • Added: selector-no-vendor-prefix rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: string-quotes rule.
  • Added: value-no-vendor-prefix rule.
Changelog

Sourced from stylelint-config-standard's changelog.

23.0.0

This release adds over a dozen new rules.

If needed, you can extend the config to turn off or lower the severity of any of the new rules.

We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@6.0.0.
  • Added: alpha-value-notation rule.
  • Added: at-rule-no-vendor-prefix rule.
  • Added: color-function-notation rule.
  • Added: custom-media-pattern rule.
  • Added: custom-property-pattern rule.
  • Added: declaration-block-no-redundant-longhand-properties rule.
  • Added: font-family-name-quotes rule.
  • Added: function-url-quotes rule.
  • Added: hue-degree-notation rule.
  • Added: keyframes-name-pattern rule.
  • Added: max-line-length rule.
  • Added: media-feature-name-no-vendor-prefix rule.
  • Added: no-empty-first-line rule.
  • Added: no-irregular-whitespace rule.
  • Added: number-max-precision rule.
  • Added: property-no-vendor-prefix rule.
  • Added: selector-attribute-quotes rule.
  • Added: selector-class-pattern rule.
  • Added: selector-id-pattern rule.
  • Added: selector-no-vendor-prefix rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: string-quotes rule.
  • Added: value-no-vendor-prefix rule.
Commits

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 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/hoppscotch/hoppscotch/pull/1898 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/25/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/stylelint-config-standard-23.0.0` --- ### 📝 Commits (1) - [`6097120`](https://github.com/hoppscotch/hoppscotch/commit/609712030636f6d8e57c87d7b22facc12129b607) chore(deps-dev): bump stylelint-config-standard from 22.0.0 to 23.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 22.0.0 to 23.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint-config-standard/releases">stylelint-config-standard's releases</a>.</em></p> <blockquote> <h2>23.0.0</h2> <p>This release adds over a dozen new rules.</p> <p>If needed, you can <a href="https://github.com/stylelint/stylelint-config-standard/blob/HEAD/README.md#extending-the-config">extend the config</a> to turn off or lower the severity of any of the new rules.</p> <p>We recommend using <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> to automatically prefix your at-rules, properties, selectors and values.</p> <ul> <li>Removed: <code>stylelint</code> less than <code>14.0.0</code> from peer dependencies.</li> <li>Changed: updated to <a href="https://github.com/stylelint/stylelint-config-recommended/releases/tag/6.0.0"><code>stylelint-config-recommended@6.0.0</code></a>.</li> <li>Added: <code>alpha-value-notation</code> rule.</li> <li>Added: <code>at-rule-no-vendor-prefix</code> rule.</li> <li>Added: <code>color-function-notation</code> rule.</li> <li>Added: <code>custom-media-pattern</code> rule.</li> <li>Added: <code>custom-property-pattern</code> rule.</li> <li>Added: <code>declaration-block-no-redundant-longhand-properties</code> rule.</li> <li>Added: <code>font-family-name-quotes</code> rule.</li> <li>Added: <code>function-url-quotes</code> rule.</li> <li>Added: <code>hue-degree-notation</code> rule.</li> <li>Added: <code>keyframes-name-pattern</code> rule.</li> <li>Added: <code>max-line-length</code> rule.</li> <li>Added: <code>media-feature-name-no-vendor-prefix</code> rule.</li> <li>Added: <code>no-empty-first-line</code> rule.</li> <li>Added: <code>no-irregular-whitespace</code> rule.</li> <li>Added: <code>number-max-precision</code> rule.</li> <li>Added: <code>property-no-vendor-prefix</code> rule.</li> <li>Added: <code>selector-attribute-quotes</code> rule.</li> <li>Added: <code>selector-class-pattern</code> rule.</li> <li>Added: <code>selector-id-pattern</code> rule.</li> <li>Added: <code>selector-no-vendor-prefix</code> rule.</li> <li>Added: <code>shorthand-property-no-redundant-values</code> rule.</li> <li>Added: <code>string-quotes</code> rule.</li> <li>Added: <code>value-no-vendor-prefix</code> rule.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md">stylelint-config-standard's changelog</a>.</em></p> <blockquote> <h2>23.0.0</h2> <p>This release adds over a dozen new rules.</p> <p>If needed, you can <a href="https://github.com/stylelint/stylelint-config-standard/blob/main/README.md#extending-the-config">extend the config</a> to turn off or lower the severity of any of the new rules.</p> <p>We recommend using <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> to automatically prefix your at-rules, properties, selectors and values.</p> <ul> <li>Removed: <code>stylelint</code> less than <code>14.0.0</code> from peer dependencies.</li> <li>Changed: updated to <a href="https://github.com/stylelint/stylelint-config-recommended/releases/tag/6.0.0"><code>stylelint-config-recommended@6.0.0</code></a>.</li> <li>Added: <code>alpha-value-notation</code> rule.</li> <li>Added: <code>at-rule-no-vendor-prefix</code> rule.</li> <li>Added: <code>color-function-notation</code> rule.</li> <li>Added: <code>custom-media-pattern</code> rule.</li> <li>Added: <code>custom-property-pattern</code> rule.</li> <li>Added: <code>declaration-block-no-redundant-longhand-properties</code> rule.</li> <li>Added: <code>font-family-name-quotes</code> rule.</li> <li>Added: <code>function-url-quotes</code> rule.</li> <li>Added: <code>hue-degree-notation</code> rule.</li> <li>Added: <code>keyframes-name-pattern</code> rule.</li> <li>Added: <code>max-line-length</code> rule.</li> <li>Added: <code>media-feature-name-no-vendor-prefix</code> rule.</li> <li>Added: <code>no-empty-first-line</code> rule.</li> <li>Added: <code>no-irregular-whitespace</code> rule.</li> <li>Added: <code>number-max-precision</code> rule.</li> <li>Added: <code>property-no-vendor-prefix</code> rule.</li> <li>Added: <code>selector-attribute-quotes</code> rule.</li> <li>Added: <code>selector-class-pattern</code> rule.</li> <li>Added: <code>selector-id-pattern</code> rule.</li> <li>Added: <code>selector-no-vendor-prefix</code> rule.</li> <li>Added: <code>shorthand-property-no-redundant-values</code> rule.</li> <li>Added: <code>string-quotes</code> rule.</li> <li>Added: <code>value-no-vendor-prefix</code> rule.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/49652ebf38d6231b0402787a10def004e986ca08"><code>49652eb</code></a> 23.0.0</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/8148a70d81a3a062a5ef52470f9138e522794747"><code>8148a70</code></a> Prepare 23.0.0 (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/198">#198</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/04acce47a66479cbc4eb5b8b37f5368c067fc632"><code>04acce4</code></a> Bump eslint-config-stylelint from 13.1.1 to 14.0.0 (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/202">#202</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/09f8dd14979543670c15122edebc47d1d08161af"><code>09f8dd1</code></a> Bump jest from 27.1.0 to 27.2.4 (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/201">#201</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/1af70ea9006f02d2d2a03c44e166fd1fdde69292"><code>1af70ea</code></a> Bump prettier from 2.3.2 to 2.4.1 (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/200">#200</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/759b81ff640d912424d0fbda785fbfae1cc3b0c1"><code>759b81f</code></a> Update workflow (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/199">#199</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/d8e4a4d39ee5ade47c930d75eb897258046df9d8"><code>d8e4a4d</code></a> Update deps (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/197">#197</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/9072503920eb3862d62ea76fd43517a09d3c6a28"><code>9072503</code></a> Update deps</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/710e38eaa2c3192ecde566ff7059cb2441baec15"><code>710e38e</code></a> Bump husky from 6.0.0 to 7.0.0 (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/187">#187</a>)</li> <li><a href="https://github.com/stylelint/stylelint-config-standard/commit/5da15da8338d37e7cbea76cba4fa5a0e486c795a"><code>5da15da</code></a> Bump eslint from 7.27.0 to 7.29.0 (<a href="https://github-redirect.dependabot.com/stylelint/stylelint-config-standard/issues/188">#188</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint-config-standard/compare/22.0.0...23.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-config-standard&package-manager=npm_and_yarn&previous-version=22.0.0&new-version=23.0.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 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-17 01:09:29 +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/hoppscotch#3554
No description provided.