Skip to content

Commit

Permalink
Update dependencies to resolve vulnerabilities and license issue (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Mar 29, 2024
1 parent cfbcedf commit 391e135
Show file tree
Hide file tree
Showing 15 changed files with 3,272 additions and 3,950 deletions.
12 changes: 12 additions & 0 deletions .chronus/changes/update-dep-2024-03-29-2024-2-29-14-21-45.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
changeKind: internal
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 deps
2 changes: 1 addition & 1 deletion core
Submodule core updated 39 files
+24 −0 .chronus/changes/remove-unusued-dep-2024-2-29-14-4-43.md
+1 −0 cspell.yaml
+2 −2 package.json
+1 −1 packages/best-practices/package.json
+1 −1 packages/bundle-uploader/package.json
+3 −3 packages/bundler/package.json
+2 −2 packages/compiler/package.json
+5 −5 packages/eslint-config-typespec/package.json
+4 −4 packages/eslint-plugin-typespec/package.json
+4 −4 packages/html-program-viewer/package.json
+1 −1 packages/http/package.json
+2 −2 packages/internal-build-utils/package.json
+1 −1 packages/json-schema/package.json
+1 −1 packages/library-linter/package.json
+7 −0 packages/monarch/.eslintrc.cjs
+9 −0 packages/monarch/README.md
+60 −0 packages/monarch/package.json
+3 −0 packages/monarch/src/index.ts
+95 −0 packages/monarch/src/typespec-monarch.ts
+220 −0 packages/monarch/test/typespec-monarch.test.ts
+4 −0 packages/monarch/tsconfig.config.json
+11 −0 packages/monarch/tsconfig.json
+11 −0 packages/monarch/vitest.config.ts
+1 −1 packages/openapi/package.json
+1 −1 packages/openapi3/package.json
+6 −6 packages/playground-website/package.json
+9 −10 packages/playground/package.json
+1 −1 packages/prettier-plugin-typespec/package.json
+1 −1 packages/protobuf/package.json
+1 −1 packages/rest/package.json
+1 −1 packages/samples/package.json
+1 −1 packages/spec/package.json
+1 −1 packages/tmlanguage-generator/package.json
+1 −1 packages/tspd/package.json
+2 −2 packages/typespec-vscode/package.json
+1 −1 packages/versioning/package.json
+15 −15 packages/website/package.json
+3,233 −3,118 pnpm-lock.yaml
+1 −0 tsconfig.ws.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@chronus/github": "^0.2.2",
"@pnpm/find-workspace-packages": "^6.0.9",
"c8": "^9.1.0",
"cspell": "^8.6.0",
"cspell": "^8.6.1",
"prettier": "~3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"syncpack": "^12.3.0",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.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.2"
"typescript": "~5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cross-env": "~7.0.3",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-autorest-canonical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"change-case": "~5.4.3",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"change-case": "~5.4.3",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"c8": "^9.1.0",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitejs/plugin-react": "~4.2.1",
"es-module-shims": "~1.8.3",
"es-module-shims": "~1.9.0",
"monaco-editor": "~0.47.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"vite": "^5.1.6"
"vite": "^5.2.7"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "~18.11.19",
"@types/react-dom": "~18.2.22",
"@types/react-dom": "~18.2.23",
"@typespec/bundler": "workspace:~",
"@typespec/eslint-config-typespec": "workspace:~",
"@typespec/playground": "workspace:~",
Expand All @@ -80,7 +80,7 @@
"cross-env": "~7.0.3",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-azure-portal-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"c8": "^9.1.0",
"eslint": "^8.57.0",
"source-map-support": "~0.5.21",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-resource-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"c8": "^9.1.0",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-client-generator-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"c8": "^9.1.0",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/typespec-service-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"c8": "^9.1.0",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"vitest": "^1.4.0"
}
}
22 changes: 11 additions & 11 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"regen-all-packages-docs": "pnpm -w --filter \"@azure-tools/typespec-azure-website...\" run regen-docs"
},
"dependencies": {
"@docusaurus/core": "^3.1.1",
"@docusaurus/plugin-content-docs": "~3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-common": "~3.1.1",
"@fluentui/react-components": "~9.47.0",
"@docusaurus/core": "^3.2.0",
"@docusaurus/plugin-content-docs": "~3.2.0",
"@docusaurus/preset-classic": "^3.2.0",
"@docusaurus/theme-common": "~3.2.0",
"@fluentui/react-components": "~9.47.2",
"@mdx-js/react": "^3.0.1",
"@typespec/playground": "workspace:~",
"@typespec/website": "workspace:~",
"clsx": "^2.1.0",
"es-module-shims": "~1.8.3",
"es-module-shims": "~1.9.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "~1.29.0",
"react": "~18.2.0",
Expand All @@ -41,19 +41,19 @@
"@azure-tools/typespec-autorest-canonical": "workspace:~",
"@azure-tools/typespec-autorest": "workspace:~",
"@azure-tools/typespec-service-csharp": "workspace:~",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"@docusaurus/module-type-aliases": "^3.2.0",
"@docusaurus/tsconfig": "^3.2.0",
"@docusaurus/types": "^3.2.0",
"@types/node": "~18.11.19",
"@types/react": "~18.2.67",
"@types/react": "~18.2.73",
"@typespec/eslint-config-typespec": "workspace:~",
"@typespec/tspd": "workspace:~",
"dotenv": "~16.4.5",
"eslint": "^8.57.0",
"file-loader": "~6.2.0",
"monaco-editor-webpack-plugin": "~7.1.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.2"
"typescript": "~5.4.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 391e135

Please sign in to comment.