Skip to content

Commit

Permalink
Update dependency eslint-config-prettier to v10.1.1
Browse files Browse the repository at this point in the history
| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| npm        | eslint-config-prettier | 10.0.1 | 10.1.1 |


## [v10.1.1](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1011)

##### Patch Changes

-   [#309](prettier/eslint-config-prettier#309) [`eb56a5e`](prettier/eslint-config-prettier@eb56a5e) Thanks [@JounQin](https://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](prettier/eslint-config-prettier#308)

    ```ts
    // before
    import eslintConfigPrettier from "eslint-config-prettier";

    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";
    ```


## [v10.1.0](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1010)

##### Minor Changes

-   [#306](prettier/eslint-config-prettier#306) [`56e2e34`](prettier/eslint-config-prettier@56e2e34) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to exports field


## [v10.0.3](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1003)

##### Patch Changes

-   [#294](prettier/eslint-config-prettier#294) [`8dbbd6d`](prettier/eslint-config-prettier@8dbbd6d) Thanks [@FloEdelmann](https://github.com/FloEdelmann)! - feat: add name to config

-   [#280](prettier/eslint-config-prettier#280) [`cba5737`](prettier/eslint-config-prettier@cba5737) Thanks [@zanminkian](https://github.com/zanminkian)! - feat: add declaration file


## [v10.0.2](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1002)

##### Patch Changes

-   [#299](prettier/eslint-config-prettier#299) [`e750edc`](prettier/eslint-config-prettier@e750edc) Thanks [@Fdawgs](https://github.com/Fdawgs)! - chore(package): explicitly declare js module type
  • Loading branch information
renovate[bot] authored Mar 8, 2025
1 parent c3911e6 commit e820a79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dotenv": "16.4.7",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.0.1",
"eslint-config-prettier": "10.1.1",
"eslint-import-resolver-typescript": "3.8.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
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 e820a79

Please sign in to comment.