Skip to content

Commit

Permalink
Dependency updates July 2024 (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jul 1, 2024
1 parent ee6a7f8 commit 88ba7bf
Show file tree
Hide file tree
Showing 18 changed files with 4,949 additions and 3,645 deletions.
14 changes: 14 additions & 0 deletions .chronus/changes/upgrade-deps-july-2024-2024-6-1-20-35-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@azure-tools/typespec-autorest-canonical"
- "@azure-tools/typespec-autorest"
- "@azure-tools/typespec-azure-core"
- "@azure-tools/typespec-azure-portal-core"
- "@azure-tools/typespec-azure-resource-manager"
- "@azure-tools/typespec-azure-rulesets"
- "@azure-tools/typespec-client-generator-core"
---

Dependency updates July 2024
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pnpm-config.json": "jsonc",
"version-policies.json": "jsonc"
},
"typescript.tsdk": "./core/packages/compiler/node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",
"git.ignoreLimitWarning": true,
"vitest.workspaceConfig": "./vitest.workspace.ts",
"prettier.configPath": ".prettierrc.json",
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 59 files
+8 −0 .chronus/changes/deprecate-get-asset-emitter-2024-5-4-16-18-29.md
+9 −0 .chronus/changes/deprecate-get-asset-emitter-2024-5-4-16-38-47.md
+25 −0 .chronus/changes/upgrade-deps-july-2024-2024-6-1-20-41-3.md
+1 −1 docs/extending-typespec/create-decorators.md
+13 −13 package.json
+2 −2 packages/best-practices/package.json
+4 −4 packages/bundle-uploader/package.json
+5 −5 packages/bundler/package.json
+1 −1 packages/bundler/src/vite/vite-plugin.ts
+7 −7 packages/compiler/package.json
+2 −2 packages/compiler/src/core/scanner.ts
+2 −0 packages/compiler/src/core/types.ts
+6 −6 packages/eslint-plugin-typespec/package.json
+5 −5 packages/html-program-viewer/package.json
+0 −4 ...t-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Providers/ClientPipelineExtensionsProvider.cs
+78 −6 ...lient-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Providers/MrwSerializationTypeProvider.cs
+110 −4 ...csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/Providers/MrwSerializationTypeProviderTests.cs
+6 −4 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Expressions/CatchExpression.cs
+8 −6 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Statements/TryCatchFinallyStatement.cs
+24 −2 packages/http-client-csharp/generator/Microsoft.Generator.CSharp/test/Statements/StatementTests.cs
+15 −0 ...oft.Generator.CSharp/test/Statements/TestData/StatementTests/TryCatchFinallyStatementWithMultipleCatches.cs
+12 −2 ...-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/Friend.Serialization.cs
+12 −2 ...Projects/Local/Unbranded-TypeSpec/src/Generated/Models/ModelWithRequiredNullableProperties.Serialization.cs
+12 −2 ...csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/ProjectedModel.Serialization.cs
+12 −2 ...r/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/ReturnsAnonymousModelResponse.Serialization.cs
+12 −2 ...csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/RoundTripModel.Serialization.cs
+12 −2 ...p-client-csharp/generator/TestProjects/Local/Unbranded-TypeSpec/src/Generated/Models/Thing.Serialization.cs
+2 −2 packages/http/package.json
+3 −3 packages/internal-build-utils/package.json
+4 −4 packages/json-schema/package.json
+2 −1 packages/json-schema/src/index.ts
+1 −1 packages/json-schema/src/json-schema-emitter.ts
+2 −2 packages/library-linter/package.json
+4 −4 packages/monarch/package.json
+0 −1 packages/monarch/tsconfig.json
+2 −2 packages/openapi/package.json
+1 −2 packages/openapi/tsconfig.json
+3 −3 packages/openapi3/package.json
+4 −2 packages/openapi3/src/openapi.ts
+1 −2 packages/openapi3/tsconfig.json
+7 −7 packages/playground-website/package.json
+19 −19 packages/playground/package.json
+58 −537 packages/prettier-plugin-typespec/ThirdPartyNotices.txt
+4 −4 packages/prettier-plugin-typespec/package.json
+4 −4 packages/protobuf/package.json
+2 −2 packages/rest/package.json
+1 −1 packages/samples/package.json
+1 −1 packages/spec/package.json
+1 −1 packages/tmlanguage-generator/package.json
+6 −6 packages/tspd/package.json
+5 −5 packages/tspd/src/ref-doc/api-docs.ts
+7 −7 packages/typespec-vscode/package.json
+2 −2 packages/versioning/package.json
+15 −15 packages/website/package.json
+1 −1 packages/website/static/1ds-init.js
+1 −1 packages/website/versioned_docs/version-latest/extending-typespec/create-decorators.md
+2 −2 packages/xml/package.json
+2 −3 packages/xml/tsconfig.json
+2,926 −2,707 pnpm-lock.yaml
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"@eslint/js": "^8.57.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"@types/node": "~18.11.19",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0",
"c8": "^9.1.0",
"cspell": "^8.8.1",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/utils": "^7.15.0",
"c8": "^10.1.2",
"cspell": "^8.9.1",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-vitest": "^0.5.4",
"prettier": "~3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"prettier": "~3.3.2",
"prettier-plugin-organize-imports": "~4.0.0",
"rimraf": "~5.0.7",
"syncpack": "^12.3.2",
"tsx": "^4.10.5",
"typescript": "~5.4.5",
"typescript-eslint": "^7.9.0",
"syncpack": "^12.3.3",
"tsx": "^4.16.0",
"typescript": "~5.5.3",
"typescript-eslint": "^7.15.0",
"vitest": "^1.6.0"
},
"syncpack": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"devDependencies": {
"@typespec/compiler": "workspace:~",
"dotenv": "~16.4.5",
"typescript": "~5.4.5"
"typescript": "~5.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@azure-tools/typespec-autorest": "workspace:~",
"@azure-tools/typespec-azure-core": "workspace:~",
"@azure-tools/typespec-azure-resource-manager": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@azure-tools/typespec-azure-rulesets": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/openapi": "workspace:~",
Expand All @@ -59,7 +59,7 @@
"autorest": "~3.7.1",
"cross-env": "~7.0.3",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/typespec-autorest-canonical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"change-case": "~5.4.4",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"change-case": "~5.4.4",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
10 changes: 5 additions & 5 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@
"@azure-tools/typespec-autorest": "workspace:~",
"@azure-tools/typespec-azure-core": "workspace:~",
"@azure-tools/typespec-azure-resource-manager": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@azure-tools/typespec-azure-rulesets": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@emotion/react": "^11.11.4",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/openapi": "workspace:~",
"@typespec/openapi3": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitejs/plugin-react": "~4.2.1",
"@vitejs/plugin-react": "~4.3.1",
"es-module-shims": "~1.10.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"vite": "^5.2.11"
"vite": "^5.3.2"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.45.0",
"@types/node": "~18.11.19",
"@types/react-dom": "~18.3.0",
"@typespec/bundler": "workspace:~",
Expand All @@ -79,7 +79,7 @@
"@vitest/ui": "^1.6.0",
"cross-env": "~7.0.3",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/typespec-azure-portal-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"source-map-support": "~0.5.21",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-azure-resource-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-azure-resource-manager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export {
getArmCommonTypesVersion,
getArmCommonTypesVersions,
isArmCommonType,
type ArmCommonTypeVersions,
type ArmCommonTypesResolutionOptions,
type ArmCommonTypeVersions,
} from "./common-types.js";

export * from "./namespace.js";
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-azure-rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"change-case": "~5.4.4",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/typespec-client-generator-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@
"@types/pluralize": "^0.0.33",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/xml": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/prettier-plugin-typespec": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@typespec/xml": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/typespec-service-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.6.0",
"c8": "^9.1.0",
"c8": "^10.1.2",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
}
}
22 changes: 11 additions & 11 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"regen-all-packages-docs": "pnpm -w --filter \"@azure-tools/typespec-azure-website...\" run regen-docs"
},
"dependencies": {
"@docusaurus/core": "^3.3.2",
"@docusaurus/plugin-content-docs": "~3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-common": "~3.3.2",
"@fluentui/react-components": "~9.52.0",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-content-docs": "~3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-common": "~3.4.0",
"@fluentui/react-components": "~9.54.2",
"@mdx-js/react": "^3.0.1",
"@typespec/playground": "workspace:~",
"@typespec/website": "workspace:~",
Expand All @@ -39,20 +39,20 @@
"@azure-tools/typespec-azure-playground-website": "workspace:~",
"@azure-tools/typespec-azure-portal-core": "workspace:~",
"@azure-tools/typespec-azure-resource-manager": "workspace:~",
"@azure-tools/typespec-azure-rulesets": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@azure-tools/typespec-service-csharp": "workspace:~",
"@azure-tools/typespec-azure-rulesets": "workspace:~",
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@types/node": "~18.11.19",
"@types/react": "~18.3.2",
"@types/react": "~18.3.3",
"@typespec/tspd": "workspace:~",
"dotenv": "~16.4.5",
"file-loader": "~6.2.0",
"monaco-editor-webpack-plugin": "~7.1.0",
"rimraf": "~5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 88ba7bf

Please sign in to comment.