Skip to content

Commit 697f5e3

Browse files
Bump the kiota-dependencies group
Bumps the kiota-dependencies group in /sample-api/clients/typescript with 6 updates: | Package | From | To | | --- | --- | --- | | [@microsoft/kiota-abstractions](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.98` | `1.0.0-preview.99` | | [@microsoft/kiota-authentication-azure](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.98` | `1.0.0-preview.99` | | [@microsoft/kiota-http-fetchlibrary](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.98` | `1.0.0-preview.99` | | [@microsoft/kiota-serialization-form](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.98` | `1.0.0-preview.99` | | [@microsoft/kiota-serialization-json](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.98` | `1.0.0-preview.99` | | [@microsoft/kiota-serialization-text](https://github.com/microsoft-typescript/kiota) | `1.0.0-preview.98` | `1.0.0-preview.99` | Updates `@microsoft/kiota-abstractions` from 1.0.0-preview.98 to 1.0.0-preview.99 - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.98...@microsoft/kiota-abstractions@1.0.0-preview.99) Updates `@microsoft/kiota-authentication-azure` from 1.0.0-preview.98 to 1.0.0-preview.99 - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.98...@microsoft/kiota-authentication-azure@1.0.0-preview.99) Updates `@microsoft/kiota-http-fetchlibrary` from 1.0.0-preview.98 to 1.0.0-preview.99 - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.98...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.99) Updates `@microsoft/kiota-serialization-form` from 1.0.0-preview.98 to 1.0.0-preview.99 - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.98...@microsoft/kiota-serialization-form@1.0.0-preview.99) Updates `@microsoft/kiota-serialization-json` from 1.0.0-preview.98 to 1.0.0-preview.99 - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.98...@microsoft/kiota-serialization-json@1.0.0-preview.99) Updates `@microsoft/kiota-serialization-text` from 1.0.0-preview.98 to 1.0.0-preview.99 - [Commits](https://github.com/microsoft-typescript/kiota/commits) --- updated-dependencies: - dependency-name: "@microsoft/kiota-abstractions" dependency-version: 1.0.0-preview.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-authentication-azure" dependency-version: 1.0.0-preview.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-http-fetchlibrary" dependency-version: 1.0.0-preview.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-form" dependency-version: 1.0.0-preview.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-json" dependency-version: 1.0.0-preview.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: "@microsoft/kiota-serialization-text" dependency-version: 1.0.0-preview.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eccbe0 commit 697f5e3

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

sample-api/clients/typescript/package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-api/clients/typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
},
2626
"dependencies": {
2727
"@azure/identity": "^4.12.0",
28-
"@microsoft/kiota-abstractions": "^1.0.0-preview.98",
29-
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.98",
30-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.98",
31-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.98",
32-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.98",
33-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.98",
28+
"@microsoft/kiota-abstractions": "^1.0.0-preview.99",
29+
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.99",
30+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.99",
31+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.99",
32+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.99",
33+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.99",
3434
"isomorphic-fetch": "^3.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)