-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies - feb 2024 (#243)
Core pr microsoft/typespec#2900 General dependency updates, notable: - typescript 5.3 - chronus 0.6.0 (BREAKING THE CHANGELOG FORMAT)
- Loading branch information
1 parent
c077278
commit ea1b225
Showing
22 changed files
with
4,184 additions
and
5,669 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
.chronus/changes/update-dependencies-feb-2024-2024-1-8-21-32-48.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule core
updated
44 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.