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

Monitor @typespec/compiler next version #2753

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
19 changes: 17 additions & 2 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json",
"useWorkspaces": true,
"strictPeerDependencies": false
}
"strictPeerDependencies": false,
"globalOverrides": {
"@typespec/compiler": "0.60.0-dev.10",
"@typespec/http": "0.60.0-dev.2",
"@typespec/openapi": "0.60.0-dev.1",
"@typespec/rest": "0.60.0-dev.2",
"@typespec/versioning": "0.60.0-dev.3",
"@typespec/xml": "0.60.0-dev.1",
"@azure-tools/typespec-client-generator-core": "0.46.0-dev.21",
"@azure-tools/typespec-azure-core": "0.46.0-dev.1",
"@azure-tools/typespec-azure-resource-manager": "0.46.0-dev.2",
"@azure-tools/typespec-azure-rulesets": "0.46.0-dev.0",
"@azure-tools/typespec-autorest": "0.46.0-dev.1",
"@typespec/eslint-config-typespec": "0.56.0-dev.1",
"@typespec/library-linter": "0.60.0-dev.0"
}
}
Loading
Loading