Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade prettier plugins #397

Merged
merged 1 commit into from
Aug 4, 2023
Merged

upgrade prettier plugins #397

merged 1 commit into from
Aug 4, 2023

Conversation

m4thieulavoie
Copy link
Contributor

Description

This PR upgrades prettier plugin versions so we can upgrade web's version to ^3

@m4thieulavoie m4thieulavoie self-assigned this Aug 4, 2023
@BPScott
Copy link
Member

BPScott commented Aug 4, 2023

Can you also update the prettier versions in packages/stylelint-plugin? We should have a single version of prettier across the whole repo

@@ -0,0 +1,5 @@
---
'@shopify/eslint-plugin': minor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prettier v3 has potential to change file output, and requires co-ordinating updating prettier within the source repo. I think this should be a major version bump.

@BPScott
Copy link
Member

BPScott commented Aug 4, 2023

Also if you're in the process of making breaking changes - @typescript/eslint-plugin v6 recently got released and we'll need to update to use that if we want to support Typescript 5.2 or later.

Copy link
Member

@BPScott BPScott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for wrangling the node bumps along the way, thanks to new version of execa that gets pulled in wanting node ^14.18.0 || ^16.14.0 || >=18.0.0.

Jumping to 18.16 for the in-repo node version makes sense as that's the most recent LTS. We're still running CI against 14/16/18 and we don't force versions through our own engines fields.

changeset

also upgrade prettier itself

upgrade stylelint as well

upgrade to major release

wip

split changelogs

bump node version in dev

wip
@m4thieulavoie m4thieulavoie merged commit 5c2328a into main Aug 4, 2023
6 checks passed
@m4thieulavoie m4thieulavoie deleted the upgrade-prettier-plugins branch August 4, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants