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

web: upgrade prettier to the latest version to support TS satisfies operator #45400

Merged
merged 3 commits into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@
"cssnano": "4.1.10",
"webpack": "5",
"tslib": "2.1.0",
"prettier": "2.8.1",
Copy link
Member Author

Choose a reason for hiding this comment

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

The version was pinned in the Storybook upgrade PR, so it's safe to unpin it.

Copy link
Member

Choose a reason for hiding this comment

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

Oh I see

"jsprim": "1.4.2"
},
"packageManager": "yarn@3.2.3"
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25969,7 +25969,16 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.1":
"prettier@npm:2.0.5":
burmudar marked this conversation as resolved.
Show resolved Hide resolved
version: 2.0.5
resolution: "prettier@npm:2.0.5"
bin:
prettier: bin-prettier.js
checksum: 7f89d2f5d1a1a15a7bf200556b8c5395913d0119fe52a3fba51ab116695d584652d37fdb7d86e0919bfe36b22649afcf222eaca00a1065eb486b7b4cf3062eff
languageName: node
linkType: hard

"prettier@npm:2.8.1, prettier@npm:^2.2.0":
version: 2.8.1
resolution: "prettier@npm:2.8.1"
bin:
Expand All @@ -25978,6 +25987,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:>=2.2.1 <=2.3.0":
version: 2.3.0
resolution: "prettier@npm:2.3.0"
bin:
prettier: bin-prettier.js
checksum: e8851a45f60f2994775f96e07964646c299b8a8f9c64da4fbd8efafc20db3458bdcedac79aed34e1d5477540b3aa04f6499adc4979cb7937f8ebd058a767d8ff
languageName: node
linkType: hard

"pretty-bytes@npm:^5.3.0":
version: 5.3.0
resolution: "pretty-bytes@npm:5.3.0"
Expand Down