Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the typescript-sdk-dependencies group across 1 directory with 14 updates #2744

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Bumps the typescript-sdk-dependencies group with 14 updates in the /typescript-sdk directory:

Package From To
@microsoft/kiota-abstractions 1.0.0-preview.57 1.0.0-preview.61
@microsoft/kiota-http-fetchlibrary 1.0.0-preview.56 1.0.0-preview.60
@microsoft/kiota-serialization-form 1.0.0-preview.46 1.0.0-preview.50
@microsoft/kiota-serialization-json 1.0.0-preview.57 1.0.0-preview.61
@microsoft/kiota-authentication-azure 1.0.0-preview.52 1.0.0-preview.56
@microsoft/kiota-serialization-text 1.0.0-preview.54 1.0.0-preview.58
@microsoft/kiota-serialization-multipart 1.0.0-preview.35 1.0.0-preview.39
@types/node 20.14.12 22.4.0
@typescript-eslint/eslint-plugin 7.17.0 8.1.0
@typescript-eslint/parser 7.17.0 8.1.0
eslint 9.7.0 9.9.0
vite 5.3.4 5.4.1
vite-plugin-dts 3.9.1 4.0.3
react-router-dom 6.25.1 6.26.1

Updates @microsoft/kiota-abstractions from 1.0.0-preview.57 to 1.0.0-preview.61

Commits

Updates @microsoft/kiota-http-fetchlibrary from 1.0.0-preview.56 to 1.0.0-preview.60

Commits
  • 280f92c Publish
  • 0e10522 Merge pull request #1248 from Kindest13/fix/process-null-values
  • 79c1c8e chore: updates generated client
  • a94e896 chore: updates generated client
  • 036e91e Merge remote-tracking branch 'origin' into fix/process-null-values
  • b208177 Merge pull request #1316 from microsoft/dependabot/npm_and_yarn/eslint-95a0a1...
  • 1ac10d5 auto dependabot: bump the eslint group with 2 updates
  • 9bd59a2 Merge pull request #1317 from microsoft/dependabot/npm_and_yarn/types/node-22...
  • 3620cb4 auto dependabot: bump @​types/node from 22.1.0 to 22.2.0
  • e1586be Merge pull request #1315 from microsoft/feature/enable-cae
  • Additional commits viewable in compare view

Updates @microsoft/kiota-serialization-form from 1.0.0-preview.46 to 1.0.0-preview.50

Commits
  • a9e58c1 increment version numbers
  • f3d4b0e refactor browser code
  • dac8cfb fix fetch bug
  • dfbafb0 Merge pull request #1126 from microsoft/dependabot/npm_and_yarn/mocha-10.4.0
  • 19d2f92 auto dependabot: bump mocha from 10.3.0 to 10.4.0
  • 7f6654a Merge pull request #1125 from microsoft/dependabot/npm_and_yarn/eslint-eb3e2c...
  • beb0abc auto dependabot: bump the eslint group with 2 updates
  • e7a7330 Merge pull request #1123 from microsoft/dependabot/github_actions/dependabot/...
  • 75e9701 auto dependabot: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
  • cd0b0ba Merge pull request #1121 from microsoft/dependabot/npm_and_yarn/typescript-5.4.3
  • Additional commits viewable in compare view

Updates @microsoft/kiota-serialization-json from 1.0.0-preview.57 to 1.0.0-preview.61

Commits

Updates @microsoft/kiota-authentication-azure from 1.0.0-preview.52 to 1.0.0-preview.56

Commits

Updates @microsoft/kiota-serialization-text from 1.0.0-preview.54 to 1.0.0-preview.58

Commits

Updates @microsoft/kiota-serialization-multipart from 1.0.0-preview.35 to 1.0.0-preview.39

Commits

Updates @types/node from 20.14.12 to 22.4.0

Commits

Updates @typescript-eslint/eslint-plugin from 7.17.0 to 8.1.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.0.1

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.0.0

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You

  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types

❤️ Thank You

... (truncated)

