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.47.0 #25223

Merged
merged 25 commits into from
Aug 9, 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
bc46fa4
Update dependencies to "next"
mikeharder Jul 12, 2023
6efda53
Merge branch 'main' into typespec-next
mikeharder Jul 13, 2023
8665ac9
Merge branch 'main' into typespec-next
mikeharder Jul 13, 2023
b153878
Merge branch 'main' into typespec-next
mikeharder Jul 13, 2023
261cae5
Merge branch 'main' into typespec-next
mikeharder Jul 13, 2023
927cecd
Merge branch 'main' into typespec-next
mikeharder Jul 20, 2023
a819009
Merge branch 'main' into typespec-next
mikeharder Jul 21, 2023
e72b5ee
Merge branch 'main' into typespec-next
mikeharder Jul 25, 2023
3e88ed8
Merge branch 'main' into typespec-next
mikeharder Jul 26, 2023
bd264a7
Merge branch 'main' into typespec-next
mikeharder Jul 27, 2023
0999420
Merge branch 'main' into typespec-next
mikeharder Jul 28, 2023
fe2113e
Update PR validation pipeline
mikeharder Jul 28, 2023
613140b
[typespec-next] React to Azure/typespec-azure#3326 (#25026)
mikeharder Jul 28, 2023
e5d0f77
Merge branch 'main' into typespec-next
mikeharder Aug 2, 2023
a77d213
Merge branch 'main' into typespec-next
mikeharder Aug 3, 2023
dc97b09
Merge branch 'main' into typespec-next
mikeharder Aug 4, 2023
1354c2a
Resolve merge conflicts in cotnainerstorage.json
mikeharder Aug 4, 2023
f764456
Merge branch 'main' into typespec-next
mikeharder Aug 8, 2023
16fdc61
[typespec-next] React to Azure/typespec-azure#3364 and Azure/typespec…
mikeharder Aug 8, 2023
5389609
Merge branch 'main' into typespec-next
mikeharder Aug 9, 2023
7f57946
Update packages to 0.47 and 0.33
mikeharder Aug 9, 2023
192c0f4
npm install --force
mikeharder Aug 9, 2023
aa342ea
Revert pipeline changes
mikeharder Aug 9, 2023
bba240f
Add back typespec-apiview
mikeharder Aug 9, 2023
6b599f6
Remove @typespec/lint
mikeharder Aug 9, 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
189 changes: 97 additions & 92 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.32.0",
"@azure-tools/typespec-azure-core": "0.32.0",
"@azure-tools/typespec-azure-resource-manager": "0.32.0",
"@azure-tools/typespec-client-generator-core": "0.32.0",
"@azure-tools/typespec-providerhub": "0.32.0",
"@typespec/compiler": "0.46.0",
"@typespec/http": "0.46.0",
"@typespec/openapi": "0.46.0",
"@typespec/rest": "0.46.0",
"@typespec/versioning": "0.46.0",
"@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/avocado": "^0.8.4",
"@types/prettier": "^2.7.2",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
Expand Down
Loading