[PR #671] [CLOSED] chore(deps-dev): bump @nuxtjs/stylelint-module from 5.2.0 to 5.2.1 in /web #676

Closed
opened 2026-03-03 16:39:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/671
Author: @dependabot[bot]
Created: 6/1/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/web/nuxtjs/stylelint-module-5.2.1


📝 Commits (1)

  • 1d8c7ee chore(deps-dev): bump @nuxtjs/stylelint-module in /web

📊 Changes

2 files changed (+1019 additions, -982 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+1018 -981)

📄 Description

Bumps @nuxtjs/stylelint-module from 5.2.0 to 5.2.1.

Release notes

Sourced from @​nuxtjs/stylelint-module's releases.

v5.2.1

compare changes

🩹 Fixes

  • Usage plugin by builder (#127)

📖 Documentation

  • Remove note for stylelint 16 (d831875)
  • Add builder type (#126)
  • Use new nuxi module add command in installation (#129)

🏡 Chore

Tests

🤖 CI

❤️ Contributors

Changelog

Sourced from @​nuxtjs/stylelint-module's changelog.

v5.2.1

compare changes

🩹 Fixes

  • Usage plugin by builder (#127)

📖 Documentation

  • Remove note for stylelint 16 (d831875)
  • Add builder type (#126)
  • Use new nuxi module add command in installation (#129)

🏡 Chore

Tests

🤖 CI

❤️ Contributors

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 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/NdoleStudio/httpsms/pull/671 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxtjs/stylelint-module-5.2.1` --- ### 📝 Commits (1) - [`1d8c7ee`](https://github.com/NdoleStudio/httpsms/commit/1d8c7ee2d3cd7477301e655a6a77697abb5a844b) chore(deps-dev): bump @nuxtjs/stylelint-module in /web ### 📊 Changes **2 files changed** (+1019 additions, -982 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+1018 -981) </details> ### 📄 Description Bumps [@nuxtjs/stylelint-module](https://github.com/nuxt-modules/stylelint) from 5.2.0 to 5.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-modules/stylelint/releases"><code>@​nuxtjs/stylelint-module</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.1</h2> <p><a href="https://github.com/nuxt-modules/stylelint/compare/v5.2.0...v5.2.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Usage plugin by builder (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/127">#127</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Remove note for stylelint 16 (<a href="https://github.com/nuxt-modules/stylelint/commit/d831875">d831875</a>)</li> <li>Add builder type (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/126">#126</a>)</li> <li>Use new <code>nuxi module add</code> command in installation (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/129">#129</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li><strong>release:</strong> V5.2.0 (<a href="https://github.com/nuxt-modules/stylelint/commit/ca1b6e9">ca1b6e9</a>)</li> <li>Update module builder (<a href="https://github.com/nuxt-modules/stylelint/commit/9317100">9317100</a>)</li> <li>Migrate to eslint v9 (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/133">#133</a>)</li> <li>Update deps (<a href="https://github.com/nuxt-modules/stylelint/commit/92dec7e">92dec7e</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Update (<a href="https://github.com/nuxt-modules/stylelint/commit/7d40a0c">7d40a0c</a>)</li> <li>Coverage src files (<a href="https://github.com/nuxt-modules/stylelint/commit/a53e7d0">a53e7d0</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Add codecov token (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/134">#134</a>)</li> <li>Use node 20 (<a href="https://github.com/nuxt-modules/stylelint/commit/86312c4">86312c4</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Ricardo Gobbo De Souza (<a href="https://github.com/ricardogobbosouza"><code>@​ricardogobbosouza</code></a>)</li> <li>Daniel Roe (<a href="https://github.com/danielroe"><code>@​danielroe</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-modules/stylelint/blob/main/CHANGELOG.md"><code>@​nuxtjs/stylelint-module</code>'s changelog</a>.</em></p> <blockquote> <h2>v5.2.1</h2> <p><a href="https://github.com/nuxt-modules/stylelint/compare/v5.2.0...v5.2.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Usage plugin by builder (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/127">#127</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Remove note for stylelint 16 (<a href="https://github.com/nuxt-modules/stylelint/commit/d831875">d831875</a>)</li> <li>Add builder type (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/126">#126</a>)</li> <li>Use new <code>nuxi module add</code> command in installation (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/129">#129</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li><strong>release:</strong> V5.2.0 (<a href="https://github.com/nuxt-modules/stylelint/commit/ca1b6e9">ca1b6e9</a>)</li> <li>Update module builder (<a href="https://github.com/nuxt-modules/stylelint/commit/9317100">9317100</a>)</li> <li>Migrate to eslint v9 (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/133">#133</a>)</li> <li>Update deps (<a href="https://github.com/nuxt-modules/stylelint/commit/92dec7e">92dec7e</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Update (<a href="https://github.com/nuxt-modules/stylelint/commit/7d40a0c">7d40a0c</a>)</li> <li>Coverage src files (<a href="https://github.com/nuxt-modules/stylelint/commit/a53e7d0">a53e7d0</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Add codecov token (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/134">#134</a>)</li> <li>Use node 20 (<a href="https://github.com/nuxt-modules/stylelint/commit/86312c4">86312c4</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Ricardo Gobbo De Souza (<a href="https://github.com/ricardogobbosouza"><code>@​ricardogobbosouza</code></a>)</li> <li>Daniel Roe (<a href="https://github.com/danielroe"><code>@​danielroe</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-modules/stylelint/commit/6ed59b4184cb0725277ecc7481fc65215e4baa11"><code>6ed59b4</code></a> chore(release): v5.2.1</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/a53e7d0c86c376c04a40fc25fbfee78d4d31dd25"><code>a53e7d0</code></a> test: coverage src files</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/7d40a0c1f057a5714e48fff421ee11afbfb57008"><code>7d40a0c</code></a> test: update</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/92dec7e2159b13826f03966e79aa53aea837139c"><code>92dec7e</code></a> chore: update deps</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/86312c4fd1ba014ae75a7213e701a414c0798833"><code>86312c4</code></a> ci: use node 20</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/70a26d4dc7403cca89df6f0ef8e3af9d481109e6"><code>70a26d4</code></a> chore: migrate to eslint v9 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/133">#133</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/75ad8feb13c4a5fc619d9edb277a5e9932409964"><code>75ad8fe</code></a> ci: add codecov token (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/134">#134</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/0570f24d68820852c234ea636d032ea61382400e"><code>0570f24</code></a> chore(deps): update dependency pathe to v2 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/139">#139</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/1f70bdf34049bd50f88bae7fc7dc234ffd667ed0"><code>1f70bdf</code></a> chore(deps): update codecov/codecov-action action to v5 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/136">#136</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/c92b92c0e7cdc4d019534746ad862da8b87a955b"><code>c92b92c</code></a> chore(deps): update dependency <code>@​nuxt/kit</code> to ^3.16.0 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/130">#130</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-modules/stylelint/compare/v5.2.0...v5.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/stylelint-module&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=5.2.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-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-03-03 16:39:34 +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/httpsms#676
No description provided.