zackad / prettier-plugin-twig

Code formatting plugin for Prettier to handle Twig templates
Apache License 2.0
57 stars 6 forks source link

Deprecated core-js@2.6.12: core-js@<3.23.3 - Warning #34

Closed ampedweb closed 4 months ago

ampedweb commented 4 months ago

It's pretty much summarised in the title, and I'm sure you're aware of it, but it would be good to get the following dependencies upgraded as it's locking us to a very outdated core-js:2.6.12 version.

{
        "babel-template": "^6.26.0",
        "babel-types": "^6.26.0",
} 
ampedweb commented 4 months ago

@zackad Would it be possible for you to create a release for this please? We'd like to remove this deprecation if possible :-)

zackad commented 4 months ago

The plan is to release this package under the new name @zackad/prettier-plugin-twig0. As you can see in the README.md, it's not ready yet. I have lots of BREAKING CHANGE I want to introduce. Something that I haven't done yet is renaming the parser/AST from melody -> twig to clarify that this project if focusing on twig formatting and nothing else. This change will break compatibility with other prettier plugin such as prettier-plugin-tailwindcss1.

Ref: