Skip to content

Commit

Permalink
Update dependencies - feb 2024 (#243)
Browse files Browse the repository at this point in the history
Core pr microsoft/typespec#2900
General dependency updates, notable:
- typescript 5.3
- chronus 0.6.0 (BREAKING  THE CHANGELOG FORMAT)
  • Loading branch information
timotheeguerin authored Feb 9, 2024
1 parent c077278 commit ea1b225
Show file tree
Hide file tree
Showing 22 changed files with 4,184 additions and 5,669 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

13 changes: 0 additions & 13 deletions .chronus.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .chronus/changes/update-dependencies-feb-2024-2024-1-8-21-32-48.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@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
46 changes: 46 additions & 0 deletions .chronus/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
baseBranch: main

changeKinds:
internal:
versionType: none
title: Internal
description: Internal changes that are not user facing

fix:
versionType: patch
title: Bug Fix
description: Fixes to existing features

dependencies:
versionType: patch
title: Bump dependencies
description: Bumps dependencies

feature:
versionType: minor
title: Feature
description: Adds new features

deprecation:
versionType: minor
title: Deprecation
description: Change that deprecate an existing feature but is not breaking.

breaking:
versionType: major
title: Breaking Change
description: Changes that break existing features

versionPolicies:
- name: typespec-azure
type: lockstep
step: minor
packages:
- "@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"

ignore:
- "@typespec/*"
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**/.vs/
**/common/temp/
**/common/scripts/
**/common/changes/
**/.chronus/changes/

# Pnpm lock file
**/pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 44 files
+0 −8 .changeset/README.md
+0 −11 .changeset/config.json
+0 −23 .chronus.yaml
+26 −0 .chronus/changes/update-dependencies-feb-2024-2024-1-8-21-21-28.md
+55 −0 .chronus/config.yaml
+1 −1 .prettierignore
+8 −8 docs/extending-typespec/basics.md
+3 −0 eng/pipelines/jobs/build-and-test.yml
+1 −1 eng/pipelines/pr-tryit.yml
+8 −8 package.json
+12 −12 packages/best-practices/package.json
+11 −11 packages/bundle-uploader/package.json
+19 −22 packages/bundler/package.json
+1 −1 packages/bundler/src/vite/vite-plugin.ts
+22 −22 packages/compiler/package.json
+10 −9 packages/compiler/src/core/types.ts
+8 −8 packages/eslint-config-typespec/package.json
+1 −1 packages/eslint-plugin-typespec/docs/rules/call-decorator.md
+13 −13 packages/eslint-plugin-typespec/package.json
+17 −17 packages/html-program-viewer/package.json
+14 −14 packages/http/package.json
+12 −12 packages/internal-build-utils/package.json
+16 −16 packages/json-schema/package.json
+11 −11 packages/library-linter/package.json
+17 −17 packages/openapi/package.json
+21 −21 packages/openapi3/package.json
+26 −26 packages/playground-website/package.json
+40 −40 packages/playground/package.json
+35 −202 packages/prettier-plugin-typespec/ThirdPartyNotices.txt
+9 −9 packages/prettier-plugin-typespec/package.json
+14 −14 packages/protobuf/package.json
+16 −16 packages/rest/package.json
+19 −19 packages/samples/package.json
+3 −3 packages/spec/package.json
+4 −4 packages/tmlanguage-generator/package.json
+16 −16 packages/tspd/package.json
+1 −0 packages/tspd/tsconfig.json
+2 −2 packages/typespec-vs/package.json
+1 −1 packages/typespec-vscode/ThirdPartyNotices.txt
+18 −18 packages/typespec-vscode/package.json
+14 −14 packages/versioning/package.json
+40 −40 packages/website/package.json
+8 −8 packages/website/versioned_docs/version-latest/extending-typespec/basics.md
+3,654 −4,061 pnpm-lock.yaml
3 changes: 3 additions & 0 deletions eng/pipelines/jobs/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ steps:
- ${{ if ne(variables['Agent.OS'], 'Windows_NT') }}:
- template: ../templates/install-browsers.yml

- script: pnpm run check-version-mismatch
displayName: Check version mismatch

- template: ../templates/build.yml

- script: pnpm run test-official
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/pr-tryit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- checkout: self

- script: npx -p @chronus/github-pr-commenter chronus-github-pr-commenter verify
- script: npx -p @chronus/github-pr-commenter@0.2.0 chronus-github-pr-commenter verify
displayName: Make comment about changes
env:
GITHUB_TOKEN: $(azuresdk-github-pat)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@chronus/chronus": "^0.5.1",
"@chronus/chronus": "^0.6.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"c8": "^8.0.1",
"cspell": "^6.31.3",
"prettier": "~3.1.1",
"c8": "^9.1.0",
"cspell": "^8.3.2",
"prettier": "~3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"syncpack": "^11.2.1",
"syncpack": "^12.3.0",
"typescript": "~5.3.3",
"vitest": "^1.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build": ""
},
"devDependencies": {
"@typespec/compiler": "workspace:~0.53.1",
"typescript": "~5.3.3",
"dotenv": "~16.3.1"
"@typespec/compiler": "workspace:~",
"dotenv": "~16.4.1",
"typescript": "~5.3.3"
}
}
42 changes: 21 additions & 21 deletions packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
"!dist/test/**"
],
"dependencies": {
"@typespec/versioning": "workspace:~0.53.0",
"@typespec/compiler": "workspace:~0.53.1",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/openapi3": "workspace:~0.53.1",
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@azure-tools/typespec-azure-core": "workspace:~0.39.0",
"@azure-tools/typespec-autorest": "workspace:~0.39.1",
"@azure-tools/typespec-azure-resource-manager": "workspace:~0.39.0",
"@azure-tools/typespec-client-generator-core": "workspace:~0.39.0"
"@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:~",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/openapi": "workspace:~",
"@typespec/openapi3": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~"
},
"devDependencies": {
"@typespec/internal-build-utils": "workspace:~0.53.0",
"@typespec/eslint-config-typespec": "workspace:~0.53.0",
"@typespec/samples": "workspace:~1.0.0",
"@types/node": "~18.11.9",
"@types/node": "~18.11.19",
"@typespec/eslint-config-typespec": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
"@typespec/samples": "workspace:~",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"autorest": "~3.7.1",
"cross-env": "~7.0.3",
"eslint": "^8.55.0",
"vitest": "^1.2.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "~1.1.3",
"autorest": "~3.3.2",
"rimraf": "~5.0.1",
"typescript": "~5.3.3"
"eslint": "^8.56.0",
"rimraf": "~5.0.5",
"typescript": "~5.3.3",
"vitest": "^1.2.2"
}
}
54 changes: 27 additions & 27 deletions packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,35 @@
"!dist/test/**"
],
"peerDependencies": {
"@typespec/compiler": "workspace:~0.53.1",
"@azure-tools/typespec-azure-core": "workspace:~0.39.0",
"@azure-tools/typespec-client-generator-core": "workspace:~0.39.0",
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/versioning": "workspace:~0.53.0"
"@azure-tools/typespec-azure-core": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/openapi": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~"
},
"devDependencies": {
"@typespec/compiler": "workspace:~0.53.1",
"@typespec/json-schema": "workspace:~0.53.1",
"@azure-tools/typespec-azure-core": "workspace:~0.39.0",
"@azure-tools/typespec-client-generator-core": "workspace:~0.39.0",
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/openapi": "workspace:~0.53.0",
"@types/node": "~18.11.9",
"@typespec/versioning": "workspace:~0.53.0",
"@typespec/eslint-config-typespec": "workspace:~0.53.0",
"@typespec/library-linter": "workspace:~0.53.0",
"@typespec/eslint-plugin": "workspace:~0.53.0",
"@typespec/tspd": "workspace:~0.46.0",
"eslint": "^8.55.0",
"vitest": "^1.2.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "~1.1.3",
"c8": "~8.0.1",
"rimraf": "~5.0.1",
"@azure-tools/typespec-azure-core": "workspace:~",
"@azure-tools/typespec-client-generator-core": "workspace:~",
"@types/node": "~18.11.19",
"@typespec/compiler": "workspace:~",
"@typespec/eslint-config-typespec": "workspace:~",
"@typespec/eslint-plugin": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/json-schema": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/openapi": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"c8": "^9.1.0",
"change-case": "~5.4.2",
"eslint": "^8.56.0",
"rimraf": "~5.0.5",
"typescript": "~5.3.3",
"change-case": "~5.3.0"
"vitest": "^1.2.2"
}
}
40 changes: 20 additions & 20 deletions packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@
"!dist/test/**"
],
"peerDependencies": {
"@typespec/compiler": "workspace:~0.53.1",
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0"
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/rest": "workspace:~"
},
"devDependencies": {
"@typespec/compiler": "workspace:~0.53.1",
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/eslint-config-typespec": "workspace:~0.53.0",
"@typespec/library-linter": "workspace:~0.53.0",
"@typespec/eslint-plugin": "workspace:~0.53.0",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/tspd": "workspace:~0.46.0",
"@typespec/versioning": "workspace:~0.53.0",
"@types/node": "~18.11.9",
"eslint": "^8.55.0",
"vitest": "^1.2.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "~1.1.3",
"c8": "~8.0.1",
"rimraf": "~5.0.1",
"typescript": "~5.3.3"
"@types/node": "~18.11.19",
"@typespec/compiler": "workspace:~",
"@typespec/eslint-config-typespec": "workspace:~",
"@typespec/eslint-plugin": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/openapi": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"rimraf": "~5.0.5",
"typescript": "~5.3.3",
"vitest": "^1.2.2"
}
}
46 changes: 23 additions & 23 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,34 +48,34 @@
"!dist/test/**"
],
"dependencies": {
"@typespec/versioning": "workspace:~0.53.0",
"@typespec/compiler": "workspace:~0.53.1",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/http": "workspace:~0.53.0",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/openapi3": "workspace:~0.53.1",
"@azure-tools/typespec-autorest": "workspace:~0.39.1",
"@azure-tools/typespec-azure-core": "workspace:~0.39.0",
"@azure-tools/typespec-azure-resource-manager": "workspace:~0.39.0",
"@azure-tools/typespec-client-generator-core": "workspace:~0.39.0",
"@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:~",
"@emotion/react": "^11.11.3",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/openapi": "workspace:~",
"@typespec/openapi3": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitejs/plugin-react": "~4.2.1",
"@emotion/react": "^11.11.1",
"es-module-shims": "~1.8.0",
"monaco-editor": "~0.45.0",
"react-dom": "~18.2.0",
"es-module-shims": "~1.8.2",
"monaco-editor": "~0.46.0",
"react": "~18.2.0",
"vite": "^5.0.12"
"react-dom": "~18.2.0",
"vite": "^5.1.0"
},
"devDependencies": {
"@types/node": "~18.11.9",
"@types/react-dom": "~18.2.7",
"@typespec/eslint-config-typespec": "workspace:~0.53.0",
"@typespec/bundler": "workspace:~0.1.0",
"@typespec/playground": "workspace:~0.1.0",
"@playwright/test": "^1.39.0",
"eslint": "^8.55.0",
"rimraf": "~5.0.1",
"@playwright/test": "^1.41.2",
"@types/node": "~18.11.19",
"@types/react-dom": "~18.2.19",
"@typespec/bundler": "workspace:~",
"@typespec/eslint-config-typespec": "workspace:~",
"@typespec/playground": "workspace:~",
"cross-env": "~7.0.3",
"eslint": "^8.56.0",
"rimraf": "~5.0.5",
"typescript": "~5.3.3"
}
}
Loading

0 comments on commit ea1b225

Please sign in to comment.