[PR #247] [MERGED] chore(deps-dev): bump stylelint-config-recommended-vue from 1.4.0 to 1.5.0 in /web #289

Closed
opened 2026-03-03 16:37:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/247
Author: @dependabot[bot]
Created: 7/17/2023
Status: Merged
Merged: 7/17/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/stylelint-config-recommended-vue-1.5.0


📝 Commits (1)

  • ed7275f chore(deps-dev): bump stylelint-config-recommended-vue in /web

📊 Changes

3 files changed (+9 additions, -10 deletions)

View changed files

📝 web/package-lock.json (+4 -5)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

Bumps stylelint-config-recommended-vue from 1.4.0 to 1.5.0.

Release notes

Sourced from stylelint-config-recommended-vue's releases.

v1.5.0

What's Changed

Full Changelog: https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.4.0...v1.5.0

Commits
  • e4a402e 1.5.0
  • 3ac13ab Fixed error for :slotted() when used with Stylelint v15.10 (#52)
  • 89271ab Update dependency stylelint to v15
  • 124e0fd Update dependency @​ota-meshi/eslint-plugin to ^0.13.0 (#41)
  • 0c23cf7 Update dependency @​ota-meshi/eslint-plugin to ^0.12.0
  • cd445fa Update dependency eslint-plugin-json-schema-validator to v4 (#38)
  • 1e7c6fd Update dependency @​ota-meshi/eslint-plugin to ^0.11.0 (#37)
  • 022246d Update dependency eslint-plugin-yml to v1 (#36)
  • 158677d Update dependency eslint-plugin-json-schema-validator to v3 (#35)
  • 9bcd4b1 Update dependency eslint-plugin-vue to v9 (#34)
  • 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 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/247 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/17/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/stylelint-config-recommended-vue-1.5.0` --- ### 📝 Commits (1) - [`ed7275f`](https://github.com/NdoleStudio/httpsms/commit/ed7275f55a8ea7e15ea984bc87e76a83d8477567) chore(deps-dev): bump stylelint-config-recommended-vue in /web ### 📊 Changes **3 files changed** (+9 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -5) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [stylelint-config-recommended-vue](https://github.com/ota-meshi/stylelint-config-recommended-vue) from 1.4.0 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/releases">stylelint-config-recommended-vue's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Fixed error for <code>:slotted()</code> when used with Stylelint v15.10 by <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a> in <a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/pull/52">ota-meshi/stylelint-config-recommended-vue#52</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.4.0...v1.5.0">https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.4.0...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/e4a402e94c6d80995dbdd1e4e7670d20d264666f"><code>e4a402e</code></a> 1.5.0</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/3ac13ab26e219cedde6d9ad637ef42806e4929bc"><code>3ac13ab</code></a> Fixed error for <code>:slotted()</code> when used with Stylelint v15.10 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/52">#52</a>)</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/89271abb9aa3b587ea7de6e20c54660cd1d09a3d"><code>89271ab</code></a> Update dependency stylelint to v15</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/124e0fd369645d5871ac7c27409ca2501f403e6e"><code>124e0fd</code></a> Update dependency <code>@​ota-meshi/eslint-plugin</code> to ^0.13.0 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/41">#41</a>)</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/0c23cf73d502b907b121b3f7dd28068a287411b3"><code>0c23cf7</code></a> Update dependency <code>@​ota-meshi/eslint-plugin</code> to ^0.12.0</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/cd445fa3468ba0b663a596d03c43174b58d55c9f"><code>cd445fa</code></a> Update dependency eslint-plugin-json-schema-validator to v4 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/38">#38</a>)</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/1e7c6fd7b2129e148dc703a2926a44b34e8fecb3"><code>1e7c6fd</code></a> Update dependency <code>@​ota-meshi/eslint-plugin</code> to ^0.11.0 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/37">#37</a>)</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/022246db7493a573384bdd24178afaf738724154"><code>022246d</code></a> Update dependency eslint-plugin-yml to v1 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/36">#36</a>)</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/158677dfcf9729985b65c984f91ff57641cc29f2"><code>158677d</code></a> Update dependency eslint-plugin-json-schema-validator to v3 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/35">#35</a>)</li> <li><a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/9bcd4b1816ba062a721a22d37cf0fd807af6b326"><code>9bcd4b1</code></a> Update dependency eslint-plugin-vue to v9 (<a href="https://redirect.github.com/ota-meshi/stylelint-config-recommended-vue/issues/34">#34</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.4.0...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-config-recommended-vue&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=1.5.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-03 16:37:40 +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#289
No description provided.