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

[TypeSpec] Upgrade to 0.48.0 #25797

Merged
merged 25 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9d5a96e
Update deps and pipelines to "next"
mikeharder Aug 9, 2023
325d4bd
Configure git username and email (#25276)
mikeharder Aug 11, 2023
b47983e
[typespec-next] React to azure/typespec-azure#3391 (#25323)
mikeharder Aug 16, 2023
dfc00f4
Merge branch 'main' into typespec-next
mikeharder Aug 17, 2023
4809afb
Temporarily pin @typespec/http
mikeharder Aug 18, 2023
169d870
Unpin @typespec/http
mikeharder Aug 19, 2023
e75773d
[typespec-next] React to Azure/typespec-azure#3407 (#25399)
mikeharder Aug 19, 2023
d253d1e
[typespec-next] React to Azure/typespec-azure#3400 (#25400)
mikeharder Aug 21, 2023
30ef2bd
Merge branch 'main' into typespec-next
mikeharder Aug 22, 2023
65318c7
Add linter violation
mikeharder Aug 22, 2023
6a3b502
Revert "Add linter violation"
mikeharder Aug 22, 2023
842e754
Merge branch 'main' into typespec-next
mikeharder Aug 24, 2023
4bf434f
[typespec-next] More react to Azure/typespec-azure#3407
mikeharder Aug 24, 2023
26c4733
Merge branch 'main' into typespec-next
mikeharder Sep 6, 2023
c3f1e73
[typespec-next] More react to Azure/typespec-azure#3407
mikeharder Sep 6, 2023
0f71e98
Merge branch 'main' into typespec-next
mikeharder Sep 6, 2023
190cde3
[typespec-next] Add linter rules to tspconfig.yaml (#25675)
mikeharder Sep 7, 2023
c8540a4
Add empty LinterRulesetRule
mikeharder Sep 9, 2023
3290368
Merge branch 'main' into typespec-next
mikeharder Sep 13, 2023
c76b1df
Update packages to 0.48 and 0.34
mikeharder Sep 13, 2023
4e33102
npm install --force
mikeharder Sep 14, 2023
7c3ec56
Revert "Add empty LinterRulesetRule"
mikeharder Sep 14, 2023
c07dd7a
Revert changes to tsv
mikeharder Sep 14, 2023
240fe0b
Remove typespec/lint
mikeharder Sep 14, 2023
c07559c
npm install
mikeharder Sep 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 89 additions & 104 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.4",
"@azure-tools/typespec-autorest": "0.33.0",
"@azure-tools/typespec-azure-core": "0.33.0",
"@azure-tools/typespec-azure-resource-manager": "0.33.0",
"@azure-tools/typespec-client-generator-core": "0.33.0",
"@azure-tools/typespec-providerhub": "0.33.0",
"@typespec/compiler": "0.47.0",
"@typespec/http": "0.47.0",
"@typespec/openapi": "0.47.0",
"@typespec/rest": "0.47.0",
"@typespec/versioning": "0.47.0",
"@azure-tools/typespec-autorest": "0.34.0",
"@azure-tools/typespec-azure-core": "0.34.0",
"@azure-tools/typespec-azure-resource-manager": "0.34.0",
"@azure-tools/typespec-client-generator-core": "0.34.0",
"@azure-tools/typespec-providerhub": "0.34.0",
"@typespec/compiler": "0.48.0",
"@typespec/http": "0.48.0",
"@typespec/openapi": "0.48.0",
"@typespec/rest": "0.48.0",
"@typespec/versioning": "0.48.0",
"@azure/avocado": "^0.8.4",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"prettier": "~3.0.3",
Expand Down
3 changes: 3 additions & 0 deletions specification/codesigning/CodeSigning/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ parameters:
default: "sdk/codesigning"
emit:
- "@azure-tools/typespec-autorest"
linter:
extends:
- "@azure-tools/typespec-azure-core/all"
options:
"@azure-tools/typespec-autorest":
azure-resource-provider-folder: "data-plane"
Expand Down
Loading