Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-prettier to v5 (#1018)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier)
| [`4.2.1` ->
`5.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/4.2.1/5.2.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-prettier/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-prettier/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-prettier/4.2.1/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-prettier/4.2.1/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prettier/eslint-plugin-prettier
(eslint-plugin-prettier)</summary>

###
[`v5.2.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#521)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1)

##### Patch Changes

-
[#&#8203;668](https://togithub.com/prettier/eslint-plugin-prettier/pull/668)
[`ac036cc`](https://togithub.com/prettier/eslint-plugin-prettier/commit/ac036cca2bed4ceb6ee5b63c945426308e36c586)
Thanks [@&#8203;OrlovAlexei](https://togithub.com/OrlovAlexei)! -
build(deps): Bump synckit from 0.8.6 to 0.9.1

###
[`v5.1.3`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#513)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.2...v5.1.3)

##### Patch Changes

-
[#&#8203;629](https://togithub.com/prettier/eslint-plugin-prettier/pull/629)
[`985b33c`](https://togithub.com/prettier/eslint-plugin-prettier/commit/985b33c56f146b2e65ae391a3af57f63b07ecbdf)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: add
`package.json` into `exports` map

###
[`v5.1.2`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#512)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.1...v5.1.2)

##### Patch Changes

-
[#&#8203;623](https://togithub.com/prettier/eslint-plugin-prettier/pull/623)
[`8210e44`](https://togithub.com/prettier/eslint-plugin-prettier/commit/8210e44309b168c7c06185eae8249b2d0eb65815)
Thanks [@&#8203;BPScott](https://togithub.com/BPScott)! - Add exports
mapping to package.json, to allow `import eslintPluginRecommended from
'eslint-plugin-prettier/recommended'` to work as expected.

Strictly speaking this is a breaking change as it removes the ability
for people to import from
"eslint-plugin-prettier/eslint-plugin-prettier.js" and
"eslint-plugin-prettier/recommended.js" but the former was never
recommended in the first place and the latter has only been available
for a few days.

-
[#&#8203;621](https://togithub.com/prettier/eslint-plugin-prettier/pull/621)
[`2b09e7f`](https://togithub.com/prettier/eslint-plugin-prettier/commit/2b09e7fc64f38297c8ca39d087dba1f122ef999c)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: support
parsing `markdown` via `eslint-mdx` natively

###
[`v5.1.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#511)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.1.0...v5.1.1)

##### Patch Changes

-
[#&#8203;619](https://togithub.com/prettier/eslint-plugin-prettier/pull/619)
[`b5c0dc5`](https://togithub.com/prettier/eslint-plugin-prettier/commit/b5c0dc5715616a0f2a0da8b8c077434efc618a3e)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: skip
formatting inline scripts in pug files

###
[`v5.1.0`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#510)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.0.1...v5.1.0)

##### Minor Changes

-
[#&#8203;616](https://togithub.com/prettier/eslint-plugin-prettier/pull/616)
[`3856413`](https://togithub.com/prettier/eslint-plugin-prettier/commit/3856413420d3d026e5ae84f29c4bd0d558697135)
Thanks [@&#8203;BPScott](https://togithub.com/BPScott)! - Add
recommended config for the flat config format.

If you are using flat config, import the recommended config from
`eslint-plugin-prettier/recommended`. Like the legacy format recommended
config, this automatically includes the contents of
`eslint-config-prettier`.

    ```js
    // eslint.config.js
const eslintPluginPrettierRecommended =
require('eslint-plugin-prettier/recommended');

    module.exports = [
      // Any other config imports go at the top
      eslintPluginPrettierRecommended,
    ];
    ```

##### Patch Changes

-
[#&#8203;614](https://togithub.com/prettier/eslint-plugin-prettier/pull/614)
[`5270877`](https://togithub.com/prettier/eslint-plugin-prettier/commit/5270877d169bec05449861c8ad7e6338b0ad47c0)
Thanks [@&#8203;BPScott](https://togithub.com/BPScott)! - Add meta block
to plugin. This improves debugging and cachebusting when using the new
flat config

-
[#&#8203;603](https://togithub.com/prettier/eslint-plugin-prettier/pull/603)
[`a63a570`](https://togithub.com/prettier/eslint-plugin-prettier/commit/a63a570f8f3e3d53b90b1cf35e06fd7e3c387a5a)
Thanks [@&#8203;filiptammergard](https://togithub.com/filiptammergard)!
- fix: specify `eslint-config-prettier` as peer dependency

It's already added to `peerDependenciesMeta` as optional, which means it
should also be specified in `peerDependencies`.

###
[`v5.0.1`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#501)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v5.0.0...v5.0.1)

##### Patch Changes

-
[#&#8203;588](https://togithub.com/prettier/eslint-plugin-prettier/pull/588)
[`21a7146`](https://togithub.com/prettier/eslint-plugin-prettier/commit/21a7146d78161307dcc7eaa96f41dac51f7ce89f)
Thanks [@&#8203;krist7599555](https://togithub.com/krist7599555)! - fix:
`parserPath` type might be `undefined` on Eslint Falt Config

###
[`v5.0.0`](https://togithub.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#500)

[Compare
Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v4.2.1...v5.0.0)

##### Major Changes

-
[#&#8203;508](https://togithub.com/prettier/eslint-plugin-prettier/pull/508)
[`910aeb6`](https://togithub.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat!: bump
peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"

-
[#&#8203;508](https://togithub.com/prettier/eslint-plugin-prettier/pull/508)
[`910aeb6`](https://togithub.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat!: upgrade
to prettier v3

##### Minor Changes

-
[#&#8203;508](https://togithub.com/prettier/eslint-plugin-prettier/pull/508)
[`910aeb6`](https://togithub.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: add
typings support

##### Patch Changes

-
[#&#8203;548](https://togithub.com/prettier/eslint-plugin-prettier/pull/548)
[`82a3db8`](https://togithub.com/prettier/eslint-plugin-prettier/commit/82a3db878baf1a8f8ef53393069fe23c3a80ce15)
Thanks [@&#8203;fisker](https://togithub.com/fisker)! - fix: add missing
dependency `synckit`

-
[#&#8203;564](https://togithub.com/prettier/eslint-plugin-prettier/pull/564)
[`ae7a73c`](https://togithub.com/prettier/eslint-plugin-prettier/commit/ae7a73c6c4b306c617c5dd9baaaa2ae7c0f9f44b)
Thanks [@&#8203;auvred](https://togithub.com/auvred)! - fix:
compatibility with prettier@3 without plugins

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/ScaleLeap/amazon-advertising-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent bc2426b commit 162cd24
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 13 deletions.
92 changes: 80 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.2.1",
"jest": "26.6.3",
"prettier": "2.8.8",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 162cd24

Please sign in to comment.