Skip to content

Commit

Permalink
Update dependencies - May 2024 (Azure#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed May 20, 2024
1 parent 85d2c8a commit daa3b15
Show file tree
Hide file tree
Showing 15 changed files with 4,283 additions and 3,704 deletions.
13 changes: 13 additions & 0 deletions .chronus/changes/upgrade-deps-may-2024-2024-4-20-15-35-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# 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-client-generator-core"
---

Update dependencies - May 2024
2 changes: 1 addition & 1 deletion core
Submodule core updated 34 files
+25 −0 .chronus/changes/upgrade-deps-may-2024-2024-4-20-15-37-30.md
+1 −1 eng/tsp-core/pipelines/pr-tools.yml
+14 −14 package.json
+4 −4 packages/best-practices/package.json
+8 −8 packages/bundle-uploader/package.json
+7 −7 packages/bundler/package.json
+8 −8 packages/compiler/package.json
+1 −1 packages/compiler/src/config/config-schema.ts
+2 −2 packages/compiler/src/core/schema-validator.ts
+1 −1 packages/compiler/src/init/init-template.ts
+8 −8 packages/eslint-plugin-typespec/package.json
+10 −10 packages/html-program-viewer/package.json
+4 −4 packages/http/package.json
+6 −6 packages/internal-build-utils/package.json
+6 −6 packages/json-schema/package.json
+4 −4 packages/library-linter/package.json
+6 −6 packages/monarch/package.json
+4 −4 packages/openapi/package.json
+5 −5 packages/openapi3/package.json
+12 −12 packages/playground-website/package.json
+13 −13 packages/playground/package.json
+2 −2 packages/prettier-plugin-typespec/package.json
+4 −4 packages/protobuf/package.json
+4 −4 packages/rest/package.json
+4 −4 packages/samples/package.json
+1 −1 packages/tmlanguage-generator/package.json
+8 −8 packages/tspd/package.json
+0 −1 packages/tspd/src/ref-doc/api-docs.ts
+3 −49 packages/typespec-vscode/ThirdPartyNotices.txt
+8 −8 packages/typespec-vscode/package.json
+4 −4 packages/versioning/package.json
+20 −20 packages/website/package.json
+4 −4 packages/xml/package.json
+3,268 −2,589 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion eng/pipelines/pr-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extends:
steps:
- checkout: self

- script: npx -p @chronus/github-pr-commenter@0.4.0 chronus-github-pr-commenter verify
- script: npx -p @chronus/github-pr-commenter@0.5.0 chronus-github-pr-commenter
displayName: Make comment about changes
env:
GITHUB_TOKEN: $(azuresdk-github-pat)
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"watch": "tsc --build ./tsconfig.ws.json --watch"
},
"devDependencies": {
"@chronus/chronus": "^0.10.1",
"@chronus/github": "^0.3.2",
"@chronus/chronus": "^0.10.2",
"@chronus/github": "^0.4.0",
"@eslint/js": "^8.57.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"@types/node": "~18.11.19",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/utils": "^7.6.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0",
"c8": "^9.1.0",
"cspell": "^8.7.0",
"cspell": "^8.8.1",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vitest": "^0.5.3",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-vitest": "^0.5.4",
"prettier": "~3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"syncpack": "^12.3.0",
"rimraf": "~5.0.7",
"syncpack": "^12.3.2",
"typescript": "~5.4.5",
"typescript-eslint": "^7.6.0",
"vitest": "^1.5.0"
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0"
},
"syncpack": {
"dependencyTypes": [
Expand All @@ -64,7 +64,7 @@
]
},
"dependencies": {
"picocolors": "~1.0.0"
"picocolors": "~1.0.1"
},
"pnpm": {
"overrides": {
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@types/node": "~18.11.19",
"@typespec/internal-build-utils": "workspace:~",
"@typespec/samples": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autorest": "~3.7.1",
"cross-env": "~7.0.3",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
12 changes: 6 additions & 6 deletions packages/typespec-autorest-canonical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"!dist/test/**"
],
"peerDependencies": {
"@azure-tools/typespec-autorest": "workspace:~",
"@azure-tools/typespec-azure-core": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@typespec/versioning": "workspace:~",
"@azure-tools/typespec-autorest": "workspace:~"
"@typespec/versioning": "workspace:~"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "workspace:~",
Expand All @@ -70,12 +70,12 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"change-case": "~5.4.4",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"change-case": "~5.4.4",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
20 changes: 10 additions & 10 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitejs/plugin-react": "~4.2.1",
"es-module-shims": "~1.9.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"vite": "^5.2.8"
"es-module-shims": "~1.10.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"vite": "^5.2.11"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.44.0",
"@types/node": "~18.11.19",
"@types/react-dom": "~18.2.25",
"@types/react-dom": "~18.3.0",
"@typespec/bundler": "workspace:~",
"@typespec/playground": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"cross-env": "~7.0.3",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/typespec-azure-portal-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"source-map-support": "~0.5.21",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"exports": {
".": {
Expand Down
8 changes: 4 additions & 4 deletions packages/typespec-azure-resource-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-client-generator-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/typespec-service-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@typespec/openapi": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
28 changes: 14 additions & 14 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"regen-all-packages-docs": "pnpm -w --filter \"@azure-tools/typespec-azure-website...\" run regen-docs"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/plugin-content-docs": "~3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-common": "~3.2.1",
"@fluentui/react-components": "~9.47.5",
"@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",
"@mdx-js/react": "^3.0.1",
"@typespec/playground": "workspace:~",
"@typespec/website": "workspace:~",
"clsx": "^2.1.0",
"es-module-shims": "~1.9.0",
"clsx": "^2.1.1",
"es-module-shims": "~1.10.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "~1.29.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "workspace:~",
Expand All @@ -41,16 +41,16 @@
"@azure-tools/typespec-azure-resource-manager": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@azure-tools/typespec-service-csharp": "workspace:~",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@types/node": "~18.11.19",
"@types/react": "~18.2.78",
"@types/react": "~18.3.2",
"@typespec/tspd": "workspace:~",
"dotenv": "~16.4.5",
"file-loader": "~6.2.0",
"monaco-editor-webpack-plugin": "~7.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5"
},
"browserslist": {
Expand Down
Loading

0 comments on commit daa3b15

Please sign in to comment.