Commit 7fcda43
authored
chore(deps): update dependency eslint-config-prettier to v10.1.1 (#1024)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-config-prettier](https://redirect.github.com/prettier/eslint-config-prettier)
| [`10.1.0` ->
`10.1.1`](https://renovatebot.com/diffs/npm/eslint-config-prettier/10.1.0/10.1.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>prettier/eslint-config-prettier
(eslint-config-prettier)</summary>
###
[`v10.1.1`](https://redirect.github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1011)
[Compare
Source](https://redirect.github.com/prettier/eslint-config-prettier/compare/v10.1.0...v10.1.1)
##### Patch Changes
-
[#​309](https://redirect.github.com/prettier/eslint-config-prettier/pull/309)
[`eb56a5e`](https://redirect.github.com/prettier/eslint-config-prettier/commit/eb56a5e09964e49045bccde3c616275eb0a0902d)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
separate the `/flat` entry for compatibility
For flat config users, the previous `"eslint-config-prettier"` entry
still works, but `"eslint-config-prettier/flat"` adds a new `name`
property for
[config-inspector](https://eslint.org/blog/2024/04/eslint-config-inspector/),
we just can't add it for the default entry for compatibility.
See also
[#​308](https://redirect.github.com/prettier/eslint-config-prettier/issues/308)
```ts
// before
import eslintConfigPrettier from "eslint-config-prettier";
// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled because a matching PR was automerged
previously.
♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/openfeature.dev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 8f83eea commit 7fcda43
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5963 | 5963 | | |
5964 | 5964 | | |
5965 | 5965 | | |
5966 | | - | |
5967 | | - | |
5968 | | - | |
5969 | | - | |
| 5966 | + | |
| 5967 | + | |
| 5968 | + | |
| 5969 | + | |
5970 | 5970 | | |
5971 | 5971 | | |
5972 | 5972 | | |
| |||
0 commit comments