Skip to content

Commit

Permalink
Adopt tsp v 0.49 (#438)
Browse files Browse the repository at this point in the history
* add library-linter to known packages for bump deps

* update to consume tsp 49
  • Loading branch information
m-nash authored Oct 12, 2023
1 parent d925810 commit 2896d45
Show file tree
Hide file tree
Showing 10 changed files with 211 additions and 254 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-buttons-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@azure-tools/typespec-bump-deps": minor
---

add library-linter to known packages for bump deps
10 changes: 10 additions & 0 deletions .changeset/thick-trains-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@azure-tools/cadl-ranch-coverage-sdk": minor
"@azure-tools/cadl-ranch-dashboard": minor
"@azure-tools/typespec-bump-deps": minor
"@azure-tools/cadl-ranch-expect": minor
"@azure-tools/cadl-ranch-specs": minor
"@azure-tools/cadl-ranch": minor
---

Update to consume tsp 49
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/Azure/cadl-ranch#readme",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@typespec/prettier-plugin-typespec": "~0.48.0",
"@typespec/prettier-plugin-typespec": "~0.49.0",
"cspell": "^7.3.7",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-coverage-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^18.16.0"
},
"devDependencies": {
"@typespec/eslint-config-typespec": "~0.48.0",
"@typespec/eslint-config-typespec": "~0.49.0",
"eslint": "^8.50.0",
"rimraf": "^5.0.5",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typespec/eslint-config-typespec": "~0.48.0",
"@typespec/eslint-config-typespec": "~0.49.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.50.0",
"rimraf": "^5.0.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/cadl-ranch-expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"homepage": "https://github.com/Azure/cadl-ranch#readme",
"devDependencies": {
"@types/node": "^18.16.0",
"@typespec/eslint-config-typespec": "~0.48.0",
"@typespec/eslint-config-typespec": "~0.49.0",
"eslint": "^8.50.0",
"rimraf": "^5.0.5",
"typescript": "~5.2.2"
},
"peerDependencies": {
"@typespec/compiler": "~0.48.1",
"@typespec/versioning": "~0.48.0",
"@typespec/http": "~0.48.0",
"@typespec/rest": "~0.48.0"
"@typespec/compiler": "~0.49.0",
"@typespec/versioning": "~0.49.0",
"@typespec/http": "~0.49.0",
"@typespec/rest": "~0.49.0"
}
}
20 changes: 10 additions & 10 deletions packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"@azure-tools/cadl-ranch-api": "workspace:~"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.34.0",
"@azure-tools/typespec-client-generator-core": "0.34.0",
"@azure-tools/typespec-autorest": "0.35.0",
"@azure-tools/typespec-client-generator-core": "0.35.0",
"@types/node": "^18.16.0",
"@typespec/eslint-config-typespec": "~0.48.0",
"@typespec/openapi": "~0.48.0",
"@typespec/openapi3": "~0.48.0",
"@typespec/eslint-config-typespec": "~0.49.0",
"@typespec/openapi": "~0.49.0",
"@typespec/openapi3": "~0.49.0",
"eslint": "^8.50.0",
"rimraf": "^5.0.5",
"typescript": "~5.2.2"
},
"peerDependencies": {
"@azure-tools/cadl-ranch-expect": "workspace:~",
"@azure-tools/typespec-azure-core": "~0.34.0",
"@typespec/compiler": "~0.48.1",
"@typespec/http": "~0.48.0",
"@typespec/rest": "~0.48.0",
"@typespec/versioning": "~0.48.0"
"@azure-tools/typespec-azure-core": "~0.35.0",
"@typespec/compiler": "~0.49.0",
"@typespec/http": "~0.49.0",
"@typespec/rest": "~0.49.0",
"@typespec/versioning": "~0.49.0"
}
}
8 changes: 4 additions & 4 deletions packages/cadl-ranch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@azure-tools/cadl-ranch-expect": "workspace:~",
"@azure/identity": "^3.1.4",
"@types/js-yaml": "^4.0.5",
"@typespec/compiler": "~0.48.1",
"@typespec/http": "~0.48.0",
"@typespec/rest": "~0.48.0",
"@typespec/compiler": "~0.49.0",
"@typespec/http": "~0.49.0",
"@typespec/rest": "~0.49.0",
"ajv": "8.12.0",
"body-parser": "^1.20.2",
"deep-equal": "^2.2.0",
Expand All @@ -63,7 +63,7 @@
"@types/node-fetch": "^2.6.3",
"@types/xml2js": "^0.4.11",
"@types/yargs": "^17.0.24",
"@typespec/eslint-config-typespec": "~0.48.0",
"@typespec/eslint-config-typespec": "~0.49.0",
"eslint": "^8.50.0",
"rimraf": "^5.0.5",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-bump-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@typespec/eslint-config-typespec": "~0.48.0",
"@typespec/eslint-config-typespec": "~0.49.0",
"@types/semver": "^7.5.0",
"@types/pacote": "11.1.6",
"@types/node": "^18.16.0",
Expand Down
Loading

0 comments on commit 2896d45

Please sign in to comment.