-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to support prettier 3.0 (#2157)
fix #2153 This include breaking change if using the typespec formatter programatically. Some breaking changes to prettier carry over https://prettier.io/blog/2023/07/05/3.0.0.html
- Loading branch information
1 parent
4e685d2
commit d355e5c
Showing
58 changed files
with
6,206 additions
and
730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
common/changes/@typespec/compiler/prettier-3.0.0_2023-07-24-17-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/compiler", | ||
"comment": "**Breaking change** `formatTypeSpec` is now async. Formatter was updated to use prettier 3.0.", | ||
"type": "none" | ||
}, | ||
|
||
], | ||
"packageName": "@typespec/compiler" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/eslint-config-typespec/prettier-3.0.0_2023-08-03-20-26.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/eslint-config-typespec", | ||
"comment": "Update dependency on @typescript-eslint/parser", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/eslint-config-typespec" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/eslint-plugin/prettier-3.0.0_2023-08-03-20-26.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/eslint-plugin", | ||
"comment": "Update dependencies", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/eslint-plugin" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/html-program-viewer/prettier-3.0.0_2023-07-24-17-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/html-program-viewer", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/html-program-viewer" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/internal-build-utils/prettier-3.0.0_2023-07-24-17-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/internal-build-utils", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/internal-build-utils" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/json-schema/prettier-3.0.0_2023-07-24-17-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/json-schema", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/json-schema" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/migrate/prettier-3.0.0_2023-07-24-17-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/migrate", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/migrate" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@typespec/prettier-plugin-typespec/prettier-3.0.0_2023-07-24-17-29.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/prettier-plugin-typespec", | ||
"comment": "Added support for prettier 3.0", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/prettier-plugin-typespec" | ||
} |
Oops, something went wrong.