[PR #465] [MERGED] chore(deps-dev): bump @nuxtjs/stylelint-module from 5.1.0 to 5.2.0 in /web #479

Closed
opened 2026-03-03 16:38:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/465
Author: @dependabot[bot]
Created: 7/1/2024
Status: Merged
Merged: 7/1/2024
Merged by: @AchoArnold

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


📝 Commits (1)

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

📊 Changes

2 files changed (+342 additions, -40 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+341 -39)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

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

v5.2.0

compare changes

🚀 Enhancements

  • Support stylelint v16 with vite-plugin-stylelint v5 (#109)

🏡 Chore

  • Update renovate.json (ea3b5a5)
  • Use @vitest/coverage-v8 (#92)
  • Use module-builder stub mode for more accurate types (#106)

❤️ Contributors

Changelog

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

v5.2.0

compare changes

🚀 Enhancements

  • Support stylelint v16 with vite-plugin-stylelint v5 (#109)

🏡 Chore

  • Update renovate.json (ea3b5a5)
  • Use @vitest/coverage-v8 (#92)
  • Use module-builder stub mode for more accurate types (#106)

❤️ Contributors

Commits
  • 1215b32 chore(deps): update dependency @​nuxt/kit to ^3.10.1 (#117)
  • fd4453b chore(deps): update dependency stylelint-webpack-plugin to v5 (#116)
  • 54cad62 chore(deps): update codecov/codecov-action action to v4 (#115)
  • 5df1e2b chore(deps): update dependency @​nuxt/kit to ^3.10.0 (#112)
  • ae6d5c4 chore(deps): update pnpm to v8.15.1 (#114)
  • ac1eab1 chore(deps): update all non-major dependencies (#111)
  • 61b4957 feat: support stylelint v16 with vite-plugin-stylelint v5 (#109)
  • 8924a55 chore(deps): update dependency vite-plugin-stylelint to v5 (#96)
  • e89b554 chore(deps): update dependency @​nuxt/kit to ^3.9.0 (#110)
  • 7d3427a chore: use module-builder stub mode for more accurate types (#106)
  • 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 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/465 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/nuxtjs/stylelint-module-5.2.0` --- ### 📝 Commits (1) - [`e61e1ee`](https://github.com/NdoleStudio/httpsms/commit/e61e1ee00258c455d452be5f2a20cbacf9aabf7b) chore(deps-dev): bump @nuxtjs/stylelint-module in /web ### 📊 Changes **2 files changed** (+342 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+341 -39) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@nuxtjs/stylelint-module](https://github.com/nuxt-modules/stylelint) from 5.1.0 to 5.2.0. <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.0</h2> <p><a href="https://github.com/nuxt-modules/stylelint/compare/v5.1.0...v5.2.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li>Support stylelint v16 with vite-plugin-stylelint v5 (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/109">#109</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update renovate.json (<a href="https://github.com/nuxt-modules/stylelint/commit/ea3b5a5">ea3b5a5</a>)</li> <li>Use <code>@vitest/coverage-v8</code> (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/92">#92</a>)</li> <li>Use module-builder stub mode for more accurate types (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/106">#106</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Lay <a href="mailto:brownsugar.idv.tw@gmail.com">brownsugar.idv.tw@gmail.com</a></li> <li>Daniel Roe (<a href="http://github.com/danielroe"><code>@​danielroe</code></a>)</li> <li>Ricardo Gobbo De Souza (<a href="http://github.com/ricardogobbosouza"><code>@​ricardogobbosouza</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.0</h2> <p><a href="https://github.com/nuxt-modules/stylelint/compare/v5.1.0...v5.2.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li>Support stylelint v16 with vite-plugin-stylelint v5 (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/109">#109</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update renovate.json (<a href="https://github.com/nuxt-modules/stylelint/commit/ea3b5a5">ea3b5a5</a>)</li> <li>Use <code>@vitest/coverage-v8</code> (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/92">#92</a>)</li> <li>Use module-builder stub mode for more accurate types (<a href="https://redirect.github.com/nuxt-modules/stylelint/pull/106">#106</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Lay <a href="mailto:brownsugar.idv.tw@gmail.com">brownsugar.idv.tw@gmail.com</a></li> <li>Daniel Roe (<a href="http://github.com/danielroe"><code>@​danielroe</code></a>)</li> <li>Ricardo Gobbo De Souza (<a href="http://github.com/ricardogobbosouza"><code>@​ricardogobbosouza</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-modules/stylelint/commit/1215b328763ac2974e13a9cd8e4145182b355445"><code>1215b32</code></a> chore(deps): update dependency <code>@​nuxt/kit</code> to ^3.10.1 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/117">#117</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/fd4453b283af351c232a47e6d3d8a1e58c480693"><code>fd4453b</code></a> chore(deps): update dependency stylelint-webpack-plugin to v5 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/116">#116</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/54cad62d14588a58b142256a208c2832f45abdee"><code>54cad62</code></a> chore(deps): update codecov/codecov-action action to v4 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/115">#115</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/5df1e2ba3bef8d0ba19b0937cf715420123dfda8"><code>5df1e2b</code></a> chore(deps): update dependency <code>@​nuxt/kit</code> to ^3.10.0 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/112">#112</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/ae6d5c49d765b3ca43348c24a600629ac53c8146"><code>ae6d5c4</code></a> chore(deps): update pnpm to v8.15.1 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/114">#114</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/ac1eab12040d6933541f5d17f1e3129076b7ac41"><code>ac1eab1</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/111">#111</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/61b495703bcc9865c56a6efda0521945953c3e30"><code>61b4957</code></a> feat: support stylelint v16 with vite-plugin-stylelint v5 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/109">#109</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/8924a555c9957dd3ba49a1220f325b6cfc44674f"><code>8924a55</code></a> chore(deps): update dependency vite-plugin-stylelint to v5 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/96">#96</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/e89b55402dc2e56b38aa1b02a400ed5fc4d5e91d"><code>e89b554</code></a> chore(deps): update dependency <code>@​nuxt/kit</code> to ^3.9.0 (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/110">#110</a>)</li> <li><a href="https://github.com/nuxt-modules/stylelint/commit/7d3427a856ee4a2c3445d2fa0dbfa561d3680b46"><code>7d3427a</code></a> chore: use module-builder stub mode for more accurate types (<a href="https://redirect.github.com/nuxt-modules/stylelint/issues/106">#106</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-modules/stylelint/compare/v5.1.0...v5.2.0">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.1.0&new-version=5.2.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 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:38:35 +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#479
No description provided.