Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-vue to ^9.28.0 (#799)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-vue](https://eslint.vuejs.org)
([source](https://redirect.github.com/vuejs/eslint-plugin-vue)) |
[`^9.27.0` ->
`^9.28.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.27.0/9.28.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-vue/9.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-vue/9.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-vue/9.27.0/9.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-vue/9.27.0/9.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary>

###
[`v9.28.0`](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0)

[Compare
Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/antoinezanardi/werewolves-assistant-web-next).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antoine ZANARDI <[email protected]>
  • Loading branch information
renovate[bot] and antoinezanardi committed Sep 3, 2024
1 parent 72fa0e2 commit fd0a014
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PrimeVueBadge
v-if="countInGameAdditionalCardsCreateGameDto"
id="role-count-in-additional-cards-badge"
key="role-count-in-additional-cards-badge"
v-p-tooltip="$t('components.GameLobbyRolePickerGridElementBadges.totalInAdditionalCards')"
class="-right-4 absolute top-1"
data-testid="game-lobby-role-picker-role-count-in-additional-cards-badge"
Expand All @@ -23,6 +24,7 @@
<PrimeVueBadge
v-if="countInCreateGameDto"
id="role-count-in-game-badge"
key="role-count-in-game-badge"
v-p-tooltip="$t('components.GameLobbyRolePickerGridElementBadges.totalInParty')"
class="-right-4 absolute top-1"
data-testid="game-lobby-role-picker-role-count-in-game-badge"
Expand All @@ -40,6 +42,7 @@
<PrimeVueBadge
v-if="countInCreateGameDto && leftCountToReachMinInCreateGameDto"
id="role-min-count-in-game-badge"
key="role-min-count-in-game-badge"
v-p-tooltip="$t('components.GameLobbyRolePickerGridElementBadges.minInGameNotReached', { 'count': leftCountToReachMinInCreateGameDto })"
class="-right-4 absolute top-8"
data-testid="game-lobby-role-picker-role-min-count-in-game-badge"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<RoleImage
v-if="player.side.current === 'werewolves'"
id="player-werewolf-role-image"
key="player-werewolf-role-image"
:alt="roleImageAlt"
class="!border-2"
:class="roleImageClasses"
Expand All @@ -47,6 +48,7 @@
<RoleImage
v-if="player.side.current === 'villagers'"
id="player-villager-role-image"
key="player-villager-role-image"
:alt="roleImageAlt"
class="!border-2"
:class="roleImageClasses"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
>
<NuxtImg
v-if="player.role.isRevealed"
key="seen-role-icon"
v-p-tooltip="$t('components.GameTeamSidePlayerRoleName.thisPlayerRoleIsRevealed')"
:alt="$t('components.GameTeamSidePlayerRoleName.thisPlayerRoleIsRevealed')"
height="20"
Expand All @@ -19,6 +20,7 @@

<NuxtImg
v-if="isPlayerOriginalRoleThiefButNotCurrently"
key="thief-role-icon"
v-p-tooltip="$t('components.GameTeamSidePlayerRoleName.thisPlayerWasThief')"
:alt="$t('components.GameTeamSidePlayerRoleName.thisPlayerWasThief')"
height="20"
Expand All @@ -29,6 +31,7 @@

<NuxtImg
v-if="isPlayerOriginalRoleActorButNotCurrently"
key="actor-role-icon"
v-p-tooltip="$t('components.GameTeamSidePlayerRoleName.thisPlayerWasActor')"
:alt="$t('components.GameTeamSidePlayerRoleName.thisPlayerWasActor')"
height="20"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.28.0",
"fuse.js": "^7.0.0",
"happy-dom": "^14.12.3",
"howler": "^2.2.4",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd0a014

Please sign in to comment.