chore(deps): update dependency eslint-config-prettier to v9.1.0 (#43)
ci/woodpecker/push/frontend Pipeline was successful Details
ci/woodpecker/push/lint_general Pipeline was successful Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | devDependencies | minor | [`9.0.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.0.0/9.1.0) |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### 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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #43
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/44/head^2
Renovate Bot 2024-01-29 19:55:37 +00:00 committed by fjadmin
parent b0d72b313c
commit 0b5e3b601b
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.4",
"typescript": "5.2.2"
},

View File

@ -44,8 +44,8 @@ devDependencies:
specifier: 8.52.0
version: 8.52.0
eslint-config-prettier:
specifier: 9.0.0
version: 9.0.0(eslint@8.52.0)
specifier: 9.1.0
version: 9.1.0(eslint@8.52.0)
prettier:
specifier: 3.2.4
version: 3.2.4
@ -2658,8 +2658,8 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-config-prettier@9.0.0(eslint@8.52.0):
resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==}
/eslint-config-prettier@9.1.0(eslint@8.52.0):
resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'