Commits
  • 3d78392 chore(release): publish 8.1.0
  • abe351d fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)
  • 6a1c177 feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...
  • fc3ba92 fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • c20bd2f feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)
  • 3d9ae44 fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...
  • fe56157 fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...
  • 278697f fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)
  • a4992ff feat(typescript-estree): restrict variable declarator definite/init combinati...
  • a26e3c7 chore: enable prefer-regexp-test (#9658)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.17.0 to 8.1.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.0.1

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.0.0

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.1.0 (2024-08-12)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.0.1 (2024-08-05)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.0.0 (2024-07-31)

🚀 Features

  • parser: always enable comment, loc, range, tokens

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

❤️ Thank You

  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit
  • Victor Lin
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.18.0 (2024-07-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.7.0 to 9.9.0

Release notes

Sourced from eslint's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

Changelog

Sourced from eslint's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/[email protected] (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)
Commits

Updates vite from 5.3.4 to 5.4.1

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.1 (2024-08-15)

5.4.0 (2024-08-07)

5.4.0-beta.1 (2024-08-01)

5.4.0-beta.0 (2024-07-30)

5.3.5 (2024-07-25)

... (truncated)

Commits
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • e16bf1f refactor: remove handleHotUpdate from watch-package-data plugin (#17865)
  • 6700594 fix: typings for vite:preloadError (#17868)
  • d11711c fix(deps): update all non-major dependencies (#17869)
  • 4e5ce3c fix(lightningcss): search for assets with correct base path (#17856)
  • e961b31 fix: build.modulePreload.resolveDependencies is optimizable (#16083)
  • Additional commits viewable in compare view

Updates vite-plugin-dts from 3.9.1 to 4.0.3

Release notes

Sourced from vite-plugin-dts's releases.

v4.0.3

Please refer to CHANGELOG.md for details.

v4.0.2

Please refer to CHANGELOG.md for details.

v4.0.1

Please refer to CHANGELOG.md for details.

v4.0.0

Please refer to CHANGELOG.md for details.

v4.0.0-beta.2

Please refer to CHANGELOG.md for details.

v4.0.0-beta.1

Please refer to CHANGELOG.md for details.

v4.0.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite-plugin-dts's changelog.

4.0.3 (2024-08-14)

Bug Fixes

  • normalize typescript lib path for rollup (#366) (b0c63df)

4.0.2 (2024-08-09)

Bug Fixes

  • ensure inserted index file be a module (f93e98c), closes #365

4.0.1 (2024-08-07)

Bug Fixes

4.0.0 (2024-08-06)

Bug Fixes

  • remove global types for vue declaration files (e873107), closes #354
  • resolve module preserve to esnext for rollup (710400a), closes #358
  • sync diff line to mappings after transform (cd5ba32), closes #356
  • typescript lib path resolution for rollup in monorepo (#360) (da4af65)

4.0.0-beta.2 (2024-07-30)

Bug Fixes

  • ignore namespace from declaration collect (b9c3947), closes #352
  • more accurately generate index file (e080ce5), closes #345

Features

4.0.0-beta.1 (2024-07-18)

Bug Fixes

  • should parse files option into include (b219453), closes #337

Features

4.0.0-beta.0 (2024-07-17)

... (truncated)

Commits
  • b82a4f9 release: v4.0.3
  • b0c63df fix: normalize typescript lib path for rollup (#366)
  • 2986651 release: v4.0.2
  • f93e98c fix: ensure inserted index file be a module
  • b7df107 release: v4.0.1
  • 589901f fix: correctly match normal export
  • b4bf8db release: v4.0.0
  • 710400a fix: resolve module preserve to esnext for rollup
  • da4af65 fix: typescript lib path resolution for rollup in monorepo (

… updates

Bumps the typescript-sdk-dependencies group with 14 updates in the /typescript-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/kiota-abstractions](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.57` | `1.0.0-preview.61` |
| [@microsoft/kiota-http-fetchlibrary](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.56` | `1.0.0-preview.60` |
| [@microsoft/kiota-serialization-form](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.46` | `1.0.0-preview.50` |
| [@microsoft/kiota-serialization-json](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.57` | `1.0.0-preview.61` |
| [@microsoft/kiota-authentication-azure](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.52` | `1.0.0-preview.56` |
| [@microsoft/kiota-serialization-text](https://github.com/microsoft-typescript/kiota) | `1.0.0-preview.54` | `1.0.0-preview.58` |
| [@microsoft/kiota-serialization-multipart](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.35` | `1.0.0-preview.39` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.12` | `22.4.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `8.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.17.0` | `8.1.0` |
| [eslint](https://github.com/eslint/eslint) | `9.7.0` | `9.9.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.4` | `5.4.1` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.9.1` | `4.0.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.25.1` | `6.26.1` |



Updates `@microsoft/kiota-abstractions` from 1.0.0-preview.57 to 1.0.0-preview.61
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Commits](https://github.com/microsoft/kiota-typescript/commits)

Updates `@microsoft/kiota-http-fetchlibrary` from 1.0.0-preview.56 to 1.0.0-preview.60
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected])

Updates `@microsoft/kiota-serialization-form` from 1.0.0-preview.46 to 1.0.0-preview.50
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected])

Updates `@microsoft/kiota-serialization-json` from 1.0.0-preview.57 to 1.0.0-preview.61
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Commits](https://github.com/microsoft/kiota-typescript/commits)

Updates `@microsoft/kiota-authentication-azure` from 1.0.0-preview.52 to 1.0.0-preview.56
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected])

Updates `@microsoft/kiota-serialization-text` from 1.0.0-preview.54 to 1.0.0-preview.58
- [Commits](https://github.com/microsoft-typescript/kiota/commits)

Updates `@microsoft/kiota-serialization-multipart` from 1.0.0-preview.35 to 1.0.0-preview.39
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected])

Updates `@types/node` from 20.14.12 to 22.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.17.0 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser)

Updates `eslint` from 9.7.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.7.0...v9.9.0)

Updates `vite` from 5.3.4 to 5.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite)

Updates `vite-plugin-dts` from 3.9.1 to 4.0.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v3.9.1...v4.0.3)

Updates `react-router-dom` from 6.25.1 to 6.26.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@microsoft/kiota-abstractions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-http-fetchlibrary"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-form"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-authentication-azure"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-text"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-multipart"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-sdk-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-sdk-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #2749.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-sdk/typescript-sdk-dependencies-73b0cf82e4 branch August 19, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants