From 7390588025cb4c45aa423e193d9a19343fb34cca Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Thu, 31 Oct 2024 11:35:38 +0800 Subject: [PATCH] move devDependency `@azure-tools/cadl-ranch` to typespec-python folder (#2896) * update dependency * changelog --- .chronus/changes/update-package-2024-2024-9-31-9-52-24.md | 7 +++++++ package.json | 1 - packages/typespec-python/package.json | 1 + pnpm-lock.yaml | 6 +++--- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .chronus/changes/update-package-2024-2024-9-31-9-52-24.md diff --git a/.chronus/changes/update-package-2024-2024-9-31-9-52-24.md b/.chronus/changes/update-package-2024-2024-9-31-9-52-24.md new file mode 100644 index 0000000000..cfed1ad55e --- /dev/null +++ b/.chronus/changes/update-package-2024-2024-9-31-9-52-24.md @@ -0,0 +1,7 @@ +--- +changeKind: dependencies +packages: + - "@azure-tools/typespec-python" +--- + +Add devDependency `@azure-tools/cadl-ranch` \ No newline at end of file diff --git a/package.json b/package.json index ebbcf4d957..8738c082ef 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "homepage": "https://github.com/Azure/autorest.python#readme", "devDependencies": { "@actions/github": "6.0.0", - "@azure-tools/cadl-ranch": "~0.16.0", "@chronus/chronus": "^0.12.1", "@chronus/github": "^0.4.4", "@eslint/js": "^9.11.1", diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 80747911fb..704da9eebf 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -69,6 +69,7 @@ "@azure-tools/typespec-autorest": "~0.47.0", "@azure-tools/cadl-ranch-expect": "~0.15.5", "@azure-tools/cadl-ranch-specs": "~0.39.0", + "@azure-tools/cadl-ranch": "~0.16.0", "@types/js-yaml": "~4.0.5", "@types/node": "~22.5.4", "@types/yargs": "~17.0.33", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 899032d030..f642bbf6b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,6 @@ importers: '@actions/github': specifier: 6.0.0 version: 6.0.0 - '@azure-tools/cadl-ranch': - specifier: ~0.16.0 - version: 0.16.0(@typespec/versioning@0.61.0(@typespec/compiler@0.61.0)) '@chronus/chronus': specifier: ^0.12.1 version: 0.12.1 @@ -100,6 +97,9 @@ importers: specifier: 4.17.0 version: 4.17.0 devDependencies: + '@azure-tools/cadl-ranch': + specifier: ~0.16.0 + version: 0.16.0(@typespec/versioning@0.61.0(@typespec/compiler@0.61.0)) '@azure-tools/cadl-ranch-expect': specifier: ~0.15.5 version: 0.15.5(@typespec/compiler@0.61.0)(@typespec/http@0.61.0(@typespec/compiler@0.61.0))(@typespec/rest@0.61.0(@typespec/compiler@0.61.0)(@typespec/http@0.61.0(@typespec/compiler@0.61.0)))(@typespec/versioning@0.61.0(@typespec/compiler@0.61.0))