Skip to content

Commit

Permalink
Bump stylelint-config-prettier from 9.0.4 to 9.0.5 in /dashboard (#5983)
Browse files Browse the repository at this point in the history
Bumps
[stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier)
from 9.0.4 to 9.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/stylelint-config-prettier/releases">stylelint-config-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.5</h2>
<p>As of Stylelint v15, you may not need this package anymore. <a
href="https://github-redirect.dependabot.com/prettier/stylelint-config-prettier/issues/140">#140</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/stylelint-config-prettier/commit/8901b158f5f5925e56b3f923677db19fa15b504c"><code>8901b15</code></a>
9.0.5</li>
<li><a
href="https://github.com/prettier/stylelint-config-prettier/commit/e749cd2139e99ce05d9e65b12d40722307911567"><code>e749cd2</code></a>
update peerdeps</li>
<li><a
href="https://github.com/prettier/stylelint-config-prettier/commit/334ada047f50a5ca792eb0f6a4bc3e7c90b661ff"><code>334ada0</code></a>
test v15</li>
<li><a
href="https://github.com/prettier/stylelint-config-prettier/commit/5d32d5a2dd08d3bbb2b444ea01f25c8a2d711455"><code>5d32d5a</code></a>
Update readme.md</li>
<li><a
href="https://github.com/prettier/stylelint-config-prettier/commit/b091e9839ef291470282e00904ffa26da7d435ba"><code>b091e98</code></a>
ci: update actions (<a
href="https://github-redirect.dependabot.com/prettier/stylelint-config-prettier/issues/137">#137</a>)</li>
<li>See full diff in <a
href="https://github.com/prettier/stylelint-config-prettier/compare/v9.0.4...v9.0.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-config-prettier&package-manager=npm_and_yarn&previous-version=9.0.4&new-version=9.0.5)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 13, 2023
1 parent 4c4464d commit 8593078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"shx": "^0.3.4",
"stylelint": "^14.16.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"ts-jest": "^29.0.5",
Expand Down
8 changes: 4 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12801,10 +12801,10 @@ stylelint-config-idiomatic-order@^9.0.0:
dependencies:
stylelint-order "^5.0.0"

stylelint-config-prettier@^9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.4.tgz#1b1dda614d5b3ef6c1f583fa6fa55f88245eb00b"
integrity sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg==
stylelint-config-prettier@^9.0.5:
version "9.0.5"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e"
integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==

stylelint-config-recommended-scss@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 8593078

Please sign in to comment.