shufo / blade-formatter

An opinionated blade template formatter for Laravel that respects readability
https://www.npmjs.com/package/blade-formatter
MIT License
456 stars 25 forks source link

fix(deps): update dependency @prettier/plugin-php to ^0.22.0 - autoclosed #860

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prettier/plugin-php ^0.19.7 -> ^0.22.0 age adoption passing confidence

Release Notes

prettier/prettier-php (@​prettier/plugin-php) ### [`v0.22.1`](https://togithub.com/prettier/plugin-php/releases/tag/v0.22.1) [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.22.0...v0.22.1) - fix the entry ([#​2290](https://togithub.com/prettier/prettier-php/issues/2290), thanks [@​fisker](https://togithub.com/fisker)) ### [`v0.22.0`](https://togithub.com/prettier/plugin-php/releases/tag/v0.22.0) [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.21.0...v0.22.0) - feat: make format compatible with "PER Coding Style 2.0" ([#​2269](https://togithub.com/prettier/prettier-php/issues/2269), thanks [@​ferchoz](https://togithub.com/ferchoz)) - fix: make `/standalone` entry work with `require()` ([#​2247](https://togithub.com/prettier/prettier-php/issues/2247), thanks [@​shufo](https://togithub.com/shufo)) - chore: upgrade deps ([#​2289](https://togithub.com/prettier/prettier-php/issues/2289)) ### [`v0.21.0`](https://togithub.com/prettier/plugin-php/releases/tag/v0.21.0): 0.21.0 [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.20.1...v0.21.0) - fix(match): Indent match conditions ([#​2258](https://togithub.com/prettier/prettier-php/issues/2258), thanks [@​claytonrcarter](https://togithub.com/claytonrcarter)!) - chore!: upgrade dependencies ([#​2262](https://togithub.com/prettier/prettier-php/issues/2262)) #### Breaking changes This release drops support for node v14. ### [`v0.20.1`](https://togithub.com/prettier/plugin-php/releases/tag/v0.20.1) [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.20.0...v0.20.1) **This package is now pure ESM.** - vscode documentation update ([#​2194](https://togithub.com/prettier/prettier-php/issues/2194), thanks [@​WazzaJB](https://togithub.com/WazzaJB)!) - Use `AstPath` getters ([#​2214](https://togithub.com/prettier/prettier-php/issues/2214), thanks [@​fisker](https://togithub.com/fisker)!) - Migrate to ESM ([#​2213](https://togithub.com/prettier/prettier-php/issues/2213), thanks [@​fisker](https://togithub.com/fisker)!) ### [`v0.20.0`](https://togithub.com/prettier/plugin-php/releases/tag/v0.20.0) [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.19.7...v0.20.0) Many thanks to [@​fisker](https://togithub.com/fisker) for many contributions! - feat: upgrade to prettier 3 ([#​2200](https://togithub.com/prettier/prettier-php/issues/2200)) - Simplify `print()` ([#​2212](https://togithub.com/prettier/prettier-php/issues/2212)) - Convert tests to ES Modules ([#​2210](https://togithub.com/prettier/prettier-php/issues/2210)) - Fix standalone test ([#​2211](https://togithub.com/prettier/prettier-php/issues/2211)) - Update .gitattributes ([#​2209](https://togithub.com/prettier/prettier-php/issues/2209)) ### Breaking Change This adds support for Prettier v3. It also drops compatibility with Prettier v1 and v2.

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.



This PR has been generated by Mend Renovate. View repository job log here.

navin-moorthy commented 11 months ago

Hope this will be merged to support latest Prettier version.

shufo commented 11 months ago

It's blocked by prettier/plugin-php was changed to pure ESM module since v0.20.0. I'm trying to work prettier/plugin-php to support CJS in this PR https://github.com/prettier/plugin-php/pull/2247

navin-moorthy commented 11 months ago

Nice, thanks for the update.