[PR #716] [MERGED] chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 #726

Closed
opened 2026-02-26 06:31:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/716
Author: @dependabot[bot]
Created: 10/7/2025
Status: Merged
Merged: 10/13/2025
Merged by: @vitormattos

Base: masterHead: dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.1


📝 Commits (1)

  • 5f37e7e chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1

📊 Changes

2 files changed (+6 additions, -8 deletions)

View changed files

📝 package-lock.json (+5 -7)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/stylelint-config from 3.1.0 to 3.1.1.

Release notes

Sourced from @​nextcloud/stylelint-config's releases.

v3.1.1

v3.1.1 (2025-10-06)

Fixed

  • fix: allow all and CSS Modules pseudo selectors #140 (ShGKme)
  • fix: temporarily disable scss/load-partial-extension #141 (ShGKme)

Changed

  • ci: update npm-publish.yml workflow from template #139 (susnux)
  • ci: update reuse.yml workflow from template #138 (susnux)
  • chore: update node version requirement #143 (susnux)
Changelog

Sourced from @​nextcloud/stylelint-config's changelog.

v3.1.1 (2025-10-06)

Fixed

  • fix: allow all and CSS Modules pseudo selectors #140 (ShGKme)
  • fix: temporarily disable scss/load-partial-extension #141 (ShGKme)

Changed

  • ci: update npm-publish.yml workflow from template #139 (susnux)
  • ci: update reuse.yml workflow from template #138 (susnux)
  • chore: update node version requirement #143 (susnux)
Commits
  • 0c4c911 Merge pull request #142 from nextcloud-libraries/chore/release
  • ae746ee chore: prepare v3.1.1
  • 5d81b98 Merge pull request #143 from nextcloud-libraries/chore/node
  • a36e44e chore: updaete node version requirement
  • d63f7e2 Merge pull request #141 from nextcloud-libraries/fix/disable-scss-load-partia...
  • 03b03f6 Merge pull request #140 from nextcloud-libraries/fix/pseudo-selectors
  • b039a3d fix: temporarily disable scss/load-partial-extension
  • a4c4e6e fix: allow all <style scoped> and CSS Modules pseudo selectors
  • 4859479 Merge pull request #138 from nextcloud-libraries/feat/workflow-auto-update-re...
  • c2030c3 Merge pull request #139 from nextcloud-libraries/feat/workflow-auto-update-np...
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 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)

🔄 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/nextcloud/twofactor_gateway/pull/716 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/stylelint-config-3.1.1` --- ### 📝 Commits (1) - [`5f37e7e`](https://github.com/nextcloud/twofactor_gateway/commit/5f37e7e407532bef87c9a631b29fd52f61f0810c) chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 ### 📊 Changes **2 files changed** (+6 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud-libraries/stylelint-config) from 3.1.0 to 3.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/stylelint-config/releases"><code>@​nextcloud/stylelint-config</code>'s releases</a>.</em></p> <blockquote> <h2>v3.1.1</h2> <h2><a href="https://github.com/nextcloud/stylelint-config/tree/v3.1.1">v3.1.1</a> (2025-10-06)</h2> <h3>Fixed</h3> <ul> <li>fix: allow all <!-- raw HTML omitted --> and CSS Modules pseudo selectors <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/140">#140</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>fix: temporarily disable scss/load-partial-extension <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/141">#141</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> <h3>Changed</h3> <ul> <li>ci: update npm-publish.yml workflow from template <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/139">#139</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>ci: update reuse.yml workflow from template <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/138">#138</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>chore: update node version requirement <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/143">#143</a> (<a href="https://github.com/susnux">susnux</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md"><code>@​nextcloud/stylelint-config</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nextcloud/stylelint-config/tree/v3.1.1">v3.1.1</a> (2025-10-06)</h2> <h3>Fixed</h3> <ul> <li>fix: allow all <!-- raw HTML omitted --> and CSS Modules pseudo selectors <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/140">#140</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>fix: temporarily disable scss/load-partial-extension <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/141">#141</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> <h3>Changed</h3> <ul> <li>ci: update npm-publish.yml workflow from template <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/139">#139</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>ci: update reuse.yml workflow from template <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/138">#138</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>chore: update node version requirement <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/pull/143">#143</a> (<a href="https://github.com/susnux">susnux</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/0c4c91165f090fb8c8202897ce3c53a1340b3e24"><code>0c4c911</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/issues/142">#142</a> from nextcloud-libraries/chore/release</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/ae746ee677bf5fc9bf67c2a59948f3fda559e02e"><code>ae746ee</code></a> chore: prepare v3.1.1</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/5d81b98668b724dd5e87526f3f55e4acad6da0cc"><code>5d81b98</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/issues/143">#143</a> from nextcloud-libraries/chore/node</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/a36e44e1198e9100d91ae8ba80ba3d661a0d53f1"><code>a36e44e</code></a> chore: updaete node version requirement</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/d63f7e244f4c4a748da0f79319e28c7c43723a68"><code>d63f7e2</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/issues/141">#141</a> from nextcloud-libraries/fix/disable-scss-load-partia...</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/03b03f63245346428c825dba0a6f13517116f27d"><code>03b03f6</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/issues/140">#140</a> from nextcloud-libraries/fix/pseudo-selectors</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/b039a3d048a9755df2cbb068a2e2ae6a41c7a649"><code>b039a3d</code></a> fix: temporarily disable scss/load-partial-extension</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/a4c4e6eaa43eb8e9c0064faaa3d15e7393a1d709"><code>a4c4e6e</code></a> fix: allow all &lt;style scoped&gt; and CSS Modules pseudo selectors</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/485947974c08fcce4735d1b16ee8af54eb3e2d0b"><code>4859479</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/issues/138">#138</a> from nextcloud-libraries/feat/workflow-auto-update-re...</li> <li><a href="https://github.com/nextcloud-libraries/stylelint-config/commit/c2030c3538b7b0b1da9fcbcbab81dd20b50cfab8"><code>c2030c3</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/stylelint-config/issues/139">#139</a> from nextcloud-libraries/feat/workflow-auto-update-np...</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/stylelint-config/compare/v3.1.0...v3.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nextcloud/stylelint-config&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.1)](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 will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:57 +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/twofactor_gateway-nextcloud#726
No description provided.